Open a host system console window and drop down to the OpenBootTM PROM prompt, ok.
For Sun Enterprise 10000 systems, a host system console window refers to a netcon(1M) window. This implies that the bringup(1M) command has been successfully executed for the host system.
Boot the host system from the network:
ok boot net |
You should have an alias (usually net) in OpenBoot PROM for the proper network interface. Use that alias with the boot(1M) command, as shown in the previous example. Otherwise, you must type in the complete OpenBoot PROM device path. If you specify an alias (or path) that does not describe the proper network interface, the boot command will fail.
If an alias does not exist for a network interface that is on the same subnet as the boot server, you can create one by typing:
ok nvalias net device_path |
The boot net command starts the suninstall utility. This utility prompts you to provide site and platform-specific information.
For more information about the suninstall utility and instructions specific to the Sun Enterprise 10000, refer to the Solaris 7 Sun Hardware Platform Guide in the Solaris 7 on Sun Hardware Collection or the Solaris 8 Sun Hardware Platform Guide in the Solaris 8 on Sun Hardware Collection.
Table 4-3 Information for the suninstall UtilitySet the network information | Select the appropriate level of information you want to provide. If you select any option other than None, the suninstall utility displays a series of dialogs that request configuration information. Provide that information. |
Solaris Interactive Installation | Quit suninstall by pressing F5. |
Do not install the Solaris operating environment at this time.
After quitting suninstall, the host system shell prompt should appear.
Mount the normal root file system disk device:
# mount /dev/dsk/device-name /a |
Use a text editor such as vi to edit the /etc/system file on the normal root file system:
# vi /a/etc/system |
Comment out the line that sets initclass to SHR.
Note that the comment character in this file is an asterisk (*).
* set initclass="SHR" |
Unmount the normal root file system:
# umount /a |
Reboot the system from the normal root file system disk device:
# init 0 # boot devalias |
where devalias is the name of the normal root file system disk device.
Your system will now boot with Solaris Resource Manager disabled.