上一主题: 策略配置下一主题: CA Process Automation 命令


caismutility 命令 -- 将功能添加到策略配置 UI 中

使用 caismutility 命令可提供用于配置用户界面的功能策略。 功能策略包括:

此命令具有以下格式:

caismutility
[-f server]
[-o sysEDGE|sysEDGESRM]
[-l]
[-d -p policy]
[-importEH dir|file]
[-useDirName]
[-overwrite]
[-c manager agent1]
[-user user]
[-password password]
[-locale locale]
[-import dir|file]
[-type SEPolicy|SETemplate|SRMPolicy|SRMThreshold|SRMTest|auto]
[-export dir]

注意:所有选项区分大小写。

-f server

指定连接到域服务器。

-o {sysEDGE|sysEDGESRM}

指定要使用的配置类型。

-l

列出可用的对象。

-d {-p policy}

将策略传送给代理。

-importEH {dir|file}

导入 eHealth 模板。

-useDirName

指定父目录的名称。

-overwrite

指定覆盖现有模板。

-c manager {agent1 ...}

指示代理向新的管理器报告。

-user user

指定用户名。

-password password

指定密码。

-locale iso639value

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

-import {dir|file}

指定要添加到文件存储的策略或模板。

-type {SEPolicy|SETemplate|SRMPolicy|SRMThreshold|SRMTest|auto}

指定要导入的文件类型。

-export dir

将所有策略和模板复制到指定目录。

示例:导入一组 eHealth 模板

此示例导入了一组 eHealth 模板。

caismutility -user xxx -password yyy -importEH c:\templates\

示例:将 SystemEDGE 策略导入域服务器中

此示例将某些 SystemEDGE 策略导入此域服务器中。

caismutility -user xxx -password yyy -type SEPolicy -import c:\policies

示例:指示代理向新的管理器报告

此示例将主机 agent.com 上的代理移至新的管理器 manager.com。

caismutility -user xxx -password yyy -o sysEDGE -c manager.com agent.com