上一主题: dpmnim image 命令-使用单个资源将 IBM AIX 映像部署到现有 LPAR下一主题: dpmnim imgjobcheck 命令-检索 NIM IBM AIX 映像作业状态


dpmnim image 命令-使用资源组将 IBM AIX 映像部署到现有 LPAR

dpmnim image 命令用于使用资源组将 IBM AIX 映像从 NIM 主服务器部署到现有 IBM AIX 逻辑分区 (LPAR)。

此命令具有以下格式:

dpmnim image -type res_group [-sc sc_url] [-install_type {rte|mksysb}] -res_group_name resourcegroupname -machine_res_name machineresourcename -provision_lpar {Yes|No} -hmc name -managed_system managedsystemname -partition_name partitionname [-profile_name lparprofile|lparname] -auto_deploy {Yes|No} -target_username targetusername [-target_password targetpassword] [-auth_file authorizationfile] [-auth_comp componentID] -nim_master_host_name nimmasterhostname [-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 为默认值。

-machine_res_name machineresourcename

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

-res_group_name resourcegroupname

指定资源组的名称。

-provision_lpar {Yes|No}

表示是否对逻辑分区进行映像。 选项包括:

对逻辑分区进行映像。

如果满足基本的 NIM 要求,将分区视为要开通的计算机。

默认值:No

-hmc name

指定控制逻辑分区所在的受管系统的硬件管理控制台 (HMC) 或集成虚拟化管理器 (IVM)。

-managed_system managedsystemname

指定逻辑分区所驻留的受管系统。 受管系统必须存在于 HMC/IVM 上。

-partition_name partitionname

指定要将资源应用至的逻辑分区。 该分区必须存在于受管系统上。

-profile_name lparprofile(仅 HMC)
[-profile_name lparname](仅 IVM)

指定激活逻辑分区时要使用的分区配置文件。 对于 HMC 为必需。 对于 IVM 为可选,如果已指定,该名称必须与分区名称匹配。

-auto_deploy {yes|no}

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

自动部署 CA Server Automation 代理。

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

默认值:no

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

示例:使用 MKSYSB 安装将 IBM AIX 映像部署

本示例使用包含 mksysb 资源的资源组部署 IBM AIX 映像。

dpmnim 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 -provision_lpar yes -hmc hmc01 -managed_system testMS -partition_name lpartest01 -profile_name Default

示例:使用 RTE 安装将 IBM AIX 映像部署

本示例通过 RTE 安装使用资源组部署 IBM AIX 映像。

dpmnim 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 -provision_lpar yes -hmc hmc01 -managed_system testMS -partition_name lpartest01 -profile_name Default

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

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

dpmnim image -type res_group -res_group_name basic_res_group -machine_res_name ResPartition -provision_lpar yes -hmc hmc01 -managed_system testMS -partition_name lpartest01 -profile_name Default -auto_deploy no -target_username root -target_password testpw -nim_master_host_name machine.domain.com