Want to change Public, private and vip address on RAC 10g R2 windows 2003

The network section told us the configuration of the network who support our cluster will have to change all ip address.
We are looking for a complet document who give all the step by step instructions how to make this change.
We have to change the Public, private and VIP at the same time of our 3 nodes cluster.
We know the OCRCFG will be impact. So we will take backup of it first.
Can someone are able to indicate us how to procede to execute this task.
Thanks

Hi,
i check the Note:283684.1 you give me, but it didn't give all the answers to my problem.
I finally found a recipe to make the job. I would like to tell you it's not supported be Oracle, but it work very well
Don't forget to take a good backup of the ocrcfg and vote disk before you start.
Here we go:
Stop all Oracle service on all nodes before the change of the address, the low format of the ocrcfg and vote disk
change the address in the file host in C:\WINDOWS\system32\drivers\etc with the new address
change the ip address in the window network definition connection with the new address
ocopy \\.\ocrcfg d:\backup\ocrcfg.dmp
ocopy \\.\votedsk1 d:\backup\votedsk1.dmp
rem go to directory of the cluster binary crs\bin
cd /D D:\Oracle\Ora10g\crs/bin
rem Format raw ocrcfg and vote disk
LogPartFormat.exe \\.\ocrcfg /q
LogPartFormat.exe \\.\votedsk1 /q
rem Run in prompt mode the cluster setup
rem crssetup.exe config -nn %s_nodenumberlist% -pn %s_privatenamelist% -ch %ORA_CRS_HOME% -oh %s_OracleHome% -c %s_clustername% -l "%s_languageid%" -q %s_votedisklist% -g %s_usergroup%
rem example for 2 node
crssetup.exe config -nn host_name_node_1 ,1,host_name_node_2,2 -pn host_name_node_1-priv,1,host_name_node_2-priv,2 -ch D:\Oracle\Ora10g\crs -oh D:\Oracle\Ora10g\crs -c crs_lab -l "CANADIAN FRENCH_CANADA.WE8MSWIN1252"; -q "\\.\votedsk1"
rem ensures that all nodes are configured with the same port for the ONS
racgons.exe add_config host_name_node_1:6200 host_name_node_2:6200
rem oifcfg to direct components to use specific network interfaces
oifcfg.exe setif -global "Public"/10.200.5.0:public "Prive"/192.169.255.0:cluster_interconnect
rem to rebuild the vip address vipca in wondow componant and make the incription in the cluster (in prompt mode or online)
rem at the same time it will create the gsd and ons service
vipca.bat -silent -nodelist "host_name_node_1,host_name_node_2" -nodevips "host_name_node_1/host_name_node_1-vip/255.255.255.0/Public,host_name_node_2/host_name_node_2-vip/255.255.255.0/Public";
rem vipca
rem check the state of the crs services (inscription)
crs_stat -t
rem now make the registration of the listener in the cluster.
rem important don't use the prompt command below, it will give you a crs-0223 error at the startup service
Rem to solve this problem use netca on line
rem crs_register ora.host_name_node_1.LISTENER_host_name_node_1.lsnr -dir D:\Oracle\Ora10g\crs\crs\profile
rem crs_register ora.host_name_node_2.LISTENER_host_name_node_2.lsnr -dir D:\Oracle\Ora10g\crs\crs\profile
rem srvctl start nodeapps -n host_name_node_1
ren srvctl start nodeapps -n host_name_node_2
netca
rem check the state of the crs services (inscription)
crs_stat -t
rem start oracle object service and cluster volume before registering and accessing to asm services
sc \\host_name_node_1 start ”Oracle Object Service”
sc \\host_name_node_1 start OracleClusterVolumeService
sc \\host_name_node_2 start ”Oracle Object Service”
sc \\host_name_node_2 start OracleClusterVolumeService
rem go the the rdbms directory to make the registration of asm and the database
set ORACLE_HOME=D:\Oracle\Ora10g\rdbms
rem add the service asm in the cluster in my case asm1 and asm2 for my 2 nodes
srvctl add asm -n host_name_node_1 -i +ASM1 -o %ORACLE_HOME%
srvctl add asm -n host_name_node_2 -i +ASM2 -o %ORACLE_HOME%
rem start the asm service on each node
srvctl start asm -n host_name_node_1
srvctl start asm -n host_name_node_2
rem check the state of the crs services (inscription)
crs_stat -t
rem go to the bin directory of rdbms directory to make the registration of the database
cd /D D:\Logiciels\Oracle\Ora10g\rdbms/bin
rem register the database (in my case labotary lab) and the to database service (lab1 and lab2) of each node
srvctl add database -d lab -o %ORACLE_HOME%
srvctl add instance -d lab -i lab1 -n host_name_node_1
srvctl add instance -d lab -i lab2 -n host_name_node_2
rem finally start the database
srvctl start database -d lab
rem go to directory of the cluster binary crs\bin
rem all the services
cd /D D:\Logiciels\Oracle\Ora10g\crs/bin
rem you can go in the database with sqlplus and check all your components
crs_stat -t
I hope this will help someone who are in the same situation
Edited by: ron_berube on 2008-12-12 09:21
Edited by: ron_berube on 2008-12-12 10:08
Edited by: ron_berube on 2008-12-13 08:25
Edited by: ron_berube on 2008-12-18 10:49

Similar Messages

  • Question about multiple listeners and vip addresses in rac.

    We have a 2 node rac cluster running 10.2.0.3 on rhel4 on the itanium platform. We have a need where we want to connect the 2 hosts up to another network temporarily by configuring an additional network interface on each server so that we can test some connections from a different network.
    My question is can you configure multiple listeners on the same server in which the newly added listener can be configured to service requets on the new network interface?
    Because it's rac would you need to configure an additional vip address? I am not sure that you can have multiple vip's on a server?
    Has anyone configured rac in such a way, any help is appreciated.

    can you configure multiple listeners on the same server in which the newly added listener can be configured to service requets on the new network interface?Yes, you can but you should not be doing this. Listener is a node specific resource and one listener can server multiple services. You actually can create multiple services within the database for different set of users and all can be registered to the same listener.
    Because it's rac would you need to configure an additional vip address? What do you mean by additional IP?
    You have installed 10g RAC where you have already configured virtual IPs. Why do you want to have additional one? node1 - static ip1, vip1, pvtip1
    node2 - static ip2 vip2, pvtip2
    total 6
    I am not sure that you can have multiple vip's on a server?Nothing to do with the server, they are based on public IP. Yes you can create multiples vip's based on same public IP. This is possible, But you do not need to do this in RAC environment.

  • Cloned Dac, Informatica and OBIEE want to change the ip and hostname

    Hi Gurus,
    I recently cloned my OBIEE env on virtual machines on OEL ( Linux)
    I want to change the hostname and ip address to make the services up with new IP and hostname.
    I started the Database(11gR2) single instnace successfully. Please let me know what all changes need to be done to start the dac(10.1.3.4), informatica(9.0.1 Hotfix 2) server and also OBIEE(11.1.1.7.1)
    I did run ./startServerprompt.sh for DAC but still the service cannot be started.
    Thanks in advance.
    Regards

    Hi kt1,
    Informatica and DAC is also on Linux servers. As a first step I'm trying to start the services on  DAC and Informatica servers but still no luck.
    When I'm Trying to start it gives me the following error in the log
    For Informatica:
    Domain service init method is called
    java.net.UnlnownHostException: santa.pti.local (which is the  wrong hostname)
    it should be picking up the new hostname panta.pti.local
    but I don't know where exactly is this information stored and how to get over it.
    The same case is with DAC server when I try to start it it's picking up the wrong hostname
    Anybody who can help me get through this. I have go ogled  it but so far I couldn't solve it.
    Appreciate if anyone could help me solve this.
    Regards,

  • TS1645 I want to change my ID and when I try to it says that that e-mail cannot be used for my id because it is my "rescue" email address. How can I change my "rescue" e-mail address?

    I want to change my ID and when I try to it says that that e-mail cannot be used for my id because it is my "rescue" email address. How can I change my "rescue" e-mail address?

    Go to My Apple ID (appleid.apple.com), click "Manage your Apple ID," and sign in.
    With the Name, ID, and Email Address drawer selected, click Edit next to Apple ID and Primary Email Address.
    Enter your new email address.
    Click on Password and Security;
    Answer the security question;
    Delete your email from rescue address;
    Do logout and login again into manage your apple id;
    Go back to Name, id and email address;
    Change your primary email address;
    Verify your email address.

  • I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to "Apple ID and Primary Email Address." But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to “Apple ID and Primary Email Address.” But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    You can create an alias @icloud.com email address within your current account that will receive email in your current iCloud inbox (see http://help.apple.com/icloud/#/mm6b1a490a).  (@me.com addresses are no longer available as new addresses.)  Just be aware that you cannot use an alias address later to create a new iCloud account or move it to a different account.
    Also, even if you created a new iCloud account with a new ID, your existing purchases would not be lost.  They are permanently tied to the original ID you used to purchase them.  You can also continue to use the existing ID for the iTunes store; it does not need to be the same as the ID you use for iCloud.

  • HT201303 I want to change my questions and answers apple account?

    I want to change my questions and answers apple account?
    I just can not buy anything, because when I buy it asks questions and answers from my account and I forgot

    It got sent to a different email address, or got caught in a spam filter, or something’s wrong at Apple’s end. You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (116802)

  • Public LAN and WAN Addresses

    Hi Guys
    I am slightly confused about public lan and wan ips. We have a circuit that was installed a few months ago as a backup failover but we now want to start using it so I phoned my ISP for the public range for that circuit.
    Now our internal IP subnet is a 192.168.150.xx 
    I was expecting the ISP to provide me with one public range maybe a /30 so I can assign an public ip to my routers external interface and PAT to that address.
    The ISP instead gave me a public LAN and WAN address range both of which are public IPs. Can anyone explain what these are where in my type of network will they fit it
    Thanks

    As Peter says it is worth talking to your ISP but LAN addresses are usually simply another public IP block you are free to use however you want.
    You don't have to use them and you certainly don't need to allocate them to physical devices on your LAN. The ISP doesn't really care how you use them either, they will simpy route traffic to those address to your edge device (see below for more details).
    They can be useful if you host a lot of servers/applications accessible from the internet for example.
    It does depend on the devices you have ie.
    LAN -> firewall -> ISP router
    in the above you use the WAN addressing for the link between the firewall and the ISP router and then you can just use the LAN address range for NAT on your firewall. Non of the LAN IPs need to be actually assigned to any interface
    LAN -> firewall -> router -> ISP router
    here you have your own router on the outside of the firewall. The WAN addressing would be used between your router and the ISP router. The LAN addressing would be used for the firewall to your router connection and any spare IPs can be used for NAT (usually done on the firewall).
    Note that usually the LAN addressing is a larger subnet than the WAN addressing and as you say the WAN addressing is usually a /30.  So the ISP uses one of the IPs from the WAN range and you use the other.
    If you have been allocated LAN addresses then the ISP will route traffic to these addresses to the WAN IP you have used so make sure you use the WAN IP on either -
    a) in the first example above the outside interface of your firewall
    or
    b) in the second example above the outside interface of your router, the one connecting to the ISP router.
    Hope that makes sense.
    Jon

  • I got an iPhone 4 a week ago. I synced my iTunes once and now I want to change what albums and playlists are on my phone. When I try to do this, iTunes threatens to remove all my apps. Of course, Apple's support is no help.

    I got an iPhone 4 a week ago. I synced my iTunes once and now I want to change what albums and playlists are on my phone. When I try to do this, iTunes threatens to remove all my apps. Of course, Apple's support is no help. I know there has to be a way to add and remove whole albums and playlists like on the music tab on the device, so please don't tell me to uncheck/delete everything from my iTunes that I don't want and re-sync. That is not helpful and not the issue. How do I get around it threatening to remove all my apps?

    On the MacBook, go to System Preferences > Security & Privacy > Privacy > Advanced > Disable remote control

  • I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    Does this involve iPhoto in some way?

  • Hi, I have moved to India from france and I am trying to update my payment options to the Indian visa card but it seems that no matter what I do I cant do it. I dont want to create a new ID..Plz Help!!!Just want to change my location and my payment detail

    Hi, I have moved to India from france and I am trying to update my payment options to the Indian visa card but it seems that no matter what I do I cant do it. I dont want to create a new ID..Plz Help!!!Just want to change my location and my payment details!! thanks in advance!!

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have iOS devices and haven't moved your contacts and calendar items across then you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then seeRecover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • Hey,i want to change icloud account and my old apple id is stolen what should i do ???!!!:S

    Hey,i want to change icloud account and my old apple id is stolen what should i do ???!!!:S.

    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    lmerchant wrote:
    My new phone has an old apple ID associated with iCloud only.  I cannot delete the account as it has "Find my iPhone" turned on. 
    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818

  • HT3702 i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    Request that iTunes Support zreo balance your account.
    iTunes Support -
    http://www.apple.com/support/itunes/

  • HT5312 i want to change security questions and you told me to sent an email to be change and nothing sent to my email

    i want to change security questions and you told me to sent an email to be change and nothing sent to my email

    If it hasn't arrived after a few hours and isn't in a spam filter, you need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90777)

  • HT4098 I want to change my store and it says that I have a 0.11$ credit and should spend it how before changing stores how can I do it?

    I want to change my store and it says that I have a 0.11$ credit and should spend it how before changing stores how can I do it?

    You can use your remaining store credit by purchasing an item, and paying the extra amount using a credit card, debit card, or if your country's store supports it, your PayPal or Click&Buy account.
    I you don't have an alternate payment method you can provide, then you will need to contact iTunes Store Customer Support via http://www.apple.com/support/itunes/contact/

  • I want to change my password and it says its too e...

    Hi,
    i want to change my password and the skype thing says it's too easy to guess - BULL**bleep**!!
    It's two letters and 4 numbers and then two more letters .......
    What now ?
    Cheers'
    Dave

    BTW -  why is that 3 differnt banks SAY the various versions
    of my password are OK to use but not Skype .... really?
    If I can't use the password I want how do I close down and delete my account?
    I'm NOT jumping thru your hoops Skype .... I'm the damm customer ......
    Cheers'
    Dave

Maybe you are looking for

  • Automatic Batch creation at the time of usage decision in qa32

    hi all, while doing usage decision in transaction qa32, user has to enter batch. can this batch assignment be done automatically at any stage of quality inspection? any ideas? Best Regards, AI.

  • Can't install windows 7 from external dvd drive

    Hi, I have a Late 2006 Macbook (I think). I am trying to install Windows 7 on it. The partitioning goes well. My Main issue is that my DVD drive is Busted. Whenever i try to install Windows 7 Ultimate 64 but from my Samsung External DVDRW Drive, The

  • Doubt in classical report

    hi,         how to increase the font size in the output of classical report.. Gowri

  • New field in sales order screen at item level

    Hi Friends, I need to insert a new field at the item level in the sales order screen (additional data tab). Please let me know how to do the same. Regards, Vivek

  • How to add shortcuts to the [File] Open dialog box?

    Is it possible to programatically add shortcuts to the dialog box that opens when you press the browse button attached to a file/path control? I'd like to be able to add to the list which includes, My Recent Documents, Desktop, My Documents, My Compu