RAC preinstallation configuration

What are
1- Steps and Command to create raw devices.
2- Steps and Commands to bound and unboud VIPs.
3- Commands to configure public and private network interfaces & attahing
public & private IP address to interfaces.
4- Prefered Command to reboot ther server
you think any other important configuration on boxes?

The document is fairly detailed:
Raw Devices RH 4
http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14203/storage.htm#sthref982
Network Requirements
http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14203/prelinux.htm#sthref372

Similar Messages

  • Oracle RAC IP Configuration

    Hi all
    How Oracle RAC IP configuration uses gateway.
    Thanks in advance,
    Sarathi

    Hi Friend,
    Thumb Rules :
    1. All public NICs must have the same name on all nodes in the cluster
    2. Similarly, all private NICs must also have the same names on all nodes
    Use component verifications commands like 'nodereach' or 'nodecon' for this purpose. Type cluvfy comp -help on the command prompt. If the 'cluvfy comp nodecon' command is invoked without -i, cluvfy will attempt to discover all the available interfaces and the corresponding IP address & subnet. Then cluvfy will try to verify the node connectivity per subnet.
    You can run this command in verbose mode to find out the mappings between the interfaces, IP addresses and subnets. You can check the connectivity among the nodes by specifying the interface name(s) through -i argument
    Note : If you metalink support, there is a step by step document *RAC and Oracle Clusterware Best Practices and Starter Kit (Linux) [ID 811306.1]*
    Thanks
    LaserSoft

  • 10G RAC Database Configuration Querry??

    Hi All,
    I have installed the 10GR3 Grid and deployed the Agent to a system which has 10GR2 RAC Database with CRS installed.
    1) When i try to configure the cluster database, should we use the VIP TNS entries as the Connect string or the Physical Node TNS Address.
    2) After i have configured it i do not see Listener shown for either monitoring nor i am able to add manually.
    3) Will any CRS components be monitored through Grid? For Me i dont find any though the CRS HOME oratab entry is enabled.
    Please share your ideas and experience.. on this..
    Regards,
    Paravasu Dev

    This is stated in the EM documentation. <br>
    Oracle Database FAQs
    </br>

  • RAC IP Configuration

    Hello,
    I am facing problem for 11g Cluster Installing on MS Server 2003 . following ip available for LAN
    192.168.1.231
    192.168.1.232
    192.168.1.233
    192.168.1.240
    Our Subnet Mask is 255.255.254.0
    Please guide me how i configure host file and what subnet mask i have to assign rac should be reach to all ips 192.168.0-255 and 192.168.1.0-255
    Thanks in Advance

    Hi Friend,
    Thumb Rules :
    1. All public NICs must have the same name on all nodes in the cluster
    2. Similarly, all private NICs must also have the same names on all nodes
    Use component verifications commands like 'nodereach' or 'nodecon' for this purpose. Type cluvfy comp -help on the command prompt. If the 'cluvfy comp nodecon' command is invoked without -i, cluvfy will attempt to discover all the available interfaces and the corresponding IP address & subnet. Then cluvfy will try to verify the node connectivity per subnet.
    You can run this command in verbose mode to find out the mappings between the interfaces, IP addresses and subnets. You can check the connectivity among the nodes by specifying the interface name(s) through -i argument
    Note : If you metalink support, there is a step by step document *RAC and Oracle Clusterware Best Practices and Starter Kit (Linux) [ID 811306.1]*
    Thanks
    LaserSoft

  • Is RAC node configuration  when disk array fails on one node .

    Hi ,
    We recently had all the filesystem of node 1 of RAC cluster , turned into read only mode. Upon further investigation it was revealed that it was due to disks array failure on node 1 . The database instance on node 2 is up and running fine . The OS team are rebuilding the node 1 from scratch and will restore oracle installable from the backup .
    My question is once all files are restored :
    Do we need to add the node to the RAC configuration ?
    Do we need to do relink of oracle binary files ?
    Can the node be brought up directly once all the oracle installables are restored properly or will the oRacle team require to perform addition steps to bring the node into RAC configuration .Thanks,
    Sachin K

    Hi ,
    If the restore fails in some way . We will require to first remove and then add the nodes to the node 1 cluster right ? Kindly confirm on the below steps.
    In case of such situation below are the steps we plan to follow:
    version ; 10.2.0.5
    Affected node :prd_node1
    Affected instance :PRDB1
    Surviving Node :prd_node2
    Surviving instance: PRDB2
    DB Listener on prd_node1:LISTENER_PRD01
    ASM listener on prd_node1:LISTENER_PRDASM01
    DB Listener on prd_node2:LISTENER_PRD02
    ASM listener on prd_node2:LISTENER_PRDASM02
    Login to the surviving node .In our case its prd_node2
    Step 1 - Remove ONS information :
    Execute as root the following command to find out the remote port number to be used
    $cat $CRS_HOME/opmn/conf/ons.config
    and remove the information pertaining the node to be deleted using
    #$CRS_HOME/bin/racgons remove_config prd_node1:6200
    Step 2 - Remove resources :
    In this step, the resources that were defined on this node has to be removed. These resources include (a) Database (b) Instance (c) ASM. A list of this can
    be acquired by running crs_stat -t command from any node
    The srvctl remove listener command used below is only applicable in 10204 and higher releases including 11.1.0.6. The command will report an error if the
    clusterware version is less than 10204. If clusterware version is less than 10204, use netca to remove the listener
    srvctl remove listener -n prd_node1 -l LISTENER_PRD01
    srvctl remove listener -n prd_node1 -l LISTENER_PRDASM01
    srvctl remove instance -d PRDB -i PRDB1
    srvctl remove asm -n prd_node1 -i +ASM1
    Step 3 Execute rootdeletenode.sh :
    From the node that you are not deleting execute as root the following command which will help find out the node number of the node that you want to delete
    #$CRS_HOME/bin/olsnodes -n
    this number can be passed to the rootdeletenode.sh command which is to be executed as root from any node which is going to remain in the cluster.
    #$CRS_HOME/install/rootdeletenode.sh prd_node1,1
    Step 5 Update the Inventory :
    From the node which is going to remain in the cluster run the following command as owner of the CRS_HOME. The argument to be passed to the CLUSTER_NODES is a
    comma seperated list of node names of the cluster which are going to remain in the cluster. This step needs to be performed from once per home (Clusterware,
    ASM and RDBMS homes).
    ## Example of running runInstaller to update inventory in Clusterware home
    $CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORA_CRS_HOME "CLUSTER_NODES=prd_node2" CRS=TRUE
    ## Optionally enclose the host names with {}
    ## Example of running runInstaller to update inventory in ASM home
    $CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ASM_HOME "CLUSTER_NODES=prd_node2"
    ## Optionally enclose the host names with {}
    ## Example of running runInstaller to update inventory in RDBMS home
    $CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=prd_node2"
    ## Optionally enclose the host names with {}
    We need steps to add the node back into the cluster . Can anyone please help us on this ?
    Thanks,
    Sachin K

  • RAC setup- Configure hostname in ODI agent

    I have my Master & Work repositories hosted on a Oracle RAC environment. I have a standalone ODI agent which might installed in the same physical server or in a different server.
    In a RAC setup, there are multiple hostnames for the same database. How do I make the ODI agent aware that it should look into a 2nd server (when the 1st host is down) when trying to connect to the repository ? I want to know where this should be configured in the agent setup.
    Does this get automatically taken care of once I include both the hostnames in the JDBC URL of the repositories ?

    All depends on the JDBC you're using...
    JDBC Thin work with the Oracle listener,
    and JDBC OCI (which need an Oracle Client on the machine) works with a TNS description (here you can define several HOST).
    I had have several issues with the Thin on our RAC so we've changed for an OCI one...
    regards,
    Brice

  • Doubt on RAC IP configurations

    Dear Legends,
    As I'm trying to install RAC in VMWARE with OEL 5.7 64 bit and 11gR2 by following the article "ORACLE-BASE - Oracle Database 11g Release 2 RAC On Linux Using VMware Server 2"
    Our Public host name "verac1.host.net" and "verac2.host.net"
    VM Settings is "BRIDGED"
    #PUBLIC
    192.168.1.180 verac1.host.net verac1 -->
    192.168.1.181 verac2.host.net verac2
    #PRIVATE
    192.168.0.10 verac1.host.net verac1-priv
    192.168.0.11 verac2.host.net verac2-priv
    #Virtual
    192.168.1.182 verac1-vip.host.net verac1-vip
    192.168.1.183 verac2-vip.host.net verac2-vip
    May I know these are the right one am using or not?
    While trying to nslookup public hostname it is working from both nodes, but
    nslookup verac1-priv
    nslookup verac2-priv
    nslookup verac1-vip
    nslookup verac2-vip
    error as : ** server can't find verac1-priv: NXDOMAIN
    Do I need to proceed ? Or I need to rectify it here.
    My Ip details
    Router: 192.168.1.10
    Thanks,
    Karthik

    Hi,
    Some what after trying out with the Doc ID's and references provided I tried to configure DNS in RAC1 and RAC2. Now my IP configurations as follows..
    cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    #PUBLIC
    192.168.1.180 verac1.host.net      verac1
    192.168.1.181 verac2.host.net      verac2
    #PRIVATE
    10.10.2.10      verac1-priv.host.net      verac1-priv
    10.10.2.15      verac2-priv.host.net      verac2-priv
    #VIP
    10.10.1.10      verac1-vip.host.net       verac1-vip
    10.10.1.15      verac2-vip.host.net       verac2-vip
    Now the following works
    1. nslookup verac1, verac2
    [root@verac1 ~]# nslookup verac2
    Server:         192.168.1.180
    Address:        192.168.1.180#53
    Name:   verac2.host.net
    Address: 192.168.1.181
    [root@verac2 ~]# nslookup verac1
    Server:         192.168.1.181
    Address:        192.168.1.181#53
    Name:   verac1.host.net
    Address: 192.168.1.180
    2. nslookup verac1-vip, verac2-vip
    [root@verac1 ~]# nslookup verac2-vip
    Server:         192.168.1.180
    Address:        192.168.1.180#53
    Name:   verac2-vip.host.net
    Address: 10.10.1.20
    [root@verac2 ~]# nslookup verac1-vip
    Server:         192.168.1.181
    Address:        192.168.1.181#53
    Name:   verac1-vip.host.net
    Address: 10.10.1.10
    3. SCAN
    [root@verac1 ~]# nslookup verac-scan
    Server:         192.168.1.180
    Address:        192.168.1.180#53
    Name:   verac-scan.host.net
    Address: 10.10.1.11
    Name:   verac-scan.host.net
    Address: 10.10.1.12
    [root@verac1 ~]# nslookup verac-scan
    Server:         192.168.1.180
    Address:        192.168.1.180#53
    Name:   verac-scan.host.net
    Address: 10.10.1.12
    Name:   verac-scan.host.net
    Address: 10.10.1.11
    But the Following is NOT Working
    1. nslookup verac1-priv, verac2-priv
    [root@verac1 ~]# nslookup verac2-priv
    ;; connection timed out; no servers could be reached
    [root@verac2 ~]# nslookup verac1-priv
    ;; connection timed out; no servers could be reached
    2. Google or Out side World Ping is NOT Working
    [root@verac1 ~]# ping google.com
    ping: unknown host google.com
    If I disable eth1 and eth2, then google ping is working... Not Sure how to configure the DNS
    Ref:
    Oracle 11gR2 2-node RAC on VMWare Workstation 8 – Part VII | The Gruff DBA
    Please help me how to fix this.
    Thanks,
    Karthik

  • Question on 11.2 RAC Networking Configuration

    I have a random question regarding the network interface configuration for (specifically 11.2) an Oracle RAC requirement. Is there a requirement anywhere that states that all nodes in the cluster must have the same named interface on each distinct node serving the same purpose in order for all nodes of the cluster to communicate properly?
    Here is an example of my question - My curiosity is, is this a requirement?
    Node 1
    eth1 - 10.0.0.1 (public)
    eth1:1 10.0.0.25 (vip)
    eth2: 192.168.1.25 (priv/interconnect)
    Node 2
    eth1 10.0.0.2 (public)
    eth1:2 10.0.0.26 (vip)
    eth5: 192.168.1.35 (priv/interconnect)
    Note: eth2 is private on node 1, where eth5 is private on node 2.
    Does node 2 have to follow the same pattern where eth1 is public, and eth2 is private, or for node 2, can eth5 be assigned to the private subnet and eth1 be assigned to the public subnet?
    Odd question I know. Any means to clarify for me would be most helpful and appreciated.
    Thanks,
    CJ

    Hi,
    DBA wrote:
    I have a random question regarding the network interface configuration for (specifically 11.2) an Oracle RAC requirement. Is there a requirement anywhere that states that all nodes in the cluster must have the same named interface on each distinct node serving the same purpose in order for all nodes of the cluster to communicate properly?
    Here is an example of my question - My curiosity is, is this a requirement?
    Node 1
    eth1 - 10.0.0.1 (public)
    eth1:1 10.0.0.25 (vip)
    eth2: 192.168.1.25 (priv/interconnect)
    Node 2
    eth1 10.0.0.2 (public)
    eth1:2 10.0.0.26 (vip)
    eth5: 192.168.1.35 (priv/interconnect)
    Note: eth2 is private on node 1, where eth5 is private on node 2.
    Does node 2 have to follow the same pattern where eth1 is public, and eth2 is private, or for node 2, can eth5 be assigned to the private subnet and eth1 be assigned to the public subnet?
    Doc 11.2.0.2 says:
    About Network Hardware Requirements
    * Public interface names must be the same for all nodes. If the public interface on one node uses the network adapter eth0, then you must configure eth0 as the public interface on all nodes. Network interface names are case-sensitive.
    * You should configure the same private interface names for all nodes as well. If eth1 is the private interface name for the first node, then eth1 should be the private interface name for your second node. Network interface names are case-sensitive.
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e17264/preparing.htm#TDPRC123
    Network Hardware Requirements (Linux Installation)
    If you install Oracle Clusterware using OUI, then the public interface names associated with the network adapters for each network must be the same on all nodes, and the private interface names associated with the network adaptors should be the same on all nodes. This restriction does not apply if you use cloning, either to create a new cluster, or to add nodes to an existing cluster.
    For example: With a two-node cluster, you cannot configure network adapters on node1 with eth0 as the public interface, but on node2 have eth1 as the public interface. Public interface names must be the same, so you must configure eth0 as public on both nodes. You should configure the private interfaces on the same network adapters as well. If eth1 is the private interface for node1, then eth1 should be the private interface for node2.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/prelinux.htm#CWLIN209
    As the documentation says this restriction is valid when Install using the OUI, but have different interface name is supported if configured manually.
    Anyway if you are installing using the OUI you have the option to rename the interface thus like Bjoern said.
    Can We Rename a Solaris Network Interface To Fit a New Node Into an Oracle RAC ? [ID 1288614.1]
    Far as I Know using Solaris/AIX/Linux this is possible but depending on the OS and type of Kernel may not be supported.
    Regards,
    Levi Pereira

  • RAC Installation/ Configuration.

    Hi,
    Can i have documents or link for installing/ configuring RAC.
    Thanks,

    Whic platform my dear?
    If you search with google search engine, you will get tons of articles for the same.
    However, you can always refer to Oracle docs.
    Here is the link for online docs.:
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • Oracle RAC 11G Configuration on windows server 2008 Using Hyper V

    Hi,
    I want to implement 2 node RAC with CENTOS As my virtual machine using microsoft Hyper V.
    I am confused about this ip setup Especially private and VIP.
    Can anyone help on this please
    Thanks,
    Vinodh

    Yes thanks for the reply. i did that yesterday with Oracle VM and i am almost finished with my setup.
    Found this article on net which has clear explanations. If someone need this it they can use this.
    http://www.lab128.com/rac_installation_using_vb/article_text.html
    Anyway once i fully complete this setup will close this thread until then in case of doubts i will update here.
    Thanks,
    Vinodh

  • Suggestions to add a 10gr2 RAC to a 9iR2 RAC configuration.

    Hello,
    I want to add a new 10gR2 instance (with clusterware and ASM) to a working production RAC 92 installation (2 nodes on RedHat 3).
    The old RAC is configured with raw devices.
    For the ASM we plan to use a new configured LUN.
    Can you point me to a document with the required steps?
    Obviously we would not want to stop the running instances or to reduce the downtime at a minimum.
    Thanks.
    K

    Please be aware that the document posted http://www.oracle.com/technology/pub/notes/technote_singh_crs.html
    has some extra steps
    Basically you need to stop the gsd from 9i environment before starting the 10g installer. This should detect the existing 9i installation. The installer will use the srvm of 9i and upgrade it to 10g OCR as part of the install. It is to be noted that only the 9i srvm is upgraded to the 10g OCR. The Oracm voting disk will continue to use its voting disk while 10g will use different voting disk.
    This way we do not have to add the information again
    Thanks,
    Anil Nair

  • Oracle RAC Course Institues in India (Hyderabad)

    Hi
    I am interested in doing the Oracle RAC course , can someone suggest me any good institutes in India that are offering the course specially in hyderabad .
    thanks
    Sri

    DB Experts offers Best training for Oracle RAC 11g R2 at Hyderabad
    Oracle RAC 11g R2 Contents
    Introduction
         Introduction of clusters
         Types of cluster
         Components of a cluster
         Hardware requirements
         Define Oracle RAC
         List the advantages of using RAC
         RAC architecture and components
         SGA structures
         Background processes
         RAC internals and overview of cache fusion
    Oracle 11g R2 RAC Installation (RHEL 5)
         Operating system preparation for RAC
         Introduction to network hardware
         Private and public network configuration
         Pre installation configurations
         Configuring DNS for SCAN
         Attaching shared storage
         Preparing attached shared storage for ASM Diskgroups
         Installing Grid Infrastructure
         Configuring ASM
    Parameters required to configure ASM
    Understanding SCAN
         Installation of 11g R2 RDBMS software
    RAC Database Creation
         Storage options for RAC Database
         Understanding Parameters
         Creating Disk groups for Database, FRA and archive log
         Creating RAC Database using DBCA
         Creating RAC Database manually
         Policy managed and admin managed databases
    Administering RAC and DB
         Using ASMCA and ASMCMD
         ASM administration
         ASM Disk groups metadata backups
         Configuring ACFS
    Enabling and Disabling CRS
         Startup and Shutdown of CRS
         Enabling and Disabling Databases
         Startup and Shutdown of Database
         Startup and shutdown of Instances
         Important log files and monitoring
         checking various events
         Management of OCR and Voting disks
         Adding more OCR and Votingdisks
         Backup of OCR and voting disks
         Restoring OCR and voting disks
         Changing locations of OCR and voting Disks
         missing ocr scenario
         changing SCAN IP and port numbers
         Creating and droping redo log threads
         modifying parameters
    Managing Services and TAF, Load Balancing
         Introductions to services
         Creating different services
         Startup and shutdown of services
         Understanding and Configuring TAF
         Configuring Oracle Net services
         Configuring Load Balancing
         relocating services
    Managing Backup and Recovery
         Configuring Archivelog
         Configuring FRA
         Configuring RMAN
         Configuring Recovery Catalog
         Performing Hot Backups uing RMAN
         Recovery Using RMAN
         Some RMAN recovery scenarios
    Database Cloning
         Cloning RAC DB to Single Instance DB using RMAN
         Cloning Single Instance DB to RAC DB using DBCA
    Adding and Deleting Nodes
         Adding a new node to RAC
         preparing a node
         preinstallation configuration
         extending clusterware
         extending oracle home
         adding asm and DB instances
         Deleting a node from RAC
         Removing instance
         deinstallation of oracle
         removing crs services
         deinstalling clusterware
    Patching and Upgradation
         Applying patches
         Upgrading CRS from 10g to 11g
         Upgrading DB from 10g to 11g
    Installing and configuring CHM
    Migrating Non RAC DB to RAC DB
         Assuming non RAC DB using File System and
         RAC DB using ASM storage
    Some important cache fusion related views
    Faculty : Mr Basavraju
    Contact : 9866465379
    address : F 204, KVR Enclave, Ameerpet
    Hyderabad

  • Database upgrade in a Dataguard Configuration - Help !

    Hello Everyone,
    I am upgrading our test Oracle 11G RAC/Dataguard Configuration from 11.1.0.6 to patchset 11.1.0.7 and have run into an issue when trying to apply the patchset to one of our standby databases.
    I have upgraded our primary database to 11.1.0.7 with no problems, however when this was done the Dataguard Broker configuration was disabled and redo log apply to our standby databases (all physical) was stopped. I next attempted to upgrade one of our standby databases to 11.1.0.7, whilst DG Broker was disabled. The clusterware (all our databases are part of RAC clusters) and DB Software upgrades were OK, but I was unable to run DBUA successfully (or at all) as it wont run against the standby DB.
    Looking at the process for applying upgrades with Physical Standby databases in place in the Dataguard Concepts manual, it seems as though the recommended process is that I should have upgraded the standby database(s) first rather than the primary database. The two Oracle Consultants that were on site when I upgraded the primary DB, did not seem to be aware of this !
    What now is the easiest (and quickest) way of upgrading the standby db to 11.1.0.7 (preferably without reenabling the DG Broker Configuration). Is it possible to re-instanitate the standby DB from the primary DB?
    Any advice would be much appreciated.
    Thanks,
    Shaun.

    Hi!
    Updating a standby DB must be so easy, but I suppose now you are in troubble because your primary DB is ...0.7 and standby are ...0.6, but in this situaction there isn't any problem. You only need to have same version at Oracle DBs (...0.7) and initiate the recovery process or start DataGuard Broker process (if you have all redo logs since the beggining of update process).
    Chiao!

  • 11gR2- webutil upload file to AS on two nodes RAC?

    Hellow experts plz help with the following issue,
    we are using 11gR2 forms on two node rac,webutil configured on both nodes. upload/download files to AS folder(UP_FILES) using our forms. node 2 is actually replica of node 1(forms,reports,UP_FILES). we are now facing a problem that the form which upload file to AS, only upload that to the node from where it is running say if it is running from node1 then it upload files to folder UP_FILES on that node( as the entry in webutil.cfg file) but we want that UP_FILES folder should be synced with each other on both nodes and a form running whether from node1 or node2 upload the file to both nodes at time.
    How this will be accomplished?
    --------webutil.cfg entry
    transfer.appsrv.read.3=D:\UP_FILES
    transfer.appsrv.write.3=D:\UP_FILES
    -----FORM UPLOAD CODE
          IF :CONTROL.FILE_LOC IS NOT NULL THEN
            acyr3 := :CONTROL.TXTVOUCHERNO||'-'||acyr2 ;
           FILE_RESULT := WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS_WITH_PROGRESS(CLIENTFILE=>:CONTROL.FILE_LOC,
           SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'UPLOAD TO DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT' );
          END IF;
    --FORM DOWNLOAD CODE
            FILE_RESULT := WEBUTIL_FILE_TRANSFER.AS_TO_CLIENT_WITH_PROGRESS
                 CLIENTFILE=>'D:\UP_FILES\'||acyr3||'.PDF',
            SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'DOWNLOAD FROM DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT'
                 CLIENT_HOST('rundll32.exe url.dll,FileProtocolHandler D:\UP_FILES\'||acyr3||'.PDF');
                 IF FILE_RESULT THEN
      message('File downloaded successfully from the Application Server');
      END IF;

    Well, you're uploading the file to one node, so this is no surprise. What you can do is to store your file on a shared folder (which might be a bit tricky on windows) or synchronize a folder between your nodes. Unfortunately Forms can't access ASM directly (assuming you are using ASM), so you can't store your files directly in ASM where it would be accessible from both nodes.
    cheers

  • Oracle 10g RAC/Grid rename hostname and re-ip server?

    Here is the situation. We are installing Oracle 10g in a RAC/Grid configuration. Servers were installed and configured with static IP's and unique hostname's according to instructions. The problem is the servers are being shipped to another location and the on-site administrators will have to rename the hostname's and give all the servers new IP addresses.
    The question:
    Is it possible to rename the hostname's and re-ip all the servers without having to reinstall all the Oracle servers in the RAC/Grid? Does anybody have any information on what will need to successfully accomplish this?
    Regards,
    Ed Bragg

    Hi Ed!
    I never tried this but I believe that after changing the IP addresses and reconfiguring the virtual IP's it should work. What you have to do is to reconfigure the ssh stuff with the keys, etc.
    cu
    Andreas

Maybe you are looking for

  • Disk Utility can't repair Macintosh HD.  What should I do?

    Here is a "quick" synopsis of what has happened thus far: About one month ago, my computer started getting very sluggish (ie, it would take forever to startup, would always freeze after sleep, etc.)  I lived with it for about two weeks, since it woul

  • CD not importing correctly

    I apologize if some version of this question has been posted, but I don't see it. Also, I apologize for the length of the question. I have installed/reinstalled iTunes 7.1.1.5 a few times and am having the same problem I had on the previous version o

  • Customization of OWB code generation

    Does OWB allow end-user to do tweaks in the code generation process? I am looking to do several things that cannot be done (or not easily be done) by OWB. For examples, in error reporting, I want to save row ID(s) of the error record(s) and error mes

  • Shipme cost earror

    hi gurus   iam facing in shippment cost at billing, i creating two sales orders based on sale orders u can create  2 delivery. i am creating 2 delivery , but same material 1 st delivary quntity 1.555 2 nd delivary quantity 1.975 but i creat only one

  • Error invoking ioracle in ins_rdbms.mk - help please

    I'm installing 9.2 Enterprise on a Gentoo Linux system (dual Pentium 2). At "Linking Oracle 9i Database 9.2.0.1.0" (82%, drat!), I get this error: Error in invoking target ioracle of makefile /opt/oracle/OraHome1/rdbms/lib/ins_rdbms.mk The last thing