上一主题: dpmresourcemgr setserviceproperties 命令-设置服务属性下一主题: dpmresourcemgr updateresourcetemplate 命令-更新资源模板


dpmresourcemgr updateresourcegroup 命令-更新资源组

updateresourcegroup 命令用于更新软件包组。

此命令具有以下格式:

dpmresourcemgr updateresourcegroup [-sc sc_url] -group_name groupname -group_description description -group_type grouptype -group_attribute attribute [-package_list packagelist][-ws_user username -ws_password password][-locale iso639value]
-sc sc_url

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

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

hostname

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

示例:localhost.ca.com

port

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

示例:80

-group_name groupname

定义组的名称。

-group_description description

定义组的说明。

-group_type type

定义资源组的类型。 对于打包组,设置为 1。 对于所有组,设置为零。

-group_attribute attribute

定义组属性。

-package_list packagelist

定义各个软件包。 如果组类型设置为 1(PACKAGE),则定义该选项。 有效条目:-package_list "<package name A>|<package procedure A>|<procedure type A>|<package name B>|... ".

-ws_user username -ws_password password

(可选)指定要用于 Web 服务安全检查的凭据。 如果不包含凭据,系统会提示您输入凭据。 通过使用 caaipsecurity 设置自己的会话来避免提示输入凭据。

-locale iso639value

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

示例:更新资源组

本示例更新资源组。

dpmresourcemgr updateresourcegroup -group_name "AGENT PACKAGE GROUP" -group_description "Agent package group" -group_type 1 -group_attribute 0 -package_list "Generic Agent Win32 r5.0|install|INSTALL"