How to perform unattended NOS installation Using HP Toptools Remote Control

4
; Choose whether some network programs included in W2K are installed
InstallDefaultComponents = Yes
[NetAdapters]
; Set the names of the different LAN adapters
LanCard1 = params.LanCard1
[params.LanCard1]
; When many LAN Adapters are installed, the InfID must be SET exactly to separate them
InfID = “*”
[NetProtocols]
; Choose which Network protocols must be installed
MS_TCPIP = params.TCPIP
[params.TCPIP]
; Set the options values for TCP/IP
DHCP = Yes
;DNSDomain = dns.hp.com
;DNSServerSearchOrder = dns1.hp.com , dns2.hp.com
;EnableLMHosts = Yes
;DefaultGateway = 192.168.100.254
;IPAddress = 192.168.100.1
;SubnetMask = 255.255.255.0
WINS = No
;WINSServerList = 192.168.0.253,192.168.1.253
[NetOptionalComponents]
; Set the optional values for the protocol
DHCPServer = 0
DNS = 0
SNMP = 1
NETMONTOOLS = 1
WINS = 0
[SNMP]
; Set the parameters for a specific network service
Accept_CommunityName = public:Read_Create
Any_Host = Yes
Community_Name = public
Contact_Name = Administrator
Location = Public
Service = Physical, Applications, Datalink, Internet, End-to-End
Send_Authentification = No
Traps = 192.168.100.1 # This IP address depends on the particular implementation
[Identification]
; Set which Workgroup or Domain to join
JoinWorkgroup = HP-LABS # This workgroup depends on the particular implementation
[Data]
; Informs W2K Setup loader that an unattended installation is being performed
UnattendedInstall = Yes