修改Oracle ILOM IP地址為靜態(tài)地址
set /SP/network state=enabled pendingipdiscovery=static pendingipaddress=value pendingipgateway=value pendingipnetmask=value
注:value為xxx.xxx.xxx.xxx IP地址格式
提交生效命令:
set /SP/network commitpending=true
查看網(wǎng)絡設置命令:
show /SP/network
修改Oracle ILOM IP地址為DHCP動態(tài)分配
set /SP/network pendingipdiscovery=dhcp
提交生效命令:
set /SP/network commitpending=true