BusinessObjects Servers monitoring and their executables path
Hi Techies,
Just wanted to share some of groundwork, I did during my previous project engagement.
We were in the process of developing a utility which periodically monitors the BOE servers in real time and notify the Server Administration/Application support team up on fail. I formulated the below matrix after analyzing, hope it might be useful for people who are searching for similar kind of information.
Sno |
BusinessObjects Server |
Name Of the Executable |
|
Windows deployment |
Any Unix flavor deployment |
||
1 |
32-bit Connection Server |
ConnectionServer32.exe |
ConnectionServer32 |
2 |
64-bit Connection Server |
ConnectionServer.exe |
ConnectionServer |
3 |
Adaptive Job Server |
JobServer.exe |
boe_jobsd |
4 |
Adaptive Job Server Child |
JobServerChild.exe |
boe_jobcd |
5 |
Central Management Server |
cms.exe |
boe_cmsd |
6 |
Crystal Reports 2011 Processing Server |
crproc.exe |
boe_crprocd.bin |
7 |
Crystal Reports Cache Server |
crcache.exe |
boe_crcached.bin |
8 |
Dashboards Cache Server |
xccache.exe |
boe_xccached |
9 |
Dashboards Processing Server |
xcproc.exe |
boe_xcprocd |
10 |
Event Server |
EventServer.exe |
boe_eventsd |
11 |
File Server |
fileserver.exe |
boe_filesd |
12 |
Report Application Server |
crystalras.exe |
boe_crystalrasd |
13 |
Web Intelligence Processing Server |
wireportserver.exe |
WIReportServer |
Based on the above executables we can monitor the servers at operating system level using custom developed scripts (VBScript, Java Script & Shell Script)
And their Path
Server |
Windows path |
Unix path |
Central Management Server |
<INSTALLDIR>\BusinessObjects Enterprise XI 4.0\win64_x64\CMS.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_cmsd |
Crystal Reports Processing Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\crproc.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_crprocd.bin |
Crystal Reports Cache Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\crcache.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_crcached.bin |
Dashboards Processing Server |
<INSTALLDIR>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\xcproc.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_xcprocd |
Dashboards Cache Server |
<INSTALLDIR>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\xccache.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_xccached |
Adaptive Job Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\JobServer.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_jobsd |
Report Application Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crystalras.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM32>/ras/boe_crystalras |
Web Intelligence Processing Server |
<INSTALLDIR>\SAP BusinessObjects Business Enterprise XI 4.0\win64_x64\WIReportServer.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/WIReportServer |
Input and Output File Repository Servers |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\fileserver.exe |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64>/boe_filesd |
Event Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64\EventServer.exe |
<INSTALLDIR>/sap_bobj/enterprise_<PLATFORM64>/boe_eventsd |
Connection Server |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer |
<INSTALLDIR>/sap_bobj/enterprise_xi40/dataAccess/connectionServer |
Some important directories
Directory |
Windows path |
Unix path |
Default Input FRS Directory |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\FileStore\Input |
<INSTALLDIR>/sap_bobj/data/frsinput |
Default Output FRS Directory |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\FileStore\Output |
<INSTALLDIR>/sap_bobj/data/frsoutput |
Default Logging Directory |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\logging |
<INSTALLDIR>/sap_bobj/logging |
Default Working Directory (64 bit) |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win64_x64 |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM64> |
Default Working Directory (32 bit) |
<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win32_x86 |
<INSTALLDIR>/sap_bobj/enterprise_xi40/<PLATFORM32> |
Thank you for this information.
Hi Mani,
Do you have any steps to change the existing logging path to some other drive.
Thanks
Prasanth
Try this:
1654701 - How to redirect all the BusinessObjects logs generated in the logging directory in SAP BO BI 4.0?
Manual monitoring of the processes themselves! Good stuff.
Thanks Mani.
Hi Mani,
Do we have any scripts VB/Shell ? for monitoring these process using CRON/WINDOWS Scheduler.
My Idea is, the scripts will get execute periodically, identify and alert us if any service got hung/stopped etc .
Thanks,
Suneel Kumar
Good to see you here Suneel. You may no longer require this as we have a in-built monitoring solution within BI platform now.
SAP BusinessObjects 4.0 Monitoring Configuration – Part(1)
SAP BusinessObjects 4.0 Monitoring Configuration – Part(2)
SAP BusinessObjects 4.0 Monitoring Configuration – Part(3)
Thanks
Mani