Skip to main content

AIX

Note

It is available in the AIX 6.1 or later.

If you select a newly generated server monitoring project, the Agent installation screen appears. You can also perform this through Management > Agent installation of the project.

Server monitoring AIX

  1. At the top of Management > Agent installation, select AIX under the Number-s OS tab.

  2. In the number-s Download installation file tab, select whatap-infra-latest.noarch.rpm to download the agent installation file.

  3. Go to the number-s Run installation file tab, check the following command, and then run the package.

    rpm -Uvh whatap-infra-latest.noarch.rpm
Note

For server security purposes, the installation files are provided only in the download format.

Running the agent

Execute the following command to start the server monitoring. When the application server runs, it begins collecting monitoring information.

echo "license=x4t2322hcqshs-x1q9rv0b9rjvs6-x4jnrqfl5ce5g" |tee /usr/whatap/infra/conf/whatap.conf
echo "whatap.server.host=127.0.0.1" |tee -a /usr/whatap/infra/conf/whatap.conf
echo "createdtime=date +%s%S" |tee -a /usr/whatap/infra/conf/whatap.conf
stopsrc -s whatap-infra
startsrc -s whatap-infra