Versions Compared

Key

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

(Note: These steps were tested with SCS 1.5.1 using the “bigboot” test environment.)

Prerequisites:

  • The network interface was originally used for the private network which the running cluster uses. (Note that the SCS instance will become the network gateway for the running storage cluster. Thus the need for consistency between network settings for the recreated SCS instance and the running cluster.)

    • The static IP for that network interface

    • The netmask for that network interface

  • The Swarm storage administrator user name for the running storage cluster.

  • The Swarm storage administrator password for the running storage cluster.

  • The cluster name for the running storage cluster.

  • The DSN server(s) used by the running cluster.

  • The network domain name used for the running cluster.

  • The IP address pool reserved ranges used when booting the running cluster.

Step 1

Install SCS 1.5.1

Follow the instructions to install SCS found here.

...

If the Swarm storage administrator user name in the running cluster is the default value of “admin”, proceed to step 6.

NOTE: It will not be possible to rename the storage cluster administrator user name until

Jira Legacy
serverSystem JIRA
serverId531626c3-9736-37df-aa7a-4fbff3a1ead8
keySCSL-360
has been done.

If the Swarm storage administrator user name in the running cluster is not the default value of “admin”, change the administrator user name in SCS to the correct value.

Code Block
# scsctl platform config set -d admin.userName=[admin user name in the running cluster]

...