Versions Compared

Key

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

...

The SCS server maintains an administrator user, “admin”, that has full rights within the Swarm site. This user also serves as the administrative user within the Swarm Storage management API. Credentials may be updated at any time, and updates are pushed to the Storage cluster to guarantee the two use the same credentials.

Info

Required

Logging into the CLI is required to perform these operations if administrative credentials have already been set within SCS. The CLI credentials need to be updated once either the user name or password has changed.

Setting the Administrative

...

Password

Update the administrative user namepassword:

Code Block
scsctl platform config set -d "admin.userNamepassword={new user namepassword}"
Info

Important

When updating the user name, the entire storage cluster must be rebooted!

Setting the Administrative Password

Update the administrative password:

Code Block
scsctl platform config set -d "admin.password={new password}"

Updating CLI Credentials

The CLI requires knowing the administrative credentials to perform operations against the SCS server. To set these credentials:

...

Updating CLI Credentials

The CLI requires knowing the administrative credentials to perform operations against the SCS server. To set these credentials:

Code Block
scsctl auth login --user "{administrative user name}"

...

Code Block
scsctl storage software list
old-version (old-version) (active)
new-version (new-version)
Info

Important

It should be automatically marked as active if this is the first time Swarm Storage software has been registered with SCS. The following step may be skipped otherwise proceed with activation if so.

...

Code Block
scsctl storage software list
14.0.1 (14.0.1) (active)
14.1.2 (14.1.2)
Info

Important

If the version to be removed is currently the active version, it is strongly recommended that another version (if available) be marked active prior to removing the desired version.

...

Remove the desired version, using the entire version string:

Info

Important

If the version being removed is the only installed version, or if another version cannot be activated for any reason, then the --force flag will need to be added to the command in order to remove the version.

...

SCS allows a full backup of all components, configurations, settings overrides, and binaries for support and maintenance purposes. The CLI must be logged in since this backup includes values for settings marked as “secure”.

This backup allows for SCS settings to be restored in the event that the SCS needs to be rebuilt. A full backup allows for this kind of restoration; a lightweight backup is useful for support purposes only.

Excerpt
nameBackup warning
Note

Warning

Backup/ restore does not work from SCS 1.2 to 1.6+. You would need to upgrade from SCS 1.2 to 1.4, and then from 1.4 to 1.6+.

Full Backup

Obtain a full backup of all data:

...