Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 12-11-2023 07:10 PM
While installing Java Agents, it is mandatory for the user running JVM to have certain access permissions for agent binaries. In this article, find an approach for assigning these permissions, which can be validated in the best order for the environment in which Agents are being installed.
While installing Java agents, it is mandatory for the user running JVM to have certain access permissions to agent binaries.
The following approach can be validated for use in the best order for the environment in which Agents are being installed. For example, you can make slight adjustments based on the OS version, type, and allowed security privileges at the environmental level.
conf
and logs
directories in the Java Agent home. One way to achieve this is to install the agent as the same user that owns the JVM.javaagent.jar
file being referenced in the installation.For RHEL9 with SE Linux turned ON
Executable permissions to javaagent.jar
will be needed for all users. (chmod a+rx <path>/javaagent.jar
)
For IBM WAS running on AIX/UNIX/Linux
Try set agent binaries user as JVM/WAS running user to avoid user permissions conflicts.
See Install the Java Agent in the documentation
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form