...
- Stop FlexDeploy. (StopFlexDeploy.sh)
- Recursively change user and group ownership on FlexDeploy Installation Directory, Artifact Directory, Server Working Directory.
- You can find the location of Artifact Directory, Server Working Directory from setenvsetenvoverride.sh or setenvoverridesetenv.sh. See Step 6 on Manual Installation Instructions - Application Tier for more details.
- You can run
chown -R newuser:newgroup <folder>
. This would need to run as root.
- If you were using any SSH Keys for endpoint connections, regenerate them in new user's home folder and exchange with endpoints.
- Login as new user and Start FlexDeploy. (StartFlexDeploy.sh)
...