Sun JET (Jumpstart) install
June 2004
JET Procedures, this was used to install a Sun Blade Chassis 1600 “ Intelligent Shelf”, B100.
Add Client (blade)
1. Make client template from master template “customer-blade.template”
$ /opt/jet/bin/make_template -T customer-blade.template <hostname>
2. Change specific client details
MAC address
OS Version (8 or 9)
IP Address
Netmask
Additional Interfaces (eg VLAN interface ce3000 or qfe0)
File system Layout
Note: If you have a number of clients to build with the same details, create a new master from the client template.
e.g. $ cp /opt/jet/Templates/<hostname> /opt/jet/Templates/new.template
3. Create Client from template.
$ /opt/jet/bin/make_client <hostname>
4. Boot client of network
From the client's OBP prompt.
Ok> boot net – install
5. Remove JET Client
$ /opt/jet/bin/remove_client <hostname>
NOTE: This will not update /etc/hosts or /etc/ethers these files would have to be done manually.
6. Update JET Client
If you updated changes to a client's template then recreate the client with a force option.
$ /opt/jet/bin/make_client -F <hostname>
NOTE: This will not update /etc/hosts or /etc/ethers these files would have to be done manually.