Starting and stopping UM-Agent
It is
essential to start
UM-Agent BEFORE the other components (UM-Client, UM-Console) to ensure correct operation.
You can go in the directory
/usr/upsman/umagent
(default installation directory) and enter the following commands :
-
./uma_stop
to stop UM-Agent
-
nohup ./uma &
to start UM-Agent
It is
essential
to Stop all the UM-Clients
and UM-Console BEFORE stopping UM-Agent to ensure correct operation.
To start UM-Agent in verbose mode:
-
You must add the line "upsVerboseLevel=3" in the [Trace] section of the file "umaparam" in the directory
/usr/upsman/umagent
-
Start UM-Agent with the option -v with the command
./uma -v
to activate verbose mode.
You will obtain the
Messages in verbose mode
To stop verbose mode:
-
Stop UM-Agent
-
Delete the line "upsVerboseLevel=3" in the [Trace] section of the file "umaparam" in the directory
/usr/upsman/umagent
-
Start UM-Agent without the option -v