dpmnim image 命令用于使用单个资源将 IBM AIX 映像从 NIM 主服务器部署到现有逻辑分区 (LPAR)。
此命令具有以下格式:
dpmnim image [-sc sc_url] -type individual_res [-install_type {rte|mksysb}] -spot spotResource [mksysb mksysbResource] [-lpp lppresource] [-boinst_data bosDataResource] [-resolv_conf resolveconf] [-fb_script fbscript] [-post_inst_scripts script1,script2,script3] [-image_data imageDataResource] -machine_res_name machineresourcename -nim_master_host_name nimmasterhostname -auto_deploy {Yes|No} -target_username targetusername [-target_password targetpassword] [-auth_file authorizationfile] [-auth_comp componentID] -provision_lpar {Yes|No} -hmc name -managed_system managedsystemname -partition_name partitionname [-profile_name lparprofile|lparname] [-scalability_server servername] [-wait [timeout]] [-pre] [-post][-locale iso629value]
(可选)为服务控制器主机定义 URL。
示例:https://hostname:port/...
定义安装了服务控制器的完全限定主机。
示例:localhost.ca.com
定义服务控制器服务器的侦听端口。
示例:80
指定使用映像操作类型资源组或单个资源。
指定使用资源组进行映像。
指定使用单个资源进行映像。
(可选)NIM 安装类型。 接受的值为 rte 或 mksysb。 如果未指定 -install_type,则 rte 为默认值。
定义共享产品对象树,以用于映像制作请求。
mksysb 资源。 仅在 -install_type 为 mksysb 时有效。
指定许可的程序产品文件,以用于映像请求。 如果 -install_type 为 mksysb,则为可选。 如果 -install_type 为 rte,则为必需。
定义共享产品对象树,以用于映像制作请求。
指定包含基础操作系统 (BOS) 安装程序的信息的文件。 如果 -install_type 为 mksysb,则为可选。 如果 -install_type 为 rte,则为必需。
(可选)定义一个文件,该文件包含为本地解析程序例程定义域名协议名称服务器信息的有效 /etc/resolv.conf 条目。
(可选)定义在 BOS 安装过程完成之后,NIM 客户端初始启动时用于配置设备的文件的名称。
(可选)指定安装后运行的逗号分隔脚本列表。
(可选)指定映像数据资源文件,该文件描述如何在根卷上配置物理磁盘、卷组、逻辑卷、文件系统和分页空间。
定义计算机资源的名称。 该名称必须在 NIM 主服务器中预定义。
定义用于执行映像部署的 NIM 主服务器主机名。
指定是否自动部署 CA Server Automation 代理。 选项包括:
自动部署 CA Server Automation 代理。
防止自动部署 CA Server Automation 代理。
默认值:no
定义用于将代理部署到的目标主机服务器(要将映像部署到该服务器)的用户名。
(可选)定义用于将代理部署到的目标主机服务器(要将映像部署到该服务器)的用户密码。 如果未指定密码,将从授权文件检索密码。
注意:可使用 dpmutil CLI 设置授权文件。
(可选)指定用于检索加密密码的授权文件的完整路径名称。 该文件包含使用 dpmutil set auth 命令生成的 CA Server Automation 管理员凭据。 如果不指定该选项,将使用默认的授权文件。
(可选)指定可用于对主机和用户进行分组的组件 ID。
表示是否对逻辑分区进行映像。 选项包括:
对逻辑分区进行映像。
如果满足基本的 NIM 要求,将分区视为要开通的计算机。
默认值:No
指定控制逻辑分区所在的受管系统的硬件管理控制台 (HMC) 或集成虚拟化管理器 (IVM)。
指定逻辑分区所驻留的受管系统。 受管系统必须存在于 HMC/IVM 上。
指定要将资源应用至的逻辑分区。 该分区必须存在于受管系统上。
指定激活逻辑分区时要使用的分区配置文件。 对于 HMC 为必需。 对于 IVM 为可选,如果已指定,该名称必须与分区名称匹配。
(可选)指定要用于软件分发的 CA ITCM 可扩展性服务器。
(可选)表示是否显示作业的状态并直到操作完成、失败或达到超时时长(如果您指定了超时值)才返回。 如果不指定该选项,CLI 不等待完成即返回。 如果无响应,可选的超时值将定义超时时长(分钟)。 如果输入不带超时值的等待选项,CLI 将使用 caimgconf.cfg 文件中的默认等待时间或默认等待 120 分钟。 除所有正整数之外,也可使用下列超时值:
无超时值。
无限等待。
(可选)指定是否在执行操作之前生成事件。
(可选)指定是否在执行操作之后生成事件。
(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。
示例:使用单个资源将 IBM AIX 映像部署到 LPAR
本示例使用单个资源将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX LPAR。
dpmnim image -type individual_res -lpp lpp_res -spot spot -bosinst_data bid_ow -resolv_conf master_net_conf -post_inst_scripts postins_scripts -machine_res_name ResPartition -nim_master_host_name machine.domain.com -auto_deploy no -target_username root -target_password testpw -provision_lpar yes -hmc hmc01 -managed_system testMS -partition_name lpartest01 -profile_name Default
示例:通过指定具有 mksyb 映像的单个资源将映像部署到 IBM AIX LPAR。
本示例使用 MKSYSB 安装将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX LPAR。
dpmnim image -type individual_res –install_type mksysb -machine_res_name development_1 -spot 530spot_res –mksysb 5300_mksysb_image -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 映像部署到 LPAR。
本示例通过 RTE 安装使用单个资源将 IBM AIX 映像从 NIM 主服务器部署到 IBM AIX LPAR。
dpmnim image -type individual_res –install_type rte -machine_res_name development_1 -lpp 5301l_res -spot 530spot_res -bosinst_data 530_bid_ow -resolv_conf master_net_conf -fb_script fb1 -post_inst_scripts script1,script2 -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
版权所有 © 2013 CA。
保留所有权利。
|
|