Configuring DNS for SCAN to Oracle RAC 11gR2

Hello Oracle Linux experts
I'm trying to install the DNS server on both nodes to RAC on my laboratory
I'm following http://prutser.wordpress.com/2010/01/26/how-to-setup-a-private-dns-for-your-virtual-cluster/
My named.conf file.
-H hosts.dns
-d spaulonci.com.br
-n 192.168.50
-n 192.168.25
-u [email protected]
-W /var/named
-M
-y
+O forwarders { 192.168.50.2; };
+O forward only;
-s racnode1
-s racnode2
-z 192.168.50.10
My hosts.dns
192.168.25.10 racnode1-priv.spaulonci.com.br
192.168.25.11 racnode2-priv.spaulonci.com.br
192.168.50.10 racnode1.spaulonci.com.br
192.168.50.12 racnode2.spaulonci.com.br
192.168.50.11 racnode1-vip.spaulonci.com.br
192.168.50.13 racnode2-vip.spaulonci.com.br
192.168.50.20 openfiler1.spaulonci.com.br
192.168.25.20 openfiler1-priv.spaulonci.com.br
192.168.50.30 cluster-scan.spaulonci.com.br
192.168.50.31 cluster-scan.spaulonci.com.br
192.168.50.32 cluster-scan.spaulonci.com.br
When a try start the service, I'm getting a erros.
[root@racnode1 ~]# service named start
Locating /var/named/chroot//etc/named.conf failed:
[FAILED]
My Linux é Red Hat 5.4 64bits
Anyone have any idea ?
Thanks very much
Edited by: 816345 on 06/12/2010 15:34

The author of the page uses the h2n tool to generate the DNS configuration files. The examples listed are not examples of the actual DNS configuration files like named.conf, etc., but samples of the configuration files to use with the h2n tool. Perhaps the instructions will work if followed more precisely.

Similar Messages

  • Using ZFS for Oracle RAC 11gR2 binaries

    Hi,
    We have following scenario,
    Two Node Cluster: Oracle RAC 11Gr2 with Clusterware on Solaris 10
    We want to keep Oracle & Clusterware binaries on ZFS mirror file system on each node locally and for Data files, FRA, Voting disks & OCR on shared SAN using ASM.
    My question, is the above scenario certified by Oracle or can we keep Oracle binaries on ZFS...?
    Will appreciate your input.
    Thanks

    Well my confusion started after reading this doc on oracle support:
    Certification of Zeta File System (Zfs) On Solaris 10 for Oracle RDBMS [ID 403202.1]
    "Oracle database 10gR2 (10.2.0.3 and higher patches), 11gR1 (11.1.0.6 and higher patches) and 11gR2 (11.2.0.1 and higher patches) are certified with Solaris 10 ZFS on Sparc 64-bit and Solaris x84-64. See Solaris ZFS_Best_Practices_Guide. This is for single instance ONLY. ZFS is currently not applicable to RAC and not Certified to use it as a shared filesystem."

  • ASM pfile lost in Oracle RAC 11gr2

    Hello Gurus,
    I am new to Oracle RAC 11gr2 and facing some issues. our spfile/pfile for asm instance is lost and I am not able to startup the asm instance.
    Environment is as below:
    RAC 2 nodes
    Oracle RAC 11gr2
    Enterprise Linux Server release 5.5 (Carthage)
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/db_1/dbs/init+ASM1.ora'
    Is there any way to recover the spfile/pfile ?
    Also getting following error while try to connect " sqlplus / as sysasm"
    $ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Mar 27 11:26:02 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name:
    Thanks and Regards,

    Hi,
    Do we need to Set variable ORACLE_HOME properly (Grid Home) while starting RDBMS instance?
    e.g ORACLE_HOME=/u01/app/11.2.0/grid*I recommend you set ORACLE_HOME properly for each Oracle Installation when you use SQLPLUS.
    i.e: cat /etc/oratab
    orcl:/u01/app/oracle/product/11.2.0/db_1
    db10g:/u01/app/oracle/product/10.2.0/db_1
    +ASM1:/u01/app/11.2.0/gridAlso you can startup/shutdown our database with SQLPLUS using ORACLE NET*, but it must be configured properly.
    My recommendation <s>is always</s> use SRVCTL and CRSCTL to manage to your environment. Track all the process of initialization processes through the logs using ADRCI utility (only 11.1 or later).
    When use SRVCTL or CRSCTL to manage I recomend you use (GRID HOME).
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 3 sequence# 1067 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 2: '+FRA/yyy/onlinelog/group_3.259.738489481'
    SQL>I give to you three options:
    1° - Add more asmdisk on Diskgroup +FRA
    2° - Make backup of all archivelog using RMAN and option delete input (i.e backup archivelog delete all input;)
    3° - If this database is for TEST ONLY and you not need backup or recovery of then you can delete all archivelog using RMAN (i.e delete archivelog all;)
    I recommend you create routine of backups of the database and archivelog to prevent this area becomes exhausted.
    If you need the database in archivelog but it is only to test then create routine to delete archivelogs periodically.
    If you dont need the database in archivelog, then just disable it.
    Regards,
    Levi Pereira

  • Is OCFS2 certified with oracle RAC 11gR2 ?

    Hi,
    Is OCFS2 certified with oracle RAC 11gR2 ?
    Thanks..

    ocfs2 is certified for oracle 11gr2 but oracle recommends using asm. please see this for more information http://download.oracle.com/docs/cd/E11882_01/install.112/e10812/storage.htm#CWLIN262

  • Is it possible to install Oracle RAC (11gR2)on server having just one NIC ?

    Hi all,
    Please let me know if it is possible to install Oracle RAC (11gR2) on server having just one NIC card on linux (RHEL5.8).
    by creating a virtual NIC like the real ethernet is etho and we are creating eht0:1 as virtual NIC, and i want to use this as eth1, so please suggest me if this is the workaround for my issue or not.... if not please suggest me the best way to install RAC on physical linux box running with one NIC card.
    Thanks
    @ble

    Check if this thread is relevant
    Single NIC card and RAC ???
    Thanks,
    Ajay More
    http://www.moreajays.com

  • How to Install and Configure Workflow For PO in Oracle Apps Version R12

    Hi,
    Please do let me know how to install and configure Workflow for Purchasing in Oracle Apps R12 Version.
    I want to the standard setup of workflow configuration for the PO.
    Thanks and Regards
    Srini

    Hi Suresh
    Only the latest version of WLP which is WLP 10.3.2 has facility to integrate with Oracle UCM with Adapaters. So make sure that you do have this latest version of WLP 10.3.2. Older versions like WLP 10.3 do not have this provision.
    Also I guess when you install and configure this Oracle UCM Adapater and choose above WLP Home, I guess these modules may be added in already installed WLP folders. I checked on my side for WLP 10.3.2 and I could NOT find the modules you mentioned. So most probably you may be missing some installation/configuration stuff from UCM side.
    Thanks
    Ravi Jegga

  • No DNS for SCAN

    Planned for Installation of Oracle 11g R2 RAC on Solaris 10.
    My question is Which details to be entered for SCAN NAME and SCAN PORT during Grid Infrastructure installation ? because we don't have DNS configured.
    Will the installation goes on if SCAN NAME and SCAN PORT not entered?
    I have decided to go with /etc/hosts for virtual,public and private IPs, that will follow method of previous releases.
    Thanks,
    Edited by: 836332 on Feb 12, 2012 6:02 AM
    Edited by: 836332 on Feb 12, 2012 6:03 AM

    Hi,
    I don't think you can have the SCAN IP blank. For test setup I've put one ip to be used as the scan ip in the /etc/hosts on all nodes in the rac and installation went ahead.
    Even when ip is set on /etc/hosts it could be resolved using nslookup otherwise a warning is showing during installation.
    Follwing metalink notes might give more details
    PRVF-4664 PRVF-4657: Found inconsistent name resolution entries for SCAN name [ID 887471.1]
    and other one's ID is 1212703.1 mentions the multicast requirements.
    Haven't encountered this myself yet but found the below on
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php#oracle_installation_prerequisites
    "Note. The SCAN address should not really be defined in the hosts file. Instead is should be defined on the DNS to round-robin between 3 addresses on the same subnet as the public IPs. For this installation, we will compromise and use the hosts file. *This is not possible if you are using 11.2.0.2 onward."*
    Edited by: asanga on 12-Feb-2012 06:44
    Edited by: asanga on 12-Feb-2012 06:46

  • How configure Tuxedo 8.1 to Oracle RAC 9.1

    I need to configure Tuxedo 8.1 to work with Oracle RAC 9i, I saw that there's documentation to configure for Tuxedo 9i with Oracle RAC 10g. But this is not my scenario. If someone know how to do this, could send me some documentation or example to apply this. I already read ads.pdf from BEA dev2dev site and this documentation don't talk about Oracle 9i

    Weverton,
    Later versions of Oracle contain significant RAC-related features not
    present in earlier versions of RAC, so Tuxedo
    (For example, Oracle 10gR2 contains support for DTP services, and Oracle
    10.1.0.3 contains support for Fast Application Notification.)
    Because one or more of these features is required for RAC migration and
    recovery in Tuxedo, Tuxedo offers support only for Oracle 10.1.0.3 and above
    for general RAC architectures. (However, there are some specialized RAC
    application architectures, such as architectures where only a single service
    is called in each transaction and architectures where transactions are not
    used where Tuxedo can work with Oracle 9i.) Significant improvements in
    RAC have occurred with each Oracle release, so if it is possible to upgrade
    to Oracle 10gR2 then you should do so.
    Ed
    <Weverton Castanho> wrote in message news:[email protected]..
    I need to configure Tuxedo 8.1 to work with Oracle RAC 9i, I saw that
    there's documentation to configure for Tuxedo 9i with Oracle RAC 10g. But
    this is not my scenario. If someone know how to do this, could send me some
    documentation or example to apply this. I already read ads.pdf from BEA
    dev2dev site and this documentation don't talk about Oracle 9i

  • Oracle rac 11gr2 + sga

    Hi all,
    I have a 2 nodes rac 11GR2 on linux redhat with 12Go RAM each one.
    Since 15 days, a dba add more memory on each node (+ 24Go RAM) and modify SGA like :
    On each node :
    create a pfile from spfile, modify memory_max_target on pfile (from 7Go to 8Go), and restart each instance from this pfile.
    Now, the problem are :
    Each node consume 36Go of 36Go RAM,
    The parameter spfile is empty (show parameter spfile).
    Do you an idea why all RAM is consumed on each node ?
    Thanks.

    Problem 1: Why is that a problem? How did you establish 36 Gb is used. The Unix tools are notoriously for providing incorrect information as the SGA is accounted for in every process.
    Problem 2: Evidently the "DBA' used an incorrect procedure to change these parameters, and didn't convert the pfile to spfile again, and started using the 'startup pfile' command.
    The action plan for this twofold
    - educate the "DBA' or don't hire him anymore
    - use the create spfile from pfile command, and restart the database.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Rac 11GR2 installation issues;

    Hi fellows. I wonder if you could help me with an issue:
    I have this Oracle RAC with 2 nodes, using OS Oracle Linux 6.3 with architecture x86_64.
    The installation was doing ok, but on "Prerequisite Checks" i had a problem:
    "Device Checks for ASM"
    Device Checks for ASM - This is a pre-check to verify if the specified devices meet the requirements for configuration through the Oracle Universal Storage Manager Configuration Assistant.  Error:
    "/dev/oracleasm/disks/OCR1" is not shared  - Cause: Cause Of Problem Not Available  - Action: User Action Not Available
      Check Failed on Nodes: [cmsora02,  cmsora01] 
    Verification result of failed node: cmsora02
    Details:
    PRVF-5149 : WARNING: Storage "/dev/oracleasm/disks/OCR1" is not shared on all nodes  - Cause:   - Action: 
    Back to Top 
    Verification result of failed node: cmsora01
    Details:
    PRVF-5149 : WARNING: Storage "/dev/oracleasm/disks/OCR1" is not shared on all nodes  - Cause:   - Action: 
    Back to Top
    But, the thing is: They are Shareable.
    I will prove to you:
    [root@cmsora01:/root]$ oracleasm listdisks
    DAT1
    FRA1
    OCR1
    OCR2
    OCR3
    OCR4
    OCR5
    REDA1
    REDB1
    And
    [root@cmsora02:/root]$ oracleasm listdisks
    DAT1
    FRA1
    OCR1
    OCR2
    OCR3
    OCR4
    OCR5
    REDA1
    REDB1
    I don't know if this proves a thing, but the disks are readable for both nodes.
    Anyone has passed for this situation before ?
    Any hint would be helpful.
    Thanks in Advance.
    Regards.

    check the following links if it help's you out
    http://www.oracler.net/?p=66
    http://nnarimanov.blogspot.in/2012/11/asm-disk-permissions-in-rhel6.html

  • Configure DNS for website hosted externally

    Hi,
    I've configured DNS and it's all working fine except we can't access our own website which is hosted by another ISP with a different WAN IP.
    If I add a www record we can access the the standard 10.4 placeholder page but if we remove that record it can't find anything.
    I know I need to add a record to point to the Web Hosting ISP's WAN IP but am unsure how to do this.
    Thanks in advance.
    intel iMac 20"   Mac OS X (10.4.6)  

    >In 10.3 I knew how to create a www record linked
    to a partular IP but I'm unsure how to do this in
    10.4
    The interface is a little different, but the process
    is the same - use Server Admin -> DNS, select your
    zone file and add a new record (via the + button).
    Set the name to 'www' and give it the IP address of
    your ISP-hosted site.
    Thanks Camelot.
    So it's a machine that needed to be added! I find the new termanology quite confusing. In all my reading about DNS I've never heard "machines" mentioned. It's straight forward now you've explained it.
    Thanks alot for your help.
    MJ

  • Configuring DNS for Open Directory

    I'm reading Mac OS X Server Essentials, A Guide to Using and Supporting Mac OS X Server 10.4 and in the Open Directory section it says Make sure your server is resolving DNS correctly. If not, you may need to stop and start DNS.
    I don't have DNS set up on our Xserve so I started reading the section about DNS.
    We don't serve any web or mail services from this Xserve and I don't want to screw up the Custom DNS service provided by our web host/nic provider. If I enter my domain in the DNS admin area will that affect anything outside our LAN?

    It says: "Make sure it is resolving DNS correclty. ...". It ain't saying: "DNS has to be running on the OD server itself. ...".
    So if your network provides does handle dns for you that perfectly fine. Just check that they have forward and reverse records in place.
    -Ralph

  • Oracle Rac 11GR2 + SQL

    Hi,
    I have a database 11gr2 in RAC and an IIS application.
    This application insert data into database.
    Sometimes i have a crazy case :
    When the web page is display a package is launch : this package insert a row in a table with a sequence number and sysdate.
    When the user validate this page this package is launch again.
    Sometimes, i have those rows in the table :
    1 07/06/2013 13:00:00
    2 07/06/2013 12:59:56
    How can i have a date anterior in the second insert ?
    Do you have an idea ?
    Thanks.

    You connect for every statement and disconnect after every statement.
    You use load balancing, or the database is configured for load balancing.
    Both invocations of the package end up on different instances.
    You don't use any mechanism to synchronize the system clocks of the server.
    BINGO!
    Sybrand Bakker
    Senior Oracle DBA
    '

  • Error occured while executing root.sh in ORACLE RAC 11gR2 Grid

    Environment:
    NO of Node: 2
    OS Flavor: RHEL 5.3 Tikanga Release 64-Bit
    Oracle Grid Version: 11gR2 64-Bit with OCFS2 Configuration
    DB RAM: 64 GB
    H/W Vendor: CISCO
    Shared Partition: /ORASYS (1 TB)
    We are trying to install 11gR2 RAC on RHEL 5.3 (64-Bit) box. After successful installation of Gird Software from GUI, I am running oraInst.sh and root.sh from root user. oraInst.sh run fine but when we run root.sh following error encountered while checking the logs.
    2011-09-12 22:04:21.996: [ OCRCONF][3915558416]ocrconfig starts...
    2011-09-12 22:04:21.996: [ OCRCONF][3915558416]Upgrading OCR data
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2011-09-12 22:04:21.997: [  OCROSD][3915558416]utread:3: Problem reading buffer 11383000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2011-09-12 22:04:21.997: [  OCRRAW][3915558416]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2011-09-12 22:04:21.997: [  OCRRAW][3915558416]proprioini: all disks are not OCR/OLR formatted
    2011-09-12 22:04:21.997: [  OCRRAW][3915558416]proprinit: Could not open raw device
    2011-09-12 22:04:21.997: [ default][3915558416]a_init:7!: Backend init unsuccessful : [26]
    2011-09-12 22:04:21.997: [ OCRCONF][3915558416]Exporting OCR data to [OCRUPGRADEFILE]
    2011-09-12 22:04:21.998: [  OCRAPI][3915558416]a_init:7!: Backend init unsuccessful : [33]
    ** Urgent help is required as my production environment setup/activity is halted due to this.
    Thanks in Adv.
    Yuvrajsinh Chauhan

    ./runcluvfy.sh comp ssa -n "vel-kol-db1","vel-kol-db2" -s /ORASYS -verbose
    ./runcluvfy.sh comp cfs -n "vel-kol-db1","vel-kol-db2" -f ocfs2 -verbose
    ./runcluvfy.sh comp ssa -n "vel-kol-db1","vel-kol-db2" -s /dev/mapper/360060e80102077c000090010077c000e -verbose
    ./runcluvfy.sh comp crs -n "vel-kol-db1","vel-kol-db2" -verbose
    ./runcluvfy.sh comp ocr -n "vel-kol-db1","vel-kol-db2" -verbose
    ./runcluvfy.sh comp voting -n "vel-kol-db1","vel-kol-db2" -verbose
    verify this

  • Oracle RAC 11gR2 on Windows - Disk Storage Newbie question

    Hi all
    I have been reading through the Grid install guide in an effort to understand how to set up a RAC solution. I am new to Oracle so a lot of these concepts I am trying to understand but from what I am reading a typical install would be to have my cluster software installed on a particular shared storage type of either OCFS or ASM. These storage types then sit on top of a redundant option such as RAID, or logical volumes across disks or a kind of mirroring (SAME).
    I know what I have said is probably a rough attempt at understanding this but what I would like is if anyone has any diagrams that lay this out for me to aid my understanding that would be great.
    I am kind of at a stage where I am thinking about creating a RAC installation on some VMWare and want to know how best to configure the initial disks, and whether to add them to a RAID or carve them into partitions.
    Hope I have made sense.
    Thanks

    Hi;
    Please change thread status to answered here, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

Maybe you are looking for

  • Index in process chain question

    Hi Experts, I am creating a process chain with only 1 infopackage, do i need to add a "delete index" and "create index" variant in this chain or do i NOT need to do this because it is only one infopackage? Your advise is appreciated. Thanks in advanc

  • Need help in CSI_ITEM_INSTANCE_PUB.create_item_instance API.

    Need help in CSI_ITEM_INSTANCE_PUB.create_item_instance. Hi, I am calling CSI_ITEM_INSTANCE_PUB.create_item_instance api. My call looks similar to the one below. CSI_ITEM_INSTANCE_PUB.create_item_instance(p_api_version => ln_api_version              

  • Sound stops when browsing Bookmarks or other screen messages

    Since I installed the latest version of Safari the sound on my iMac stops whenever I browse through the Bookmark Bar or any other message dialogue box. I'm fairly sure it did not do this before and feels like its stopped multi-tasking?

  • Reconcilation account data

    HI all, In my system when i am processing a billing document it retrives the reconcilation account no of Business partner from R/3. But i could not able to see how records are come to CRM. I have checked with BDOC which sends the record to R/3.It doe

  • Does Find My iPhone Use Up Battery When Activated?

    I guess the subject line asks my question. If I activate Find My iPhone does it keep the GPS on all the time thereby using up extra battery power? Thanks, Steve M.