如果打算通过 SP 的 NET MGT 端口连接到 SP,SP 必须具有有效的 IP 地址。
默认情况下,服务器配置为通过网络中的 DHCP 服务获取 IP 地址。如果服务器所连接的网络不支持使用 DHCP 进行 IP 寻址,请执行此过程。
->set /SP/network pendingipdiscovery=static Set 'pendingipdiscovery' to 'static'
->set /SP/network pendingipaddress=IPv4-address Set 'pendingipaddress' to 'IPv4-address'
->set /SP/network/ipv6 pending_static_ipaddress=IPv6-IP-address Set 'pendingipaddress' to 'IPv6-IP-address'
-> set /SP/network commitpending=true Set 'commitpending' to 'true'
-> set /SP/network pendingipnetmask=255.255.255.0 Set 'pendingipnetmask' to '255.255.255.0'
本示例中设置的网络掩码是 255.255.255.0。在您的网络环境中,子网可能需要一个不同的网络掩码。请使用最适合您的环境的网络掩码。
此示例显示了已设置为用于将 SP 从 DHCP 配置转换为静态配置的参数。
-> show /SP/network -display properties
/SP/network
Targets:
Properties:
commitpending = (Cannot show property)
dhcp_clientid = xxx.xxx.xxx.xxx
dhcp_server_ip = xxx.xxx.xxx.xxx
ipaddress = xxx.xxx.xxx.xxx
ipdiscovery = dhcp
ipgateway = xxx.xxx.xxx.xxx
ipnetmask = 255.255.255.0
macaddress = xx:xx:xx:xx:xx:xx
managementport = MGMT
outofbandmacaddress = xx:xx:xx:xx:xx:xx
pendingipaddress = service-processor-IPaddr
pendingipdiscovery = static
pendingipgateway = gateway-IPaddr
pendingipnetmask = 255.255.255.0
pendingmanagementport = MGMT
sidebandmacaddress = xx:xx:xx:xx:xx:xx
state = enabled
->
-> set /SP/network commitpending=true Set 'commitpending' to 'true'
服务器管理
Oracle ILOM 文档