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

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 for the tag is-sap-machine.

    Example

    <is-sap-machine>true</is-sap-machine>
    CODE

Method 2

  1. Set a value of true for the environment variable APPDYNAMICS_IS_SAP_MACHINE, OR
  2. Set a value of true for the system property -Dappdynamics.is.sap.machine

    Example

    <command>-Dappdynamics.is.sap.machine=true
    CODE