[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SAGE] can't set commitpeding on sun X4100 Integrated Lights Out Manager (ILOM)
- To: sage-members@sage.org
- Subject: [SAGE] can't set commitpeding on sun X4100 Integrated Lights Out Manager (ILOM)
- From: Clay Ye <clay.ye@gmail.com>
- Date: Sat, 21 Jan 2006 17:15:56 -0800
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M0vZ8k4qE/FwXj5qoK+rMGbqb6y1buoixRyEschbHSIqyt6yUwefPwtn5HxSejcgqKMn8uVQl+Yk2aHbDXXo0IIciyI4sOn5US/Dd76TaQNB8/ETwSddrLGFeMMVoXf6MM41fZUhu3ZERgyW8QBpYXdy8Qz7KStBtYfw5BD3n+I=
- Sender: owner-sage-members@usenix.org
Hi,
I try to setup a static IP address of ILOM on a Sun X4100 server,
according to the document,
http://www.sun.com/products-n-solutions/hardware/docs/html/819-1160-11/sp_initial_setup.html#pgfId-1006634,
the commands are as the following, x4100 comes with preinstalled
Solaris 10, after the ip address is setup, I can ssh to it and
continue with the installation:
cd /SP/network
set pendingipaddress=129.144.82.26
set pendingipnetmask=255.255.255.0
set pendingipgateway=129.144.82.254
set commitpending=true
I connect the "net management" port to the switch, and set the ip
address, gateway and netmask, but when I try to set commitpending, it
said "invalid command syntax"(please see the following) , I have
checked the document, anyone know the possible reason?,
-> cd /SP/network
/SP/network
-> set commitpending=true
set: Invalid command syntax
Usage: set [target] <property>=value> [<property>=<value>...]
-> show /SP/network
/SP/network
Targets:
Properties:
commitpending = (Cannot show property)
ipaddress = (none)
ipdiscovery = (none)
ipgateway = (none)
ipnetmask = (none)
macaddress = (none)
pendingipaddress = 10.0.0.10
pendingipdiscovery = static
pendingipgateway = 10.0.0.1
pendingipnetmask = 255.255.255.0
Commands:
cd
set
show
-> cd /
-> set /SP/network pendingipnetmask=255.255.255.0
Set 'pendingipnetmask' to '255.255.255.0'
-> set /SP/network commitpending = true
set: Invalid command syntax
Usage: set [target] <property>=value> [<property>=<value>...]
Thanks,
Clay Ye