Remove the vCenter Plug-in
For vCenter Plug-in 4.0 to 4.10 used with vSphere 6.7 or earlier, you must complete the following process to remove all files associated with the plug-in manually from vCenter Server. For vSphere 7.0 and later, it is not necessary to remove files after you unregister the plug-in.
-
vCenter Plug-in 4.0 to 4.10
-
vSphere 6.7 or earlier
-
You have unregistered the existing plug-in and have SSH, RDP, or other appropriate
connectivity to vCSA or vCenter Server.
-
Log in as an administrator to the server that is running vCenter Server and open a command prompt.
-
Stop vCenter Server services:
-
Windows:
-
(For Flash clients) Run the following command:
C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --stop vsphere-client
-
(For HTML5 clients) Run the following commands:
C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --stop vsphere-client C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --stop vsphere-ui
-
-
vCenter Server Appliance (vCSA)
-
(For Flash clients) Run the following command:
service-control --stop vsphere-client
-
(For HTML5 clients) Run the following commands:
service-control --stop vsphere-client service-control --stop vsphere-ui
-
-
-
Remove SolidFire folders and files from the following locations:
-
(For Windows) Use Windows Explorer and search for
SolidFire
inC:\ProgramData\VMware
andC:\Program Files\VMware
.The ProgramData folder is hidden. You must enter the complete file path to access the folder. -
(For vCSA) Run the following command:
find / -name "*solidfire*" -exec rm -rf {} \;
-
-
Start vCenter Server services:
-
Windows:
-
(For Flash clients) Run the following command:
C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --start vsphere-client
-
(For HTML5 clients) Run the following commands:
C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --start vsphere-client C:\Program Files\VMware\vCenter Server\vmon>.\vmon-cli --start vsphere-ui
-
-
vCSA:
-
(For Flash clients) Run the following command:
service-control --start vsphere-client
-
(For HTML5 clients) Run the following commands:
service-control --start vsphere-client service-control --start vsphere-ui
-
-