Sun JET (Jumpstart) install

[email protected]

January 2004



The JumpStart Enterprise Toolkit provides a framework to simplify and extend the JumpStart functionality provided within the Solaris Operating System.

JET can be downloaded from http://www.sun.com/bigadmin/content/jet/ SUNWjet.bz2

$ bunzip2 SUNWjet.bz2

$ pkgadd -d . SUNWjet

Current release at December 2004 JumpStart Enterprise Toolkit 3.3.0



I have access to the EIS CD which I use for patches. EIS is the Sun Engineers/PS install toolkit some time refereed to as GOLD CD or ICE CD.

(please don't request them I can't not send them out)



Directory Structure

$ mkdir -p /export/install/media


Installed MediaSets

Solaris 9 08/03 - $ mkdir -p /export/install/media/Solaris_9

Solaris 8 05/03 - $ mkdir -p /export/install/media/Solaris_8



Recommended Patches – AUG_03

$ mkdir -p /export/install/patches/patchset/5.9

$ mkdir -p /export/install/patches/patchset/5.8

$ mkdir -p /export/install/patches/custom



NFS Shares

$ vi /etc/dfs/dfstab

# JET/Jumpstart entries.

/export/install readonly,anon=0

/opt/jet readonly,anon=0



Free JET Packages

JetEXPLO jet explo product

JetFLASH JET flash product

JetSDS JET sds product

JetVTS JET VTS product

SUNWjet Sun JumpStart Enterprise Toolkit

NOTE: 3.3.0 has added Veritas VxVM and SAN support.



Install Solaris media in to /export/install/media/Solaris_X

eg.

$ cd /cdrom/cdrom0/s0/Solaris_8/Tools

$ ./setup_install_server /export/install/media/Solaris_8

$ cd /cdrom/cdrom0/Solaris_8/Tools/

$ ./add_to_install_server /export/install/media/Solaris_8



Register media with JET

$ /opt/jet/bin/add_solaris_location 9 /export/install/media/Solaris_9

$ /opt/jet/bin/add_solaris_location 8 /export/install/media/Solaris_8

Locations saved in/opt/jet/bin/.solaris_media_locations

or /opt/jet/etc/solaris_media_locations



Check locations

$ list_solaris_locations



Install recommended patch cluster

Requires X_Recommended.zip file from EIS CD or Sunsolve website.



Solaris 9 Example

$ mkdir /tmp/9

$ cp 9_Recommended /tmp/9

$ /opt/jet/bin/copy_solaris_patches 9 /tmp/9



Install patch sets EIS (additional group of patches)



This requires the "custom" package in the Jet template.

patchset directory must be a subset of the patch directory specified in jumpstart.conf

custom_patchsets="patchset"



Unpack Solaris 8 patches

EIS_CD

$ cd /EIS-DEC03/patch/8

$ unpack_patches -f

$ cd /tmp/8

$ cp -r 1* patch_order /export/install/patches/patchset/5.8



unpack Solaris 9 patches

EIS_CD

$ cd /EIS-DEC03/patch/9

$ unpack_patches -f

$ cd /tmp/9

$ cp -r 1* patch_order /export/install/patches/patchset/5.9



Hosted by www.Geocities.ws

1