Sometimes the Tools-Options- Virtual Appliance-Configuration screen becomes inaccessible and does not allow you to upgrade/ remove virtual appliances.
This is screen is essential to determine assigned IP's, VA versions, wizard based upgrade and removal options --all these options are visible in one location.
The GUI screen that displays all the virtual appliances may be inaccessible.
Still being investigated by our developers
First encountered with an upgrade from 7.2.1 to 7.3.1
To remove all of the virtual appliances entries from vRanger use this command.
1) Please take a backup of your current vranger database before attempting the following steps. This is essential
1) Start
2) Programs
3 Open vRanger Console, paste in this command (without quotes)
"foreach ($va in Get-VirtualApplianceConfig) {Remove-VirtualApplianceConfiguration -VAId $va.VirtualApplianceID}"
This command will remove ALL your VA's allowing you to deploy a fresh set of virtual appliances.
**NOTE: Please use caution when using this command, as this will remove all Virtual Appliances from vRanger.
Please make sure you backup the vRanger database before proceeding.