Start Smart Agent
Smart Agent can be managed as a system service or a process.
sudo chcon -t bin_t <smartagent dir>/smartagent
sudo systemctl restart smartagentStart as Process
For Windows, starting Smart Agent as a process is not supported. Therefore, you cannot start Smart Agent as a process in Windows.
For Linux, you can start Smart Agent as a process with the sudo access.
To start the Smart Agent as a process, run the following command:
sudo ./smartagentctl start --user <username> --group <groupname>To view other operations that you can perform, run the following command:
sudo ./smartagentctl --helpStart as Service
To start the Smart Agent as a service, run the following command:
For Linux
$ sudo ./smartagentctl start --serviceTo stop the Smart Agent service, you can use the following command:
$ sudo ./smartagentctl stopFor Windows
The Smart Agent service starts when you run the \smartagentctl.exe
.\smartagentctl.exe start --serviceTo view other operations that you can perform, run the following command:
.\smartagentctl.exe --helpFor example to stop Smart Agent, you can use the following command:
.\smartagentctl.exe stop