cancel
Showing results for 
Search instead for 
Did you mean: 

Undeployment in NW 7.4 - example

former_member201054
Contributor
0 Kudos

Hi Experts,

Need to undeploy few components in NW 7.4 system.

Can you please give me an example for list out the existing components and undeploy any of them (or) undeploy in together

I would appreciate your guidance

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

davefitzgibbon
Advisor
Advisor
0 Kudos

Hi Daniel,

You can undeploy via telnet

telnet LOCALHOST 5XXXX, login with an admin user, add deply commands and undeploy the appliocation

Example:

login to OS level as adm user,

give the following commands

1. telnet localhost 5XXXX

2. give administrator credentials

3. add deploy

suppose u want to undeploy "abc" then give command

list_app |grep abc

you will get output like.....  sap.com/abc

give command

undeploy vendor=sap.com name=abc.

Please note that Telnet can olny be accessed locally from the host server via LOCALHOST and port.

It cannot be accessed from another machine remotely via hostname or IP address due to security reasons.

Hope this helps.

Regards,

David

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Daniel,

You can use Telnet admin console to do so.

(JSTSG)(Telnet)DeployController Commands - Technology Troubleshooting Guide - SCN Wiki

Regards,

Divyanshu