Specify that the Machine Agent is Running on a SAP Environment

This page describes how to set a flag on the Machine Agent to inform licensing that the agent is running on a SAP environment.

Note: If you are running a RPM package, use method 1.

Method 1

  1. Navigate to the controller-info.xml file.
  2. Set a value of true is-sap-machine
    Example
    <is-sap-machine>true</is-sap-machine>

Method 2

  1. Set a value of true for the environment variable APPDYNAMICS_IS_SAP_MACHINE , OR
  2. Set a value of true -Dappdynamics.is.sap.machine
    Example
    <command>-Dappdynamics.is.sap.machine=true