Este contenido no está disponible en el idioma seleccionado.
Chapter 3. Accessing the high availability environment
You can access and investigate specific HA nodes from the undercloud.
Procedure
- In a running HA environment, log in to the undercloud.
Change to the stack user:
sudo su - stack
# sudo su - stack
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To access and investigate an undercloud node, get the IP address of the node from the undercloud:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To log in to one of the overcloud nodes, run the following commands:
(undercloud) $ source ~/overcloudrc (overcloud) $ ssh [NODE_NAME]@[NODE_IP]
(undercloud) $ source ~/overcloudrc (overcloud) $ ssh [NODE_NAME]@[NODE_IP]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Replace the name and IP address with the actual values from your deployment.