Hello Experts,
We are trying to do a fresh install of or BI Production enviroment, heres the Scenario:
SW:
BI 4.0 SP06
Oracle 11g R2
Red Hat 6.4 Kernel 2.6.32-358.el6.x86_64
HW:
Virtual Machine
Intel Xenon E5-2620
24 GB RAM
Now here the situation, the SW was installed with no problem but when I tried to add new APS's the system will log me out with no reason, If I got to Linux and try to do anything I get the following message:
bash: fork: retry: Resource temporarily unavailable
If I go to Top I see a lot of Java Process and CPU consumption is almos 100%
Now I was checking KBA 1717717 run the following command:
ps -eo pcpu,ppid,pid,user,args,command | sort -k 1 -r | head -10
and found that the following process is taking 96% of the CPU and another with 87.3
%CPU PPID PID USER COMMAND COMMAND
96.0 1 3372 503 /opt/BI/sap_bobj/enterprise /opt/BI/sap_bobj/enterprise_xi40/linux_x86//boe_crprocd.bin -loggingPath /opt/BI/sap_bobj/logging/ -documentType CrystalEnterprise.Report -restart -name lumix.CrystalReports2011ProcessingServer -pidfile /opt/BI/sap_bobj/serverpids/lumix_lumix.CrystalReports2011ProcessingServer.pid -ns lumix.flexi.com.mx:6400 -fg
87.3 12658 12674 503 /opt/BI/sap_bobj/enterprise /opt/BI/sap_bobj/enterprise_xi40/linux_x86//boe_crprocd.bin -loggingPath /opt/BI/sap_bobj/logging/ -documentType CrystalEnterprise.Report -restart -name lumix.CrystalReports2011ProcessingServer -pidfile /opt/BI/sap_bobj/serverpids/lumix_lumix.CrystalReports2011ProcessingServer.pid -ns lumix.flexi.com.mx:6400 -fg
I know that SAP Crystal Reports 2011 processing and viewing is not supported for this release, we are not planning to use it right now (but we might in the future when is supported) so when I was adding APS's I Stopped the Crystal 2012 Server and disable it also the Cache, so these proccess should not be running at all.
Since I cannot go to CMC I stoped all the servers with:
./stopserverers
And then go to Top I still have 2 running process from boe:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3372 AdminSAP 20 0 51444 15m 13m R 100.0 0.1 107:05.95 /opt/BI/sap_bobj/enterprise_xi40/linux_x86//boe_crprocd.bin -loggingPath /opt/BI/sap_bobj/logging/ -docume
12674 AdminSAP 20 0 51444 15m 13m R 99.3 0.1 41:11.80 /opt/BI/sap_bobj/enterprise_xi40/linux_x86//boe_crprocd.bin -loggingPath /opt/BI/sap_bobj/logging/ -documen
CPU usage is always above 40% in this case 100% and 99.3
I tried to kill with PIP with no success,
I start again with ./startservers everything looks normal in Top sometimes I can Login then it kicks me out again and get the following message:
I tried to force terminate with ccm.sh but they are still there.
So is there some place where I can see why the CrystalReports2011ProcessingServer server is being created even if it was disabled on CMC?
Can BI platform work in Redhat 6 without this server?
Thanks in advance.
Ed