Connect to IBM® Power® Virtual Server Instances using floating IP
After the deployment has been completed you can connect to the landscape by using ssh proxy command to connect to the private ip of PowerVS instances over floating IP of jump box.
Before you begin
- Make sure you have deployed the IBM® Power® Virtual Server with VPC landing zone deployable architecture landscape
by entering a value in the
external_access_ip
field. Only this IP will be allowed to login to the environment as it is allowed in the management-sg group. - Review the outputs from the deployable architecture.
Connect to the landscape
- Make sure you have the right private SSH key.
- Use the following SSH commands to access the hosts.
-
To connect to the HANA instance:
ssh -A -o ServerAliveInterval=60 -o ServerAliveCountMax=600 -o ProxyCommand="ssh -W %h:%p root@<access_host_or_ip>" root@<powervs_hana_instance_management_ip>
-
To connect to the NetWeaver instance:
ssh -A -o ServerAliveInterval=60 -o ServerAliveCountMax=600 -o ProxyCommand="ssh -W %h:%p root@<access_host_or_ip>" root@<powervs_netweaver_instance_management_ip>