Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on 06-30-2017 08:13 AM - edited on 09-14-2018 09:59 AM by Nina.Wolinsky
In order to change the owner of the Controller, complete the following steps.
./controller.sh stop
chown -R <New User>:<User Group> <Controller Folder>
db.cnf
file located at Controller/db/db.cnf
.
user=<New User>
./controller.sh start
Oops you've accidently started your controller with root user instead of your app service user (ie appd, appdynamics, etc...) ?
1. First stop controller (as root)
2. As root, change permissions back to original user and group
chown -R <original user>:<original group> <controller home>
Ie: chown -R appd:appd /opt/appdynamics/controller
3. Start controller with your original user.
That's it.
Thanks,
--Eli
Good tip @Eli.Rodriguez Thanks for contributing.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form