[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)



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