Install Applications Manager on Red Hat Enterprise Linux (RHEL)
OS Type: RHEL 7.8 / Centos 7.8
DB Server: PgSQLTo install a Managed Server
- Download and Install the Applications Manager Managed Server instance as a root user with default Web server SSL port (i.e. 8443).
- Re-configure the default Admin password as mentioned below, as the Admin Server doesn’t accept the default admin/admin credentials.
- This must be performed from the Admin Server web access as well.
- Start Applications Manger using startApplicationsManager.sh as root user.
- Admin password reset steps. Execute the following commands from the installed server:
- export PGPASSWORD=appmanager
- cd {installation_dir}/AppManager15/working/pgsql/bin
- ./psql -p 15432 -U postgres -h localhost -d amdb -c "UPDATE AM_UserPasswordTable SET PASSWORD='74c683a809e018140ff6d60b85f83227' WHERE USERNAME='admin'"
- [If required] Set both SSL ports of Admin & Managed Servers to 443.
- [If required] Add SSO related configurations in {installation_dir}/AppManager15/conf/AMServer.properties & then restart the application - as root user.
New to ADSelfService Plus?