Install 11gr2 RAC, dose all IP needs to go in DNS server or just 3 scan ip

Hello,
I am bulding a brand new 2 node RAC cluster (11gR2). But i know this new version has some big changes with the scan. My question is, do all the IP needs to be in a DNS server or just the 3 IP related to the scan ??
So do i need to put in 2 public, 2 private, 2 VIP, 3 scan ip (all 9 of them) in the DNS or just the 3 scan ip ???

it depends. If you decide to use GNS then no but it you want to do manual configuration of the oracle network portion then yes. (Personally I would suggest do so just as a fallback but that's just me).
the following from the install guide explains it best:
1.2.4 Overview of Network Connection Requirements
The following is an overview of network configuration requirements for Grid Naming Service (GNS) in a Grid Plug and Play configuration, and manual network configuration. Network administrators and system administrators can refer to the Preinstallation chapter in Oracle Grid Infrastructure Installation Guide for your platform for detailed configuration information.
The network configuration for Oracle Clusterware and Oracle RAC requires several addresses. The following is a list of those addresses:
GNS virtual IP address (GNS installations only): A static IP address configured in the GNS. The GNS virtual IP listener forwards queries to nodes in the subdomain on the cluster managed by GNS.
Within the subdomain, the GNS uses multicast Domain Name Service (mDNS) to enable the cluster to map hostnames and IP addresses dynamically as nodes are added and removed from the cluster, without requiring additional host configuration in the DNS.
To enable GNS, you must have your network administrator provide a set of IP addresses for a subdomain assigned to the cluster (for example, grid.example.com), and forward DNS requests for that subdomain to the GNS virtual IP address for the cluster, which GNS will serve.
Single Client Access Name (SCAN): A domain name that resolves to all the addresses allocated for the SCAN. Oracle recommends that you allocate three addresses to the SCAN. During Oracle Grid Infrastructure installation, listeners are created for each of the SCAN addresses, and Oracle Clusterware controls which server responds to a SCAN address request.
For high availability, you should provide at least three IP addresses in the DNS to use for SCAN mapping for high availability. A SCAN domain name must be unique within your corporate network.
Virtual IP address: A public internet protocol (IP) address for each node, to be used as the Virtual IP address (VIP) for client connections. If a node fails, then Oracle Clusterware fails over the VIP address to an available node.
During installation, if you do not use Grid Naming Service (which provides the VIP automatically), you provide VIP addresses. The VIP for each node is associated with the same interface name on every node that is part of your cluster. If you have a domain name server (DNS), then your network administrator should register the host names for the VIP with the DNS, so that it is resolvable from any client, as well as the cluster nodes. The VIP should not be in use at the time of the installation, because this is an IP address that Oracle Clusterware manages.
Public IP address: A public host name address for each node, assigned by GNS, or assigned by the system administrator during initial system configuration for manual configurations. The public IP address name must be resolvable to the hostname. Register both the public IP and the VIP address with the DNS. If you do not have a DNS, then you must make sure that both public IP addresses are in the node /etc/hosts file (for all cluster nodes).
Private IP address: A private IP address for each node to serve as the private interconnect address, dedicated exclusively to internode cluster communication. GNS configures the address automatically. If you select manual configuration, then you must ensure that the following is true for each private IP address:
o
It must be separate from the public network
o
It must be accessible on the same network interface on each node
o
It must be connected to a network switch between the nodes for the private network; crosscable interconnects are not supported
The private interconnect is used for internode communication by both Oracle Clusterware and Oracle RAC. If you use manual configuration, then the private IP address must be available in each node's /etc/hosts file. Oracle recommends that it is configured on a dedicated switch (or switches) that are not connected to anything other than the nodes in the same cluster.
Note:
All host names must conform to the RFC 952 standard, which permits alphanumeric characters. Host names using underscores ("_") are not allowed.

Similar Messages

  • I bought Lightroom 5 separately but when I try to install it I am told I need another number. I think I just bought an upgrade version. How do I get the original?

    I bought Lightroom 5 separately but when I try to install it I am told I need another number. I think I just bought an upgrade version. How do I get the original?

    Thanks for no help... but for anyone else, turn off itunes match on the ipod

  • How to install 11gR2 RAC on 64 bit linux OS

    I am completely new to this topic of RAC and need to be installing and standing up RAC on Linux 64 bit OS . I have good knowledge of installing oracle database ENTERPRISE version 11gR2.
    Can you guide me as to how to start. I am looking for leads. Probably we will have 2 nodes.
    Thank you very much for helping me in advance

    If you are a My Oracle Support (Metalink) user, go check out these two notes created by the Oracle RAC Assurance Team. They are excellent.
    NOTE: 810394.1 RAC Assurance Support Team: RAC Starter Kit and Best Practices (Generic)
    NOTE: 811306.1 RAC Assurance Support Team: RAC Starter Kit (Linux)
    In the Linux note mentioned above there is a link to a Linux Step by Step Instruction Guide. This step by step instruction guide is the best start to finish document I've seen for how to set-up and install Oracle RAC. I believe the guide is written for installing release 11.2.0.2.

  • Install 11gR2 RAC Database Problem: Invalid source path /.../Datafiles

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer according to the website http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I have just finished installing Grid infrastructure and start to install RAC database 11gR2.
    I have downloaded 2 files from https://edelivery.oracle.com as below:
    V17530-01_1of2
    V17530-01_2of2
    When I start to install the RAC database using the above 2 files but get the error below:
    [ora11g@rac1 V17530-01_1of2]$ ls
    database
    [ora11g@rac1 V17530-01_1of2]$ cd database
    [ora11g@rac1 database]$ ls
    doc install response rpm runInstaller sshsetup stage welcome.html
    [ora11g@rac1 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 5028 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 2224 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-03-06_11-08-23AM. Please wait ...
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    : No such file or directory
    [ora11g@rac1 database]$
    As we see the output above, the error is Invalid source path /../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles.
    My questions are:
    First, are the files V17530-01_1of2 and V17530-01_2of2 the correct files for 11gR2 RAC database ?
    Second, how to solve the issue "Invalid source path /../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles" ?
    Thanks.

    Folks,
    Hello. thanks a lot for replying.
    I go up one level ( / ) and run the command again as below:
    [root@rac1 /]# du --max-depth=1 -h
    Its output:
    8.0K ./srv
    83M ./sbin
    9.0G ./tmp
    4.9G ./usr
    157M ./var
    20M ./boot
    8.4M ./bin
    3.3G ./u01
    252M ./lib
    8.0K ./selinux
    12K ./mnt
    16K ./lost+found
    164M ./dev
    0 ./misc
    29M ./lib64
    8.0K ./u02
    100K ./tftpboot
    12K ./media
    0 ./proc
    248K ./root
    0 ./sys
    117M ./etc
    3.3G ./home
    3.5M ./opt
    25G .
    [root@rac1 /]#
    As we see the output above, it seems that 25GB disk space is used and /tmp occupies 9GB.
    I have remove the files under /tmp but after reboot OS, the same files come up again under /tmp.
    Some folks use 12GB for each of their VMs and is enough to install Grid and RAC Database.
    My questions are:
    Why my VM with 30GB disk space does not have enough disk space to install RAC database ?
    Can any folk help to solve the issue ?
    Thanks.

  • Do I need to run local DNS server for NAT/DHCP to work?

    Hello,
    I'm coming across all kinds of explanations how to set up a server for public access, having a static IP and a pointed domain, but I have a dynamic public IP and don't need the server to be accessible through a domain name. I just want all the computers in my office to connect to the web over 1 cable connection. I've used Gateway Setup Assistant to set up NAT and DHCP and DNS and what not, but it didn't work out of the box. After some bootpd.plist fixes I now have DHCP working, it's handing out IP addresses, but all LAN connected machines cannot get onto the web, only the server can.
    What am I doing wrong? Should I configure my DNS server differently? Or should it not be on at all, couldn't the local machines use my ISP's DNS servers?
    Currently DNS is configured like this:
    Settings are:
    accept recursive queries from the following networks: localnets
    forwarder IP addresses: (empty)
    Zones are:
    private. primary zone
    134.23.24.in-addr.arpa. reverse zone

    Though still a valid question for others I guess, I got my DNS working. The network preferences didn't have external DNS servers configured for the local network interface.

  • Now that I have upgraded to Yosemite I have a problem when I scan documents.  Before, a window showed today's activity.  Now I have to search through all my documents and hope to find what I just scanned.

    Now that I have upgraded to Yosemite I have a problem when I scan documents.  Formerly, a window showed today's activity.  Now, I have to search through all the documents in my history to find what I just scanned.  Sometimes I can't even find the doc.

    Most scan apps have a setting whereas, your scan(s) can go directly to your desktop.  No need to "hunt" for scanned docs.

  • Oracle 11gR2 RAC Installation - ASM Disks - Need advice on configurations

    Hi Guys
    How many disks are needed for Voting, Data, Log and Failover. Each should be in a seperate group or it can be in a single group of disk. Please advice. Thanks.

    Hi Friend,
    Option 1 :
    If Oracle Clusterware is used for implementing normal redundancy. We require the following for failover purpose also.
    1. Two OCR files - 280 MB each
    2. Three Voting Disks - 280 MB each
    Total - 1.4 GB approx
    Option 2 :
    Oracle recommends that the disk used for the file system be on a RAID. When you use external redundancy the minimum requirement is One OCR and One Voting Disk with 280 MB each.
    Choices :
    1. External Redundancy - > Minimum No Of Disks (1) - > One OCR (280 MB) and One Voting Disk (280 MB) -> 580 MB
    2. Normal Redundancy - > Minimum No Of Disks (3) - > Two OCR (560 MB) and Three Voting Disk (840 MB) -> 1.4 GB
    3. High Redundancy - > Minimum No Of Disks (5) - > Three OCR (840 MB) and Five Voting Disk (1.4 GB) -> 2.3 GB
    So, Choose based on redundancy...
    Hope it helps..
    Note : Use ASM for storing above files..
    Thanks
    LaserSoft

  • 11gr2 Rac Install: Stuck at the DNS SCAN portion.

    Hi Guys, it's Xev.
    Ok, I have followed his install guide to the dot. http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oel5-using-virtualbox.php#install_grid_infrastructure
    During the Grid Infrastructure install portion, it's stops me and tells me that "No Locally adapter is defined" when I am right here, it won't let me past this point right below...
    http://www.oracle-base.com/articles/11g/images/ol5-112-rac/47-grid-ssh-connectivity.jpg
    Now, this install document, tells you to put the 3 SCAN Ip addresses in the /ect/hosts file and does not tell you that you need to install DNS on a server and configure it, or does he? The way he says it to
    me just doesn't make sense.
    My question is to only people that have actually installed 11gr2 RAC using VirtualBox and using oracle linux 5.8.
    He says in the install document this right here, but some how i think he is just flat out wrong.
    I quote from the install document,,,
    If you are not using DNS, the "/etc/hosts" file must contain the following information.
    127.0.0.1 localhost.localdomain localhost
    # Public
    192.168.0.101 ol5-112-rac1.localdomain ol5-112-rac1
    192.168.0.102 ol5-112-rac2.localdomain ol5-112-rac2
    # Private
    192.168.1.101 ol5-112-rac1-priv.localdomain ol5-112-rac1-priv
    192.168.1.102 ol5-112-rac2-priv.localdomain ol5-112-rac2-priv
    # Virtual
    192.168.0.103 ol5-112-rac1-vip.localdomain ol5-112-rac1-vip
    192.168.0.104 ol5-112-rac2-vip.localdomain ol5-112-rac2-vip
    # SCAN
    192.168.0.105 ol5-112-scan.localdomain ol5-112-scan
    192.168.0.106 ol5-112-scan.localdomain ol5-112-scan
    192.168.0.107 ol5-112-scan.localdomain ol5-112-scan
    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.
    If you are using DNS, then only the first line needs to be present in the "/etc/hosts" file. The other entries are defined in the DNS, as described here. Having said that, I typically include all but the SCAN addresses..
    END QUOTE.
    So, Guys, what does he actually mean with this? MY Grid install fails when it's trying to resolved the scan. DO I need to install DNS like he gives in the link above, OR can the install work with the SCAN in the /ect/hosts file? I Personally think this is just wrong, and you have to have DNS working 3 ip round-robin for the SCAN to work.
    Please only reply to this thread if you have actually successfully installled 11rg2 Rac (11.0.1) on Oracle Linux 5.8 using VirtualBox, or actually know where i am going wrong by your own experience, not just goggle searching.....but you got it to work....
    I am begging on my knees for help with this, since I have been at this for weeks now.
    If you help me through this, I'll be your friend
    Xev.

    Hi Shivendra,
    I followed the instructions on shivenracdba: configure DNS for Installtion of Oracle Grid Infrastructure RAC cluster
    named starts right up with no errors, but when i try to do the nslookups for both nodes and the scan cluster it fails with these errors...
    This is what happens on rac, the primary node.
    [oracle@rac1 grid]$ nslookup rac
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac: SERVFAIL
    [oracle@rac1 grid]$ nslookup rac2
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac2: SERVFAIL
    [oracle@rac1 grid]$ nslookup rac-cluster-scan
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac-cluster-scan: SERVFAIL
    This is what happens on rac2, the secondary node.
    [oracle@rac2 ~]$ nslookup rac
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac: SERVFAIL
    [oracle@rac2 ~]$ nslookup rac2
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac2: SERVFAIL
    [oracle@rac2 ~]$ nslookup rac-cluster-scan
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    ;; Got SERVFAIL reply from 192.168.72.129, trying next server
    Server:         192.168.72.128
    Address:        192.168.72.128#53
    ** server can't find rac-cluster-scan: SERVFAIL
    Now, this is what I for all the files that I have configured......I hope they are right?
    Do i need to run the named DNS server on both nodes? It's running on both nodes now...and the service starts..
    Here are all my files that pertain to the DNS configuration for RAC.
    These are the files that are on "rac" the primary node....
    [root@rac1 named]# cat forward.zone
    $TTL 86400
    @          IN     SOA    rac.  rac. (
                             42 ; serial (d. adams)
                             3H ; refresh
                            15M ; retry
                             1W ; expiry
                             1D ) ; minimum
    @          IN   NS     rac.
    rac       IN   A      192.168.72.128
    localhost                     IN A    127.0.0.1
    rac2                          IN A    192.168.72.129
    rac-vip                       IN A    192.168.72.102
    rac2-vip                      IN A    192.168.72.104
    rac-cluster-scan              IN A    192.168.72.106
    rac-cluster-scan              IN A    192.168.72.107
    rac-cluster-scan              IN A    192.168.72.108
    [root@rac1 named]# cat reverse.zone
    $TTL 86400
    @        IN     SOA    rac.  rac. (
                             42 ; serial (d. adams)
                             3H ; refresh
                            15M ; retry
                             1W ; expiry
                             1D ) ; minimum
    @         IN   NS   rac.
    128.72.168.192      IN   PTR  rac.
    1.0.0.127           IN   PTR  localhost.
    129.72.168.192      IN   PTR  rac2.
    102.72.168.192      IN   PTR  rac-vip.
    104.72.168.192      IN   PTR  rac2-vip.
    106.72.168.192      IN   PTR  rac-cluster-scan.
    107.72.168.192      IN   PTR  rac-cluster-scan.
    108.72.168.192      IN   PTR  rac-cluster-scan.
    [root@rac1 named]# cat named.rfc1912.zones
    zone "rac" IN {
                     type master;
                     file "forward.zone";
    zone "72.168.192.in-addr.arpa" IN {
                     type master;
                     file "reverse.zone";
    [root@rac1 named]# cd /var/named/chroot/etc
    [root@rac1 etc]# ls
    named.conf
    [root@rac1 etc]# cat named.conf
    options {
    listen-on port 53 { 192.168.72.128; };
    # listen-on-v6 port 53 { ::1; };
            directory "/var/named";
            recursion yes;
    logging {
            channel default_debug {
            file "data/named.run";
            severity dynamic;
      include "named.rfc1912.zones";
    [root@rac1 etc]# cat /etc/resolv.conf
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    search rac2
    search rac
    nameserver 192.168.72.129
    nameserver 192.168.72.128
    and this is the content of my /ect/hosts file on rac, the primary node.
    [root@rac1 etc]# cd /etc
    [root@rac1 etc]# cat hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               rac1.localdomain rac1 localhost.localdomain localhost
    ::1             localhost6.localdomain6 localhost6
    #eth1 - PUBLIC
    192.168.72.128 rac
    192.168.72.129 rac2
    #VIP
    192.168.72.102 rac-vip
    192.168.72.104 rac2-vip
    #eth2 - PRIVATE
    192.168.140.128 rac-pvt
    192.168.140.129 rac2-pvt
    These are the files that are on "rac2" the secondary node....
    [root@rac2 named]# cat forward.zone
    $TTL 86400
    @          IN     SOA    rac.  rac. (
                             42 ; serial (d. adams)
                             3H ; refresh
                            15M ; retry
                             1W ; expiry
                             1D ) ; minimum
    @          IN   NS     rac.
    rac       IN   A      192.168.72.128
    localhost                     IN A    127.0.0.1
    rac2                          IN A    192.168.72.129
    rac-vip                       IN A    192.168.72.102
    rac2-vip                      IN A    192.168.72.104
    rac-cluster-scan              IN A    192.168.72.106
    rac-cluster-scan              IN A    192.168.72.107
    rac-cluster-scan              IN A    192.168.72.108
    [root@rac2 named]# cat reverse.zone
    $TTL 86400
    @        IN     SOA    rac.  rac. (
                             42 ; serial (d. adams)
                             3H ; refresh
                            15M ; retry
                             1W ; expiry
                             1D ) ; minimum
    @         IN   NS   rac.
    128.72.168.192      IN   PTR  rac.
    1.0.0.127           IN   PTR  localhost.
    129.72.168.192      IN   PTR  rac2.
    102.72.168.192      IN   PTR  rac-vip.
    104.72.168.192      IN   PTR  rac2-vip.
    106.72.168.192      IN   PTR  rac-cluster-scan.
    107.72.168.192      IN   PTR  rac-cluster-scan.
    108.72.168.192      IN   PTR  rac-cluster-scan.
    [root@rac2 named]# cat named.rfc1912.zones
    zone "rac" IN {
                     type master;
                     file "forward.zone";
    zone "72.168.192.in-addr.arpa" IN {
                     type master;
                     file "reverse.zone";
    [root@rac2 etc]# cat named.conf
    options {
    listen-on port 53 { 192.168.72.129; };
    # listen-on-v6 port 53 { ::1; };
            directory "/var/named";
            recursion yes;
    logging {
            channel default_debug {
            file "data/named.run";
            severity dynamic;
      include "named.rfc1912.zones";
    [root@rac2 etc]# cd /etc
    [root@rac2 etc]# cat resolv.conf
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    search rac2
    search rac
    nameserver 192.168.72.129
    nameserver 192.168.72.128
    [root@rac2 ~]# cd /etc
    [root@rac2 etc]# cat hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               rac2.localdomain rac2 localhost.localdomain localhost
    ::1             localhost6.localdomain6 localhost6
    #eth1 - PUBLIC
    192.168.72.128 rac
    192.168.72.129 rac2
    #VIP
    192.168.72.102 rac-vip
    192.168.72.104 rac2-vip
    #eth2 - PRIVATE
    192.168.140.128 rac-pvt
    192.168.140.129 rac2-pvt
    That is everything on both nodes...
    Shivendra, what am I to do??

  • Can we have separate 10gR2 RAC CRS and 11gR2 RAC CRS homes on  same Unix s

    We'd like to test the upgrade of our 10gR2 RAC databases to 11gR2 RAC.
    We have six databases on the same server and want to install a separate 11g RAC stack (11g CRS, 11g ASM, 11g RDBMS) and upgrade each 10g database from 10g RAC stack on same server (10g CRS, 10g ASM, 10g RDBMS) . Is it ok to have 10g CRS home and 11g CRS home same server? If not, how best to upgrade without buying more hardware?
    Thanks in advance,
    Lou

    In more detail, the main issue/question is whether there can be 2 Oracle CRS homes on the same server i.e. separate 10gR2 and 11gR2 CRS homes residing on the same server for the purposes of (gradually) upgrading all Oracle RDBMS homes from 10g RAC to 11g RAC.
    Can there be? What would be the implications for the OCR and voting disk? In our case 10g CRS has OCR and Voting Disk on raw devices. In 11gR2, these would need to be migrated/upgraded/stored in ASM, right?
    We have 6 10g rdbms homes in addition to the one 10g CRS home and one 10g ASM home. To upgrade can we
    - Install 11gR2 CRS in a separate home (this would now include ASM as well)
    - Install 11gR2 RDBMS home
    - Upgrade one of the 6 10g databases while leaving the others untouched as 10g databases in the separate 10g CRS, 10g ASM stack?
    Any ideas, pointers greatly appreciated.
    Thanks,
    Lou

  • How to convert single instance10g db to 11gR2 RAC with ASM

    Hi,
    I need your help to decide the plan about how to convert single instance 10g database to 11gr2 rac with asm.
    I can have about 6 to 8 hours of downtime to upgrade and move to rac with asm.
    db size is about 1.5tb and on AIX.
    here is my plan....
    1) install 11gr2 rac with asm on two nodes
    2) verify rac installation and clustered asm
    3)install 10g oracle binaries( yes 10g )
    4) shutdown production db ( machine prod )
    5) make copy of production and restore on 1st node ( using shadow image , so it's quick and its file system )
    6) upgrade db to 11g ( still of file system )
    7) after successful upgrade, move to asm ( rman backup )
    8) add another node
    does it look okay ? OR is there a better approach to save time?
    can someone help me ?
    Thanks...

    Thanks ...
    So here is what I thought... suggest if something is not right...
    1) install 11gr2 grid infra on node A and B with ASM
    2) stop CLUSTER ON BOTH NODES.
    3) shutdown prod db on 10g ( downtime starts )
    4) take rman cold backup
    5) restore rman backup on node A on ASM ( as if single instance 11g , no rac parameters )
    6) mount and run upgrade script for 11g, then open db with 11
    7) after successful upgrade, shutdown db node A
    8) change all rac related parameters, spfile,undo,redo for rac environment on both nodes
    9) open db in rac environment
    can I do this way ?
    My only question is, even though I installed rac on node A and B, in step 5 and 6 I'm using only node A as if it is single instance. Is it possible ?
    if it is then I'm good to go...
    Thanks for all suggestions.

  • 11gR2 RAC, ASM and database

    Hi all,
    I've installed 11gR2 RAC and database on Linux OEL 5.4. Everything seems Ok, I'm able to connect from client using SCAN, and load balancing works well, but "crs_stat -t" shows up some OFFLINE services, like gsd and oc4j.
    Is this normal ? If yes, why it's so ? If not, what should I do to solve the problem ?
    Thanks in advance.
    Antoine

    Thanks for your answer.
    Those services are disabled, and I've found this one on MOS FAQs :
    With Oracle Clusterware 11g Release 2, the GSD resource will be disabled by default. You only need to enable this resource if you are running Oracle 9i RAC in the cluster.

  • 11gR2 RAC postinstallation task

    SLES 10 64
    Oracle RAC 11.2.0.1
    I just installed Oracle 11gR2 correctly but I have two problems:
    1) How should I do to configure the enviroment (grid and oracle RAC) to start automatically after OS reboot.
    2) When I tried to connect to the database using the scan address in the tnsnames entry and error appear however I could do tnsping entry succefull. After I changed the scan address for the ip-vip I was able to connect me into database but as I Know this is not recommended.
    Thank you.

    user12100209 wrote:
    1) How should I do to configure the enviroment (grid and oracle RAC) to start automatically after OS reboot.You can use the command (as root):
    crsctl enable crs
    This will enable Cluster Ready Services (CRS) for automated startup. This is however the default.
    2) When I tried to connect to the database using the scan address in the tnsnames entry and error appear however I could do tnsping entry succefull. After I changed the scan address for the ip-vip I was able to connect me into database but as I Know this is not recommended.The SCAN IP needs to resolve on each and every cluster node. If you're not using a DNS server, then the SCAN IP and hostname need to be defined in +/etc/hosts+ on each of the cluster nodes.
    Also keep in mind that RAC listeners can do redirects/hand-offs - and this is done using hostnames and not IP addresses. For example, you connect to node 5's listener. It can redirect your client connection (due to load balancing, service requested, etc) to node 3. The redirect that your client Oracle driver will receive will contain the hostname of the listener that will accept your client connection request.
    Your client need to resolve that hostname provided by the listener to an IP address. If it fails, then your client will be unable to complete its side of the redirect.
    Thus your client needs to resolve all hostnames (public, virtual and SCAN) of the cluster. If this is not done via a DNS server, you need to use the client's hosts file for resolution.

  • Oracle Database 11gr2 rac on solaris 10 using ACFS and asm as storage

    Can i get any step by step document to install 11gr2 rac on solaris 10.
    My database is two node rac. I am using ASM as storage. So i need a document which should very easy to understand.
    thanks in advance

    Hi,
    Can i get any step by step document to install 11gr2 rac on solaris 10.
    My database is two node rac. I am using ASM as storage. So i need a document which should very easy to understand.Refer below link:
    http://www.oraclemasters.in/?p=961
    Configure storage as per your requirement.
    thanks,
    X A H E E R

  • ASM vs RAID for 11gR2 RAC Environment

    Hi There!
    We are planning to install 11GR2 RAC with two nodes Cluster on LINUX in Our Environment.
    Operating System: OEL 5.4
    In our hardware we got two dell Servers with 16GB RAM on each plus On SAN side we have only 8 disk (173GB) left for RAC Cluster Setup. I am going to create to database (LIVE/UAT) on This Cluster Setup. Currently Our Production DB size is 6GB and I assume for coming 5 year it will not go beyond 100GB And I keep UAT size 15GB fix with No changes.So how you get the best ASM performance by using my all Resources.
    My question:
    1)     Which is best solution for ASM and RAID in our storage Environment?
    2)     How many Disk group I Create for Both Databases (UAT/LIVE)?
    3)     How many disks should I allocate in Each Disk Group with which RAID Option or if any suggesting for LUN, How do I create LUNS across the Disk which I got?
    4)     I know oracle recommended Two DISK Group DATA&FRA is there any other suggestion for CRS, REDO, and TEMP FILE?
    Thanks for your Assintance.
    Hemesh.

    My first question was : Which RAID Option(0,1,5,0+1) I choose with ASM ?Well, it doesnt matter for ASM. At least in your configuration with 8 disks.
    RAID0is not an option - forget about it. RAID1 (or combined with more than two disks and an overlayed RAID0 which makes an RAID 1+0) might be an option for write-intensive databases. RAID5 is more for read-intensive due to the RAID5-write-hole but offers "more" capacity at the cost of slower write speed.
    I recommended to stick with RAID1 (thus mirroring two disks) and exporting them to ASM rather than creating one big RAID1+0 over all of your disks and exporting the storage as one big chuck to ASM for manageability. If you want to add storage lateron your perfect in line with Oracles recommendations to have equal size LUNs in ASM with two mirrored disks. If you create on big RAID 1+0 and lateron add two disks you have a LUN of 600 GB size and one of 170 GB size...thats a big mismatch.
    But If i create TWO disk group then, is there good practice to offer them to both (UAT/LIVE) databases.?Normally there is a separation between UAT and P on storage and on server level. In your case it might be "ok" to place everything in the same disk group. This mainly depends on which database puts the most load on the disk subsystem.
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Using native APEX on 11gR2 RAC

    Hi all,
    I'm not sure if this is the right forum for this question, please forgive me if it isn't.
    When using native APEX on 11gR2 RAC, is it possible to balance connections between instances ? If yes, how ?
    I've successfully installed 11gR2 RAC, and configured APEX, and I'm able to use it, but it runs on one instance only.
    Thanks in advance
    Antoine

    Hi Antoine,
    How are you connecting to the database, via the Apache HTTP Server mod/plsql connector or are you using the embedded PL/SQL gateway (EPG)?? In the first case connecting to the SCAN listener should balance the connections between the instances if they are both registered for the service you connect to. I'm not sure how the EPG works under RAC. In general, I'd prefer the application to only connect to one of the RAC instances by default and only transfer across due to failover.
    Rob..

Maybe you are looking for

  • Suspend doesn't work!

    So here's the deal, I've tried everything I could look for in the wiki, the forums, and Google itself. The current problem I have is when I suspend to RAM, it will suspend, but when trying to wake the screen doesn't come back up. The backlight doesn'

  • HT204088 I cannot find my redeem code

    I have  $ 14  credit for music purchase. I cannot redeem it. Because I don't have the redeem code or download number.

  • Moving music from another mp3 player

    I have a different mp3 player with a large library of music acquired from various sources. I just received an ipod nano as a gift. Is there any way to transfer my music from my old player to the ipod? I paid good money for my library and I hate to lo

  • Firefox 4 loops back a page when entering password on secure sites

    When verifying credit card details on secure sites, eg Verified by Visa ( password needed to confirm valid credit card details with card issuer) Firefox goes back a page asking for details again, instead of confirming card and placing order. Have had

  • Microsoft 8.1 on My Mac

    I purchases Windows 8.1 from Microsoft and want to install it on my iMac with Parallels. It says I need a .iso file, but I have a .exe file. How do I get an .iso file from a .exe file?