Manage Users
GoldenGate Studio currently only supports a single user account. Learn how to change the user password.
To change the GoldenGate Studio user account password:
- Stop the server. Use the following command to identify the server process
ID:
netstat -tulpn | grep <server port>
- Use the following command to kill the
proccess:
kill <process-id>
- Use the following command to change the user
password:
./setPassword.sh
- Enter the username,
oggadmin
, when prompted, and then press Enter. - Enter the new password when prompted, and then press Enter.
- Use the following command to restart the server.
./run-studio.sh