This guide describes how to install the OpsRamp Agent on an AMD (Advanced Micro Devices) processor for Custom Path Installer.
- Step 1: Install the Linux OS Integration.
- Step 2: Choose connection type and download the Agent for 64-bit AMD processor.
- Step 3: Install the Agent.
Install the Linux OS Integration
Refer to Install Linux OS Integration document.
Download the Agent
Refer Download Linux Agent document.
Install the Agent
- Install the Agent:
- To install the Agent with 64 bit run the following command:
tar -C <Agent-Install-Dir> -xzf opsramp-agent-15.0.0_1_amd64.tar.gz
- The tar file contents are extracted into which contains setup.sh and agent.tar.gz.
- Run setup.sh to install agent into the current directory and add necessary script to start agent at boot.
- Start the Agent with the authentication tokens generated for your organization, enabling the features you want.
- Enable all features
sudo <Agent-Install-Dir>/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client-name.api.opsramp.com -F {Integration ID} -L true
- Specific features
- The server appears on the OpsRamp Infrastructure page within a few seconds.
See the /tmp/opsramp-agent_install.log file for installation progress.
sudo <Agent-Install-Dir>/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client-name.api.opsramp.com -F {Integration ID} -L true -f "agent:RemoteCommand,agent:PatchManagement,agent:Automation,agent:RemoteConsole"
Note
- Click Instructions tile to get your authentication tokens. The -K and -S values are specific to your organization. The -L true argument is optional and enables log management. Copy and paste the values into the command line.
- Only the values copied from this page are valid and should be used in the following steps. Any other values will cause agent misbehavior.
- The above instructions are for direct agents and the instructions will change accordingly when you select the gateway management profile to deploy the proxy agent.