Archive server authenticates the credentials using eDirectory and PostgreSQL. If you have modified the eDirectory or PostgreSQL credentials, Archive server fails with an authentication error, unless you have updated the modified details in the Archive server.
If you have modified the eDirectory credentials, Archive server must be updated to reflect the changes.
Stop the Archive server
rcnovell-ark stop
Go to /opt/novell/arkmanager/bin folder and run the script arkReconfig.sh:
sh arkReconfig.sh --edir-admin=<username>
where <username> is the same or modified eDirectory admin user.
You will be prompted to enter the password for the eDirectory admin.
NOTE:This command changes both the username and password.
To run with modified credentials, you need to start the Archive server:
rcnovell-ark start
The Archive server is updated with the modified user credentials.
If you have modified the PostgreSQL configuration details, Archive server must be updated to reflect the changes.
Stop the Archive server
rcnovell-ark stop
Go to /opt/novell/arkmanager/bin folder.
If you have modified the PostgreSQL credentials, run the script arkDBReconfig.sh
sh arkDBReconfig.sh --db-user=<username>
where <username> is the database user.
You will be prompted to enter the new password.
NOTE:This command changes both the username and password.
If you have modified the database port number, run the script ark_change.sh
sh ark_change.sh --ark-port=<portnumber>
where <portnumber> is the modified database port number.
To run with new PostgreSQL credentials, you need to start the Archive server:
rcnovell-ark start
The Archive server is updated with the modified user credentials.