How-To Guides
...
Agent Installation in Operatio...
AAPM Agent Installation in Linux Environments
10 min
the aapm agent installation package must be downloaded from the kron repository and transferred to the target linux environment where the agent will operate the repository also contains sdk files, which are required for integration but do not need to be installed on the same host as the agent additional details on using the sdks are provided in docid\ pssifxsgli3gsz06crlog aapm agent for linux installation files installation overview the installation process is automated through a setup script that manages all necessary steps this script includes install jar β the main installation package that performs the deployment silent install properties β a configuration file that defines the installation parameters the aapm agent is a java based application and requires openjdk 8 or later to run silent installation properties file the silent install properties file contains key configuration parameters that must be customized before running the installation script the parameters and description information in the configuration file are provided in the table below parameter description install path target directory where the agent will be installed sc primaryip ip address of kron pam's primary node sc secondaryip ip address of kron pam's secondary node sc initialtoken registration token required during the initial installation sc agentname name assigned to the aapm agent instance sc encryptionkey encryption key used for secure communication grpc port loc port number for communication between the agent and sdks silent installation parameters default installation path and requirements by default, the aapm agent is installed in /opt/kronpam/agent installation procedure once the silent install properties file has been configured with the correct parameters, execute the install script as follows \# /install aapm agent sh the install aapm agent sh script automatically creates the necessary service definitions configures agent user and permissions starts the aapm agent service upon successful installation managing the aapm agent service after installation, the aapm agent runs as a system service to verify the service status, use \# systemctl status aapm agent service checking aapm agent service status viewing logs agent runtime logs can be monitored using the journalctl command \# journalctl fu aapm agent service this command provides a live feed of the aapm agentβs logs for troubleshooting and monitoring purposes aapm agent logs note ensure that all commands are executed with appropriate privileges (e g , root or sudo) and that network connectivity is available between the aapm agent and kron pam nodes uninstallation procedure to remove the aapm agent and all related files, use the provided uninstall script \# /uninstall aapm agent sh executing this script completely removes the agent and its associated directories from the system