Connecting to AMC
The Administration and Management Console (AMC) for SAP ASE is a web-based tool for managing and administering your SAP ASE servers.
These instructions assume that you are using a Mac-based system.
Retrieve values from Secrets Manager
- Log in to IBM Cloud.
- Go to the Resource List and launch the Secrets Manager instance.
- Filter by secret group:
<% base environment prefix %>-ase-user-secrets - Locate the ASE user login credentials (
<% base environment prefix %>-<% ase instance prefix %>-user-login). Select "View secret", confirm you are in a safe environment, and copy the username and password to a secure location. - Locate and download the AMC private certificate (
<% ase instance prefix %>-amc-private-cert).
Add the private certificate to your keychain
- Open and unzip the AMC private certificate file from Secrets Manager.
- Click on your certificate's .pem file.
- When prompted, enter your MacBook password to allow Keychain access.
- On success, the certificate will be added to your keychain.
- Once added, find the
*.inrernal.comcertificate in your keychain and click on it to open the details. - Expand the Trust section, and in the dropdown next to When using this certificate, select Always trust.
- Close the details window and if prompted, enter your MacBook password to update the settings for the certificate.
Connect to AMC
- Log in to IBM Cloud.
- Expand the hamburger icon in the top left corner.
- Select Infrastructure > Network > Load Balancers.
- In the Load Balancers for VPC table, select the region.
- Copy the hostname for either the primary or the companion load balancer.
- primary:
<% base environment prefix %>-<% primary %>-amc-lb-b - companion:
<% base environment prefix %>-<% companion %>-amc-lb-b
- primary:
- Launch OpenVPN Connect and connect to the VPN.
- When prompted to Enter password, retrieve a temporary one-time passcode from IBM Cloud. If prompted to log in, enter your IBM Cloud email and password.
- Open a new internet browser window or tab.
- Paste the AMC load balancer hostname into the address bar, following the format
https://<% amc load balancer hostname %>:8443. - On the AMC login page, enter the ASE user login credentials.