6.3 Creating Storage

  1. Using OCI File Storage, create a MySQL file system with attributes.

    Note:

    The export path names have to be exactly as defined below.
    • File System Name = MYSQL
    • Availability Domain = Any Domain
    • Export Path = /u02/mysql
    • Mount Target = GGSMT

      Note:

      Mount Target IP address is required for subsequent steps. Note it down.
    • VCN = your-vcn-name
    • Subnet = your-private-regional-subnet
  2. Create Kafka file system with attributes below. Use the same Mount Target as in Step 1 because Mount Targets are expensive, and also the scripts assume a single Mount Target.
    • File System Name = KAFKA
    • Availability Domain = Same domain as Step 1
    • Export Path = /u02/kafka
    • Mount Target = GGSMT (same as Step 1)
    • VCN = your-vcn-name
    • Subnet = your-private-regional-subnet
  3. Create Spark/Ignite file system with attributes below. Use the same Mount Target as in Step 1 because Mount Targets are expensive, and also the scripts assume a single Mount Target.
    • File System Name = SPARK
    • Availability Domain = Same domain as Step 1
    • Export Path = /u02/spark
    • Mount Target = GGSMT (same as Step 1)
    • VCN = your-vcn-name
    • Subnet = your-private-regional-subnet
  4. Create GoldenGate Big Data file system with attributes below. Use the same Mount Target as in Step 1 because Mount Targets are expensive, and also the scripts assume a single Mount Target.
    • File System Name = GGBD
    • Availability Domain = Same domain as Step 1
    • Export Path = /u02/ggbd
    • Mount Target = GGSMT (same as Step 1)
    • VCN = your-vcn-name
    • Subnet = your-private-regional-subnet