Symptoms:
Unregistering HMS 8.1 from the VC leaves the plugin extension in Webclient
Unregistering HMS from the VC the vrUi extension is not removed from Lookup service
- List the lookup services from the PSC to a text file by running the below command
Appliance
/usr/lib/vmidentity/tools/scripts/lstool.py list --url https://localhost/lookupservice/sdk --no-check-cert 2>/dev/null > /tmp/ser.txt
Windows
"%VMWARE_PYTHON_BIN%" "%VMWARE_CIS_HOME%\VMware Identity Services\lstool\scripts\lstool.py" list --url https://localhost/lookupservice/sdk --no-check-cert 2> NULL > c:\ser.txt
- Grep or find the Service type vrUi
Example:
root@SRV-PSC-01 [ ~ ]# less /tmp/ser.txt |grep -i -A 10 vrUi
Service Type: vrUi
Service ID: h5-dr-a4ed135c-####-####-####-########d8f
Site ID: vcenter-01
Owner ID: [email protected]
Version: 8.1.0.8260518
Endpoints:
Type: com.vmware.cis.vsphereclient.plugin
Protocol: http
URL: https://10.5.5.54:5480/client/ngcplugin.zip
- Note the Service ID
- Unregister the service ID noted above.
/usr/lib/vmidentity/tools/scripts/lstool.py unregister --url http://localhost:7080/lookupservice/sdk --id h5-dr-a4ed135c-####-####-####-########d8f --user '[email protected]' --password 'xxxxxxxx' --no-check-cert