This procedure explains how to troubleshoot failures when accessing OSC using the OSC CLI or web application. If the OSC IP address is not configured according to the local networking requirements, network issues might occur.
Access OSC console when troubleshooting network issues. OSC console access in VMware and OpenStack environments are shown below:
For OSC installed on VMware, access the ESXi host by using the native vSphere desktop application or the vSphere Web Client.
Right-click on the virtual machine and select Open Console.
For OSC installation on OpenStack, go to the Instances page on OpenStack Horizon, select the OSC instance to troubleshoot, and then select Console.
Enter the credentials at the login screen on the console. After a successful login, use the CLI prompt to check and configure the network using the following IP parameters:
Check IP configuration on the OSC management port: show network ip
If the expected IP address and netmask are not shown, configure the IP address: set network ip
Check network route to view the default gateway IP address: show network route
If the expected gateway address is not shown, configure the gateway address: set network gateway
After verifying network configurations are correct, ping a remote IP address to test network connectivity by using the command:
$ ping REMOTE_IP_ADDRESS