Agent PPC64 package for IBM PPC64 RedHat/CentOS operating systems. This guide describes how to install the OpsRamp Agent on an PPC64 processor for IBM Architecture.

  • Step 1: Install the Linux OS Integration
  • Step 2: Choose connection type and download the Agent for PPC64 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

  1. Install the Agent with 64 bit run the following command.

        sudo rpm -i opsramp-agent-XX.X.X-X.ppc64.rpm
        

  2. Start the Agent with the authentication tokens generated for your organization. See the Instructions page in OpsRamp portal to get your authentication tokens.

    • Enable all features
    •     sudo /opt/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client-name.api.opsramp.com -F {Integration ID} -L true 
          
    • Specific features
    •     sudo /opt/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"
          
  3. The server appears on the OpsRamp Infrastructure page within a few seconds.

    See the /tmp/opsramp-agent_install.log file for installation progress.

Uninstall the Agent

  1. To uninstall the agent run the following command:
    rpm -e opsramp-agent
  2. Delete the folder:
    rmdir /opt/opsramp/agent

See the /tmp/opsramp-agent_uninstall.log file for uninstall progress.