Oracle by Example brandingConnecting to Big Data Cloud via SSH

section 0Before You Begin

This 10-minute tutorial shows you how to connect to Big Data Cloud using SSH.

This is the 3rd tutorial in the Provisioning and Administering the Big Data Cloud series. Perform the tutorials sequentially.

Background

To gain local access to the tools, utilities, and other resources on a cluster node associated with Oracle Big Data Cloud, you use Secure Shell (SSH) client software to establish a secure connection and log in as the user opc.

By default, network access to cluster nodes associated with Oracle Big Data Cloud is provided by Secure Shell (SSH) connections on port 22. Port 22 is the standard TCP/IP port that is assigned to SSH servers.

What Do You Need?

  •  A running BDC instance
  •  Putty ssh client for Windows.
  • A client credentials zip file and its keystore password, that you defined in the previous tutorial or obtained from your Oracle Big Data Cloud administrator.

section 1Connect to Big Data Cloud via SSH

Perform the following steps to open up a connection to BDC via SSH.

  1. Login to your BDC account.
  2. In the Instances page, click the Manage this Instance This is manage this service icon.icon of the cluster and then select Access Rules.
  3. In the Access Rules page, click the Actions Actions iconicon and then click Enable to enable ora_p2bdcsce_ssh rule.
    access rules page
    Description of the illustration a3.jpg
  4. The Enable Access Rule window is displayed. Select Enable.
    access rules page
    Description of the illustration a4.jpg
  5. Open Putty on your local machine. In the Host Name (or IP address) box, enter the IP address of your BDC node.
  6. Confirm that the Connection type option is set to SSH.
  7. In the Category tree, expand Connection and then click Data. In the Auto-login username box, enter opc. As an opc user, you can use the sudo command to gain root access to the node.
  8. Confirm that the When username is not specified option is set to Prompt.
  9. In the Category tree, expand SSH and then click Auth . Click Browse and select the private key file that matches the public key associated with your cluster.
  10. In the Category tree, click Session. In the Saved Sessions box, enter a name for this connection configuration. Then, click Save.
  11. Click Open to open the connection. The PuTTY Configuration window is closed and the PuTTY window is displayed.
    putty
    Description of the illustration a11.jpg
    Note: If this is the first time you are connecting to the VM, the PuTTY Security Alert window is displayed, prompting you to confirm the public key. Click Yes to continue connecting.

next stepNext Tutorial

Accessing Big Data Cloud Using Ambari


more informationWant to Learn More?