Auditing in RAC server

Hi,
We are using 10gr2 RAC on HP-UX
IS Audit says, Root user must not be able to login from a remote console. If we disable remote login for root user, will our setup be affected? Will it affect ssh setup?
Regards,
Saikat

Hi,
To my Understanding,
RAC Configuration should be able to login from each node by root user.
Regards,

Similar Messages

  • Database startup after reboot of RAC server

    Hello,
    My config : 2 nodes w2k3 with 15 dbs . Oracle 10.2.0.3
    I started to scheduled my rac server reboot so i follow the oracle doc to shutdown properly all db,asm,service,listener,etc...
    Today one the server reboot, but some instance doesn't start (only five , and the last five in alphabetic order)
    In the log :
    db log : nothing just the shutdown
    crs_log : the start of the 10 db but nothing for the last five !!
    just a trace on one listener service :
    StartResource error for ora.sqyora01.LISTENER_1522_SQYORA01.lsnr error code = 1
    2010-08-11 02:56:08.000: [  CRSRES][3008]32Start of `ora.sqyora01.LISTENER_1522_SQYORA01.lsnr` on member `sqyora01` failed.
    2010-08-11 02:56:08.125: [  CRSRES][3008]32Skip online resource: ora.sqyora01.LISTENER_SQYORA01.lsnr
    On windows services : the OracleServiceSID service isn't started.
    Any help is welcome to understand this problem.
    Thanks.

    user4511076 wrote:
    IMO : (i am not a great oracle dba, because i have not enough time to spend with, and my collegue need really simple think to do, like startup/shutdown a database, no more investigation)Why startup/shutdown a database? I have databases that work 24x7 and uptimes of over a year. The record so far, has been over 24 months uptime (1st downtime were caused by a powerfailure to the rack cabinet). And for a database instance that runs a number of processes and deals with 100's to 1000's of inserts per second.
    it's easier to view that an oracle process take more cpu and so investigate in that database what's appens. Rather than search in my v$sql table to find witch schema doing wrong thinksNot sure what you are trying to say here. Single or multiple database instances do not change how a session looks like, or how SQLs are executed.. and thus not how you troubleshoot problems. Nor does it change resource requirements, or how you address these. But multiple instances do impact resource availability and requires one to split resources amongst instances - the end result of this is less flexibility.
    It's easier to affect cpu ressource to a process, rather than configuring it in oraclePlease explain.
    It's easier to stop a database rather than "put offline a schema"This is a "silly" statement to make IMO. Why do you want to offline a schema? Availability of applications and data are a critical feature in today's information system landscape. So why argue the complete opposite and say it is now more complex to make something less available?
    By the same token, why do you want to offline a database? A down database is even less useful than a downed server - at least you can use the downed server as a doorstop.. ;-)
    And if a database crash it only affect one application.Yeah.. and these happens when? Every few minutes? Every hour? Once a day?
    This is not a valid argument. Oracle instances very seldom crashes just for the heck of it. Most often it is due to incorrect o/s configuration, problematic hardware, uncertified components, old drivers, etc. Or plain old application abuse of Oracle.
    There is the theorical approach and practical one : I'm not alone is that case :
    http://oracledoug.com/serendipity/index.php?/archives/1339-The-Reality-Gap-3-A-Single-Instance-per-Server.html
    http://www.dba-oracle.com/art_dbazine_server_consolidation.htm
    I have never done RDBMS as a theoretical thing. The most dynamic table (ito SQLs against it) I have, grows by more than 450 million rows per day. This is as real world as real world gets. And that is what shapes my experience and opinion. And Burleson and I have never seen eye to eye on a number of subjects - so quoting his views on consolidation does little to persuade me to change my opinion.
    have you any ideas where can i found an error message that explain why my database doesn't start ? (like not enough ressource ;-) )Troubleshooting a problem starts with a very basic principle - isolation. Isolate the layer or moving part where the problem occurs. As the other instances are running, it means that the CRS software layer is up and running, that the storage layer is up and running and so on. So the problem should be with the instance that for some reason refuses to start? Confirm this by using sqlplus to start a down instance and looking at what its alert log file says. It should have some kind of pointer to what dependency that has not been met.

  • Restore from cold backup (rac server)

    Hi All,
    Oracle version : 10g
    OS : SunOS dixie1 5.10 Generic_118855-36 i86pc i386 i86pc
    I am having cold backup of RAC server (2 nodes), I want to restore from cold backup.
    The problem is that : when i performed the cold backup using rman at that time Oracle was having 3 ASM diskgroups.But unforunately that disk is no more in use due to some fault.
    Now my question is how can i restore from the cold backup as when i'll restore from the cold backup this will ask for the same ASM diskgroups.Even more if i creates the same diskgroup with the same name and same configuration then my doubt is that rman will allow me to restore the same from the cold backup as ASM disk header changed now ?
    Thanks,
    Vipin

    VipinK wrote:
    Hi All,
    Oracle version : 10g
    OS : SunOS dixie1 5.10 Generic_118855-36 i86pc i386 i86pc
    I am having cold backup of RAC server (2 nodes), I want to restore from cold backup.
    The problem is that : when i performed the cold backup using rman at that time Oracle was having 3 ASM diskgroups.But unforunately that disk is no more in use due to some fault.
    Now my question is how can i restore from the cold backup as when i'll restore from the cold backup this will ask for the same ASM diskgroups.Even more if i creates the same diskgroup with the same name and same configuration then my doubt is that rman will allow me to restore the same from the cold backup as ASM disk header changed now ?
    Yes.You can do these and restore/recover your database.First you need startup your ASM instance then create your ASM disk groups and do following:
    1.Edit pfile and change controlfile location to diskgroup(Consder that +dgr1)
    2.Restore controlfile to this disk group using backup of controlfiles(you say that is cold backup)
    rman target /
    /*Instance  need starting up from pfile*/
    startup nomount ;
    /*then restore controlfile,give full path of controlfile from coldbackup*/
    restore controlfile from 'coldbackup_location\coltrolfile';
    alter database mount;
    catalog start with 'coldbackup_location';
    backup as copy database format  '+dgr1';
    switch database to copy;
    alter database open;

  • IP migration of RAC server

    Hi Friends,
    What are the steps i need to perform or take care as oracle DBA if our RAC server's IP is going to migrate from one IP range to other.

    Re: DB10g vs changing IP address,hostname and domain name
    Link may also be of your interest.
    Regards
    Girish Sharma

  • Clone a RAC database to a new RAC server

    Hi,
    How can clone a RAC database to a new RAC environment ?
    I installed Cluster and RDBMS 10g R1 in a new RAC server and I need to copy my database "dbrest" to the new server, my new database must have the same name ("dbrest"). My actual dbrest database is in ASM and I need to use ASM for the new database too.
    I don't have any database in the new RAC environment.
    At the end I need to have this configuration:
    Source configuration:
    SERVER:
    Node 1: srvprod1
    Node 2: srvprod2
    CLUSTER DB: dbrest using ASM
    Node 1: dbrest1
    Node 2: dbrest2
    Clone configuration:
    SERVER:
    Node 1: dupenv1
    Node 2: dupenv2
    CLUSTER DB: dbrest using ASM
    Node 1: dbrest1
    Node 2: dbrest2
    How can I do this?
    How can I copy my dbrest database to

    use rman Duplicate Database on srvprod* to dupenv*
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#BRADV165
    When duplicate database can run on both dupenv1 and dupenv2.
    use "srvctl" to add database, instance and services (if you have)
    Usage: srvctl add database -d <name> -o <oracle_home> [-m <domain_name>] [-p <spfile>] [-A <name|ip>/netmask] [-r {PRIMARY | PHYSICAL_STANDBY | LOGICAL_STANDBY}] [-s <start_options>] [-n <db_name>] [-y {AUTOMATIC | MANUAL}]
    Usage: srvctl add instance -d <name> -i <inst_name> -n <node_name>
    Usage: srvctl add service -d <name> -s <service_name> -r "<preferred_list>" [-a "<available_list>"] [-P <TAF_policy>]
    Usage: srvctl add service -d <name> -s <service_name> -u {-r "<new_pref_inst>" | -a "<new_avail_inst>"}

  • Oracle Client 11g R2 in Windows 7 connecting a RAC server

    I have the following setup in my laptop
    Windows 7
    Oracle Client 11g R2
    I'm trying to connect "SQL plus" to a load balanced server (RAC) configured as below
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    The problem is, the connection creation is not consistent. It is throwing the following error randomly.
    ORA-12545: Connect failed because target host or object does not exist
    I'm able connect to another server (not RAC) without any issues. Even TOAD is giving the same error. After few tries, it works.
    Anyone facing the same problem, got any solution???
    Thanks
    Edited by: user3918865 on Oct 7, 2010 4:14 AM

    Bruno Palma wrote:
    Hi all.
    I've done all the checklists suggested but I'm still getting the error. The problem is not with the network and the servers cos I'm working in a Company and when I had Windows XP SP 3 and Oracle Client 10gR2 all was working fine. I'm with Windows 7 Professional 64-bit now. I'm almost sure the problem is with Windows 7 x Oracle Client but it's hard to figure out what's going on. Does anyone have idea what could it be ??I would generate a client side sqlnet trace, then go on a fishing expedition. There's a lot of dense stuff in a full trace, but if you don't panic and just try to make sense of what you can, you'll probably flush it out.
    To enable the trace, go to your sqlnet.ora file and add these lines:
    TRACE_FILE_CLIENT=clientsqlnet.trc
    TRACE_DIRECTORY_CLIENT=C:\app\oracle\product\11.2.0\client_1\network\trace
    #TRACE_LEVEL_CLIENT=off
    #TRACE_LEVEL_CLIENT=user
    #TRACE_LEVEL_CLIENT=admin
    TRACE_LEVEL_CLIENT=support
    DIAG_ADR_ENABLED = off

  • ODI on RAC- Server usage

    For my data migration project, the target is an Oracle database setup with RAC. The ODI agent is installed in the target in one of the servers in the RAC. The target database has been setup in the ODI Topology with the Oracle "scan" name in the JDBC URL (Eg: jdbc:oracle:thin:@xxxxx-scan:1521/yyyyy). Few questions based on this setup-
    1) Will all ODI sessions running on the target database share memory across the 2 servers in the RAC (or) will the server on which the ODI agent is installed will only be used by the ODI sessions?
    2) If they would be shared, is it possible to restrict ODI sessions to run on just one of the servers. Can this be achieved by modifying the JDBC URL of the target database to include the hostname (instead of scan name) of one of the servers.
    3) If there is some documentation clarifying ODI on RAC setup along with answers for above questions, can you please point me to the same?
    Version:
    ODI: 10g
    Oracle: 11g

    We have accomplished #2 by configuring the service name being used to be locked to a single node.
    Not sure about the others though.

  • Different instructions for disable arch log mode on 11Gr2 RAC server?

    Hello all,
    I've run into a problem where I've lost my tape drive...and have no sysadmins to help.
    I don't want my RAC instances to run our of space and halt, so I'm planning to take them out of archive log mode, and just do exports daily till I can move them or get tape going again.
    This is easy enough with a non-clustered instance, but I'm reading around and finding conflicting information for doing it on a RAC system.
    In the Oracle® Real Application Clusters Administration and Deployment Guide
    11g Release 2 (11.2)...it states in simple terms:
    (http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/rman.htm#i474611)
    "In order for redo log files to be archived, the Oracle RAC database must be in ARCHIVELOG mode. You can run the ALTER DATABASE SQL statement to change the archiving mode in Oracle RAC, because the database is mounted by the local instance but not open in any instances. You do not need to modify parameter settings to run this statement."
    and thats about it.
    I've been researching and found a couple of other non-oracle official guides to this, where they describe a much more involved process, that seems to follow this path:
    1. sqlplus into one instance and change the cluster_database=false scope=spfile sid='specific_node_name';
    2. Shut down all instances, srvctl stop database -d <instance_name>
    3. Startup the instance you changed cluster_database on with sqlplus and startup mount;
    4 On this instance you do ALTER DATABASE NOARCHIVELOG;
    5. On same instance change the cluster parameter back: alter system set cluster_database=true scope=spfile sid='specific_node_name';
    6. Shut down this single instance
    7. Start all instances with srvctl start database -d <instance>
    I've found references to this at:
    http://oracle-dba-yi.blogspot.com/2010/12/enabledisable-archive-log-mode-in-11gr2.html
    and
    http://www.dba-oracle.com/bk_disable_archive_log_mode.htm
    Among other sites. I'm curious why the Oracle documentation on this doesn't mention all these steps?
    I'm guessing the longer version is the path I should take, but I wanted to ask here first if this is correct?
    I'm on Oracle 11Gr2....hasn't been patched with latest patchset, running on RHEL5, and is a 5 node cluster.
    Thank you in advance,
    cayenne
    Edited by: cayenne on Oct 21, 2011 11:51 AM

    Fiedi Z wrote:
    There are couple things you need to consider
    - export daily is not a backup strategy
    - you're risking your enterprise company by disabling archivelog
    your company have 5 RAC nodes I assume this is mid-to-large company, question you might ask to yourself Is your company really desperately don't have any available disk space for you to backup to temporary location / server?
    However if you still insist and persistent with your strategy then follow the links you have, that is how to disable archivelog in RAC
    CheersThank you everyone for the comments.
    This is a DEV environment...and they are planning to move this all to a new facility where we won't have the powerouttages and old defunct equipment.
    Right now...I do not have drive space to put all of this. I've informed them of the risks of not having point in time recovery. I really don't see any other choice on this....I don't want to run noarchive either...but I've been without tape to move the logs off for days now..and even with low traffic, I'm afraid they will fill and I'll have databases halting.
    I think at this point, and again, this is not production data....I'm going to have to go with daily exports and that will have to do me till I can get these servers 'moved' to a new facility soon.
    Again, thank you for the comments!!!
    cayenne

  • Remove CPU  from a RAC Server

    Hi,
    Can any one please confirm, Does any impact on when we remove a CPU from a rac database server.
    Does it affect Database ?
    - Balaji

    No hardware platform
    No operating system
    No version number
    No indication of the number of servers or their configuration
    My temptation is to say I won't answer until you provide even the most modest amount of real information
    So, in this specific case, I will say that I have done it without consequence but strongly advise you to post sufficient relevant information that you can get a more specific answer.
    As to whether it has an impact on the database the answer is clearly no. As to whether it will have an impact on the instance, and your users, depends upon your current CPU utilization something else you didn't think important enough to mention.

  • DB Audit from App Server

    Hello guys,
    I'd like to audit transactions, coming from App Server.
    We have an application, that uses one database account, and all the connections to the database are coming from the App Server, obviously. That's why I cannot log the client IP, OS-User etc.
    What would you recommend to me to meet my this requirement ?
    11gR3, no DB Vault.
    Thanks a lot,
    Regards

    Hi Vlad Visan,
    Thank you for the reference, it gave an idea to me.
    You mean, this should be set by during the development process on application ?
    It's an enterprise application, I'll discuss on this, but not sure if they can optimize the codes fastly for this usage.
    If you have any other solution or an idea, let me know please
    Have a nice day

  • Tnsnames problem on RAC server for Different Host Names

    Hi All,
    We have RAC database setup and we are facing one issue on tnsnames.
    My Hostfile has these entries:
    127.0.0.1 loopback localhost
    # Public Network
    204.7.242.215 oradb1
    204.7.242.217 oradb2
    # Management network
    174.19.1.151 oradb1_mgt
    174.19.1.154 oradb2_mgt
    # Rac VIP
    204.7.242.216 oradb1-vip1
    204.7.242.218 oradb2-vip2
    # Rac HeartBeat
    10.10.10.1 oradb1-priv1
    10.10.10.2 oradb2-priv2
    Where oradb1_mgt pointing to same host as oradb1 and oradb2_mgt>oradb2
    Due to management issue, we need to use oradb1_mgt in place of oradb1 or oradb1-vip1 for standby database. So I've configured my Listener.ora as
    LISTENER_ORADB1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oradb1-vip1)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = oradb1)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = oradb1_mgt)(PORT = 1521)(IP = FIRST))
    and Tnsnames.ora as
    prd =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oradb1_mgt)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = aixdb)
    (INSTANCE_NAME = aixdb1)
    But tnsping prd is giving error:
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.3.0 - Production on 07-JUN-2007 14:28:18
    Copyright (c) 1997, 2006, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    What may be the solution for this. Its look like that, HOST = oradb1_mgt is creating problem as if I'm putting HOST = oradb1 or OST = oradb1-vip1, then its working.
    Regards
    Rakesh

    I have signed applets but not with jmf. Your best bet is to put the applet in a jar and sign the jar. Most java runtimes with a self signed applet will prompt the user and ask the user if they want to grant permission. You probably have to use the java html converter to code your html to force the use of suns plugin. I am not sure if you have to sign the jmf jars or they may already be signed.

  • How do handle RAC server for reboot linux server

    Hi Experts,
    We user Oracle 10.2.0.4 database at ASM with 4 nodes as RAC in redhat linux 5.
    When I got a notice from sys person. The linux server will shutdown for rreboot.
    our RAC works well. What do I need to do to match linux server reboot?
    stop RAC? stop database? stop servers? ot individual instance? all instance?
    Do we have some procedure to following for server reboot?
    I am looking for your help!
    JIm

    ideally the affected instance should be shut down gracefully
    using
    srvctl stop instance -d <database> -i <instance> -o immediate
    You can find this in your documentation.
    Oracle will automatically reconfigure itself and this will also happen if the sys person just pulls the plug.
    Sybrand Bakker
    Senior Oracle DBA

  • Multiple copies of same database on a 2 node RAC server - How to merge ?

    I currently have multiple copies of the same database running on a 2 node Rac system. I am looking for a way to combine them into 1 large database but keeping the data separate.
    The databases are copies of production for testing, development and a yearly "historical" databases .
    All the databases are created from production, and generally have the same schema's , tables, procedures, etc however may be different versions and need to be.
    Is There a way to use one large database and logically split all the different versions of the same objects into their own space in one database ? The structure cannot change as the database is for a 3rd party's Forms application the relies on the objects not changing names etc.
    Ideally I am looking for a solution that will allow the forms application to connect to "test" and "historical" copies of our production database separately in the same database container.
    Thanks for any direction.

    I currently have multiple copies of the same database running on a 2 node Rac system. I am looking for a way to combine them into 1 large database but keeping the data separate.
    The databases are copies of production for testing, development and a yearly "historical" databases .
    All the databases are created from production, and generally have the same schema's , tables, procedures, etc however may be different versions and need to be.
    Is There a way to use one large database and logically split all the different versions of the same objects into their own space in one database ? The structure cannot change as the database is for a 3rd party's Forms application the relies on the objects not changing names etc.
    Ideally I am looking for a solution that will allow the forms application to connect to "test" and "historical" copies of our production database separately in the same database container.
    Thanks for any direction.

  • Could not restart  one node in 4 nodes rac server

    Hi Experts,
    we have 4 nodes oracle11.1 with ASM in Red hat.
    After reboot node2 sale2 server. I found all application is offline by crs_stat -t-v
    ora....SM2.asm application 0/5 0/0 ONLINE OFFLINE
    ora....DA.lsnr application 0/5 0/0 ONLINE OFFLINE
    ora....ida.gsd application 0/5 0/0 ONLINE OFFLINE
    ora....ida.ons application 0/3 0/0 ONLINE OFFLINE
    ora....q2.inst application 0/5 0/0 ONLINE OFFLINE
    I try to run as
    [oracle@sale2 bin]$ srvctl status nodeapps -n sale2
    PRKO-2105 : Error in checking condition of VIP on node: sale2
    PRKO-2106 : Error in checking condition of GSD on node: sale2
    PRKO-2016 : Error in checking condition of listener on node: sale2
    PRKO-2116 : Error in checking condition of ONS daemon on node: sale2
    srvctl start nodeapps -n sale2
    It does not work.
    what do I need to do?
    our sys admin go to root account and run
    [root@sale2 bin]# crsctl start crs
    Attempting to start Oracle Clusterware stack
    The CRS stack will be started shortly
    But it still does not work.
    I am looking for help!!.
    JIm
    Edited by: user589812 on Dec 11, 2009 8:43 AM
    Edited by: user589812 on Dec 11, 2009 9:07 AM

    Hi cerreia,
    it so nice to get your help!
    [oracle@sale2 bin]$ crs_stat -t
    CRS-0184: Cannot communicate with the CRS daemon.
    [oracle@sale2 bin]$ pwd
    /u01/app/crs/product/11.1.0/bin
    $ORA_CRS_HOME/log/sale2/alertsale2.log
    [crsd(11739)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:33.878
    [crsd(12323)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:34.853
    [crsd(12818)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:35.776
    [crsd(13319)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:13:12.279
    [cssd(13863)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:14:37.857
    [crsd(15742)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:38.875
    [crsd(16237)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:39.825
    [crsd(16732)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:40.755
    [crsd(17227)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:41.689
    [crsd(17722)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:42.641
    [crsd(18217)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:43.578
    [crsd(18723)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:44.526
    [crsd(19218)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:45.485
    [crsd(19713)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:46.438
    [crsd(20213)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:18:52.355
    [cssd(13863)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:19:48.620
    [crsd(22522)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:49.614
    [crsd(23023)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:50.540
    [crsd(23518)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:51.479
    [crsd(24013)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:52.406
    [crsd(24513)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:53.349
    [crsd(25008)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:54.284
    [crsd(25503)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:55.213
    [crsd(26003)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:56.133
    [crsd(26498)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:57.076
    [crsd(26993)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:25:12.153
    [cssd(13863)]CRS-1603:CSSD on node sale2 shutdown by user.
    2009-12-11 11:31:10.236
    [cssd(13933)]CRS-1605:CSSD voting file is online: /dev/vote1. Details in /u01/app/crs/product/11.1.0/log/sale2/cssd/ocssd.log.
    2009-12-11 11:31:10.960
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:31:11.408
    [crsd(13198)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:12.478
    [evmd(13200)]CRS-1401:EVMD started on node sale2.
    2009-12-11 11:31:13.066
    [crsd(14502)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:14.941
    [crsd(15027)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:16.604
    [crsd(15530)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:18.366
    [crsd(16031)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:19.956
    [crsd(16532)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:21.550
    [crsd(17027)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:23.137
    [crsd(17528)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:25.041
    [crsd(18029)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:26.647
    [crsd(18524)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:29.343
    [crsd(20890)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:30.285
    [crsd(21385)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:31.220
    [crsd(21880)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:32.189
    [crsd(22375)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:33.134
    [crsd(22870)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:34.065
    [crsd(23365)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:35.012
    [crsd(23860)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:35.948
    [crsd(24355)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:36.884
    [crsd(24851)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:37.823
    [crsd(25346)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:42.422
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:41:39.754
    [crsd(27646)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:40.767
    [crsd(28141)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:41.722
    [crsd(28636)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:42.650
    [crsd(29131)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:43.577
    [crsd(29626)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:44.546
    [crsd(30121)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:45.480
    [crsd(30610)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:46.406
    [crsd(31105)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:47.341
    [crsd(31600)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:48.270
    [crsd(32095)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:42:17.650
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:46:50.409
    [crsd(1967)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:51.391
    [crsd(2462)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:52.318
    [crsd(2951)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:53.257
    [crsd(3447)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:54.203
    [crsd(3942)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:55.140
    [crsd(4437)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:56.082
    [crsd(4932)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:57.004
    [crsd(5427)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:57.944
    [crsd(5931)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:58.878
    [crsd(6433)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:00.832
    [crsd(8808)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:01.771
    [crsd(9303)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:02.699
    [crsd(9804)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:03.650
    [crsd(10323)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:04.591
    [crsd(10819)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:05.530
    [crsd(11318)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:06.506
    [crsd(11813)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:07.429
    [crsd(12397)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:08.426
    [crsd(12892)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:09.362
    [crsd(13393)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:11.313
    [crsd(15734)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:12.228
    [crsd(16229)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:13.159
    [crsd(16724)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:14.103
    [crsd(17219)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:15.079
    [crsd(17708)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:16.025
    [crsd(18203)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:16.950
    [crsd(18698)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:17.893
    [crsd(19193)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:18.843
    [crsd(19688)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:19.819
    [crsd(20183)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:22.751
    [crsd(22637)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:23.695
    [crsd(23132)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:24.632
    [crsd(23627)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:25.557
    [crsd(24122)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:26.491
    [crsd(24617)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:27.429
    [crsd(25112)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:28.416
    [crsd(25607)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:29.380
    [crsd(26102)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:30.314
    [crsd(26597)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:31.247
    [crsd(27092)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:33.359
    [crsd(29500)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:34.301
    [crsd(29995)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:35.230
    [crsd(30490)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:36.167
    [crsd(30985)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:37.140
    [crsd(31480)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:38.127
    [crsd(31975)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:39.059
    [crsd(32470)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:39.987
    [crsd(508)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:40.910
    [crsd(1026)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:41.884
    [crsd(1521)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:43.830
    [crsd(3822)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:44.773
    [crsd(4318)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:45.716
    [crsd(4813)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:46.657
    [crsd(5302)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:47.650
    [crsd(5797)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:48.692
    [crsd(6308)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:49.645
    [crsd(6827)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:50.592
    [crsd(7327)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:51.560
    [crsd(7839)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:52.481
    [crsd(8334)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:54.427
    [crsd(10663)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:55.365
    [crsd(11163)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:56.306
    [crsd(11658)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:57.232
    [crsd(12240)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:58.205
    [crsd(12737)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:59.147
    [crsd(13234)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:00.138
    [crsd(13733)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:01.085
    [crsd(14257)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:02.040
    [crsd(14768)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:02.968
    [crsd(15263)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:04.868
    [crsd(17604)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:05.802
    [crsd(18099)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:06.747
    [crsd(18594)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:07.677
    [crsd(19089)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:08.634
    [crsd(19584)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:09.563
    [crsd(20079)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:10.499
    [crsd(20568)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:11.421
    [crsd(21063)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:12.364
    [crsd(21560)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:13.338
    [crsd(22055)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:15.288
    [crsd(24356)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:16.225
    [crsd(24851)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:17.157
    [crsd(25346)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:18.106
    [crsd(25841)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:19.046
    [crsd(26336)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:19.993
    [crsd(26831)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:20.925
    [crsd(27326)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:21.910
    [crsd(27821)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:22.834
    [crsd(28316)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:23.772
    [crsd(28811)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:25.719
    [crsd(31115)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:26.650
    [crsd(31610)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:27.579
    [crsd(32105)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:28.508
    [crsd(32600)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:29.446
    [crsd(641)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:30.387
    [crsd(1156)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:31.358
    [crsd(1651)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:32.302
    [crsd(2146)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:33.241
    [crsd(2635)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:34.168
    [crsd(3130)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:36.104
    [crsd(5436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:37.043
    [crsd(5934)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:37.976
    [crsd(6436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:38.914
    [crsd(6955)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:39.838
    [crsd(7468)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:40.795
    [crsd(7966)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:41.734
    [crsd(8461)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:42.663
    [crsd(8956)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:43.599
    [crsd(9457)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:44.541
    [crsd(9957)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:46.491
    [crsd(12369)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:47.430
    [crsd(12864)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:48.371
    [crsd(13365)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:49.308
    [crsd(13861)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:50.245
    [crsd(14386)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:51.168
    [crsd(14894)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:52.101
    [crsd(15389)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:53.048
    [crsd(15884)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:53.987
    [crsd(16376)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:54.916
    [crsd(16871)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:56.855
    [crsd(19212)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:57.807
    [crsd(19701)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:58.746
    [crsd(20197)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:59.720
    [crsd(20692)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:00.666
    [crsd(21188)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:01.595
    [crsd(21685)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:02.540
    [crsd(22180)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:03.477
    [crsd(22675)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:04.408
    [crsd(23170)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:05.339
    [crsd(23665)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:07.301
    [crsd(25971)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:08.245
    [crsd(26466)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:09.175
    [crsd(26961)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:10.098
    [crsd(27456)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:11.053
    [crsd(27951)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:11.993
    [crsd(28446)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:12.933
    [crsd(28941)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:13.878
    [crsd(29436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:14.832
    [crsd(29931)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:15.773
    [crsd(30426)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:17.745
    [crsd(32728)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:18.686
    [crsd(786)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:19.622
    [crsd(1284)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:20.568
    [crsd(1776)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:21.499
    [crsd(2268)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:22.430
    [crsd(2763)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:23.360
    [crsd(3260)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:24.301
    [crsd(3755)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:25.303
    [crsd(4251)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:26.246
    [crsd(4746)]CRS-1012:The OCR service started on node sale2.
    [oracle@sale2 sale2]$
    from other node by crs_stat -t I found all items are offline as below
    ora....SM2.asm application 0/5 0/0 ONLINE OFFLINE
    ora....DA.lsnr application 0/5 0/0 ONLINE OFFLINE
    ora....ida.gsd application 0/5 0/0 ONLINE OFFLINE
    ora....ida.ons application 0/3 0/0 ONLINE OFFLINE
    ora....q2.inst application 0/5 0/0 ONLINE OFFLINE
    Can we one by one to start above item? any start order is requirement for above item that offline?
    I try to strat lintener as
    [oracle@sale2 bin]$ srvctl start listener -n sale2
    it does not work
    local sale2 noce info checking as
    [oracle@sale2 bin]$ ps -ef|grep crs
    root 13190 12241 0 11:31 ? 00:00:00 /bin/su -l oracle -c sh -c 'ulimit -c unlimited; cd /u01/app/crs/product/11.1.0/log/sale2/evmd; exec /u01/app/crs/product/11.1.0/bin/evmd '
    oracle 13200 13190 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmd.bin
    root 13816 13236 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/oprocd run -t 1000 -m 500 -f
    root 13876 13254 0 11:31 ? 00:00:00 /sbin/runuser -l oracle -c /bin/sh -c 'cd /u01/app/crs/product/11.1.0/log/sale2/cssd/oclsomon; ulimit -c unlimited; /u01/app/crs/product/11.1.0/bin/oclsomon || exit $?'
    oracle 13884 13264 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/diskmon.bin -d -f
    oracle 13885 13876 0 11:31 ? 00:00:00 /bin/sh -c cd /u01/app/crs/product/11.1.0/log/sale2/cssd/oclsomon; ulimit -c unlimited; /u01/app/crs/product/11.1.0/bin/oclsomon || exit $?
    oracle 13920 13885 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/oclsomon.bin
    oracle 13933 13332 0 11:31 ? 00:00:04 /u01/app/crs/product/11.1.0/bin/ocssd.bin
    oracle 14739 13200 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmlogger.bin -o /u01/app/crs/product/11.1.0/evm/log/evmlogger.info -l /u01/app/crs/product/11.1.0/evm/log/evmlogger.log
    oracle 16273 12650 0 13:59 pts/0 00:00:00 grep crs
    [oracle@sale2 bin]$
    [oracle@sale2 bin]$ ps -ef|grep evm
    root 12241 1 0 11:30 ? 00:00:00 /bin/sh /etc/init.d/init.evmd run
    root 13190 12241 0 11:31 ? 00:00:00 /bin/su -l oracle -c sh -c 'ulimit -c unlimited; cd /u01/app/crs/product/11.1.0/log/sale2/evmd; exec /u01/app/crs/product/11.1.0/bin/evmd '
    oracle 13200 13190 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmd.bin
    oracle 14739 13200 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmlogger.bin -o /u01/app/crs/product/11.1.0/evm/log/evmlogger.info -l /u01/app/crs/product/11.1.0/evm/log/evmlogger.log
    oracle 16666 12650 0 14:00 pts/0 00:00:00 grep evm
    [oracle@sale2 bin]$
    Thanks
    JIm
    Edited by: user589812 on Dec 11, 2009 11:01 AM

  • RAC server IP change

    Dear All,
    OS : Suse Linux and SunOS
    Database : 10.2.0.3.0
    As per our company policy we need to change the IPs of all the servers , we are having 2 RAC servers ( 2 nodes each). My question is if the physical and logical ip of the RAC servers changed then what will be the impact on the RAC configuration.
    Thanks,
    Vipin

    Hi,
    You may use below two Oracle Metalink notes to change public or interconnect IP and VIP.
    How to Change Interconnect/Public Interface IP or Subnet in Oracle Clusterware [ID 283684.1]
    Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node [ID 276434.1]
    You also need to update tnsnames.ora files on your client side with new IP addresses.
    Regards,
    Amit

Maybe you are looking for

  • Connecting new MacBook to old Cinema Display

    I have an old Cinema Display that I want to use with my new MacBook. I just bought the DVI to ADC adapter. I can connect the Cinema Display to the adapter but the manual illustrates that to connect to the MacBook I need to use both the USB port and a

  • Publish Page Content-Cross Site Publishing in SharePoint Online

    Is it possible to get Authoring Site's Specific Page's Content/html content (Live in Page Library of Authoring Site and saved as a Catalog) by a Content Search web part added to the Publishing site's page?  (Please note that these sites created in Sh

  • Should i use discriminator in InheritanceType.JOINED?

    There are three InheritanceType, when i use InheritanceType.JOINED, should i define discriminator just like InheritanceType.SINGLETABLE? I dont think i need discriminator anymore, but i saw books about EJB3, the examples use it. Should i use discrimi

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet. They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003

  • After install i got the error firefox does not start, safe mode does it work

    Rapport-ID bp-7e0bbdc9-3b5b-44db-8831-d8a352130608 bp-3447b290-e4e1-4690-bbf7-14ae72130608 bp-2894daaf-c601-4dbd-9031-001fe2130608 This is the error after installing firefox on the pc. Safe mode is well working. i also send the crash report. Please g