Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Container orchestration to schedule and scale our microservices across a cluster of hosts.
  • Storage abstraction layer for stateful applications, to store, replicate and provide failover capabilities for persistent data.

...


...

Deployment Model - Storidge

...

Image Removed

Image Added



Deployment Model - NFS
Image Modified

Requirements

Minimum Requirements

...

  1. Download the 

    Spacevars
    0product
     artifacts ‘cluster-install-ev.sh’ and ‘ev-fullpkg.tar.xz’ to the /opt directory of the primary node (note that you will need an HA license to utilize this functionality).

    Info
    titleNote

    For these artifacts, log in to Salesforce and open an additional browser for the Ribbon Global Software Center (GSC). In the Downloads section, search for the name and version of the required software.
    Reach out to  Ribbon Support for more information.


  2. Enable read-write-execute permissions for the copied files using the command given below:

    Code Block
    chmod +x cluster-install-ev.sh

  3. To execute the installation process, use the following command:

    Code Block
    ./cluster-install-ev.sh

    The installation procedure will begin. Please provide input as prompted by the console output during the installation process.

    The installation creates a log file of all the performed actions for historical review/troubleshooting. The name of this file is $MM-DD-YYYY-ev-install.log.

  4. You are prompted to enter information related to your networking configuration. Please read this section carefully and provide appropriate values for your network environment.

    Once the installation is complete, the console screen displays the following message:

    Spacevars
    0product
    Installation/Upgrade Completed” 

    A directory named scc-build is created.

  5. All the services start and all replica-expected-values reach their target (for example 1/1 or 5/5) over the next several minutes. To validate, run the following command:

    Code Block
    docker service ls

    Tip
    titleTip

    Make sure that the replicas are all meeting their targets – for example, 1/1 or 5/5. If they are not, run the following command and check the Health section of the output using the following command: 

    Code Block
    docker service ps $service_name -no-trunc



  6. For the initial SCC configuration, register your 
    Spacevars
    0product
    server by accessing it through the web interface at its IP address and entering the registration information that you received in your email. If you didn’t receive the registration information, reach out to Ribbon Support.
  7. Enter the 
    Spacevars
    0product
    admin registration details and click NEXT.
  8. Enter the Tenant admin registration details and click NEXT.
  9. Click APPLY to complete the registration.
  10. Click LOGIN to navigate to the login screen.
  11. Enter the credentials and click SIGN IN to log in to the 
    Spacevars
    0product
    .

    Image Modified

Upgrades

Upgrade Storidge Cluster

...