The following actions can currently only be run using a CLI Interface:
- Uninstall An agent
- Agent Status Information
- Change the Publisher that an Agent is associated with
Uninstall an Agent
To uninstall an agent:
- Open a terminal access to the Agent server machine with user Root.
- Navigate to opt/SiemplifyAgent/
- Run the following command:
python agent_cli py uninstall
Agent Status Information
To see information on the Agent:
- Open a terminal access to the Agent server machine with user Root.
- Navigate to opt/SiemplifyAgent/
- Run the following command:
python agent_cli.py status
The following information will be displayed:
- Agent Version
- Siemplify Required Version
- IP Address
- Hostname
- Last Communication Time
- Server API Root
- Server API Token
Change Publisher
- Navigate to Siemplify > Settings > Advanced > Remote Agent.
- Select Edit for the required Agent and choose a different publisher from the drop-down list. An email is then sent automatically to the contact configured here with a new unique Agent User Token which you will need to use in the Python Linux command below.
- Open a terminal access to the Agent server machine with user Root.
- Navigate to opt/SiemplifyAgent/
- Run the following command:
python agent_cli.py setpublisher <Server API Root> api <agent user token>
For example: python agent_cli.py setpublisher https://10.0.1.30/ api 920853c9-1543-4736-8c0c-42a4099ce425
Post your comment on this topic.