Linux
1. Go to the Remote Deployment menu.
2. Enter the configuration details of the machine were we are going to deploy the agent.
Host (Unix machines only) - Enter the hostname or ip address of the machine.
User Name - Enter the login user name.
Password - Enter the login user password.
Use Sudo Password - Enable this option if the login user does not have root permission.
Install directory - Enter the location where we are going to deploy the agent.
Install Jre - Enable this option if the machine does not have the java installed. If this option is enabled agent will have its inbuilt jre. Applicable for hardware, database and log monitoring agents.
Note: Applicare Installer will have the Jre inbuilt by default in the location <ApplicareInstallerDirectory/jre/linux>. If we are going to use different jre then zip the needed jre folder and give a name to that new jre zip file and place it in the location <ApplicareInstallerDirectory/jre/linux>. So all the jre's will be displayed in the jre dropdown in the remote deployment screen. We can select the needed jre and install the agent.
To zip custom jre
Install jre based on the operating system and zip jre directory.
Command to zip jre directory
zip -r <zipname>.zip <zip_directory>
For example
To zip jre1.8 directory which is available in the path /dev/home
zip -r jre18.zip /dev/home/jre1.8
Install Auto Injection - It will install the applicare wrapper in the configured machine to auto inject the singleagent startup scripts while starting the java app servers. Enable this option if we are going to monitor java app server agents.
Start Agent After Install - It will start the single agent immediately after installing the agent. Enable this option if we are going to monitor hardware, database and log monitoring agents.
Saved configs - This dropdown will have all the saved configuration details.
Button Functionalities
Save - It will save the machine configuration details.
Clear - It will clear the fields on the screen.
Delete - It will delete the previously saved configuration details.
Install SingleAgent - It will Install SingleAgent on the configured machine.
Update SingleAgent - It will update the SingleAgent in the configured machine.
Applicable for hardware, database and log monitoring agents
Start SingleAgent - It will Start SingleAgent on the configured machine.
Stop SingleAgent - It will Stop SingleAgent on the configured machine.
Applicable for java app server agents
Install Auto Injection - It will install the wrapper in the configured machine to auto inject the SingleAgent startup scripts while starting the java app servers.
Uninstall Auto Injection - It will uninstall the wrapper in the configured machine.
Comments
0 comments
Article is closed for comments.