Oracle® Server CLI Tools for Oracle Solaris 11.2 User's Guide

Exit Print View

Updated: November 2015
 
 

Modify IPv4 Network Settings

To modify 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.
    255.255.255.0
    –-netmask
    Oracle ILOM netmask.
    255.255.255.0
    –-gateway
    Oracle ILOM gateway.
    255.255.255.0
    –-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