Versions Compared

Key

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

...

  1. Install the new Swarm rpm.

  2. select the Swarm 16.x image from the CSN’s UI → Netboot Image.

  3. Add the following at the end of /var/opt/caringo/netboot/content/cluster.cfg.

    Code Block
    ec.s3Mode = false
  4. Rolling reboot the cluster into Swarm 16.x.

  5. Once all the nodes are up and running Swarm 16.x, execute this command on the CSN from the dist folder where you’ve installed the support bundle:

    Code Block
    ./swarmctl -d <IP any Swarm node> -C ec.s3Mode -V 1 -p <Swarm admin username>:<password>
  6. Remove the following setting from /var/opt/caringo/netboot/content/cluster.cfg.

    Code Block
    ec.s3Mode = false

Booting the Cluster through SCS

...