vtl replaceserver
Name
vtl replaceServer
Syntax
vtl replaceServer -o <old_server_hostname_or_IP> -n <new_server_ hostname_or_IP> -c <certificate_file>
Description
Replaces the specified old server in the client's list of trusted SafeNet Servers, with the specified new server .
Options
-o <old_server_hostname_or_IP> [mandatory] The hostname (or IP address) of the server being replaced. Use the IP address if the server's certificate uses its ip address instead of its hostname.
-n <new_server_ hostname_or_IP> [mandatory] The hostname (or IP address) of the server that is replacing the previous server. Use the IP address if the server's certificate uses its ip address instead of its hostname. If you are uncertain what format the server's certificate uses contact your SafeNet appliance administrator, or look for the “CN=” field when using the vtl examineCert command.
-c <certificate_file> [mandatory] The name (including the path to its location on your computer) of the server's certificate file.
Example
bash # ./vtl replaceServer -o yourluna -n myluna -c server.pem
New server myluna successfully added to server list.
Server yourluna successfully replaced with myluna.