Restart Oracle Analytics Server After You Reboot the Compute Instance

If you reboot the compute instance on which you deployed Oracle Analytics Server, you must restart Oracle Analytics Server. For example, you might need to reboot your Oracle Analytics Server compute instance after you make changes, such as applying a patch.

  1. In Oracle Cloud Infrastructure Console, click Navigation menu icon in the top left corner.
  2. Click Compute and then click Instances.
  3. Under List Scope on the left side of the page, select the compartment where you deployed Oracle Analytics Server and then select the compute instance you want to reboot.
  4. Click Reboot to stop and restart the Oracle Analytics Server compute instance.
  5. Manually start Oracle Analytics Server services using start.sh.

    The start.sh script file is available in the /u01/data/domains/bi/bitools/bin folder.

    1. Use your favorite SSH client to connect to the compute instance for Oracle Analytics Server. Log in as the opc user.
      ssh -i path_to_private_key opc@oas_public_ip
    2. Switch to the oracle user.
      sudo su oracle
    3. Navigate to the folder /u01/data/domains/bi/bitools/bin.
    4. Run start.sh.