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 User Name

Update the administrative user name:

Code Block
scsctl platform config set -d "admin

.

userName={new user name}"
Info

Important

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

Setting the Administrative Password

...

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.

...