Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure Multiple Properties of an Oracle ILOM Target

  • Access the Oracle ILOM CLI and configure several properties of a target.
    -> set target property=value property=value property=value ...
    

    where:

    For example, to configure basic network management properties of the /SP/network target, type:

    -> set /SP/network pendingipaddress=123.45.67.89 pendingipgateway=123.45.67.1 pendingipnetmask=255.255.255.0 commitpending=true
    Set 'pendingipaddress' to '123.45.67.89'
    Set 'pendingipgateway' to '123.45.67.1'
    Set 'pendingipnetmask' to '255.255.255.0'
    Set 'commitpending' to 'true'
    ->
    

Related Information