...
Table of Contents |
---|
Info |
---|
Ensure that the latest Swarm license file is either copied to the SCS server or |
...
reachable via HTTP from the SCS server. |
...
Installing from a file
To install the latest Swarm license, use : scsctl license add -f {path to license file}
.
Code Block | ||
---|---|---|
| ||
scsctl license add -f castor_license.txt added |
...
To install the Swarm license from a URL, use : scsctl license add -u {URL of license file}
.
Code Block | ||
---|---|---|
| ||
scsctl license add -u http://license_server/path/to/license/file added |
...
Once added appears after the command as shown belowabove, you are ready with the Swarm license. To visually confirm :
...
language | bash |
---|
...
if the license is ready, use scsctl license show
.