Solstice AutoClient 2.1 Administration Guide

Example of a Command-Line Equivalent for Adding an AutoClient System

The following command is equivalent to using Host Manager to add support for an AutoClient system.


% admhostadd -i 129.152.225.10 -e 8:0:20:7:9:8b \

-x type=AUTOCLIENT -x tz=US/Mountain -x fileserv=lorna \

-x os=sparc.sun4c.Solaris_2.4 -x root=/export/root \

-x swapsize=32 -x disconn=N -x diskconf=1disk -x pass=abc knight

In this example,

-i 129.152.225.10

Specifies the IP address of the AutoClient system. 

-e 8:0:20:7:9:8b

Specifies the Ethernet address of the AutoClient system. 

-x type=AUTOCLIENT

Specifies the type of system being added, in this case an AutoClient system. 

-x tz=US/Mountain

Specifies the system's timezone. 

-x fileserv=lorna

Specifies the name of the OS server. 

-x os= sparc.sun4c.Solaris_2.4

Specifies platform, kernel architecture, and software release of the AutoClient system. 

-x root=/export/root

Specifies the root path of the AutoClient system. 

-x swapsize=32

Specifies the size of the swap file. 

-x disconn=N

Specifies whether the disconnectable option is enabled, in this case it is not enabled. 

diskconf=1disk

Specifies the AutoClient system's disk configuration. 

-x pass=abc 

Specifies the system's root password. 

knight

Specifies the name of the AutoClient system.