...
Step | Description |
---|---|
1 | Log into your cloud instance and become the root user on the Charon host in the cloud using the following commands: $ ssh -i <path-to-private-key> sshuser@<ip-address-of-cloud-instance> |
2 | Go to the directory where the package has been stored (this location is applicable to the prepackaged Charon-SSP VE marketplace image): |
3 | For VE license server 2.2.4 and above, unpack the archive and agree to the end-user license agreement:
|
4 | Install the package:
|
Div | ||
---|---|---|
| ||
Sample installation:
Code Block | ||
---|---|---|
| ||
# cd /charon/storage # dnf install license-server-2.0.1.rpm Last metadata expiration check: 0:19:36 ago on Di 03 Mai 2022 13:20:02 CEST. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: license-server x86_64 2.0.1-1 @commandline 53 M Transaction Summary ================================================================================ Install 1 Package Total size: 53 M Installed size: 85 M Is this ok [y/N]: y Downloading Packages: <lines removed> Running transaction Preparing : 1/1 Running scriptlet: license-server-2.0.1-1.x86_64 1/1 Installing : license-server-2.0.1-1.x86_64 1/1 Running scriptlet: license-server-2.0.1-1.x86_64 1/1 Created symlink /etc/systemd/system/multi-user.target.wants/licensed.service → /etc/systemd/system/licensed.service. Verifying : license-server-2.0.1-1.x86_64 1/1 Installed: license-server-2.0.1-1.x86_64 Complete! |
...