Configuring Management Console
After you complete the steps in Installing Management Console (MC), you need to configure it through a client browser connection. An MC configuration assistant walks you through creating the Linux MC super administrator account, storage locations, and other settings that MC needs to run. Information you provide during the configuration process is stored in the /opt/vconsole/config/console.properties
file.
If you need to change settings after the configuration assistant ends, such as port assignments, use the Home > MC Settings page.
Configure the MC Super user
-
Open a browser session.
-
Enter the IP address or host name of the server on which you installed MC and include the default MC port 5450. For example, enter the following using a IP address:
https://10.20.30.40:5450/
Or enter the following for a host name:
https://hostname:5450/
-
Accept the license agreement.
- You must accept the End-user license Agreement terms.
- Optionally, you can consent to the collection of anonymous data about your MC usage.
-
On Configure Management Console, complete the fields to create a local MC Superuser. Local user credentials are stored internally in the MC.
-
On Configure authentication, select Use Management Console for authentication.
-
Select Finish.
Shortly after you click Finish, you should see a status in the browser. However, you might see only an empty page for several seconds. During this brief period, MC runs as the local user 'root' long enough to bind to port number 5450. Then MC switches to the MC super administrator account that you just created, restarts MC, and displays the MC login page.
For instructions on adding other users, see User administration in MC.
Configure the MC host name
To configure the MC host name, edit the /opt/vconsole/config/console.properties
file and modify the mc.hostname property as shown below:
mc.hostname=https://<ipaddress>:5450
where "ipaddress" is the default public IP address of the MC instance. If you are running on a private network, replace "ipaddress" with the private IP address of the MC instance. If you are using a DNS server, replace "ipaddress" based on how the MC web UI pages are accessed in the browser.
Display all Hotfix versions
You can now choose to display all hotfix versions associated with a major OpenText™ Analytics Database release. By default, the cloud.repoAllReleases property in the /opt/vconsole/config/console.properties
file is set to false. Change this property to true to view all hotfix versions as shown below:
cloud.repoAllReleases=true
Provision large scale clusters
MC can create a cluster with a maximum of 60 nodes by default. On AWS cloud, you can increase the maximum node limit to 120. Modify these 2 properties in the /opt/vconsole/config/console.properties
file and restart MC:
cloud.large.cluster.mode = true
cloud.large.cluster.mode.max.limit = 120