...
- Use ssh to log in on the license server instance.
# ssh <user>@<license-server-ip>
where- <user> is the user for interactive login associated with your license server system.
- <license-server-ip> the ip address of your license server system.
- Become the privileged user and run the esxi_bind program.
- Become the root user:
# sudo -i
- Run the c2v program:
# /opt/license-server/esxi_bind -a <address> -u <username> -p <password>
where- <address> is the IP address of the ESXi host or vCenter server.
- <username> is a user with administrative rights on the ESXi host or vCenter server.
- <password> is the password of the administrative user.
- Become the root user:
- If the command is successful, it will create the file /opt/license-server/config.ini containing the connection data (the password is encrypted).
...
- Use ssh to log in on the license server instance.
# ssh -i ~/.ssh/<mykey> <user>@<license-server-ip>
where- <mykey> is the private key of the key-pair you associated with your cloud instance . For (for an on-premises VMware installation where login with username/password is allowed, it is not needed.)
- <user> is the user for interactive login associated with your license server instance (e.g., opc on OCI, centos for a CentOS instance on AWS, or the custom user on your VMware virtual machine; for an instance installed from a prepackaged Charon-SSP VE marketplace image, use sshuser)
- <license-server-ip> is the ip address of your license server system.
- Become the privileged user and run the c2v program.
- Become the root user:
# sudo -i
- Run the c2v program:
# /opt/license-server/c2v --filename <my-file>.c2v --platform <my-platform>
where- <my-file>.c2v is the path and name under which you want to store the fingerprint. The file type is C2V (customer-to-vendor).
- <my-platform> indicates the platform on which the license server runs . Possible (possible values: aws, oci, gcp, azure, ibm, or esxi.)
- Become the root user:
- Copy the resulting C2V file to your local system (unless you can send email from the license server system).
...
- Copy the V2C file to the license server (e.g., with SFTP).
- Use ssh to log in on the license server instance.
# ssh -i ~/.ssh/<mykey> <user>@<license-server-ip>
where- <mykey> is the private key of the key-pair you associated with your license server instance . For (for an on-premises VMware installation where login with username/password is allowed, it is not needed.)
- <user> is the user for interactive login associated with your license server instance (e.g., opc on OCI, centos for a CentOS instance on AWS, or the custom user on your VMware virtual machine); for an instance installed from a prepackaged Charon-SSP VE marketplace image, use sshuser).
- <license-server-ip> is the ip address of your license server system.
- Become the privileged user and run the v2c program.
- Become the root user:
# sudo -i
- Run the v2c program:
# /opt/license-server/v2c -f <my-file>.v2c
where <my-file>.v2c is the path and name under which you want to store the fingerprint. The file type is V2C (vendor-to-customer).
- Become the root user:
...