Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

PRIF-12: failed to initialize cluster support services

766400Apr 13 2010 — edited Apr 13 2010
- RHEL 5
- Oracle 10gR2
- 2 node cluster (racnode1, racnode2)
- Using openfiler as shared storage
- Using this how-to http://www.oracle.com/technology/pub/articles/hunter_rac10gr2_iscsi_3.html

I am on the final page of the how-to and have run into an issue. When trying to install Clusterware OUI fails on this command:

*[root@racnode1 admin]# /u01/app/crs/bin/oifcfg setif -global eth1/192.168.1.0:cluster_interconnect eth0/10.5.96.0:public*
PRIF-12: failed to initialize cluster support services

The oifcfg.log presents the following which is beyond my kung-fu:
*2010-04-13 13:48:37.421: [ default][2676944]prifcgini: clsd LOG initialized
2010-04-13 13:48:37.421: [ default][2676944] prifcgini: LEM initialized
2010-04-13 13:48:37.422: [ default][2676944]prifcglms - DONE
2010-04-13 13:48:37.428: [ OCROSD][2676944]utgdv:2:ocr loc file cannot be opened
2010-04-13 13:48:37.428: [ OCROSD][2676944]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
2010-04-13 13:48:37.428: [ OCRRAW][2676944]proprinit: Could not open raw device
2010-04-13 13:48:37.429: [ default][2676944]a_init:7!: Backend init unsuccessful : [33]
2010-04-13 13:48:37.429: [ CSSCLNT][2676944]clsssinit: error(33 ) in OCR initialization
2010-04-13 13:48:37.429: [ default][2676944]prifcginitclss: clsssinit failed. rc = 21
2010-04-13 13:48:37.429: [ default][2676944]prifcgterm: Cleaning - DONE*

Comments

663750
hello Micros,

If you have small project its beneficial to use Single repository

and the main advantage to have a Single repository is the execution speed ,

If you are using multiple rep its difficult to merge them and the speed is very low
631335
Hello Micros

I have made an installation with one BI Server with multiple repositories, served by multiple presentation services, on Oracle Unbreakable R4. It is a little bit tricky but it works.
663712
Can you share how you did it? What was the tricky part?
631335
Answer
I'm going to write a document about this sometime in the future.
Right now these are some basic steps:

1. Deploy a new version of analytics application on OC4J using the analytics.war on $ORACLEBI/web/
2. Edit file $ORACLEBI/oc4j_bi/j2ee/home/applications/analytics_<new>/WEB-INF/web.xml and change value for "oracle.bi.presentation.sawserver.port"to 9711
3. Add new repository on NQSConfig.Ini and restart BI Server
4. Create a new entry on $ORACLEBI/setup/odbc.sh as a copy of AnalyticsWeb, that should point to the new repository
5. Create a new catalog folder on $ORACLEBIDATA/web/catalog
6. Create a new instanceconfig.xml and add <Listener port=”9711″ />after the <DNS .../> entry.
7. On the new instanceconfig.xml change the Catalogpath to point to the new catalog folder created on step 5, and DNS to the one created on step 4
8. Create new scripts to start the sawserver with parameter the complete path to the new instanceconfig.xml.
9. Restart OC4J and BI Server and start the new Presentation Services with the scripts you made.

This is not a complete guide but the outline of the procedure. I 'm planning to make it complete sometime (if I find some free time)
You can also check the following links
[http://www.be-ice.eu/2007/09/11/managing-multiple-presentation-services-on-the-same-unix-box]
[http://bvellinger.blogspot.com/2008/01/obiee-10132-and-multiple-presentation.html]

Giorgio
Marked as Answer by 663712 · Sep 27 2020
663712
Awesome! Thanks
David_T
Wow. After all that, no points for Giorgio?!
667465
Hi Giorgio
Do you have the document, since i have tried almost everything but i am still not able to do it.
Here is the link where i have written all the steps please correct them if you find any mistake or please add steps if in case you find it missing.
link : 3715965

I badly need to try this, because people dont believe that this can be actually done.

thanks
1 - 7
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 11 2010
Added on Apr 13 2010
1 comment
2,290 views