cancel
Showing results for 
Search instead for 
Did you mean: 

How to restart an entire J2EE Cluster - With multiple hosts and instances

Former Member
0 Kudos

I am looking for a definitive answer on the right way of Restarting an SAP Enterprise Portal CLUSTER without an ABAP stack.

Currently the process is to use ssh into each box and either jcmon pf=<profile> then restart instance, or ssh into each host and run startsap/stopsap on each.

Is there a better way?

-Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

naveen_kumar1
Active Participant
0 Kudos

Hi,

Please find the below SAP notes to understand the startup sequences.

897933 Start and stop sequence for SAP systems

936273 sapstartsrv for all platforms

I would recommend you to check the below SAP link for more information.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60e24f7b-1ba1-2b10-c0a0-e514b8556...

Regards,

Naveen.

Former Member
0 Kudos

ssh into each host and run startsap/stopsap on each.

I usually do this and piece them together in a startall/stopall script. You can also use the management console, just call http://<portal_server>:5<inst_id>13/ and add all instances there.

Cheers Michael