Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Managing the agent and extension package distributions with the CLI
Agent Distribution tool commands
The following table lists the required and optional parameters for the agentdist command tool.
Option | Description |
---|---|
--agent-name pattern | A regular expression that matches an agent name, as reported by the agent. |
--as-host host_name | Application Service hostname. |
--as-port port_number | Application Service port number. |
--distribute | Distribute a package or toolkit. |
--list | Lists available packages and toolkits. |
--list-agents | List agents (name and status). |
--package-name name | Name of the package to distribute or remove. |
--remove | Remove the package or toolkit. |
--status | Displays current deployment status. |
--toolkit-lang name | BTM Toolkit language. |
--toolkit-name name | BTM Toolkit name |
--toolkit-type type | BTM Toolkit type (specify dev for development, run for runtime or sup for support). |
--when "yyyy-mm-dd:hh.mm" | Time to distribute or remove. Defaults to now. If the time is in the past (when the agent checks for the distribution), it is treated as an immediate distribution request. Most operating systems require this to be quoted. |
-? or –h | Prints usage information. |
-b | Run in batch mode Runs the command in batch mode. Without this flag you are prompted to press the Enter key (or to press Ctrl+c to cancel) before the command is processed. This flag disables that request. |
-p password | Password |
-s or --stdin | Specify password via stdin. This is mutually exclusive with -p. |
Examples of how you can use the Agent Distribution command line tool
This section includes examples of how to use the agentdist command tool.
List available packages and toolkits
% agentdist -b -p BMCSOFTWARE SA --list
Distribute the latest qpmon extension to the agent "WMQ_Agent" immediately
% agentdist –b –p BMCSOFTWARE SA --agent-name "WMQ_Agent" --distribute --package-name qpmon
Distribute the latest BTM runtime toolkit for WebSphereMQ to the "WMQ_Agent" immediately
% agentdist –b –p BMCSOFTWARE SA --agent-name "WMQ_Agent" --distribute --toolkit-type run --toolkit-name "WebSphere MQ"