Reconfigure a Target Server
You can reconfigure a target server if you want to perform any of the following tasks:
To change the authentication policy
1
2
Run reconfigure
vifp reconfigure <servername> --authpolicy <authpolicy>
3
To change the configured user or to recover users
1
2
Run reconfigure.
vifp reconfigure <servername>
3
Note If the target server is not initialized as the default target, then you must run the vifptarget -s command against the target server to re-initialize it with the new credentials after you reconfigure the target.
Example: Adding and Reconfiguring a Target
vi-admin@example-dhcp:~> vifp addserver 90.100.110.120
Enter username for 90.100.110.120: administrator
[email protected]'s password:
This will store username and password in credential store which is a security risk. Do you want to continue?(yes/no): yes
 
vi-admin@example-dhcp:~> vifp reconfigure 90.100.110.120
[email protected]'s password:
vi-admin@example-dhcp:~>