上一主题: dpmrsi register_ext_network 命令-注册外部网络下一主题: dpmrsi remove 命令-删除 RSI 映像


dpmrsi register_hypervisor 命令-注册管理程序

使用 dpmrsi register_hypervisor 命令可以在 RSI 服务器上注册管理程序。 该命令会向 RSI 服务器注册受管理程序管理的所有虚拟机。 如果管理程序当前已注册,该命令将重新扫描并更新虚拟机。

此命令具有以下格式:

dpmrsi register_hypervisor
[-sc sc_url]
-id hypervisorhostname
-user HypervisorUsername -password HypervisorPassword
-hypervisor_type HypervisorType
-img_host RSIserver
-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

-id hypervisorhostname

定义管理程序控制器的主机名。 有效条目:任何字母数字字符。

-user HypervisorUsername

定义用于登录管理程序控制器的用户名。有效条目:任何字母数字字符。

-password HypervisorPassword

定义用于登录管理程序控制器的密码。 有效条目:任何字母数字字符。

-hypervisor_type HypervisorType

定义管理程序类型。 有效条目:VMware 或 HyperV,区分大小写。

-img_host RSIserver

定义 RSI 服务器的名称。

-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_hypervisor
-id ESXserver
-user root -password secret
-hypervisor_type VMware
-img_host rsiserver1
-dc_user user2 –dc_password pass2