Solstice AdminSuite 2.3 Administration Guide

Example of a Command-Line Equivalent for Adding Dataless Client

The following command is equivalent to using Host Manager to add support for a dataless client.


% admhostadd -i 129.152.225.2 -e 8:0:20:7:e0:26 -x type=DATALESS -x tz=US/Mountain 
-x fileserv=pluto -x os=sparc.sun4c.Solaris_2.5 neptune

In this command,

-i 129.152.225.2

Specifies the IP address for the dataless client. 

-e 8:0:20:7:e0:26

Specifies the Ethernet address for the dataless client. 

-x type=DATALESS

Specifies the type of the system. 

-x tz=US/Mountain

Specifies the system's timezone. 

-x fileserv=pluto

Specifies the name of the OS server for the dataless client. 

-x os= sparc.sun4c.Solaris_2.5

Specifies platform, kernel architecture, and software release of the dataless client. 

neptune

Specifies the name of the system. 


Note -

Operating systems greater than Solaris 2.5.1 no longer support dataless clients.