VIP in 11g RAC with CRS

Hi all,
My system is a three nodes 11.1.0.7 RAC cluster with CRS (same version).
I have a question about how VIP works.
Notes:
eth0 - public interface
eth0:1 - vip interface
eth1: private interface
If I go down with eth0 (ifconfig eth0 down), VIP is relocated to other of the two remain network living nodes. Everything is OK at this moment and only listener resource in CRS stack is OFFLINE, even INST, GSD and ONS are ONLINE and remains in the first node.
Then I go up with the public interface (ifconfig eth0 up). Now everything still remains in the same state... Nothing Change!!!
Questions:
- Node1 VIP resource should go back to the first node???
- Listener resource should go online again???
I can manually start listener resource or relocate vip to the node1 without a problem... but it should be done without manual word, isn't it????
Thanks in advance.

user605547 wrote:
I know that listener is nodeapps (vip) dependent... so if VIP is not running up, listener can't start
All my issue is about automatic VIP relocating after a network failure, so I'm trying to understad what happens and what it should happens.
Scenario 1:
Step 1:
NODE1: ifconfig eth0 down => so vip fails over node2 and listener on node1 also goes down. Any other resource in node1 remains ONLINE.
Step 2:
NODE1: ifconfig eth0 up => nothing happens and everything remains in same state. NODE1 VIP is still running in node2
Question: NODE1 VIP should automatic relocate to node 1 (from node2)??????
11gR1, NODE1 VIP not automatic to node01, we still relocate manual.
This is actually the default default behavior in 10.2.0.4 and 11.1.
Step 3:
NODE1: srvctl start listener -n node1 -l listener_node1 => node1 vip relocates to node 1 and listener_node1 goes upnot sure, perhaps srvctl check about public, then relocate VIP
Scenario 2:
Step 1:
NODE1: ifconfig eth0 down => so vip fails over node2 and listener on node1 also goes down. Any other resource in node1 remains ONLINE.
Step 2:
NODE1: ifconfig eth0 up => nothing happens and everything remains in same state. NODE1 VIP is still running in node2
Step 3:
NODE3: srvctl stop listener -n node3 -l listener_node3 (changing state of any resource not involved with node1) =>
=> listener in node3 goes down, node1_vip relocates from node2 to node1 and listener in node1 goes up
Is it normal??????? It looks like any operation in CRS forces to check NODE1_VIP availability and make it goes up in original node??? Expected behaviour???
When we use srvctl, instance check is performed, that check public ip -> resolved and then relocate VIP
How about ?
ORA_RACG_VIP_FAILBACK in the racgwrap script in the ORACLE_HOME

Similar Messages

  • Install Oracle 11G, RAC with VMWare, APPS R12, and OBIEE on one server?

    Dear Experts,
    I'm looking to upgrade my skills, and want to learn more of:
    Oracle 11G, RAC, VMWare, APPS R12, and OBIEE
    My server has two quad cores (8 CPU altogether) and 16 gigs of RAM.
    Years ago, I took a shots at installing RAC on multiple servers and firewire.
    One thing I remember was that after I installed RAC, I was not able to use the database unless I enabled all the RAC processes on the server. So, I was not able to just boot the database and use it in the traditional single server manner.
    Which I will also want to do.
    1) Does this symptom/aspect/characteristic of RAC install still exist?
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?
    Thanks a lot!

    Hi,
    1) Does this symptom/aspect/characteristic of RAC install still exist?No.
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?For learning/traning/demonstration purpose you can Install all these software on same machine.
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?There will not be any conflicts. I would suggest you to select vmware or virtual box in order to configure all these sw's.
    I have done such a configuration on my laptop with i7 Quad processor, 16GB RAM and 640 GB HDD.
    I have Installed 2 node RAC, 2 Node ERP and all are running smoothly without any issues.
    Refer:
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    thanks,
    X A H E E R

  • How to Create Manual Standby for a Oracle 11g RAC with ASM to Single Instan

    Hi All,
    I have a task to configure a Single Instance Standby Database with ASM for 2-node Primary RAC+ASM database.
    Version using : 11.1.0.6 Oracle 11g --- *" STANDARD EDITION "* Please note datagaurd will not be supported in standard edition.
    Primary database - 2 -Node RAC using ASM storage (All datafiles, redologs, controfile and archive logs)
    Need to setup a single instance standby database manually and than using scripts to transfer the archive logs from primary server to standby server to do recovery time to time.
    Please let me know if there are any configuration document(s) which can help me to set the manual standby? or need your kind help to give your valuable ideas how to go in above situation.
    Thanks in advance

    Niall Litchfield wrote:
    El DBA wrote:
    Well if the archive logs are stored in ASM on the primary nodes, you almost definitely want to be using RMAN to access them. Then to transfer between primary and standby there are many options, this is essentially the step that Data Guard takes care of - so if you (and I) are running Standard Edition, this is the part to "worry" about.
    I'm not really sure what you mean by this:
    As in standard edition the archive destination will be on ASMI don't think the Edition of Oracle (Standard or Enterprise) dictates where and how you store your archive logs, but it's possible I've misunderstood what you mean...SE dictates that database storage for RAC will be ASM, including archive log files. Anything else is not officially supported. I haven't tested but it may be that you can use LOG_ARCHIVE_DUPLEX_DEST to specify a local filesystem for archive log files as well.
    If that doesn't work you'll have to script rman "backup as copy" jobs regularly and then transport the results of that.
    Niall Litchfield
    http://www.orawin.info/
    By the way, it seems Robert has been pretty helpful, it's polite to give him some points dude. And since this is your thread, not mine, give him a "helpful" from me too :p
    El DBA
    Incidentally if you are forced down the RMAN backup as copy route then this will likely throw your current backup retention strategy somewhat, you'll need to think carefully about when an archivelog can be deleted following backup, how many times it might be backed up and so on. I do understand, and have argued for, the use of SE RAC. I also understand and have argued for and implemented manually managed standby a number of times. However by the time your primary database is a RAC instance and you need a standby for DR etc then you really have to look very seriously at whether Standard Edition is still the right investment or not. You will be spending a lot of DBA time managing and troubleshooting this, and you will find that it is less reliable than the off the shelf solution. I suspect that you are very close to the point where an EE installation becomes a worthwhile investment here.
    Niall Litchfield
    http://www.orawin.info/

  • Oracle 11G RAC with EBS ---

    Hello All,
    I have couple of questions -
    We have enterprise edition database..
    1. Can we go with 11gR2 RAC without ASM?
    2. Can i use LUN's for RAC?
    Please let me know.

    user8302436 wrote:
    We have enterprise edition database..
    1. Can we go with 11gR2 RAC without ASM?Yes. But it would be plain stupid IMO. Like racing a superbike and deciding to not wear a helmet, kneepads and safety gear.
    ASM only has advantages. It would very foolish to throw these out of the window. If you do - well, then you will likely stuff up the rest of the RAC architecture too, like using a 100Mbit Ethernet for the Interconnect, decide that private switches for the Interconnect is not worth it and so on.
    And then blame the lack of robustness and performance of that RAC cluster on Oracle?
    2. Can i use LUN's for RAC? Of course. ASM/Oracle does not care what the actual device is. It can be scsi target device. It can be a LUN made visible via EMC's Powerpath or Linux's Multipath. It can be character bound raw devices. Etc.
    The kernel and driver stack deals with the technical side of that device - and that device (LUN or whatever) is then made visible to application s/w (like ASM and the Oracle RDBMS). This software uses the standard I/O interface of the kernel for reading from and writing to that device.

  • Experiences with Oracle 10g/11g RAC on VMWare Fusion for Macbook and OEL 5

    Folks,
    I recently purchased a new Macbook Pro laptop computer to use for demos and testing with Oracle RAC. I am using VMWare Fusion for Mac OS X to setup new VM machines with Oracle 11g.
    Thus far, I can setup single instance Oracle 11g database fine with OEL 5 (32 bit OS) as the guest OS. The problem that I keep running into due to the limitation with VMWare Fusion product is that I am not able to edit the VMWare network settings to allow multiple VM machines to communicate with each other. The second main issue that I currently face is that VMWare Fusion does not allow you to setup shared disks which are a requirement to install and configure an Oracle RAC environment. I came to the realization that after searching forums online that
    one must setup a third VM machine to act as an NFS or iSCSI filer system to present to the other VM hosts for the shared storage requirement for RAC. Has anyone been able to do all
    of this successfully with VMWare Fusion on a Macbook ? If so, I would definitely be interested in finding out how you did this. Specifically the following:
    1. Network configuration for each VMWare Fusion guest OS machine
    2. Shared storage ie) NFS or OpenFiler VM machine
    Regards,
    Ben

    Hi,
    I'm facing the same issue.. If your issue is fixed..could you please let me know?
    I'm trying to configure 11g RAC with OPenfiler and got stuck here.
    Regards,
    Kumar

  • Installing oracle 11.2 rac with IBM Storwize V7000 san with aix 6.1

    Has and one deployed 11g rac with IBM Storwize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going for OS cluster like GPFS

    Hi lbn76,
    Has and one deployed 11g rac with IBM Storwize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going for OS cluster like GPFS
    I hope same thing will work with AIX 6.1 alsoNo problem, the procedure of installation of clusterware is the same in any AIX Platform.
    If you are using Clusterware 11.2 you can (should) use ASM Diskgroup to place your clusterware files and database files. If you want use Cluster Filesystem to any other purpose you can use ACFS feature of ASM.
    The Storage will be transparent to the ASM, the Luns will be mapped to AIX and ASM (Oracle) will manage the read and write.
    The Storage Storwize have several great features, but are transparent to the ASM. The ASM will only see the LUNs provided by AIX.
    Regards,
    Levi Pereira

  • Oracle 11g RAC on RHEL 4.0, error on 1 Node while running ./root.sh for CRS

    Hi,
    I am trying to install Oracle 11g RAC on RHEL 4.0 on Vmware and at the end of CRS installation when installer asks to run the two scripts (orainstRoot.sh and root.sh) on one node (on the node where runInstaller is started) throws following error
    [root@LRAC1 crs]# ./root.sh
    WARNING: directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle' is not owned by root
    WARNING: directory '/xhdd/u01/crs' is not owned by root
    WARNING: directory '/xhdd/u01' is not owned by root
    WARNING: directory '/xhdd' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig: line 78: /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig.bin: cannot execute binary file
    /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig: line 78: /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig.bin: Success
    Failed to upgrade Oracle Cluster Registry configuration
    [root@LRAC1 crs]#
    While on the second node the root.sh script does not give any errors, here the output
    [root@LRAC2 crs]# ./root.sh
    WARNING: directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle' is not owned by root
    WARNING: directory '/xhdd/u01/crs' is not owned by root
    WARNING: directory '/xhdd/u01' is not owned by root
    WARNING: directory '/xhdd' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    The directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs/oracle/product' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs/oracle' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs' is not owned by root. Changing owner to root
    The directory '/xhdd/u01' is not owned by root. Changing owner to root
    The directory '/xhdd' is not owned by root. Changing owner to root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: lrac1 lrac1-priv lrac1
    node 2: lrac2 lrac2-priv lrac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/sdd1
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Cluster Synchronization Services is active on these nodes.
    lrac2
    Cluster Synchronization Services is inactive on these nodes.
    lrac1
    Local node checking complete. Run root.sh on remaining nodes to start CRS daemons.
    Any ideas to solve this issue.
    Thanks in advance,
    Sameer

    I tried reinstalling again and it worked on Vmware Server.Some oracle products are certified on Oracle VM , but not RAC at the moment.
    You can download Oracle VM from otn.oracle.com
    Check ML Note:464754.1 for details about Certified Software on Oracle VM.
    - Virag Sharma
    http://virag.sharma.googlepages.com/

  • Anybody using 11g RAC Database with OIM 9.1.0.2?

    Hi,
    We have poor performance problems with 11g RAC Database with OIM 9.1.0.2.
    It looks like the issue could be because of RAC Ccluster.
    Anybody using 11g RAC Database with OIM 9.1.0.2?
    If so, What is the JDBC Driver r u using? Also what App Server (Weblogic or OAS etc) ?
    Appreciate your input.
    Regards
    Vijay Chinnasamy

    We are using weblogic 10.3. And I am sorry to tell you that we are yet to move to production.
    We are planning to have Database in RAC, so i just thought of taking inputs from you.
    can you tell me under what operations you face the poor performance issue?
    For us the max no. of users in production is around 6k. So I am wondering how this RAC availability will affect the performance.
    Thanks for sharing your inputs.

  • Install CRS and RAC with different users

    I' m tring to install CRS and RAC with different users.
    It is supported but I don't find documentation.
    Have someone experience with this configuration ?
    My question are related to permission/own of voting and ocr file.
    in this configuration is CRS owner or DB owner that run srvctl commands ?
    Thanks !

    Yes it is ... check out the RAC FAQ on metalink, and just as Chris metioned the users will need to have the oinstall group as their primary..
    "Is it supported to install CRS and RAC as different users.
    Yes, CRS and RAC can be installed as different users. The CRS user and the RAC user must both have "oinstall" as their primary group, and the RAC user should be a member of the OSDBA group.
    Modified: 09-SEP-04 Ref #: ID-5769 "

  • Is HP NAS is certified for R12.1.2 with 11g RAC..?

    Hi Gurus,
    we are implementing R12.1.2 and DB is 11g RAC on OEL 5.4 please suggest me wether i can use HP NAS for 11g RAC, where can i find information on 11g hardware certification matrix.
    Thanks
    R

    Hi,
    Please see these docs.
    Note: 220970.1 - RAC: Frequently Asked Questions, How can a NAS storage vendor certify their storage solution for Oracle RAC ?
    Note: 549089.1 - High Load Average When Using NAS (Network Attached Storage) File System For Oracle Applications Release 12
    Note: 559518.1 - Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone
    You could also verify the same with your hardware vendor.
    Thanks,
    Hussein

  • RAC: CRS-0184 enable to commuicate with CRS

    Hi
    I'm installing RAC under VMWARE, when I execute crsctl start crs I receive the CRS stack will be started shortely, when I execute crs_stat -t I receive CRS-0184 enable to commuicate with CRS. I cann't find any think in the log files.
    Many thanks for your answer.

    HI,
    Seems that your CRS sevices not started ( evmd , crsd , cssd )
    can you post op of "crsctl check crs"
    start crs services using
    "crsctl start crs "
    Edited by: Rajesh.Rathod on Feb 18, 2012 8:18 AM

  • 11i Rapid Clone Not Certified With 10g/11g RAC???

    Metalink document 230672.1, "Cloning Oracle Applications Release 11i with Rapid Clone" was updated Feb. 2009 with the following:
    February 04, 2009
    - Added 11i/10g/11g RAC clarification on Section 4 Steps 6 and 7.
    - Corrected incorrect format statements.
    The clarification?
    Attention: The following steps apply only for 9i RAC Clusters. Rapid Clone is not certified for Cloning 11i with 10g or 11g RAC Systems at this time.
    10g RAC support for EBS has existed for quite a while, what's up with this? I'm in the middle of upgrading my 11i EBS on 9i RAC environments to 10gR2 RAC.
    Anyone cloning 11i with 10g/11g RAC? How are you doing it?
    Disgusted,
    Jerry

    Take a look Doc ID: 230672.1 on Metalink Section 6 talks about Cloning a RAC system
    If you're trying to search for anything on EBS look for Applications 11i, because most docs refer to it as Applications 11i more often then EBS.
    Cloning Oracle Applications Release 11i
    with Rapid Clone

  • 11g RAC on VMware

    Hi,
    I am trying to install 2 node, 11g RAC on VMware, the installation went fine on node 1, but node 2 had issues with ASM and DB... The problem is the ASM and DB home installed successfully, but the ASM2 and DB (RAC2) instance are not up on node 2. Actually the ASM1 and RAC2 are not registered in CRS. I will upload the exact error in a short time. While installing I got the error for node-2, that it is unable to find the ASM disks, but when I executed this " /etc/init.d/oracleasm listdisks " on node 2, it shows VOL1,VOL2.
    Any help would be much appreciated.
    Details
    OS - Oracle Enterprise Linux
    Version - 11g
    Two node rac.
    Regards,
    Satya.

    Hi All,
    I have been through all the links you people gave me, those were really helpfull, thanks. The problem is resolved now. Actually the issue was, ASM2 instance could not detect the disks for some reason, after some research in metalink I found a note:457369.1 and as per the note I included *" asm_diskstring = /dev/oracleasm/disks/* "* perameter in the init.ora file of ASM2. Then it detected the diskgroup and everything is fine now. Actually this issue is a bug in 10g, unfortunately it is not fixed in 11g as well.
    Thank you all for your help.
    Regards,
    Satya.

  • Configure 11g RAC on 12.1.3

    HI,
    EBS - 12.1.3
    DB - 11gR1
    Steps :
    1. Install CRS
    2. Create ASM
    3. COnvert DB to RAC
    4. Enable Autoconfig on DB tier
    5. Establish RAC for Apps
    6. Config PCP
    Metalink ID : 388577.1 ( BUt this is for 10g RAC .. any note for 11g RAC)
    Thanks

    Please refer to:
    Using Oracle 11g Release 1 (11.1.0.7) Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 466649.1]
    Using Oracle 11g Release 1 (11.1.0.6) Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 783044.1]
    All RAC docs for R12 with different database versions (10gR2, 11gR1, 11gR2) can be found in (Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]).
    Thanks,
    Hussein

  • 10g RAC with linux 3 AS+ocfs

    Hi:
    Is anyone install 10g RAC on linux 3AS with ocfs successfully?
    I am having problem with CRS installation where installer ask to run root.sh. My first node finished root.sh without any problem but not second node it give me "Failure at final check of Oracle CRS stack." error. Moreover, I found "ERROR: clssnmconnect: failed, rc = 3, node samurai (1), (ADDRESS=(PROTOCOL=tcp)(HOST=racs01-priv1)(PORT=49895))" error in ocssd2.log file. However, I can ping privet and public ip/hostname without any problem. Any input or suggestions are welcome!

    Did you ever get a responce to this?
    I'm having the very same issue, which I can not find a work around.
    Documents for the 10g install have been very few and far between, so any help would be the greatest!

Maybe you are looking for