Change the Controller Owner
This page provides instructions for changing the Controller owner.
You may need to change the user who is running the Controller services during a system migration or other event.
The procedure varies based on whether you are using the Enterprise Console.
In order to change the owner of the Controller, complete the following steps.
- Stop all running Controller services using the following command in the machine terminal.
./controller.sh stop
- Change the username and user group of the Controller directory.
chown -R <New User>:<User Group> <Controller Folder>
- Update the new user in the
db.cnffile located atController/db/db.cnf.user=<New User>
- Start the Controller.
./controller.sh start