Technical Articles
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
- Login to BODS A01 node as sidadm
- cd /usr/sap/<SID>/sap_bobj
- ./tomcatshutdown.sh
Stop Jobserver
- Login to BODS A01 node as sidadm
- svrcfg -TSTOP
Stop BO Services
- Login to BODS A01 node as sidadm
- cd /usr/sap/<SID>/sap_bobj
- ./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
- Login to the A01 node as sidadm user
- cd /usr/sap/<SID>/sap_bobj
- ./startservers
Start Job Server
- Login to the A01 node as sidadm user
- svrcfg -TSTART
Start tomcat
- Login to BODS A01 node as sidadm
- cd /usr/sap/<SID>/sap_bobj
- ./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> |
![]() |