6.7 Creating a Web-tier VM and configuring the Runtime Environment

  1. Create Web-Tier VM in the public regional subnet your-vcn-name-public using the GGSA image. Minimum shape for VM is Standard 2.4.
  2. SSH and execute the script init-web-tier.sh on Web-tier VM.

    Note:

    To run this script you require, the Mount Target IP, Spark master 1 IP, Spark Master 2 IP, and one or more Worker Node IPs. The usage for the script is as follows and all arguments to the script must be separated by space.

    $OSA_HOME/osa-base/bin/init-web-tier.sh <MountTargetIP> < Master 1 IP>< Master 2 IP><Worker 1IP>...

    Example: $OSA_HOME/osa-base/bin/init-web-tier.sh 10.0.1.73 10.0.0.95 10.0.0.96 10.0.0.100