允许从 NIM 客户机执行网络安装管理(NIM)操作。
nimclient -l LsnimParameters
nimclient -d
nimclient -o Operation [ -a Attribute=Value ] ...
工作站(NIM 客户机)使用 nimclient 命令来牵引 NIM 资源。该命令能启用或禁用 NIM 主控服务器为工作站启动工作站安装和定制的能力。nimclient 命令能够用来生成可用的 NIM 资源列表或者显示已分配到客户机的 NIM 资源。一个 NIM 操作的有限集也可以通过使用 -o 标志的 nimclient 命令来执行。
-a Attribute=Value | 传递信息到 NIM 操作。 |
-d | 按照主控机的日期和时间设置客户机的日期和时间。 |
-l Lsnim parameters | 使用您指定的 lsnim 参数在主控机上执行 lsnim 命令。和该选项一起使用的全部参数必须符合 lsnim 命令的语法规则。注意某些 lsnim 语法要求使用 NIM 对象名称。要查找您的机器的 NIM 名称,请参阅 /etc/niminfo 文件。 |
-o Operation | 执行指定的操作。可能的操作有: |
-p | 启用 NIM 主控机来引导命令。 |
-P | 解除 NIM 主控机的许可权来引导命令。
注:主控机通过使用 -F 标志覆盖该限制。 |
访问控制:您必须拥有运行 nimclient 命令的 root 权限。
nimclient -l -L pluto
nimclient -l -L -t spot pluto
nimclient -l -p -s pull_ops
nimclient -P
nimclient -o allocate -a spot=myspot -a lpp_source=images \ -a installp_bundle=dept_bundle
nimclient -o bos_inst
nimclient -o allocate -a lpp_source=images
然后输入:
nimclient -o cust -a filesets="adt"
nimclient -o allocate -a lpp_source=images \ -a installp_bundle=bundle3
然后输入:
nimclient -o cust
nimclient -o allocate -a lpp_source=updt_images nimclient -o cust -afixes=IX12345
nimclient -o allocate -a lpp_source=updt_images nimclient -o cust -afixes=update_all
nimclient -o maint_boot -a spot=spot1
此命令行建立了维护引导操作,但必须本地启动网络引导。
nimclient -o showres -a resource=script1
nimclient -o showres -a resource=bosinst_data1
nimclient -o showres -a resource=lpp_source1
reference 属性由 nimclient 命令自动提供。
nimclient -o showres -a filesets="bos.INed xlC.rte" \ -a resource=lpp_source1 -a installp_flags="qi"
nimclient -o showres -a instfix_flags="T" -a resource=lpp_source1
nimclient -o cust -a installp_bundle=client_bundle \ -a lpp_source=client_images
nimclient -o bos_inst -a group=client_grp
nimclient -o bos_inst
/etc/niminfo | 包含 NIM 使用的变量。 |
lsnim 命令、nim 命令、nimconfig 命令及 niminit 命令。
.info 文件。