-> set target property=value property=value property=value ...
其中:
target 是在了解 Oracle ILOM 目标和属性中提供的任何目标。
property 是该目标的有效属性。
value 是该属性的有效值。
例如,要配置 /SP/network 目标的基本网络管理属性,可键入:
-> 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' ->