- Oracle Server CLI Tools for Oracle Solaris 11.4 User's Guide
- Using ilomconfig to Configure Oracle ILOM
- Modifying Oracle ILOM Configurations
- Modify IPv4 Network Settings
Modify IPv4 Network Settings
To modify IPv4 settings, use the ilomconfig modify network
command. This command modifies IP address, netmask, gateway, DHCP settings, and sideband. When you specify an XML file name, the command modifies information defined in the exported service processor configuration XML file rather than modifying Oracle ILOM.
-
To modify IPv4 network settings, type:
#
ilomconfig modify network [--ipdiscovery=static|dhcp] [--ipaddress=ipaddress] [--netmask=netmask] [--gateway=gateway] [--state=enabled|disabled] [--mgmtport=port] [--xmlfile=filename.xml]Option Description Example --ipdiscovery
Network discovery mechanism. Can be either static or DHCP.
static or dhcp
--ipaddress
Oracle ILOM IP address
192.0.2.10
--netmask
Netmask address
255.255.255.0
--gateway
Gateway address
192.0.2.248
--state
Oracle ILOM management port state
enabled or disabled
--mgmtport
Oracle ILOM management port path
/SYS/SP/NET0 or SYS/MB/SP/NETMGMT
--xmlfile
Modify specified XML file rather than local Oracle ILOM service processor. Must be followed by = and the pathname to the file.
file.xml
Parent topic: Modifying Oracle ILOM Configurations