ILOM Config From OS
ILOM Config From OS
Options:
--ipdiscovery=static|dhcp : Network discovery mechanism (static or DHCP)
--ipaddress=ipaddress : ILOM IP address
--netmask=netmask : ILOM netmask
--gateway=gateway : ILOM gateway
--mgmtport=mgmtport : ILOM management port path (ex. /SYS/MB/SP/NETMGMT
(SPARC) or /SYS/SP/NET0 (X86))
--state=enabled|disabled : ILOM management port state (enabled or disabled)
--xmlfile=filename : Modify specified XML file rather than ILOM
General Options:
-h, --help : help
-H, --remote-hostname : hostname or IP address of the remote SP.
-U --remote-username : username to login remote SP.
-V, --version : Show the version of the command.
-q, --quiet : Suppress informational message output and only
return error codes.
-y, --yes : Execute command without prompting for confirmation.
Types:
user : Modify an ILOM user
snmp-community : Modify an ILOM SNMP community
network : Modify ILOM IPv4 network settings
network-ipv6 : Modify ILOM IPv6 network settings
identification : Modify ILOM identification settings
dns : Modify ILOM DNS settings
clock : Modify ILOM clock and NTP settings
interconnect : Modify Host-to-ILOM interconnect settings
hostprofile : Modify the host profile by adding a patched profile file
General Options:
-h, --help : help
-H, --remote-hostname : hostname or IP address of the remote SP.
-U --remote-username : username to login remote SP.
-V, --version : Show the version of the command.
-q, --quiet : Suppress informational message output and only re
-y, --yes : Execute command without prompting for confirmatio
root@solaris11:~#
root@solaris11:~# ilomconfig modify network --ipaddress=192.168.1.100
Set 'pendingipaddress' to '192.168.1.100'
Set 'commitpending' to 'true'
root@solaris11:~#
root@solaris11:~# ilomconfig modify network --ipdiscovery=static
Set 'pendingipdiscovery' to 'static'
root@solaris11:~#
root@solaris11:~# ilomconfig modify network --netmask=255.255.255.0
Set 'pendingipnetmask' to '255.255.255.0'
Set 'commitpending' to 'true'
root@solaris11:~#