Question

Physical RAM Upgrade

  • 2 August 2021
  • 1 reply
  • 93 views

Badge +1

After reviewing the Physical RAM Upgrade, I have a question.

Nutanix AHV:
» SSH to AHV > then how do I move to the CVM level inside the shell cmd?
 

 


1 reply

Userlevel 3
Badge +5

@Dennis112233 If you want to SSH into the local CVM from a local AHV host, then you can use the internal CVM IP for it which is 192.168.5.254. Each host and CVM are connected via an internal network for local CVM-host communication. So, for each node, internal host IP is 192.168.5.1 and internal CVM IP is 192.168.5.254. 

Now, if you want to SSH from AHV host (logged in as root user) to the CVM console, then you can ssh to the CVM as nutanix user using its internal IP - 192.168.5.254:

[root@AHV ~]# ssh nutanix@192.168.5.254

It will ask you to type in CVM’s nutanix user password and once you enter it, you should be inside the CVM console. 

Reply