cancel
Showing results for 
Search instead for 
Did you mean: 

How to undeploy software components in NW 7.3 ?

Former Member
0 Kudos

Dear Gurus,

In earlier version of NW, we used to undeploy software/development components in SAP JAVA servers through SDM, but from NW7.1 onward, there is no such functionality available due to obsolete SDM tool. We only have JSPM tool thereafter.

Please guide how to undeploy the same in latest NW versions (JAVA systems like EP ) ?

Regards,

Nilutpal.

Accepted Solutions (1)

Accepted Solutions (1)

davefitzgibbon
Advisor
Advisor
0 Kudos

Hello Nilutpal,

In 7.3, You can undeploy via telnet

telnet LOCALHOST 5XXXX, login with an admin user, add deply commands and udeploy 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

Have a look at the following wiki which describes deployment and udeployment via telnet in more detail

http://wiki.sdn.sap.com/wiki/display/TechTSG/(JSTSG)(Telnet)DeployController+Commands

Hope this helps you.

Regards,

David

Former Member
0 Kudos

Hello David,

Can we use same command for AIX as well as for Windows environment ?

Thanks for your prompt reply !!

Regards,

Nilutpal.

davefitzgibbon
Advisor
Advisor
0 Kudos

Hi Nilutpal,

Sure, the same commands work via linux/Unix in the exact same way.

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.

Regards,

Davis

Former Member
0 Kudos

Thanks David.

Regards,

Nilutpal.

SandipAgarwalla
Active Contributor
0 Kudos

One more option is to use the NWDS, deploy & undeploy view..

Answers (0)