Exascale VM Cluster
This topic explains the required steps to connect to Exascale VM Cluster from Azure Virtual Machine (VM). Configuring Network Security Group (NSG) and connection to Azure VM are prerequisites for connecting to Exascale VM Cluster.
Configuring Network Security Group (NSG) and connection to Azure VM are prerequisites for connecting to Exascale VM Cluster.
- Obtain Exascale VM Cluster IP Address
- From the Azure Portal, select Oracle AI Database@Azure, and then select Oracle Exadata Database Service on Exascale Infrastructure.
- Select the VM clusters tab, and then select Name link of your Exascale VM Cluster.
- From the Overview page, select the Go to OCI link.
- From the OCI console, select VM Clusters, and then select Exascale VM Cluster that you are using.
- Select the Virtual Machines tab, and then select the VM that you are using.
- Take a note of the Private IP address from the Private IP address & DNS name column.
- Connect to Exascale VM Cluster
- Copy your Exascale VM Cluster's private key into the Azure Virtual Machine.
- Change your directory to the location where your private key file is copied.
Note
You must ensure that only your user account has access to the PEM file. Right-click the file, select Properties, and then navigate to the Security tab to adjust the permissions. - Select the Windows button, and then type
cmdto open Command Prompt. - Run the following command to connect to your VM using the Private IP address of your Exascale VM Cluster node.
ssh -i "%USERPROFILE%\Documents\SSH Keys\PrivateKey.pem" opc@<vm-private-ip>Example:ssh -i "%USERPROFILE%\Documents\SSH Keys\ssh-key-demo-vm-cluster-04.pem" opc@10.0.0.105 - Command prompt switching to Exascale VM Cluster user and IP indicate successful connection.
