上一主题: dpmresourcemgr addcomputertonetwork 命令-向网络中添加服务器下一主题: dpmresourcemgr addmachinestoservice 命令-向服务中添加服务器


dpmresourcemgr addipaddresspool 命令-添加 IP 地址池

dpmresourcemgr addipaddresspool 命令用于使用静态 IP 地址或 DHCP 添加 IP 地址池。

此命令具有以下格式:

dpmresourcemgr addipaddresspool [-sc sc_url] -subnet_address address -starting_ip ipaddress -ending_ip ipaddress -ip_assignment_type static|dhcp [-name name][-owner ownername][-ws_user username -ws_password password][-locale iso639value]
-sc sc_url

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

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

hostname

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

示例:localhost.ca.com

port

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

示例:80

-subnet_address address

定义网络的 IP 地址。 有效条目:xxx.xxx.xxx.xxx 或 xxx.xxx.xxx.xxx/xx。

-starting_ip ipaddress

在该范围中定义起始有效 IP 地址,以便在静态 IP 地址池中使用。 有效条目:xxx.xxx.xxx.xxx。

-ending_ip ipaddress

在 IP 范围中定义结束 IP 地址。 有效条目:xxx.xxx.xxx.xxx。

-ip_assignment_type static | dhcp

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

-name name

定义项的名称。 有效条目:1-128 个字母数字字符。

-owner ownername

定义 IP 地址池的所有者。 有效条目:1-128 个字母数字字符。

-ws_user username -ws_password password

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

-locale iso639value

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

示例:添加 IP 地址池

本示例添加 IP 地址池 engpool,其中 IP 地址范围为 10.10.21.130 到 10.10.21.140,并将 IP 分配方法设置为 DHCP。

dpmresourcemgr addipaddresspool -subnet_address 10.10.21.0 -starting_ip 10.10.21.130 -ending_ip 10.10.21.140 -ip_assigment_type DHCP -ws_user wsuser -ws_password wsuserpassword