Agent processes might not be running on a resource pool server. You can verify this condition by one of two methods:
On the control plane server run the following command:
/opt/terraspring/sbin/mls -a IP address of host |
To be able to use this command, you must know the IP address of the server.
On the server on which the agent you want to verify is running, run the following command:
/usr/ucb/ps -auxww | grep tspragt |
If the agent processes are running, you will see output similar to the following example:
root 7652 0.1 0.1 976 656 pts/1 S 11:37:30 0:00 grep tspragt |
root 321 0.1 0.73167213816 ? S 16:26:37 0:10 /usr/bin/../java/bin/.. /bin/sparc/native_threads/java -Dsun.net.inetaddr.ttl=0 com.terraspring.mon.client.tspragt start 10.42.14.2 |
If the agent processes are not running, you will see output similar to the following example:
root 7709 0.1 0.1 976 656 pts/1 S 11:39:54 0:00 grep tspragt |
See Restart the Agent Processes on a Resource Pool Server for details on how to restart the process.