Solstice AutoClient 2.1 Administration Guide

Converting an AutoClient System to a Standalone System

If you convert an AutoClient system to a standalone system, you will be required to provide the following information:

Table 6-7 Required Fields for Conversion to a Standalone System

Field 

Default/Specifications 

Timezone Region 

The default is the server's time zone region. 

Timezone 

The default server's time zone. 

Remote Install 

By default Remote Install is disabled. Click on the selection box if you want to install the Solaris software from remote media. (For more information on remote installation, see SPARC: Installing Solaris Software, x86: Installing Solaris Software.

Install Server 

The default is the install server specified in the Set Defaults window. You must click on Set Path to specify the location of the install image. For more information on setting your media path, see Table 6-1.

OS Release 

The default is the OS release specified in the Set Defaults window. 

Boot Server 

The default is none. Choose a boot server and then enter the absolute path for the boot file. 

Profile Server 

The default is none. Choose a profile server and then enter the absolute path for the autoinstall profile. 

An install server is a system on the network that provides a Solaris CD image (either from a CD-ROM drive or a copy on hard disk) for other systems to install from. A boot server is a system that provides the programs and information a client needs to boot. A profile server is a system that contains JumpStart files for systems to perform a custom JumpStart installation.


Caution - Caution -

If you plan to convert an AutoClient system to a standalone system, you should backup any system data that you might need later because the client's root area (/export/root/client_name) gets removed during the convert(for example, cron jobs and calendar data), and then halt the system before completing the convert operation on the server.


How to Convert an AutoClient System to a Standalone System


Note -

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.


  1. Start Host Manager from the Solstice Launcher and select the name service, if not done already.

    See "Starting Host Manager"for more information.

  2. Select an AutoClient system from the Host Manager main window.

  3. Choose Convert to Standalone from the Edit menu.

    The Convert window is displayed.

  4. 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.

  5. 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.

    Graphic
  6. Click on Convert when you are ready to continue.

  7. Choose Save Changes from the File menu when you are ready to do the conversion.

  8. Boot your standalone system.

Example of a Completed Convert to Standalone Window

The following shows an example of a completed Convert window for converting an AutoClient system to a standalone system.

Graphic

Verification

To verify all the systems have been converted, make sure the status line at the bottom of the main window says "All changes successful."

Example of a Command-Line Equivalent for Converting an AutoClient System to a Standalone System

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.