Undeploying Using Telnet

You use Telnet to undeploy all SAP Landscape Management SCA files from your SAP NetWeaver Application Server for Java.

Context

Procedure

  1. Save the following code syntax as XML file on your SAP NetWeaver Application Server for Java from which you want to undeploy the application.
  2. Ensure that the XML file is readable by the <sid>adm.
  3. Run a Telnet client and connect to your SAP NetWeaver Application Server for Java by specifying the host and the corresponding port telnet localhost 5<Instance number>08.

    If a connection is established, the Telnet Administration Console is open.

  4. To authenticate yourself, enter valid login information (including user name and password).
  5. To undeploy, enter the following commands:
    1. undeploy list=<absolute path to the XML file>
    2. undeploy_empty_sca name=VCM_ENT vendor=sap.com
    3. undeploy_empty_sca name=VCM vendor=sap.com
    4. undeploy_empty_sca name=VCMCR4E vendor=sap.com
  6. To check if the SCA files are undeployed, enter the following commands:
    1. explore name=VCM_ENT
    2. explore name=VCM
    3. explore name=VCMCR4E

    Each check should result in an error message: There is no component registered with the specified name <SCA file name>.

  7. To close the Telnet connection enter exit on the command line.