What steps to follow to make RAC Database down.

hi all,
I need to know the order which we have to follow in making RAC database Down Completely,
Information reg database:
OS::IBM AIX,
ASM Storage,
2 node RAC,
2 databases.
order in the sence to shutdown the RAC database first what we have to shutdown like ,
database,asm,cluster, etc.and also give respective commands for reference.
Regards,
vamsi.

844795 wrote:
hi all,
I need to know the order which we have to follow in making RAC database Down Completely,
Information reg database:
OS::IBM AIX,
ASM Storage,
2 node RAC,
2 databases.
order in the sence to shutdown the RAC database first what we have to shutdown like ,
database,asm,cluster, etc.and also give respective commands for reference.
Regards,
vamsi.Stopping the Oracle RAC 10g Environment
The first step is to stop the Oracle instance. When the instance (and related services) is down, then bring down the ASM instance. Finally, shut down the node applications (Virtual IP, GSD, TNS Listener, and ONS).
$ export ORACLE_SID=orcl1
$ emctl stop dbconsole
$ srvctl stop instance -d orcl -i orcl1
$ srvctl stop asm -n linux1
$ srvctl stop nodeapps -n linux1
Starting the Oracle RAC 10g Environment
The first step is to start the node applications (Virtual IP, GSD, TNS Listener, and ONS). When the node applications are successfully started, then bring up the ASM instance. Finally, bring up the Oracle instance (and related services) and the Enterprise Manager Database console.
$ export ORACLE_SID=orcl1
$ srvctl start nodeapps -n linux1
$ srvctl start asm -n linux1
$ srvctl start instance -d orcl -i orcl1
$ emctl start dbconsole
Start/Stop All Instances with SRVCTL
Start/stop all the instances and their enabled services. I have included this step just for fun as a way to bring down all instances!
$ srvctl start database -d orcl
$ srvctl stop database -d orcl
reference:http://www.rampant-books.com/art_hunter_rac_start_stop_cluster.htm
refer the links for more informations:
Starting and Stopping Instances and Oracle Real Application Clusters Databases
http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/dbinstmgt.htm#BCEBGHHC
Server Control Utility Reference
http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/srvctladmin.htm
answered by ssolbach
Just a minor comment on the stop nodeapps.
While it is fine to stop the nodeapps on the server, the drawback to this is, that the VIP will not failover if you stop the nodeapps, but will be stopped.
Hence if you only shutdown one server, then you are causing clients to fail to connect to the VIP and having to wait for the TCP/Timeout.
So if you are not going to shut down all the server, but just want to shutdown one node, you should failover the VIP the the other node.
See: Note 749160.1 Vip Does Not Failover When Nodeapps Stopped
So it is sometimes better instead of stopping the nodeapps, to simply shutdown the cluster with crsctl stop crs (which will failover the VIP).
Sebastian
reference:-
Re: RAC Questions

Similar Messages

  • After load the pdf in this program, what commands must follow to make the correction (edit),

    if you use
    http://www.doc2pdf.net/
    you can convert doc >> pdf.
    I did try with some samples of files but, in some pages where a subheading is in eg page45, in pdf moved to page44, well to modify the pdf so is exact alignment like doc I must use ACROBAT? Well, conversions from this site must done non-restrict modify the pdf? well since I have Acrobat Pro 9, after load the pdf in this program, what commands must follow to make the correction (edit), and save the file?

    Unfortunately, for your endeavor, PDF is not a file format that supports edit-layout-format activities such as are in word processors.
    Not an "issue" - rather, it reflects what PDF was/is designed to be.
    While minor editing ("touchups") are possible extensive editing of PDF content is not.
    What you appear to have encounterd with the process used to convert something to PDF is something that happens rather too often.
    That is, many non-Adobe PDF creation processes to not provide "proper" PDF.
    Which is to say PDF built to the Adobe PDF References or, now, the ISO Standard for PDF (32000-1:2008).
    As you have Acrobat Pro perhaps using it to convert the document's authoring file to PDF via print to Distiller or via Adobe PDFMaker is something to consider. These convert to PDF per the PDF References/ISO Standard.
    Be well...

  • What can I tune to make the database use less memory in a 1GB ram notebook?

    Hi,
    Our notebook has 1GB ram only, running Windows XP Pro, Oracle10g Database, Oracle9i Application Server. It consumes about 1.4 - 1.5GB ram where it's already start using the virtual memory, therefore have some performance issue with it especially when try to startup the services.
    I'm not a DBA but I would like to get some advice on what and how can I tune the database to use less memory since the notebook is used for demo application only, so we save memory resource and make the notebook runs faster.
    Please advise.
    Thank you.

    Application Server 10gR1, 10gR2 is certified against WinXP:
    XP      10g (9.0.4.0.1)      N/A      Desupported       None       Yes      N/A
    XP      10g (9.0.4)      N/A      Desupported      None      Yes      N/A
    XP      10g (10.1.3.1.0)      N/A      Certified      Yes      None      None
    XP SP2+      10g (10.1.3.0.0)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.2)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.1)      N/A      Certified      None      Yes      Yes
    XP Xeon      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      9.0.3      N/A      Desupported      None      Yes      N/A
    XP      9.0.2.0.1      N/A      Desupported      None      None      N/ADessupported means Oracle will no longer produce patches or provide maintenance for the version, so in case you hit some new bug the only alternative will be to work with a higher version.
    In your case you could use 10g on XP. The only XP not supported is Home Edition.
    Coming back to the issue, since 9iR2 Oracle recommendation is to provide 1G for each AS node (infrastructure and middle tier). If you have this on the same box, by itself on the Enterprise install will consume more than 1G.
    Tuning 10g database won't make much difference. If you install AS 10gR2 it includes a 10gR1 Database as infrastructure database you could use for demo purposes.
    ~ Madrid.

  • What steps need follow in OWB after changing SERVICE_NAME in RAC

    Hi,
    Due to some reason we are planning to change the SERVICE_NAME in the RAC environment. We have deployed near about 500 mapping and 10 process flows with the old SERVICE_NAME.Using OMBALTER LOCATION "LOCATION_NAME" SET PROPERTIES(SERVICE_NAME) VALUES ("NEW_SERVICE_NAME")
    if we change the SERVICE_NAME to new one what are all the impacts.
    1. Whether all mapping and process flows will become invalid?
    2. Whether we need to re-deploy all mapping and process flows?
    3. What procedure we need to follow?
    Oracle DB version 10.2.0.4 and OWB version 10.2.0.4
    Regards,
    Murali

    Hi Murali,
    how did you specify address of target database during creating OWB repository (as SQL*Net string or with host/port/service name notation)?
    Using OMBALTER LOCATION "LOCATION_NAME" SET PROPERTIES(SERVICE_NAME) VALUES ("NEW_SERVICE_NAME")You won't change locations address in this way (because location is already registered).
    Again - how did created locations (with SQL*Net string or with host/port/service name notation)?
    Anyway try to look at metalink note 434272.1 "How To Update Warehouse Builder After A Database Cloning" (this note contains reference to utility for changing location address in form host/port/service)
    Regards,
    Oleg

  • What steps to take to make compressor encode?

    Can anyone tell me from start to finish how to encode in compressor?
    When i follow the user manual the encoding does not start.
    I get a message saying " one or more targets are incomplete" , after click on submit.
    the same message also gives this " each target assigned to a job must have a setting and destination.
    So after opening a file source and assigning a setting and a destination to it, i click submit and this message comes up all the time.
    So is there anyone out there who can tell me what i am doing wrong.
    Please people help me out on this.
    User manuals always tell you what to do, but never tell you how to overcome a problem.
    Hope to get a reply soon on this.

    http://forum.icukansas.com/viewing-your-camera-over-the-internet-port-forwarding--t5.html

  • HT4009 Could someone please tell me what steps to follow to restore my in app purchases?

    I just upgraded from an iPad 1 to the new iPad.  I backed up my old iPad and then used the backup to set up my new one.  I had bought several levels for a game via in app purchase.  I tried to play a level, and it asked me to purchase again.  How do I re-download what I've previously purchased.  I need a step-by-step tutorial. 
    Thanks,
    SJ

    Try Here  >  http://support.apple.com/kb/ht4009

  • TS3297 "itunes store is temporarily unavailable.  please try again later"  I have gotton this erroe since yesterday and no matter what steps I follow, same error shows up.  what to do ???????

    "Itunes store is temporarily unavailable.  Please try agin later"  This is all I am getting since yesterday.  All I am trying to do is buy a song.  Tried different stops to no avail. 

    Hello fedupwiththisgovno,
    I found a couple of articles that might help with the issue you are experiencing with the iTunes Store.
    If you are getting a white screen when accessing the iTunes Store, I recommend reviewing this article:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123
    If you are still not able to access the store or are getting a different error than just a white screen, I recommend the following article:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Migration from PE 8 (Windows) to PE 11 - What steps?? (MAC)

    I am planning to migrate from PE 8 (Windows) to PE 11 (Mac). I will continue to use the PE catalog in PE 11 to organize my library of 16,000+ photos.  Although I had considered moving to Aperture for my Digital Asset Manager (in order to more seamlessly work in an Apple environment), I have instead decided to stay with PE since I am familiar with it and happy with its functionality. 
    I am hoping that this forum can help me: I need to know what steps to follow to perform this migration.  (I am a non-technical user.  All I know thus far is  that I need buy a boxed version or PE11 -  NOT download it from the Apple app site - in order to get the cataloging function.)  I would like the process to enable me to port both my photos AND my hierarchical keyword tagging structure.  
    (Some background on why I am asking this question proactively: I was severely burned in a previous upgrade from PE 5 to PE 8 (Windows XP to  Windows 7) where ALL of my tagging got lost in the move. This, despite hours of work with the Adobe support team who had me write the keywords into metadata and re-backup, re-port, etc, etc.  It was a nightmare of many hours spent.  All unsuccessful.  I ended up manually re-tagging each of my photos.  Needless to say, I do not want to go through that again,)
    Thanks in advance for your help.  Amy

    Elements Downloader doesn't auto run on a mac. It's set up so that you always have to launch it from organizer.
    If you know you won't use iphoto, then it's a good idea to go to the iphoto preferences>General>When a camera is connected, and choose No Application, in which case the card will mount like a drive on your desktop and you can drag the photos from it or launch PSE Downloader, or choose Image Capture, in which case apple's own OS X downloader/scanner utility launches and you can use that, then File>Get Photos>From Files and Folders to bring them into Organizer.
    For moving the catalog, the most important thing is to be sure the catalog is okay in windows first, so do go to manage catalogs>repair, and then optimize before backing up. The transfer is very easy when it works.

  • How to start Oracle 10g RAC database and clusterware?

    I have steps to stop the 10g RAC Database and clusterware but not sure about starting it.
    I have heard executing
    $crsctl stop crs --as root
    on each node
    will start the database,asm,nodeapps .Is that true?
    or we have to do that step by step like we do in stopping the clusterware and database below
    1.Stop the agent:
    cd to $AGENT_HOME/corpng04.amhc.amhealthways.net/bin, then run: ./emctl stop agent
    2.Stop the full database
    $ oracle_home/bin/srvctl stop database -d db_name
    3.Stop the ASM Instances on node1,node2
    $ oracle_home/bin/srvctl stop asm -n node -- I guess you can't give multiple nodes in one command with comma,you need to give this multiple times with diff node name
    4.Stop the NodeApps :vip,listener,oms and gsd
    $ oracle_home/bin/srvctl stop nodeapps -n node -- I guess you can't give multiple nodes in one command with comma,you need to give this multiple times with diff node name
    5.Stop the CRS cluster processes :those bloody 3 evmd,ocssd,crsd
    $su - root
    $CRS_home/bin/crsctl stop crs

    Paul R @ NL wrote:
    before is shutting down crs i tend to stop the instances and services via srvctl then stop crs via crsctl
    just the way i do it. not saying it's the right way but it is the one i am comfortable with.Good -) If we stop CRS, but forgot shutdown oracle instances ... we'll see shutdown abort in alert log file(that mean instances are shutdowned abort).
    We should shutdown instance before stop CRS anyway.

  • I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    You would have to delete the existing iCloud account and create a wholly new one - you cannot change the @icloud.com email address of the one you already have.  To make a new one, you will also need an new AppleID as any AppleID can only have one iCloud account associated with it.
    Deleting the account will not delete anything off your device (if prompted for things like contacts, choose to keep them).  You will have to sync everything anew with the new account as you cannot move your sync'd content, your old backups or anything else from one iCloud account to another.  You will have to set up sync again and let it sync to the new account, and then make new backups to the new account as well.

  • What are the steps applying incremental backups to standby database 11g

    Hi All,
    I have built 11g none ASM standby database from ASM RAC Database. Now I want to apply incremental backup to the standby database from primary but not sure how to do it. I tried following and I had an error “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    1- I have configured standby database with RMAN backup.
    2- After finishing installation, I took a incremental backup from primary server(ins-prim) and moved incremental backup and control file to the standby (ins-sec) database
    3- I stared standby database nomount mode
    4- restore controlfile from “incremental backup location in standby database”
    5- alter database mount; and got this error
    “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    What are the steps applying incremental backups to standby database with 11g?
    Thank you

    I build the database from backup and changed from ASM to none ASM and changed location of data files and logfiles. I think this changes makes the standby database as logical one.
    You can a have a physical standby with different locations for everything (redo/controlfiles/datafiles), ASM and no ASM etc. I have a such a configuration in production (10gR2)
    I build the database from backup
    Are you sure you have a standby ? Ins-sec receives the archivelog files from the primary ? How did you proceed to build this database ? I suspect you don't have a standby at all ! If you have duplicated the database ins-sec and ins-pri are independent databases and you won't be able to apply an incremental backup (your script was not correct but it is another story)

  • Steps to Convert R12 Non-Rac to RAC database with ASM

    dear All,
    We have following environment.
    R12.0.6 with a non RAC 11.2.0.2 database on on AIX (64bit). Datafiles are stored local filesystem. We want to do the following.
    Migrate the database file to ASM
    convert database Non RAC to RAC
    we have gone through many oracle support documents but were unable to decide which path we should adopt. Any body who has done similar activity; please share only highly level steps. No step by step Instructions are needed. e.g. Install Grid Infrastructure (for single instance or the one which comes with cluster home???????), Move datafiles to ASM etc etc
    Please make sure the steps are for 11gR2 and EBS R12.
    Best Regards,

    we have gone through many oracle support documents but were unable to decide which path we should adopt. Any body who has done similar activity; please share only highly level steps. No step by step Instructions are needed. e.g. Install Grid Infrastructure (for single instance or the one which comes with cluster home???????), Move datafiles to ASM etc etc
    Please make sure the steps are for 11gR2 and EBS R12. The steps in [ID 823587.1] which is referenced above should be sufficient (from your post, I understand that you have covered the steps in this doc) -- What exactly you have issues with?
    Thanks,
    Hussein

  • Steps to follow while creating Database table in notes or paperwork

    what are the steps to follow while creating Database table in notes or paperwork
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    hi,
    1. Goto Transaction SE11.
    2. Enter the table name to be created. It should start with a Y or Z.
    3. Press Create
    4. Enter the Short description for the table
    5. Enter the Delivery class for the table. It can be 'A', 'C' or other.
    6. In the Fields tab, specify the table fields and the corresponding data elements or the built-in data types.
    7. If the table needs to be made a client-depenedent table, the first field should be MANDT.
    8. Goto Technical settings of the table and sepcify the Data Class and Size for the table. Also, there u can specify if buffering for the table should be allowed or not.
    9. Now, activate the table.
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • What are the different steps to follow in order to develop an application and deploy it into a PAC

    Hi,
    I developped a program on my computer but in order to deploy it in a PAC , I don't know what are the different steps to follow?
    What are the difference between a stand alone application and communication with server mode.
    Can the file which will be downloaded into the PAC be in a form othre than (.exe). 
    what does the deployment licence consist of??? is it a software? 
    if the file is .exe then how to maintain it?
    Thank you for all,
    Regards

    Hi!
       Since I'm familiar with FieldPoint PACs, I'll refer to that (but maybe it is similar for cRIO...).
       An embedded application (standalone), runs entirely and independently on the PAC, while if you're not doing this, you'll have your computer, with LabView, which is controlling the PAC.  In this mode, application is dowloaded in PAC's RAM, so when you reboot controller, application will be lost.  If you build an embedded application, you can provide for application to boot authomatically at boot, each time the PAC reboots.  These are some basic stuffs on embedded applications with LV.
        To deploy an application to a PAC, you need LabVIEW + Real-Time module. Without it, you can't build an embedded application on PACs.
        usually, the file dowloaded is an .exe, and some libraries.  What would you like to have, exactly? For example, I think you can buy a simple .exe, which is universal, which loads VIs dinamically, so you can download directly VIs, but I've never tried this way....
       Deployment license, I think, refer to PCs, id est, when you use a PC or PXI as embedded target, in PACs, you have it bundled (it seems to me) whit the PAC you buy, so you don't have to buy an extra license for every PAC you ship with your application.  Otherwise, if you develop a Real-Time application for a PC, you will ship PC + OS licensed + Real-Time extension licensed, but this is not your case, since you'll use PACs.
       The maintain problem... I've already faced with! Simply, for my needs it was enough to make an application which loads configuration files, depending on different task the controller has to do. If you have to dowload a completely new version of VI.... it's better to deploy new application from LV.  But maybe you can bypass this problem with dinamic VIs loading...
        Let me know if this help.... Have a nice day!
    graziano

  • Error on Oracle 11gR2 RAC database Post upgrade step

    [Upgrade the Oracle Clusterware Configuration|http://docs.oracle.com/cd/E11882_01/server.112/e23633/afterup.htm] Problem Description:
    O.S Version: HP-UX B.11.31 U ia64
    It is upgrading of Oracle RAC 2 node database from 11.1.0.7.0 to 11.2.0.3.0
    I receive following error while perfoming the post upgrade step
    indba1 racdb> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb
    Actually I am performing the step "Upgrade the Oracle Clusterware Configuration" whill getting the error.
    When I tried on below;
    indba1 racdbp> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb

    Output from Oracle 11.1.0.7 Home:
    oracle@indba1:/app/oracle/product/11g/db_1 $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb
    Output from Oracle 11.2.0.3 Home:
    oracle@usfsdba1:/app/oracle/product/11.2.0.3/db $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb

Maybe you are looking for

  • Can't Get Airport Express To Work With ATT's Uverse

    For years, AE worked just fine with my 2Wire portal streaming music to my stereo. Went to Uverse 2 months ago, and AE quit working. I am not using an Airport base station, just the Uverse modem and I need help getting it to work. There is nothing in

  • A problem about ALG_DES_CBC_ISO9797_M2 cipher

    I am doing a test for DES encryption/decryption using cref. Looks like only few cipher algorithms are support by Java card OS. I use ALG_DES_CBC_ISO9797_M2. The problem is as below: I use RMI. I think the operation block is 8 bytes. I want to encrypt

  • Can someone recommend a powerline adapter that works w/ Airport Express/AirPlay?

    I recently purchased the Netgear Powerline 500 Nano PassThru Dual Port (XAVB5602-100NAS) and it works fine when I connect it to another computer in my house, but when I connect it to my 1st Gen airport express to use AirPlay through my stereo receive

  • Can't access Cruzer Extreme 16GB USB 3.0

    Strange thing happened to my Cruzer. When I attach it to USB port I hear that characteristic sound that something is plugged. In Device Manager it appears almost instant. But when I open My Computer most of the time I see nothing. When my Cruzer deci

  • My iTunes won't connect to Internet

    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601) Gigabyte Technology Co., Ltd. To be filled by O.E.M. iTunes 11.1.1.11 QuickTime not available FairPlay 2.5.16 Apple Application Support 2.3.6 iPod Updater Library 11.1f5 CD Driv