Skip to Content
Technical Articles
Author's profile photo Rajesh Azmeera

BODS Server Start and Stop

This is my first ever blog. Hence would like to introduce.

 

This is Rajesh Azmeera with 14 years of experience in IT industry who have carried out end to end life cycles.

Had Strong experience on infrascture (on premise and cloud), applications and Databases.

1. Implemented end to end SAP Business suite products ERP, ECC, CRM, BW, PI, PO, PLM, MDG, HANA and S4 HANA.

2. had exposure to one of the oldest R3 versions for an OIL and GAS company and carried out other till latest versions.

3. Got good hands on Dell,Rack, XP, Blade servers, ESXI servers

4. Designed standard RTO (Recovery Time Objective), RPO (Recovery Point of Objective), DR (Disaster Recovery) and backup policies

5. Implemented end to end OpenText products ECM, PCM, VIM invoices.

6. Migrated Oracle Database to HANA

7. Carried out SAP migration from on-premise to Cloud (AWS and AZURE)

8. Managed standard SLAs for business, mission critical and non critical systems

9. Certified Vmware (VCP – DCV), SAP BASIS, HANA, Migration, AWS solution Architect, SAP work loads for Azure

10. Managed Oracle, DB2, MaxDB, Sybase, HANA Databases

11. Strong experience on OS flavors HP, UNIX, LINUX, windows and AIX

12. Delivered SAP traning to corporate world

 

I don’t find many blogs on SAP BODS start and stop hence created this one with detailed steps. How to start and stop BODS server.

Stopping

Stop Tomcat

  1. Login to BODS A01 node as sidadm
  2. cd /usr/sap/<SID>/sap_bobj
  3. ./tomcatshutdown.sh

         

 

Stop Jobserver

  1. Login to BODS A01 node as sidadm
  2. svrcfg -TSTOP

     

Stop BO Services

  1. Login to BODS A01 node as sidadm
  2. cd /usr/sap/<SID>/sap_bobj
  3. ./stopservers

 

         

Validate processes stopped at OS level

Validate all the processes are stopped at OS level using ps command.

If processes still remains after 5 minutes of executing above stop command, issue kill <PID> kill the hung process.

Validate again using the ps command

ps -auxww | grep -i <SID>

 

Repeat this for A02, B01 and B02 nodes

 

Starting

Start BO Services

  1. Login to the A01 node as sidadm user
  2. cd /usr/sap/<SID>/sap_bobj
  3. ./startservers

     

Start Job Server

  1. Login to the A01 node as sidadm user
  2. svrcfg -TSTART

Start tomcat

  1. Login to BODS A01 node as sidadm
  2. cd /usr/sap/<SID>/sap_bobj
  3. ./tomcatstartup.sh

 

Repeat this for A02, B01 and B02 nodes

 

Validation

CMC

 

 

Check all services are running state

 

<https://hostname.corp.com/DataServices/launch/launch.action>

 

 

 

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.