Saturday, May 22, 2010

Startup and Shutdown Procedure for SAP

The procedure to start and shutdown SAP is first start DB then follow by Application. When you shutdown, you must shutdown application then follow by DB. The steps given here is applicable for all SAP environment, regardless of SAP BA or SAP BW, just change the the correct environment user id.

To stop SAP, you need adm user and login to application server

Ex:

Login as bwdadm in rdmsdbwap

rdmsdbwap:bwdadm>stopsap



To shutdown Oracle, you need ora admin user.

Ex:

Login as orabwd in rdmsdbwdb (database server)

rdmsdbwdb:orabwd > sqlplus /nolog

SQL>connect /as sysdba

SQL>shutdown immediate


To start Oracle, you need ora admin user.

Login as orabwd in rdmsdbwdb (database server)

Ex:

rdmsdbwdb:orabwd > sqlplus /nolog

SQL>connect /as sysdba

SQL>startup


To start SAP, you need adm user and login to application server

Ex:

Login as bwdadm in rdmsdbwap

rdmsdbwap:bwdadm>startsap


No comments:

Post a Comment