Accessing the GUI
After the cluster setup is done, you can monitor the resources and status of the service directly from the IBM Storage Scale GUI for both the compute and storage clusters. For more information about the GUI, see IBM Storage Scale GUI.
Before you begin
Before you begin accessing the Storage Scale GUI, review the following considerations and requirements:
- The initial setup must be done from your local system.
- Provide the SSH key path from the local system that is used to configure the compute and storage nodes.
- It is recommended to use the Safari browser to access the GUI.
- If you encounter slowness in loading or accessing the GUI, clear the browsers cache.
- You cannot open both the compute and storage GUIs on the same port 22443. Use a different port or close one of the GUIs so you can access the other GUI cluster.
Identifying Scale Management Node
Scale GUI daemon runs on a separate virtual server instance for each cluster (compute and storage) named as Scale Management node. This node can easily be identified with <resource_prefix>-mgmt-001-<domain_name>
.
Currently, single Scale Management node per cluster is only supported.
Setting up the access
This automation always uses the same IP address, so there can be issues in the ~/.ssh/known_hosts
file. If you encounter problems with this file, then remove the unwanted entries from that file and make sure to get a clean SSH,
otherwise the GUI access does not work.
Accessing the storage GUI
-
Open a new command line terminal.
-
Run the following command to access the storage cluster:
ssh -L 21443:localhost:443 -J ubuntu@<BASTION_HOST_IP> vpcuser@<MANAGEMENT_NODE_IP_ADDRESS>
-
Open the browser on your local system, and run https://localhost:21443. You get an SSL self-assigned certificate warning in the browser, when you access this URL for the first time.
-
Enter your login credentials that you set up when you created your workspace to access the Storage Scale GUI.
Accessing the compute GUI
-
Open a new command line terminal.
-
Run the following command to access the compute cluster:
ssh -L 21443:localhost:443 -J ubuntu@<BASTION_HOST_IP> vpcuser@<MANAGEMENT_NODE_IP_ADDRESS>
-
Open the browser on your local system, and run https://localhost:21443. You will get an SSL self-assigned certificate warning in the browser, when you access this URL for the first time.
-
Enter your login credentials that you set up when you created your workspace to access the Compute GUI.