cancel
Showing results for 
Search instead for 
Did you mean: 

shutdown/startup

Former Member
0 Kudos

I would want to shutdown/startup standalone Java instance from ABAP instance sidadm. For example:

as r3sadm I would want to shutdown/startup j2ee instance (which has its own sidadm (jbsadm)) without logging in as jbsadm. Both instances are CI (have thier own db) and running in same host.

Please advise.

Thanks!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Parthiban,

You can use following syntax to stop java instance.

stopsap j2ee <instance> <hostname>

-Pinkle

Former Member
0 Kudos

Hi Parthi,

YOu can start up and shut down the java system using the SMICM transaction directly.

Go to smicm -->administration -->j2ee global cluster if you want to start the system then say with restart or if you want to shut down the system then say with out restart.

Reward points if helpfull.

Regards,

Vamshi.

Former Member
0 Kudos

In general, I used to logon as sidadm of Java instance and issue stopsap j2ee command to stop. How does it work in this case, as abap sidadm what command should I need to execute to stop j2ee and how will it recognize there is a java instance running?!

Thanks!

Former Member
0 Kudos

same command/script. just make sure that file handling permissions are okay.

Regards.

Ruchit.

Former Member
0 Kudos

give exe permission at os level to abap sidadm to run the script for starting and stoping j2ee instance