上一主题: 网络安装管理命令下一主题: dpmnim image 命令-使用资源组部署 IBM AIX 映像


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

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

此命令具有以下格式:

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 -auto_deploy {Yes|No} -target_username targetusername [-target_password targetpassword] [-auth_file authorizationfile] [-auth_comp componentID] -nim_master_host_name nimmasterhostname [-scalability_server servername] [-deploy_template templatename] [-wait [timeout]] [-pre] [-post][-locale iso629value]
-sc sc_url

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

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

hostname

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

示例:localhost.ca.com

port

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

示例:80

-type {res_group|individual_res}

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

res_group

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

individual_res

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

-install_type {rte|mksysb}

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

-spot spotResource [mksysbResource]

定义共享产品对象树,以用于映像制作请求。

-mksysb mksysbResource

mksysb 资源。 仅在 -install_type 为 mksysb 时有效。

-lpp lpp_resource

指定许可的程序产品文件,以用于映像请求。 如果 -install_type 为 mksysb,则为可选。 如果 -install_type 为 rte,则为必需。

-bosinst_data bos_install_data_resource

指定包含基础操作系统 (BOS) 安装程序的信息的文件。 如果 -install_type 为 mksysb,则为可选。 如果 -install_type 为 rte,则为必需。

-resolve_conf resolveconf

(可选)定义一个文件,该文件包含为本地解析程序例程定义域名协议名称服务器信息的有效 /etc/resolv.conf 条目。

-fb_script fbscript

(可选)定义在 BOS 安装过程完成之后,NIM 客户端初始启动时用于配置设备的文件的名称。

-post_inst_scripts script1,script2,script3

(可选)指定安装后运行的逗号分隔脚本列表。

-image_data imageDataResource

(可选)指定映像数据资源文件,该文件描述如何在根卷上配置物理磁盘、卷组、逻辑卷、文件系统和分页空间。

-machine_res_name machineresourcename

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

-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 可扩展性服务器。

-deploy_template templatename

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

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

-wait timeout

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

""

无超时值。

0

无限等待。

-pre

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

-post

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

-locale iso639value

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

示例:使用单个资源将 IBM AIX 映像部署到服务器

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

dpmnim image -type individual_res -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 -auto_deploy yes -target_username root -target_password testpw -nim_master_host_name main_master

示例:通过指定具有 MKSYSB 映像的单个资源来部署 IBM AIX 映像。

本示例使用 MKSYSB 安装将 IBM AIX 映像从 NIM 主服务器部署到一个服务器。

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

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

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

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