上一主题: dpmrsi provision_vm 命令--开通空 VM 实例下一主题: dpmrsi register_depot 命令-注册 RSI 库


dpmrsi register_boot_network 命令-注册启动网络

使用 dpmrsi register_boot_network 命令可以注册启动网络。

此命令具有以下格式:

dpmrsi register_boot_network
[-sc sc_url]
-img_host RSIserver
-name networkID
-interface interfaceID
-address IPaddresses
-gateway IPaddress
[-description description]
-dc_user RSIapplicationuser -dc_password RSIapplicationpassword
[-ws_user username -ws_password password]
[-locale iso639value]
-sc sc_url

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

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

hostname

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

示例:localhost.ca.com

port

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

示例:80

-img_host RSIserver

定义 RSI 服务器的名称。

-name networkID

定义显示详细信息的网络。 有效条目:任何字母数字字符。

-interface interfaceID

定义用于注册网络的 RSI 服务器上的接口名称(例如,the1、vlan3)。

-address IPaddresses

定义一个或多个 IP 地址,以供代理映像使用。 有效条目:一个或多个 IP 地址,使用逗号分隔。

-gateway IPaddress

定义网络的网关地址。 有效条目:采用 xxx.xxx.xxx.xxx 格式的 IP 地址。

-description networkdescription

定义网络的文本,以便于标识。 有效条目:任何字母数字值。

-dc_user RSIapplicationuser

定义 RSI 应用程序用户名。

-dc_password RSIapplicationpassword

定义 RSI 应用程序用户的密码。

-ws_user username -ws_password password

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

-locale iso639value

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

示例:注册启动网络

本示例注册启动网络。

dpmrsi register_boot_network
–name boot_net1
-interface eth1
-gateway 10.130.121.1
-address "10.130.121.20-10.130.121.30,10.130.121.88,10.130.121.230"
-img_host rsiserver1
-dc_user user2 –dc_password pass2