Monitor installation and startup

It can take up to 20 minutes for the Grid Infrastructure (GI) installation to complete. SSH into node1 of the primary cluster to monitor this process.

To SSH into node1 of the primary cluster and monitor the GI installation:
  1. Get the Public IP address of node1 of the primary cluster:
    1. In the Oracle Cloud console, in the navigation menu, click Compute, and then Instances.
    2. In the Instances list, locate your node1 of the primary cluster, and then copy its Public IP.

      Tip:

      The naming convention of your primary cluster's node1 is <cluster-prefix>1-<node-prefix>1.
  2. Use a terminal application or Cloud Shell to SSH into node1 of the primary cluster as the opc user.
  3. Open /tmp/startupScript.log in a supported text editor, for example: tail -f /tmp/startupScript.log.
  4. Monitor the messages outputted to this file until you see:
    ################################################################################
    Deployment is successful, all resources are online and ACFS replication is healthy
    ################################################################################

    This indicates that the GI installation completed, and Oracle GoldenGate is ready for you to use.