To uninstall a previous version of the VMware Adapter for SAP Landscape Management installed on your LaMa server:

  1. Verify that LaMa is up and running.

  2. Log into the LaMa server and open a command prompt with administrator privileges.

  3. 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 
  4. Enter the administrator username and password.

  5. Run the following command to see if adapter is already installed:

    > list_app | grep VMwareLVM 
  6. If the adapter appears in the list, then it has been installed.

  7. Run the following command to uninstall the adapter:

    > undeploy name=VMwareLVM vendor=JavaEE on_undeploy_error=stop 
  8. Run the following command to verify that the adapter is uninstalled:

    > list_app | grep VMware 
  9. If the adapter does not appear in the list, then it has been uninstalled.

  10. Exit from Telnet session by executing the quit command.