cancel
Showing results for 
Search instead for 
Did you mean: 

start/stop JAVA instance ess/msss portal

Former Member
0 Kudos

Could any one tell me how to stop and start java instance without disturbing database?in AIX 5l

is it stopsap scs31or stop sap jc00

startsap scs31,startsap jc00

Accepted Solutions (0)

Answers (4)

Answers (4)

nelis
Active Contributor
0 Kudos

May as well add "Visual Administrator" and "telnet" to the mix too ..both of which can be used to restart the Java services(without stopping DB). Visual Administrator connects through P4 port eg 5<inst number>04 and telnet eg telnet <hostname> 5<inst number>08

Typing "man" in telnet session will give you a list of options eg man stopservice lists the following:

Stops a service on the specified cluster element.

Usage: STOPSERVICE [ClusterID] <serviceName>

Parameters:

[ClusterID] - ID of the cluster element on which to stop the service. Default

value is the ID of the current cluster element. If [ClusterID]

is set to 0, the service stops on all cluster elements.

<serviceName> - the name of the service to be stopped.

Regards,

Nelis

Former Member
0 Kudos

For dual stack, you can also use "jcmon pf=<instance profile>"

-RK

Former Member
0 Kudos

Hi,

For pure Java instance if you want to restart the central services for Java without stopping the Java DB.

use stopsap <JavaInstance> and startsap <JavaInstance>

eg. stopsap SCS<nr> startsap SCS<nr>

Regards,

Nilesh

nelis
Active Contributor
0 Kudos

stopsap j2ee & startsap j2ee should also work.

Former Member
0 Kudos

HI,

if you have abap+java system then you can stop/start java instance using tcode SMICM

SMICM -> Administration -> J2EE Instance -> send soft shutdown ->

if you only have JAVA instance

check following

http://help.sap.com/saphelp_nw70/helpdata/en/85/24a64201e7c511e10000000a1550b0/content.htm

regards,

kaushal