OneAgent App Server Monitoring
App Server Monitoring Configuration
To install Applicare OneAgent 8.8.0 and above, refer to the instructions here.
In the agent machine if the ApplicareOneAgent.jar is extracted in the different location from the Applicare controller home installation directory then do Step 1 & Step 2 and Step 3 otherwise do Step 2 and Step 3.
Step 1: Go to scripts directory inside the Applicare directory in the agent machine and edit .bat file (for windows) and .sh file (for linux) and modify the ARCTURUS_HOME environment variable to point to the extracted directory path.
- setTomcatAgentEnv.bat/sh (For Tomcat Agent)
- setJBossAgentEnv.bat/sh (ForJboss Agent)
- setAgentEnv.bat/sh (For Weblogic Agent)
- setGenericAgentEnv.bat/sh (For Java agents)
Example: In the agent machine ApplicareOneAgent.jar is extracted in D:\Applicare directory then the ARCTURUS_HOME should be
Step 2: Call the script files in the agent startup script based on the agent type and start the agent.
On Windows
Tomcat
call <ApplicareOneAgentExtractedDir>\scripts\setTomcatAgentEnv.bat
Jboss
call <ApplicareOneAgentExtractedDir>\scripts\setJBossAgentEnv.bat
Weblogic
call <ApplicareOneAgentExtractedDir>\scripts\setAgentEnv.bat
Java agents
call <ApplicareOneAgentExtractedDir>\scripts\setGenericAgentEnv.bat
On Unix
Tomcat
. <ApplicareOneAgentExtractedDir>/scripts/setTomcatAgentEnv.sh
Jboss
. <ApplicareOneAgentExtractedDir>/scripts/setJBossAgentEnv.bat
Weblogic
. <ApplicareOneAgentExtractedDir>/scripts/setAgentEnv.bat
Java agents
. <ApplicareOneAgentExtractedDir>/scripts/setGenericAgentEnv.bat
Step 3: Restart App server
Please sign in to leave a comment.
Comments
0 comments