cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding starting and stopping SAP

Former Member
0 Kudos

Dear All,

I have a query regarding stopping and starting SAP in OS i5/DB2 data base platforms.

In windows and unix platforms we can stop and start only sap by using commands stopsap r/3 or startsap r/3 and if we want to stop and start SAP with database services also we use stopsap and startsap.

Can we similarly use the command stopsap r/3 and startsap r/3 in IBM iseries 0S 400 with DB2 database.

Any suggestion and responses are highly appreciated.

Regards

Sharath Babu M

Accepted Solutions (0)

Answers (3)

Answers (3)

berhanu_kifle2
Discoverer
0 Kudos

You can use -

"call startsap &SID &INST" on the command line. The parameters for system id and instance number are required. (upto 4.6C).

Former Member
0 Kudos

Hello Sharath,

Yes, you can.

CALL R3<SID>400/R3INLPGM

STARTSAP SID(<SID>) INSTANCE(<instance-number>)

You can also put it into CL program, then

SBMJOB CMD(CALL PGM(<your-library>/<start-SAP-program)) +

JOB(<anyname>) USER(<SID>OFR) MSGQ(<your-message-queue>)

Best regards,

Victor

Former Member
0 Kudos

steps:

login to telnet client using <SID>OFR user where <SID> is your sap system ID.

telnet ip address of sap server

after login you got following menu

Select one of the following:

1. General SAP Tasks

2. Change and Transport System

4. SAP Database

5. SAP Kernel

6. SAP Directories

7. Define or Change SAP

8. Problem Handling

10. SAP Search Index

90. Sign off

91. Exit

Selection or command

===>

under selection or command enter 1.

you got following menu

Select one of the following:

1. Start SAP System

2. Work with SAP System Jobs

3. Stop SAP System

4. Stop SAP OS-Collector

6. Start SAP Database Server Job

7. Work with SAP Database Server Jobs

9. Start SAProuter

10. Stop SAProuter

90. Sign off

91. Exit

Selection or command

===>

enter you selection for start stop sap system, make sure no user is login into sap system while stopping the system, first stop Stop SAP OS-Collector (4) then Stop SAP System (3)

regards,

kaushal