Previous Topic: Policy ConfigurationNext Topic: Resource Manager Commands


caismutility Command -- Add Functionalities to Policy Configuration UI

Use the caismutility command to provide functionality policies to configure the user interface. Functionality policies include:

This command has the following format:

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]

Note: All options are case-sensitive.

-f server

Specifies to connect to a domain server.

-o {sysEDGE|sysEDGESRM}

Specifies the type of configuration to use.

-l

Lists the objects that are available.

-d {-p policy}

Delivers the policy to an agent.

-importEH {dir|file}

Imports the eHealth templates.

-useDirName

Specifies the parent directory name.

-overwrite

Specifies to overwrite an existing template.

-c manager {agent1 ...}

Instructs the agents to report to the new manager.

-user user

Specifies the user name.

-password password

Specifies the password.

-locale iso639value

Specifies an IS0 639_3166 combination (for example: fr_FR for French) to override the default English output. To use the locale of the command prompt, specify "native".

-import {dir|file}

Specifies the policies or templates to add to filestore.

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

Specifies the type of file to import.

-export dir

Copies all policies and templates to the specified directory.

Example: To import a set of eHealth templates

This example imports a set of eHealth templates.

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

Example: To import SystemEDGE policies into a domain server

This example imports some SystemEDGE policies into this domain server.

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

Example: Instruct the agent to report to a new manager

This example moves an agent on host agent.com to a new manager manager.com.

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