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.
- If you haven't done so already, verify that Oracle Analytics Server installation is complete.
- 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
- Switch to the
oracle
user.sudo su oracle
- Navigate to the
/u01/app/oas-scripts
directory and look for the fileoas_install.finish
. This file indicates that the installation is complete. - Navigate to the
/var/log
directory and check the log filesoas_cloudinit.log
andoas_create_domain.log
to verify that the domain created successfully.
- Open any SSL utility and log in to the compute instance as the
- 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:
- In Oracle Cloud
Infrastructure Console, click
in the top left corner.
- Click Compute and then click Instances.
- Under List Scope on the left side of the page, select the compartment where you deployed Oracle Analytics Server.
- Select the name of the compute instance.
- Under Primary VNIC Information, find and copy Public IP Address.
- In Oracle Cloud
Infrastructure Console, click
- 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!
- 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!