Sign-in and Verify Oracle Analytics Server

If you opted to create and configure a domain for Oracle Analytics Server, it takes another 30 - 40 minutes after the stack job finishes to create the domain and deploy Oracle Analytics Server. The exact time depends on multiple factors, including the current load on your network and database. After checking the logs, you can sign in.

  1. If you haven't done so already, verify that Oracle Analytics Server installation is complete.
    1. Open any SSL utility and log in to the compute instance as the opc user.
      Use the SSH private key (path_to_private_key and the public IP address of the Oracle Analytics Server (oas_public_ip).
      $ ssh -i path_to_private_key opc@oas_public_ip
    2. Switch to the oracle user.
      sudo su oracle
    3. Navigate to the /u01/app/oas-scripts directory and look for the file oas_install.finish. This file indicates that the installation is complete.
    4. Navigate to the /var/log directory and check the log files oas_cloudinit.log and oas_create_domain.log to verify that the domain created successfully.
  2. If you haven't done so already, obtain the public IP address of your Oracle Analytics Server compute instance.
    Earlier, we showed you how to access the IP information from the Job Outputs tab in Resource Manager (see step 20 Deploy Oracle Analytics Server Using Oracle Cloud Marketplace). You can also access the public IP address from the Compute Instance Details page:
    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.
    4. Select the name of the compute instance.
    5. Under Primary VNIC Information, find and copy Public IP Address.
  3. To verify Oracle Analytics Server, access the following URL and sign in.
    http://OAS_Public_IP_Address:port/dv

    For example: http://123.45.67.890:9502/dv

    If you selected the Create Oracle Analytics Server Domain stack option, Oracle Analytics Server is set up with the default ports, and you can access Oracle Analytics Server on port 9502. If you configured the Oracle Analytics Server domain separately, use the port number you specified for the Managed Server.

    Sign in using the administrator credentials you provided to deploy the stack, that is, the values for Analytics Administrator Username and Analytics Administrator Password.

    When the home page displays, Oracle Analytics Server is ready to use!

  4. To verify Oracle Analytics Publisher, access the following URL and sign in.
    http://OAS_IP_address:Port/xmlpserver

    For example: http://123.45.67.890:9502/xmlpserver

    Oracle Analytics Publisher displays and is ready to use!