0% found this document useful (0 votes)
78 views2 pages

ILOM Config From OS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views2 pages

ILOM Config From OS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

root@solaris11:~# ilomconfig modify network

Usage: ilomconfig modify network [options]

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.

ERROR: Must specify option to modify


root@solaris11:~#
root@solaris11:~# ilomconfig modify --ipaddress=192.168.1.100
Usage: ilomconfig modify <type> [options]

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

ERROR: Invalid subcommand


root@solaris11:~#
root@solaris11:~# ilomconfig modify network --ipaddress=192.168.1.100
Set 'pendingipaddress' to '192.168.1.100'

set: Unable to configure network

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'

Set 'commitpending' to 'true'

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:~# ilomconfig modify network --gateway=192.168.1.1


Set 'pendingipgateway' to '192.168.1.1'
Set 'commitpending' to 'true'

root@solaris11:~# ilomconfig modify network --state=enabled


Set 'state' to 'enabled'

root@solaris11:~#

You might also like