2 Methods to disable ONTAP plugin
Option 1: Using MOB
- Access the MOB: Open a web browser and navigate to the vCenter Server's MOB page: https://vCenter_Server_name_or_IP/mob.
- Log in: Authenticate using your vCenter SSO administrator credentials.
- Navigate to ExtensionManager:
- Click the content link.
- Click the ExtensionManager link.
- Find the plugin key:
- In the ExtensionManager window, find the NetApp ONTAP plugin key in the list under the "Properties" section. It will likely start with com.netapp.
- Copy the full key value, such as com.netapp.selectdeploy or a similar string.
- Unregister the plugin:
- Click the UnregisterExtension link.
- Paste the copied plugin key into the value field.
- Click Invoke Method. You will see a void result, indicating the method was executed.
- Verify and restart services:
- Refresh the ExtensionManager page to confirm the plugin is no longer in the list.
- Log out and back into the vSphere Client. You may also need to restart the vsphere-ui service on the vCenter Server Appliance for the changes to take effect in the UI. Use the following commands via an SSH session:
- service-control --stop vsphere-ui
- service-control --start vsphere-ui
Option 2: Use the vSphere Client
This method disables the plugin's UI elements but keeps the plugin deployed and operational. It may not work for all plugin versions.
- Log in to the vSphere Client: Use an account with administrative privileges.
- Go to Client Plugins:
- From the main menu, navigate to Administration > Client Plugins.
- Disable the plugin:
- Find the NetApp ONTAP plugin in the list.
- Select the plugin, right-click, and choose Disable.
- Confirm your action in the pop-up window.