This procedure assumes that the install server, boot server, and profile server are already set up. For more information on these tasks, see SPARC: Installing Solaris Software.
Start Host Manager from the Solstice Launcher and select the name service, if not done already.
See "Starting Host Manager"for more information.
Select an AutoClient system from the Host Manager main window.
Choose Convert to Standalone from the Edit menu.
The Convert window is displayed.
Fill in the system information.
If you need information to complete a field, see Table 6-7 or click on the Help button to see the field definitions for this window.
Click on OK.
You will see the following message the first time you use the Convert option in a work session. Subsequent use of the convert option will not generate this message during the same work session.
Click on Convert when you are ready to continue.
Choose Save Changes from the File menu when you are ready to do the conversion.
Boot your standalone system.
The following shows an example of a completed Convert window for converting an AutoClient system to a standalone system.
To verify all the systems have been converted, make sure the status line at the bottom of the main window says "All changes successful."
The following command is equivalent to using Host Manager to convert an AutoClient system to a standalone system. Note that in this example, the boot server, install server, and profile server are also set. (Any remote system must be minimally set up as a managed system.)
% admhostmod -x type=STANDALONE -x install=Y \ -x installpath=cable:/cdrom/cdrom0/s0 \ -x os=sparc.sun4c.Solaris2.5 \ -x bootpath=cable:/boot_dirs/boot_sun4c \ -x postmod=postmodscript -x profile=cable:/jumpstart/install_sample rogue |
In this example,
-x type=STANDALONE |
Specifies the type of system after the conversion, in this case a standalone system. |
-x install=Y |
Specifies that the Solaris software will be installed from remote media. |
-x installpath= cable:/cdrom/cdrom0/s0 |
Specifies the location of the Solaris software, in this case on a mounted CD on the remote server cable. |
-x os= sparc.sun4c.Solaris2.5 |
Specifies the software to be installed, in this case the Solaris 2.5 software for a SPARC Solaris, sun4c kernel architecture. |
-x bootpath= cable:/boot_dirs/boot_sun4c |
Specifies the boot server and the absolute path of the boot file. |
-x postmod=postmodscript |
Specifies the script to run after the AutoClient is converted. |
-x profile= cable:/jumpstart/install_sample |
Specifies the profile server and the absolute path for the autoinstall profile. |
rogue |
Specifies the name of the system being converted. |