上一主题: dpmrsi collect_drivers 命令-添加 RSI 驱动程序下一主题: dpmrsi list image 命令-列出 RSI 映像


dpmrsi deploy 命令-部署 RSI 映像

使用 dpmrsi deploy 命令可以将先前从服务器捕获的 RSI 映像部署到目标系统。

此命令具有以下格式:

dpmrsi deploy
[-sc sc_url]
[-baremetal yes|no -system_type virtual|physical -ostype OStype]
-name imagename
[-desc imagedescription]
[-scale yes|no]
[-depot depotname]
[-profile profilelocation]
[-profile_hostname hostname]
[-profile_driverset driverset]
[-profile_addressX staticnetworkaddress]
[-profile_dhcpX yes|no]
[-profile_interfaceidX interfaceID]
[-profile_netmaskX netmask]
[-boot_network bootnetwork]
-serverid targetserverid|-macaddr targetMACaddress
-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

-baremetal yes|no -system_type virtual|physical -ostype OStype

指定裸机系统参数,其中默认值 = no。如果将 -baremetal 指定为“yes”,请指定 system_type 和 ostype。 有效条目:-baremetal = yes 或 no,-system_type = virtual 或 physical,ostype = 从 dpmrsi osspec <credentials> 命令返回的任何 os 类型。

-name imagename

定义 RSI 映像的名称。

-desc imagedescription

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

-profile profilelocation

(可选)指定配置文件的位置,该配置文件包含在映像部署期间使用的目标系统的配置。 如果不指定配置文件,则将使用在其中捕获映像的系统配置。 指定指向配置文件的超链接(格式为 http://...)或 RSI 服务器上的配置文件位置的 UNIX 路径。

示例:/root/profiles/ServerA_capture_win2k3

注意:如果在命令中指定配置文件位置,而不指定 -profile 参数,将使用配置文件值。 如果在命令中指定与配置文件相关的参数,则将使用您指定的值,而不是配置文件中的值。

-profile_hostname hostname

(可选)映像部署后定义目标系统的主机名。 有效条目:任何字母数字字符。

-profile_driverset driverset

(可选)映像部署后定义要应用于目标系统的驱动程序集。 有效条目:任何字母数字字符。

-profile_address1|2|3 ipnetworkaddress

(可选)定义目标系统的网络接口(1、2 或 3)及其 IP 地址。 如果 profile_dhcp 的值为 no,则必须提供该参数。有效条目:xxx.xxx.xxx.xxx。

-profile_dhcp1|2|3 yes|no

(可选)定义目标系统的网络接口(1、2 或 3),以及是否为 DHCP 配置接口。 有效条目:yes = DHCP,no = 静态 IP 地址。

-profile_interfaceid1|2|3

(可选)映像部署期间定义目标系统的网络接口的整数索引。 有效条目:1、2 或 3。

-profile_netmask1|2|3 netmask

(可选)定义网络接口(1、2 或 3)和网络掩码。 如果 profile_dhcp 的值为 no,则必须提供该参数。有效条目:采用点表示法的网络掩码。

-scale yes|no

指示是否调整映像的大小以适应可用的存储空间。 如果指定 yes,则调整映像的大小以适应目标服务器上的可用存储空间。 文件系统和逻辑卷的大小基于它们包含的数据进行调整。 不对交换空间和原始分区的大小进行调整。 如果映像包含的数据比服务器存储可以容纳的数据更多,则该操作将失败。

默认值:yes

-depot depotname

(可选)指定 RSI 库的名称。

示例:mydepot

默认:如果未指定 -depot 命令行参数,则使用默认库。

-boot_network networkname

定义 RSI 服务器上注册的启动网络的名称。 仅当多个网络(默认值为一个)注册到 RSI 服务器时需要该参数。 有效条目:任何字母数字字符。

-serverid target server ID | -macaddr targetMACaddress

定义快速服务器映像目标的服务器 ID 或 MAC 地址。 同时指定 -serverid-macaddr 参数时,-macaddr 优先。

-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”。

示例:部署 RSI 映像

本示例将 RSI 映像部署到 MAC 地址为 00:0C:F1:56:98:AD 的服务器。

dpmrsi deploy
–name testimage1
-profile http://profileserver/profiles/testprofile2
-macaddr 00:0C:F1:56:98:AD
-img_host rsiserver1
-dc_user user2 –dc_password pass2
-ws_user wsuser -ws_password wsuserpassword