To uninstall a previous version of the VMware Adapter for SAP Landscape Management installed on your LaMa server:
Verify that LaMa is up and running.
Log into the LaMa server and open a command prompt with administrator privileges.
Log in to SAP NetWeaver Java Server using the Telnet to port 5000N where N = instance number of the Telnet for the Java Server. For example:
# telnet localhost 50008
Enter the administrator username and password.
Run the following command to see if adapter is already installed:
> list_app | grep VMwareLVM
If the adapter appears in the list, then it has been installed.
Run the following command to uninstall the adapter:
> undeploy name=VMwareLVM vendor=JavaEE on_undeploy_error=stop
Run the following command to verify that the adapter is uninstalled:
> list_app | grep VMware
If the adapter does not appear in the list, then it has been uninstalled.
Exit from Telnet session by executing the quit command.