...
Description | Deletes an Agent record. |
---|
Syntax | uagcmd ops-delete-agent global parameters {agent-name=name | agent-id=ID }
|
---|
Parameters | htmlbobswift<ul>
<li> <code>agent-name</code>= <br>Required if <code>agentname = Required if agent-id= </code> <code>agent</code> and <code>agent</code>
<li> <code>agent-id</code>= <br>Required if <code>agentagent-id = Required if agent-name= </code> <code>agent</code> and <code>agent</code> </ul> |
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-delete-agent -c config.cfg Html bobswift |
---|
agent-name=agent A</pre>A |
|
---|
Anchor |
---|
| ops-agent-status |
---|
| ops-agent-status |
---|
|
List Agents Status
Description | Lists the status of one or more Agents. |
---|
Syntax | uagcmd ops-agent-status global parameters [agent-name=name] agent-type=type [options=v]
|
---|
Parameters | Html bobswift |
---|
<ul>
<li> <code>agent-name=</code> <br>Optional; Name or partial name of one or more |
Agents. Wildcards Html bobswift |
---|
are supported.
<li> <code>agent-type=</code> <br>Optional; One of the following (not case sensitive): <b>windows</b>, <b>unix</b>, <b>linux</b>, <b>linux/unix</b>, <b>zos</b>, <b>z/os</b>. (If not specified, status of all Agents are listed.)
<li> <code>options=</code> <br>Optional; <b>v</b> (Return verbose results.)</ul> |
| Example | Panel |
---|
Html bobswift | <pre>uagcmdagent-name= Optional; Name or partial name of one or more Agents. Wildcards are supported.agent-type= Optional; One of the following (not case sensitive): windows, unix, linux, linux/unix, zos, z/os. (If not specified, status of all Agents are listed.)options= Optional; v (Return verbose results.)
|
---|
Example |
Panel |
---|
uagcmd ops-agent-status -c config.cfg Html bobswift |
---|
agent-type=windows </pre> |
|
---|
Anchor |
---|
| ops-resume-agent |
---|
| ops-resume-agent |
---|
|
Resume Agent
Description | Resumes the ability of the identified Agent to run tasks. |
---|
Syntax | uagcmd ops-resume-agent global parameters {agent-name=name | agent-id=id }
|
---|
Parameters |
htmlbobswift<ul>
<li> <code>agent-name</code>= <br>Required if <code>agentname = Required if agent-id= </code> <code>agent</code> and <code>agent</code>
<li> <code>agent-id</code>= <br>Required if <code>agentagent-id = Required if agent-name= </code> <code>agent</code> and <code>agent</code> </ul> |
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-resume-agent -c config.cfg Html bobswift |
---|
agent-name=agent A</pre>A |
|
---|
Anchor |
---|
| ops-resume-agent-cluster |
---|
| ops-resume-agent-cluster |
---|
|
Resume Agent Cluster
Description | Resumes the ability of the identified Agent Cluster to run tasks. |
---|
Syntax | uagcmd ops-resume-agent-cluster global parameters agent-cluster-name=name
|
---|
Parameter | Html bobswift | <ul>
<li> <code>agent-cluster-name</code>= <br>Required; Agent cluster name of the Agent Cluster whose ability to run tasks is to be resumed.</ul>agent-cluster-name = Required; Agent cluster name of the Agent Cluster whose ability to run tasks is to be resumed.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-resume-agent-cluster -c config.cfg Html bobswift |
---|
agent-cluster-name=cluster A</pre>A |
|
---|
Anchor |
---|
| ops-resume-agent-cluster-membership |
---|
| ops-resume-agent-cluster-membership |
---|
|
Resume Agent Cluster Membership
Description | Resumes the membership of the identified Agent in the identified Agent Cluster. |
---|
Syntax | uagcmd ops-resume-agent-cluster-membership global parameters {agent-name=name | agent-id=ID} agent-cluster-name=name
|
---|
Parameters |
htmlbobswift<ul>
<li> <code>agent-name</code>= <br>Required if <code>agentname = Required if agent-id= </code> <code>agent</code> and <code>agent</code>
<li> <code>agent-id</code>= <br>Required if <code>agentagent-id = Required if agent-name= </code> <code>agent</code> and <code>agent</code>
<li> <code>agentname</code>= <br>Required; Agent cluster name of the Agent Cluster in whose membership the identified Agent is to be resumed.</ul>name = Required; Agent cluster name of the Agent Cluster in whose membership the identified Agent is to be resumed.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-resume-agent-cluster-membership -c config.cfg Html bobswift |
---|
agent-name=agent A agent-cluster-name=cluster A</pre>A |
|
---|
Anchor |
---|
| ops-set-agent-cluster-task-execution-limit |
---|
| ops-set-agent-cluster-task-execution-limit |
---|
|
Set Agent Cluster Task Execution Limit
Description | Specifies whether or not an Agent Cluster has a task execution limit and, if so, sets the task execution limit. |
---|
Syntax | uagcmd ops-set-agent-cluster-task-execution-limit global parameters agent-cluster-name=name limit-type=type limit-amount=number
|
---|
Parameters | agent-cluster-name= Required; Name of the Agent Cluster.limit-type= Required; Specification for whether or not there is a limit to the number of tasks that can be run at the same time by the Agent Cluster. Allowable values (not case sensitive) are: limited, unlimited.limit-amount= Required if limit-type= limited; Maximum number of tasks that can be run at the same time by the Agent Cluster.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-set-agent-cluster-task-execution-limit -c config.cfg Html bobswift |
---|
agent-cluster-name=cluster A limit-type=limit limit-amount= 500</pre>500 |
|
---|
Anchor |
---|
| ops-set-agent-task-execution-limit |
---|
| ops-set-agent-task-execution-limit |
---|
|
Set Agent Task Execution Limit
Description | Specifies whether or not an Agent has a task execution limit and, if so, sets the task execution limit. |
---|
Syntax | uagcmd ops-set-agent-task-execution-limit global parameters {agent-name=name | agent-id=ID} limit-type=type limit-amount=number
|
---|
Parameters | agent-name= Required if agent-id= is not specified; Name of the Agent (agent-name= and agent-id= are mutually exclusive).agent-id= Required if agent-name= is not specified; ID of the Agent (agent-id= and agent-name= are mutually exclusive).limit-type= Required; Specification for whether or not there is a limit to the number of tasks that can be run concurrently by the Agent. Allowable values (not case sensitive) are limited, unlimited.limit-amount= Required if limit-type=limited; Maximum number of tasks that can be run at the same time by the Agent.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-set-agent-task-execution-limit -c config.cfg Html bobswift |
---|
agent-name=agent A limit-type=limit limit-amount= 500</pre>500 |
|
---|
Anchor |
---|
| ops-suspend-agent |
---|
| ops-suspend-agent |
---|
|
Suspend Agent
Description | Suspends the ability of the identified Agent to run tasks. |
---|
Syntax | uagcmd ops-suspend-agent global parameters {agent-name=name | agent-id=ID }
|
---|
Parameters | htmlbobswift<ul>
<li> <code>agent-name</code>= <br>Required if <code>agentname = Required if agent-id= </code> <code>agent</code> and <code>agent</code>
<li> <code>agent-id</code>= <br>Required if <code>agentagent-id = Required if agent-name= </code> <code>agent</code> and <code>agent</code> </ul> |
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-suspend-agent -c config.cfg Html bobswift |
---|
agent-name=agent A</pre>A |
|
---|
Anchor |
---|
| ops-suspend-agent-cluster |
---|
| ops-suspend-agent-cluster |
---|
|
Suspend Agent Cluster
Description | Suspends the ability of the identified Agent Cluster to run tasks. |
---|
Syntax | uagcmd ops-suspend-agent-cluster global parameters agent-cluster-name=name
|
---|
Parameter | Html bobswift | <ul>
<li> <code>agent-cluster-name</code>= <br>Required; Agent cluster name of the Agent Cluster whose ability to run tasks is to be suspended. </ul>agent-cluster-name = Required; Agent cluster name of the Agent Cluster whose ability to run tasks is to be suspended.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-suspend-agent-cluster -c config.cfg Html bobswift |
---|
agent-cluster-name=cluster A</pre>A |
|
---|
Anchor |
---|
| ops-suspend-agent-cluster-membership |
---|
| ops-suspend-agent-cluster-membership |
---|
|
Suspend Agent Cluster Membership
Description | Suspends the membership of the identified Agent in the identified Agent Cluster. |
---|
Syntax | uagcmd ops-suspend-agent-cluster-membership global parameters {agent-name=name | agent-id=ID} agent-cluster-name=name
|
---|
Parameters | htmlbobswift<ul>
<li> <code>agent-name</code>= <br>Required if <code>agentname = Required if agent-id= </code> <code>agent</code> and <code>agent</code>
<li> <code>agent-id</code>= <br>Required if <code>agentagent-id = Required if agent-name= </code> <code>agent</code> and <code>agent</code>
<li> <code>agentname</code>= <br>Required; Agent cluster name of the Agent Cluster in whose membership the identified Agent is to be suspended.</ul>name = Required; Agent cluster name of the Agent Cluster in whose membership the identified Agent is to be suspended.
|
---|
Example |
Panel |
---|
Html bobswift | <pre>uagcmduagcmd ops-suspend-agent-cluster-membership -c config.cfg Html bobswift |
---|
agent-name=agent A agent-cluster-name=cluster A </pre> |
|
---|