When updating KUMA versions, the WMI and WEC agents installed on remote machines must also be updated.
To update the agent, use an administrator account and follow these steps:
You need the ID to install the new agent with the same ID after removing the old agent.
kuma.exe agent --id <ID of agent service that was created in KUMA
> --uninstall
kuma agent --core https://<fullly qualified domain name of the KUMA Core server
>:<port used by the KUMA Core server for internal communications (port 7210 by default)
> --id <ID of the agent service that was created in KUMA
> --user <name of the user account used to run the agent, including the domain
> --install
The agent is updated.
Page top