上一主题: dpmresourcemgr updatesubnetdefaults 命令-更新网络默认值下一主题: 服务响应监视器 CLI 命令


dpmresourcemgr updateipaddresspool 命令-更新 IP 地址池

dpmresourcemgr updateipaddresspool 命令用于编辑对现有池进行 IP 分配的方法。

此命令具有以下格式:

dpmresourcemgr updateipaddresspool [-sc sc_url] -name name|-starting_ip ipaddress -ip_assignment_type static|dhcp [-ws_user username -ws_password password][-locale iso639value]
-sc sc_url

(可选)为服务控制器主机定义 URL。

示例:https://hostname:port/...

hostname

定义安装了服务控制器的完全限定主机。

示例:localhost.ca.com

port

定义服务控制器服务器的侦听端口。

示例:80

-name name | -starting_ip ipdaddress

定义名称或起始 IP 地址范围。 有效条目:1-128 个字母数字字符或 xxx.xxx.xxx.xxx。

-ip_assignment_type static | dhcp

定义服务器获取 IP 地址(静态 IP 地址或 DHCP)的方法。

-ws_user username -ws_password password

(可选)指定要用于 Web 服务安全检查的凭据。 如果不包含凭据,系统会提示您输入凭据。 通过使用 caaipsecurity 设置自己的会话来避免提示输入凭据。

-locale iso639value

(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。

示例:更新 IP 地址池

本示例将以 10.10.21.130 开头的 IP 地址池的 IP 分配方法更改为 DHCP。

dpmresourcemgr updateipaddresspool -starting_ip 10.10.21.130 -ip_assigment_type DHCP -ws_user wsuser -ws_password wsuserpassword