上一主题: dpmnim image 命令-使用单个资源部署 IBM AIX 映像下一主题: dpmnim image 命令-使用单个资源将 IBM AIX 映像部署到现有 LPAR


dpmnim image 命令-使用资源组部署 IBM AIX 映像

dpmnim image 命令用于使用资源组将 IBM AIX 映像从 NIM 主服务器部署到目标 IBM AIX 服务器。

此命令具有以下格式:

dpmnim image -type res_group [-sc sc_url] [-install_type {rte|mksysb}]-res_group_name resource group name -machine_res_name machine resource name -auto_deploy {Yes|No} [-deploy_template templatename] -target_username targetusername [-target_password targetpassword] [-auth_file authorizationfile] [-auth_comp componentID] -nim_master_host_name nim master host name [-scalability_server servername] [‑wait [timeout]] [-pre] [-post][-locale iso629value]
-type {res_group|individual_res}

指定使用映像操作类型资源组或单个资源。

res_group

指定使用资源组进行映像。

individual_res

指定使用单个资源进行映像。

-sc sc_url

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

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

hostname

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

示例:localhost.ca.com

port

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

示例:80

-install_type {rte|mksysb}

(可选)NIM 安装类型。 接受的值为 rte 或 mksysb。 如果未指定 -install_type,则 rte 为默认值。

-res_group_name resource group name

定义资源组的名称。

-machine_res_name machineresourcename

定义计算机资源的名称。 该名称必须在 NIM 主服务器中预定义。

-auto_deploy {yes|no}

指定是否自动部署 CA Server Automation 代理。 选项包括:

自动部署 CA Server Automation 代理。

防止自动部署 CA Server Automation 代理。

默认值:no

-deploy_template templatename

(可选)指定在 CA Server Automation 中创建的通用模板的名称。

注意:请勿将该模板与由 VMware vCenter 创建并管理的模板相混淆。

-target_username targetusername

定义用于将代理部署到的目标主机服务器(要将映像部署到该服务器)的用户名。

-target_password targetpassword

(可选)定义用于将代理部署到的目标主机服务器(要将映像部署到该服务器)的用户密码。 如果未指定密码,将从授权文件检索密码。

注意:可使用 dpmutil CLI 设置授权文件。

-auth_file authorizationfilename

(可选)指定用于检索加密密码的授权文件的完整路径名称。 该文件包含使用 dpmutil set auth 命令生成的 CA Server Automation 管理员凭据。 如果不指定该选项,将使用默认的授权文件。

-auth_comp componentID

(可选)指定可用于对主机和用户进行分组的组件 ID。

-nim_master_host_name nimmasterhostname

定义用于执行映像部署的 NIM 主服务器主机名。

-scalability_server servername

(可选)指定要用于软件分发的 CA ITCM 可扩展性服务器。

-wait timeout

(可选)表示是否显示作业的状态并直到操作完成、失败或达到超时时长(如果您指定了超时值)才返回。 如果不指定该选项,CLI 不等待完成即返回。 如果无响应,可选的超时值将定义超时时长(分钟)。 如果输入不带超时值的等待选项,CLI 将使用 caimgconf.cfg 文件中的默认等待时间或默认等待 120 分钟。 除所有正整数之外,也可使用下列超时值:

""

无超时值。

0

无限等待。

-pre

(可选)指定是否在执行操作之前生成事件。

-post

(可选)指定是否在执行操作之后生成事件。

-locale iso639value

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

示例:使用资源组部署 IBM AIX 映像

本示例使用资源组将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX 服务器。

dpmim image -type res_group -res_group_name basic_res_group -machine_res_name development_1 -auto_deploy yes -target_username root -target_password testpw -nim_master_host_name main_master

示例:通过指定包含 MKSYSB 资源的资源组来部署 IBM AIX 映像

本示例通过 MKSYSB 安装使用资源组将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX 服务器。

dpmim image -type res_group –install_type mksysb -res_group_name mksysb_res_group -machine_res_name development_1 -auto_deploy yes -target_username root -target_password testpw -nim_master_host_name main_master

示例:通过指定资源组使用 RTE 安装将 IBM AIX 映像部署到服务器

本示例通过 RTE 安装使用资源组将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX 服务器。

dpmim image -type res_group –install_type rte -res_group_name basic_res_group -machine_res_name development_1 -auto_deploy yes -target_username root -target_password testpw -nim_master_host_name main_master