Solution:
Not sure which machine the agent is running on?
1. Login to Stat
2. Go to Tools | Table Dump Utility and run the query below:
select * from stat_agent
3. Look for agent_id 1, which is the central agent. Go to the agent_name column and this should list your agent name
Not sure what port number the agent is using?
1. Go to Help | About and look at the Web Link. If the SCA is running you will get the server_name and port your SCA is installed. For example:
http://statcentral_agent_name:8080/stat
Not sure which directory the agent is?
1. On the server machine you installed the SCA go to the $STAT_HOME.
Start the agent:
1. Login the Unix machine
2. Go to the directory where you installed the Stat Agent. For example:
cd $STAT_HOME/app/bin
3. Type in ./run.sh
Stop the agent:
1. Login to the Unix machine.
2. Go to the directory where you installed the Stat Agent. For example:
cd $STAT_HOME/app/bin
3.Type in ./shutdown.sh