...
Install the new Swarm rpm.
select the Swarm 16.x image from the CSN’s UI → Netboot Image.
Add the following at the end of /etcvar/opt/caringo/netboot/content/cluster.cfg.
Code Block ec.s3Mode = false
Rolling reboot the cluster into Swarm 16.x.
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>
Remove the following setting from /var/opt/caringo/netboot/content/cluster.cfg.
Code Block ec.s3Mode = false
Booting the Cluster through SCS
...