cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Question

How do you change the Controller username for a Controller install for Linux on-premise?

Answer

To change the AppDynamics username complete the following steps:

  1. Ensure that all AppDynamics processes are stopped.
  2. Obtain the username and group name for the AppDynamics install.
  3. Edit in the AppDynamics username into the db.cnf: 'user' option.
  4. Run the following commands:
    cd <controller install>; chown -R <AppD username>:<AppD groupname>
  5. Restart AppDynamics processes.
  6. If the HA Toolkit is installed, then install the Linux services as root:
    cd HA; ./install-init.sh -s OR ./install-init.sh -c # to match earlier choice
Note that changing the install directory is basically a re-install.
Version history
Last update:
‎09-14-2018 09:39 AM
Updated by:
Now On Demand
Learn how Splunk and AppDynamics are redefining observability


Watch Now!

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Contributors