dpmvc templatetovm 命令用于将虚拟机模板转换回 VM。 例如,使用该功能,您可以向转换后的 VM 应用修补程序或软件更新,然后再将其转换回模板。
此命令具有以下格式:
dpmvc templatetovm [-sc sc_url] -template_name templatename -datacenter_name datacentername -compute_resource_name hostname -resource_pool_name resourcepool -esx_host_name hostname [-vc_server vmserver] [-vc_user vcuser] [-vc_password vcpassword] [-auth_file authorizationfilename] [-auth_comp componentID] [-pre] [-post] [-ws_user wsuser] [-ws_password wspassword] [-prompt {yes|no}] [-encrypted_password {yes|no}] [-locale iso639value]
(可选)为服务控制器主机定义 URL。
示例:https://hostname:port/...
定义安装了服务控制器的完全限定主机。
示例:localhost.ca.com
定义服务控制器服务器的侦听端口。
示例:80
定义模板的名称。
指定 VM 所在的数据中心。
指定在其中创建 VM 的群集或 VMware ESX 主机。
指定您希望从中选择用于克隆的 VM 的资源池的名称。
指定 VM 驻留的 VMware ESX 服务器。
指定在具有多个 vCenter 服务器时要访问的 vCenter 服务器。 对于单 vCenter 服务器环境是可选的。
(可选)指定 vCenter 服务器用户 ID。 这是可选的,具体取决于是否已启用全局凭据。
(可选)指定 vCenter 服务器用户 ID 的密码。 省略该选项时,如果从默认授权文件或特定授权文件 (-auth_file) 指定用户(-vc_user 选项)和组件(-auth_comp 选项),则将为其检索加密密码。
(可选)指定用于检索加密密码的授权文件的完整路径名称。 该文件包含使用 dpmutil set auth 命令生成的 CA Server Automation 管理员凭据。 如果不指定该选项,将使用默认的授权文件。
(可选)指定可用于对主机和用户进行分组的组件 ID。
(可选)指定是否在执行操作之前生成事件。
(可选)指定是否在执行操作之后生成事件。
(可选)指定连接到 VC 平台管理模块 (PMM) 的 Web 服务用户名。
(可选)指定连接到 VC 性能管理模块 (PMM) 的 Web 服务用户的密码。
(可选)指定是否提示您输入 Web 服务用户 ID 和密码。
默认值:Yes
(可选)指定您是否希望加密 VC 用户密码。
默认值:Yes
(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。
示例:在单 vCenter 服务器环境中,使用全局凭据将模板转换为 VM
本示例将名为 convertTest 的模板转换为 VM。
dpmvc templatetovm -datacenter_name VAS/MyCity -template_name convertTest -compute_resource_name onDemand/myhost.myco.com -esx_host_name myhost.myco.com -resource_pool_name Resources/QA
示例:在多 vCenter 服务器环境中,使用全局凭据将模板转换为 VM
本示例将名为 payrollSystem1 的模板转换为 VM。
dpmvc templatetovm -datacenter_name VAS/MyCity -template_name payrollSystem1 -compute_resource_name onDemand/myhost.myco.com -esx_host_name myhost.myco.com -resource_pool_name Resources/QA -vc_server vc_server_1
示例:使用指定的授权文件和组件 ID 将模板转换为 VM
本示例将名为 Win2K3 的模板转换为 VM。
dpmvc templatetovm -datacenter_name VAS/MyCity -template_name Win2K3 -compute_resource_name onDemand/myhost.myco.com -esx_host_name myhost.myco.com -resource_pool_name Resources/QA -vc_server vc_server_1 -vc_user VCAdmin1 -auth_file c:\localauth.dat -auth_comp Imaging
版权所有 © 2013 CA。
保留所有权利。
|
|