Change of IP in RAC

Hi,
Thanx a lot for this discussion forms as i am getting the response very quickly.
What happens in RAC environment if i change my instances public IP /virtual IP.
Does it affects ????
If it doesn't what and where are the changes have to be made??
Thank you.

The following will have to be considered:
>
- You must ensure to your SAN storage vendor that the IP change will not affect the RAC servers. On my client's case, they moved from 192.xxx.xxx to 172.xxx.xxx segment. We consulted to the EMC engineer if there will be problems with the Navisphere detecting the new IP (172.xxx.xxx) of the RAC servers, luckily after the restart, the LUNs were still detected and the new IP was recognized
- Changing the Public and VIP will entail updating the Net Services for the new IPs
- Database links going to the RAC servers have to be modified to reflect the new IPs
- NFS mount points on RAC servers should be noted, edit the /etc/exports on the source servers to reflect the new IPs
- DNS entries on the 172.xxx.xxx have to be created
- DNS entries on the 192.xxx.xxx have to be deleted
- If you are using OCFS2, you to edit the /etc/ocfs2/cluster.conf to reflect the new IPs
- Also, you must be with your network engineer during the activity. If ever you encounter some route problems, he could easily solve it.
>
Will there be a data center movement? Or just physical rewiring?
There are metalink notes that will help you on this activity:
>
How to Change Interconnect/Public Interface IP or Subnet in Oracle Clusterware
     Doc ID:      283684.1
Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node
     Doc ID:      276434.1
Considerations when Changing the Database Server Name or IP
     Doc ID:      734559.1
Preparing For Changing the IP Addresses Of Oracle Database Servers
     Doc ID:      363609.1
The Sqlnet Files That Need To Be Changed/Checked During Ip Address Change Of Database Server
     Doc ID:      274476.1
>
- Karl Arao
http://karlarao.wordpress.com

Similar Messages

  • Changing GLOBAL_NAME in 11g RAC

    Hi, All -
    I am running a two node RAC 11g (11.1.0.7) database on RHEL5. I need to change the GLOBAL_NAME.
    SQL> select * from global_name;
    GLOBAL_NAME
    dbname
    SQL> ALTER DATABASE RENAME GLOBAL_NAME TO dbname.companyname.com
    I just want to confirm that I only have to run this on one node and fix the db links.
    Are there any other steps involved since it is a RAC environment?
    Thanks in advance!

    check this
    http://asanga-pradeep.blogspot.com/2010/08/changing-global-name-and-domain-name-in.html
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14228/best_gen.htm#CHDHCGJJ

  • Issues changing windows account password (RAC env) ??

    Hi All,
    is there any issue changing password for windows account in an Oracle RAC environment?
    All services logs on as Local System account...
    Tks,
    Domenico.
    Edited by: user816046 on Jul 15, 2010 3:14 AM

    Tks, Zahid...
    Is there anyone that can answer basing on his experience?
    Domenico.

  • Infotype 77 changes to reflect new race and ethnicity categories

    To incorporate the new race and ethnicity categories SAP note 435204 needs us to implement support pack SAPKE47063 (Release 470). However we are currently on SAP KE47060 Human Resources and NOT ready to apply SAPKE47063, is there any way we could implement the new race and ethnicity categories by applying some other oss notes.
    Thanking you in advance.

    Thank you for your feedback.
    The new Federal Changes have come up with a new field called Ethnicity in addition to field call Ethnic Origin. The config allows us only to update the Ethnic Origin. In the OSS note 435204 they talk about updating this Federal requirement using the support pack SAPKE47063 but we are currently on SAP KE47060.
    Thanks
    Pratap

  • PRIF-33 and CRS-02307 while changing public network interface, RAC

    Hi,
    I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management. It's a 3 nodes RAC: mgvdb01/02/03
    After the installation I had to change IP (different IP and Subnet) to the RAC:
    From 172.17.1.0/24 to 10.19.201.0/24.
    Node from 172.17.1.31/32/33 to 10.19.201.31/32/33.
    The same for VIP(s): from 172.17.1.131/132/133 to 10.19.201.131/132/133.
    The oifcfg iflist shows correct ips configuration:
    [oracle@mgvdb01 bin]$ ./oifcfg iflist -p -n
    eth0  10.19.201.0  PRIVATE  255.255.255.0
    eth1  172.17.100.0  PRIVATE  255.255.255.0
    I'm following doc 276434.1 from Metalink: How to Modify Public Network Information including VIP in Oracle Clusterware, starting from Case III "Changing public network interface, subnet or netmask".
    But at the first operation I've a problem:
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public  **THIS HAS TO BE CHANGED**
    eth1  172.17.100.0  global  cluster_interconnect
    [oracle@mgvdb01 bin]# ./oifcfg delif -global eth0/172.17.1.0
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.
    [oracle@mgvdb01 bin]$ ./oifcfg delif -node mgvdb01 eth0/172.17.1.0
    [oracle@mgvdb01 bin]$ ./oifcfg setif -node mgvdb01 eth0/10.19.201.0:public
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.Then I restart Clusterware service, but issuing
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public
    eth1  172.17.100.0  global  cluster_interconnectnothing seems to be changed.
    This is blocking following operations, the ones in Case IV.
    Do you have any suggestion?
    Thanks in advance,
    Samuel

    Hi,
    I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management. It's a 3 nodes RAC: mgvdb01/02/03
    After the installation I had to change IP (different IP and Subnet) to the RAC:
    From 172.17.1.0/24 to 10.19.201.0/24.
    Node from 172.17.1.31/32/33 to 10.19.201.31/32/33.
    The same for VIP(s): from 172.17.1.131/132/133 to 10.19.201.131/132/133.
    The oifcfg iflist shows correct ips configuration:
    [oracle@mgvdb01 bin]$ ./oifcfg iflist -p -n
    eth0  10.19.201.0  PRIVATE  255.255.255.0
    eth1  172.17.100.0  PRIVATE  255.255.255.0
    I'm following doc 276434.1 from Metalink: How to Modify Public Network Information including VIP in Oracle Clusterware, starting from Case III "Changing public network interface, subnet or netmask".
    But at the first operation I've a problem:
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public  **THIS HAS TO BE CHANGED**
    eth1  172.17.100.0  global  cluster_interconnect
    [oracle@mgvdb01 bin]# ./oifcfg delif -global eth0/172.17.1.0
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.
    [oracle@mgvdb01 bin]$ ./oifcfg delif -node mgvdb01 eth0/172.17.1.0
    [oracle@mgvdb01 bin]$ ./oifcfg setif -node mgvdb01 eth0/10.19.201.0:public
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.Then I restart Clusterware service, but issuing
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public
    eth1  172.17.100.0  global  cluster_interconnectnothing seems to be changed.
    This is blocking following operations, the ones in Case IV.
    Do you have any suggestion?
    Thanks in advance,
    Samuel

  • Change system time in RAC cluster

    Hi,
    We need to change the system time of two nodes involded in a RAC cluster, both the nodes are almost 15 minutes ahead of real time but are in sync with each other.
    Does Oracle database require to bounce to get the latest changed time?
    or does the whole cluster services needed to be stopped for 15 minutes after changing the time and then started? just in case not to confused with the transactions happened when the system was 15 minutes ahead.
    The metalink note ID 368539.1 explains that PMON process does the service registration when the database was started. The PMON will not take the changed time dynamically?
    We have oracle 10.2.0.2 database on HP UX 11.31
    Please clear this confusion.
    Thanks.

    Your RAC Cluster would be using either of
    a. NTP --- external to Oracle
    b. Oracle Cluster Time Synchronization Service -- part of the Oracle Grid Infrastructure
    It seems that you are not using NTP -- else the two nodes would have the same time as "the rest of the world".
    You should see "Cluster Time Synchronization Service" in your clusterware logs.
    Since you plan to reset the time backwards, I suggest that you shutdown and reset the time manually.
    Remember that timestamps written to various log files and "last update" time of various files themselves, will duplicate or overlap with existing files.
    Note : PMON service registration doesn't come into play here.
    Hemant K Chitale

  • Changing ip addresses of rac hosts.

    I have a 2 node oracle cluster running 10.2.0.3 on linux itanium and we need to move the 2 servers to a new network.
    Can anyone point me to a good doc the detail the steps involved with changing the ip addresses for the rac private interconnect?
    Not sure in which order do I change the ipaddress configurations I assume the clusterware needs to be disabled while this is reconfigured?
    Any help is greatly appreciated.
    Thx.

    Check MOS note :
    Note 283684.1 How to Change Interconnect/Public Interface IP Subnet in a 10g Cluster
    Also see :
    http://blogs.oracle.com/AlejandroVargas/2007/01/rac_ips_reconfiguration_exampl.html
    Regards
    Rajesh

  • Changing Sys password in RAC

    We are into the process of changing sys password of our RAC database.
    If i change password on one node, will that password be get reflected on another node ??
    (Since sys password is also stored in password file, i doubt, if change password on one node, the password file on another node will also get updated).
    we have separate password files for each instance e.g inst1, inst2
    so do i have to give command
    alter user sys identified by new password .....on inst1
    and
    use orapwd ustility on inst2 to change sys password.
    or else
    alter user sys identified by new password......on inst1
    alter user sys identified by new password(same as that of inst1) .....on inst2
    ***********

    oracle@xxx-xxx-d@testdb: /orabase/oracle/product/10.2.0/db_1/dbs
    -bash-3.00 $ orapwd file=orapwtestdb password=tatamata
    SQL*Plus: Release 10.2.0.2.0 - Production on Tue Aug 7 13:22:42 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SYS@testdb > alter user sys identified by goran;
    User altered.
    SYS@testdb >
    SYS@testdb > connect sys/goran as sysdba
    Connected.
    SYS@testdb > connect sys/tatamata as sysdba
    Connected.
    SYS@testdb >

  • Change DB port in RAC

    Hi,
    This is the present configuration of Oracle EBS R12.
    Applications: R12.1.1
    DB : 11.2.0.3
    DB Tier: 4 node RAC
    Apps Tier: Windows
    DB port : 1523
    At the moment DB port is 1523. Local listeners are on 1523 and Remote listeners are on Scan port 1881.
    Client wants us to change port from 15xx series to 1885. Client also wants us to change service name in tnsnames.ora and there should not be any "INSTANCE_NAME" in connection string of tnsnames.ora.
    Please guide us how we can achive it. We are in doubt that if we manually do changes and run Autoconfig then it rollsback changes and put original settings.
    Thanks.

    Hi,
    Please guide us how we can achive it. We are in doubt that if we manually do changes and run Autoconfig then it rollsback changes and put original settings.
    Please try changing the listener configuration using NETCA and run autoconfig.
    Reference:
    https://blogs.oracle.com/stevenChan/entry/custom_db_listener_ebs
    Thanks &
    Best Regards,
    Asif

  • HOW? Can I change IP interface on RAC?

    i used RAC
    node 1
    IP: 203.144.222.1
    VIP: 203.144.222.11
    node 2
    IP: 203.144.222.2
    VIP: 203.144.222.12
    AND I have to change IP addresses on interface. HOW?
    change to
    IP: 203.144.222.6
    VIP: 203.144.222.11
    node 2
    IP: 203.144.222.7
    VIP: 203.144.222.12

    Settings > General > Reset > Reset Metwork Settings.

  • Change Data Capture on RAC

    Hi ,
    I have to install CDC on a Solaris RAC environment having 2 nodes.
    I have installed on a single node database , can someone tell me if the procedure is same.
    Regards
    Kumar

    Your first paragraph states that you have a 2 node RAC cluster.
    Your second paragraph says you have a single node database.
    This does not compute.
    Please respond with your actual configuration and your exact version number to 4 decimal places if you need more help.
    Synchronous or asynchronous? autolog or hotlog? Affects how CDC mines the data. Assuming you have chosen to mine the redo logs you have separate redo threads for each node.

  • Change a 4-node RAC to a 2-node RAC (RHEL4 X86_64)

    What do we need to do to take 2 nodes out of the RAC? Is there a documentation somewhere for this? RHEL 4 (2.6.9-55.ELsmp).

    Hi Steve,
    Try using this doc http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/adddelunix.htm
    Regards,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • Domain Name change on 1 node of RAC

    Is there oracle note for changing domain name on RAC?
    Edited by: FrodoDot on Jan 9, 2010 5:55 PM

    FrodoDot wrote:
    Is there oracle note for changing domain name on RAC?
    Edited by: FrodoDot on Jan 9, 2010 5:55 PMWhat oracle version?
    If your RAC registered hostname + domain, this case like you change hostname
    Check:
    $ olsnodes
    Changing Hostnames in Oracle RAC
    http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/
    1 node of RAC -> you may delete node/change hostname/add node
    If domain, not registered in RAC... you may change it ... (no remove node or reinstall RAC)

  • Changing oracle_home(standalone to ORACLE RAC).

    Customer has two oracle environments on the same envioronments.
    1) Standalone database running on Standalone oracle_home.
    2) RAC databases running on RAC ORACLE_HOME.
    Now customer would like to change standalone database to RAC ORACLE_HOME. What is the procedure for this.
    Oracle version is 11.2.0.3.4 on both environments. Just i need to change the oracle_home only.  If any additional clarifications...happy to reply with more details....
    Thanks in-advance.

    Please use the below link, its helpful
    http://docs.oracle.com/database/121/RACAD/cvt2rac.htm
    Single-Instance Database on a Cluster Running from an Oracle RAC-Disabled Home
    You can create a single-instance database on a cluster running from an Oracle home with the Oracle RAC option disabled. To create an Oracle home on a cluster with Oracle RAC disabled, you can select local and non-cluster on the Node Selection Page of Oracle Universal Installer when installing the Oracle Database software. You can also performed a one-node cluster (with Oracle RAC) installation, but later disable the Oracle RAC option.
    Perform the following procedures to convert this type of single-instance database to an Oracle RAC or Oracle RAC One Node database:
    1.    Use DBCA to create a preconfigured image of your single-instance database as described in "Use DBCA to Create an Image of the Single-Instance Database" To perform the conversion manually, shut down the single-instance database.
    2.    Change the directory to the lib subdirectory in the rdbms directory under the Oracle home.
    3.    Relink the oracle binary by running the following commands:
    4. make -f ins_rdbms.mk rac_on
    5. make -f ins_rdbms.mk ioracle

  • Need to change IP address and host name on a ORACLE 10g RAC setup.

    Hi Forum,
    I have a task to change the IP address, host name and host related details for the ORACLE 10g RAC 2 node setup. So Can anyone tell me the procedure to do the same on both the nodes.
    Regards
    Prakash

    change IP Address Public + VIP + Interconnect
    http://surachartopun.com/2007/01/i-want-to-change-ip-address-on-oracle.html
    change VIP name
    http://surachartopun.com/2009/01/change-vip-hostname-on-oracle-rac.html
    If you'd like to change HOSTNAME... Metalink (NOTE:220970.1)
    Can I change the public hostname in my Oracle Database 10g Cluster using Oracle Clusterware?
    Hostname changes are not supported in Oracle Clusterware (CRS), unless you want to perform a deletenode followed by a new addnode operation.
    The hostname is used to store among other things the flag files and Oracle Clusterware stack will not start if hostname is changed.
    Changing the Private Interconnect
    o Change of the IP Address: change the IP address in the hosts file and/or DNS and make sure that ASM and the database also use the same interconnect
    o Change of the private node name used by Oracle Clusterware: requires a reinstall of Oracle Clusterware
    So, Public or Private hostnames can only be changed by removing/adding nodes, or reinstalling Oracle Clusterware. VIP Hostnames can be changed
    But you can read this idea (reinstall CRS)
    http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac
    http://surachartopun.com/2008/12/change-hostnames-oracle-rac.html
    Edited by: Surachart Opun (HunterX) on Oct 25, 2009 10:58 PM

Maybe you are looking for

  • Error trying to Install Adobe Air on Windows 7

    Trying to install Adobe Air on Windows 7.  Error:  Application descriptor could not be found for this application (301).

  • CanGrow Property in Cross-Tab Report

    Dear Friends,           I am using Cross-Tab report. I would like to set the cangrow property for a particular field. But i couldn't do that. Because cangrow property is disabled for all the fields in cross-tab. How should i enable this property.    

  • VC table use, best practices?

    Hi, I'm updating a table in the back end with an RFC. I would like to send only the rows I've modified or added on the VC client to the RFC and not the whole table. Is this possible?

  • How to change the index (?) (position of subforms inside other subforms) using code?

    Hi, let say I have something like this (flowed positioning): Main subform      subform A      subform B      subform C And I want, by code to change them to: Main subform      subform C      subform A      subform B How can I do that? Thanks.

  • Cannot import javax.jms

    I've installed J2SE 1.3.1_01 and J2EE 1.3_01. I use Forte for Java CE 3.0. When I type import javax. I get nothing! Why I cant use javax ???? Please help an new Java-Fan