Manage the Compute Instance for Oracle Analytics Server Using the Built-in oracle User

You can use your favorite Secure Shell (SSH) client software to connect to the compute instance for Oracle Analytics Server. After logging in as the opc user, Oracle recommends that you switch to the built-in oracle user to explore the Oracle Analytics Server compute instance and complete any administrative tasks.

For example, use the built-in oracle user if you decide to create the domain manually, scale out, access Oracle Analytics Server logs, and so on.

Note:

When you use Oracle Cloud Marketplace to deploy Oracle Analytics Server and create the domain, the domain is also created and owned by the oracle user.

  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 to explore the Oracle Analytics Server compute instance and perform administrative tasks.
    sudo su oracle
  3. Explore Oracle Analytics Server folders. Oracle Analytics Server applications and scripts are installed in the /u01/app folder. The domain and domain tools are created in the /u01/data folder. Logs are installed under /var/log.
    cd /u01/app
    ls
    <Oracle Analytics Server product and binaries, including files such as config.sh, oraInst.loc>
    cd /u01/app/oas-scripts
    ls
    <Oracle Analytics Server scripts such as biconfigcleaner.sh, createDataPartition.sh, create_oas_domain.sh, DefaultSingleNodeOASFirewallPorts.xml, oas_installer.sh, open_oas_firewall_ports.sh, oas_install.finish>
    cd /u01/data
    ls
    <Oracle Analytics Server domain directories and files such as biconfig.rsp>
    <This partition also includes all the requested boot volume space beyond what is needed for the core Oracle Analytics Server binaries>
    cd /u01/data/domains/bi/bitools/bin
    ls
    <Oracle Analytics Server domain tools such as status.sh, start.sh, and other scripts>
    cd /var/log/
    ls
    <Oracle Analytics Server logs such as oas_cloudinit.log, oas_create_domain.log>