Solaris Net Install
Some of the newer Sun boxes we have been receiving are coming without CD/DVD drives so you may need to do an install over the net. Unfortunately you cannot retrieve the MAC address for the backup interface without having Solaris installed on the machine, forcing you to waste time completing the pre-installed Solaris 8 setup before installing Solaris 9. This is a way around that problem.
- Note the port number that your backup interface is connected to. Make sure that it is set at the correct speed/duplex and is in the backup VLAN.
- From the OpenBoot promt, set all interfaces to use the same MAC address.
{1} ok setenv local-mac-address? false
{1} ok reset-all - When the host resets, send a break signal so you can boot via network. Note the MAC address displayed during POST.
- On the Jumpstart host, add the MAC address and hostname to /etc/ethers and the IP address and hostname to /etc/hosts.
- On the Jumpstart host, add the new server as an install client.
add_install_client client name architecture - On the client, boot the backup network interface.
{1}ok boot net1 - install - Once the install is complete, set the interfaces to use their firmware MAC addresses again.
# eeprom "local-mac-address? true" - Reboot/reconfigure and register the new, correct MAC address as the backup address.