Question
Virtuozzo Storage is located behind NAT; however, the lease license requires access to Virtuozzo Key Administrator.
Is it possible to set up the proxy access for the Virtuozzo Storage license to get updated?
Answer
1. Change the MDS config on each host running MDS service - ‘/etc/vstorage/mds.config’:
# Configure HTTP_PROXY to make sure MDS will use proxy for license renewal operation: # HTTP_PROXY="http://address:port" # # Configure proxy user if necessary # HTTP_PROXY_USER="user" # # Configure proxy user password if necessary # HTTP_PROXY_PASSWORD="password"
2. Restart MDS services one by one:
# systemctl restart vstorage-mdsd.target
3. Load the Virtuozzo Storage license with
# vstorage –c <CLUSTER_NAME> -p <LICENSE_ACTIVATION CODE>