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 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