ASM & grid infraestructure in 11gR2 - question about services

Hi all,
I have completed my first installation of 11g (it is R2). then, by trying to create the ASM instance (for stand alone dbs), I found that Grid Infrastructure
was a mandatory component in order to create the ASM instance.
Now, ASM is in place and running fine, but I found a lot of new services (ohasd, diskmon and so on)
Below is the output:
oracle 30695 1 0 Oct04 ? 00:00:08 /u01/app/oracle/product/11gR2/grid/bin/ohasd.bin reboot
oracle 32171 1 0 Oct04 ? 00:03:52 /u01/app/oracle/product/11gR2/grid/bin/oraagent.bin
oracle 32186 1 0 Oct04 ? 00:00:01 /u01/app/oracle/product/11gR2/grid/bin/tnslsnr LISTENER -inherit
oracle 32364 1 0 Oct04 ? 00:00:07 /u01/app/oracle/product/11gR2/grid/bin/cssdagent
oracle 32366 1 0 Oct04 ? 00:00:14 /u01/app/oracle/product/11gR2/grid/bin/orarootagent.bin
oracle 32382 1 0 Oct04 ? 00:00:00 /u01/app/oracle/product/11gR2/grid/bin/diskmon.bin -d -f
oracle 32394 1 0 Oct04 ? 00:00:00 /u01/app/oracle/product/11gR2/grid/bin/ocssd.bin
oracle 32604 1 0 Oct04 ? 00:00:00 asm_pmon_+ASM
oracle 32606 1 0 Oct04 ? 00:00:00 asm_vktm_+ASM
oracle 32610 1 0 Oct04 ? 00:00:00 asm_gen0_+ASM
oracle 32612 1 0 Oct04 ? 00:00:00 asm_diag_+ASM
My question is as follow:
Which is the right procedure, and which order should I folow, in order to stop and start all this stuff?
Replies will be appreciated.
Thanks
Gustavo

I want to make sure I understand the startup and shutdown process for RAC:
Will crsctl stop cluster or crsctl stop crs stop database if it hadn't already been stopped? If yes, then why run srvctl stop database?
crsctl stop cluster -all
- stops the cluster stack however Oracle High Availability Service is still running
- resources do not failover
crsctl stop cluster-n <server_name>
- stops the cluster stack on one node however Oracle High Availability Service (OHAS) is still running
- resources do not failover
crsctl stop crs
- stops all OHAS and Clusterware Stack on local node
- this includes database, services, asm, clusteware and ohas on local node
- resources failover
crsctl stop has
- Is this only specific to Oracle Restart and Grid Standalone Server installation or can it be used for RAC?
- stops the OHAS and Clusterware stack on local node
- this includes database, services, asm, clusteware and ohas on local node
Order of shutdown for single node to be rebooted and resources NOT to be available
- srvctl stop database -d <db_name> -i <instance_name>
- crsctl stop cluster -n <server_name>
- crsctl stop has
-----Is crsctl stop has needed?
Order of shutdown for single node to be rebooted and resources TO BE available
- srvctl stop database -d <db_name> -i <instance_name>
- crsctl stop crs
-----Is crsctl stop has needed?
Order of shutdown Clusterwide to be rebooted
- srvctl stop database -d <db_name> -i <instance_name>
- crsctl stop cluster -all
- crsctl stop has
-----Is crsctl stop has needed?
I appreciate any validation of my understanding.

Similar Messages

  • HT201263 What will i do?screenshot There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, cli

    What will i do? ITune screenshot is as follows >
    There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    Do what it said to do.
    "Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. "

  • TS1814 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    There is a problem with your iPhone.
    Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.
    To find your nearest Apple Store, click here.
    Please help me i can aktivate my phone imei 012423006333181.

    There is a problem with your iPhone.
    Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.
    To find your nearest Apple Store
    no imei also

  • Question about service layer design

    I have a question about the design/architecture of service model layers, specifically the task service layer.
    Could a task service be a small "action", ie an operation that doesn't require composition? So if I have a requirement to allow customers to update their personal info, like address, would I have a task service named ChangeCustomerMailingAddress, that in turn calls the update operation on the Customer entity? Or would it be better to call the entity service directly? Another example would be retrieving data, like RetrieveCustomerBillingHistory, would that be a separate task service, or just a get/read operation on the Customer entity service?
    Any insight is appreciated.
    Thanks

    You seem to be confused what all the different parts of Java do.
    JRE - runtime environment, the minimum needed to run standard java applications
    Java Standard Edition - the standard set of API's that form the base of most java applications. You need the J2SE SDK to compile these applications and the JRE to run them.
    Now talking about "application design", I'm not sure what you mean. Are you talking about graphical user interfaces? In that case you would want to look into Swing, and that is indeed part of the standard edition API set.

  • Grid 11.2 on windows. A question about services

    Hi,
    i've installed 11.2 Grind Infrastructure on Windows 2008.
    OUI creates some services:
    OracleOraCrs11g_home1TNSListener       Manual
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN1       Manual
    OracleASMService+ASM1                   ManualSupport says that Listener service must be in Auto,
    but fresh install creates it in Manual.
    I think that manual is the correct ways, so the crs coordinates the order of services start.
    It'is correct?
    Thank you

    Hi,
    i'm looking LISTENER SCAN config.
    In service i've:
    Node1:
    OracleOraCrs11g_home1TNSListener      Started Manual
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN1     Started   Manual
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN2     Started   Manual
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN3      Started  Manual
    OracleASMService+ASM1                  Started ManualNode2:
    OracleOraCrs11g_home1TNSListener      Started Manual
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN1     Started   Automatic
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN2     Started   Automatic
    OracleOraCrs11g_home1TNSListenerLISTENER_SCAN3      Started  Automatic
    OracleASMService+ASM2                  Started ManualCan this possible??? in both machines service manager show me all listener started?
    Crsctl instead no.
    1 listener on node1
    2 listeners on node 2.
    Thank you.

  • Aliases - A question about services which are known by more than one name

    If I create a tuxedo alias for an existing service, does the 'original' service simply answer to either name OR does the server end up with one more service than it used to have? i.e does aliasing create a clone.I dont want to discuss the implications of cloning etc, I just want to if a service then bears two name plates or whether I get a clone of a service. I just want to know what the truth is.TIA(I have had two conflicting explanations from experienced developers - nice guys but who is right?)

    Allan Moore wrote:
    If I create a tuxedo alias for an existing service, does the 'original' service simply answer to either name OR does the server end up with one more service than it used to have? i.e does aliasing create a clone.I dont want to discuss the implications of cloning etc, I just want to if a service then bears two name plates or whether I get a clone of a service. I just want to know what the truth is.TIA(I have had two conflicting explanations from experienced developers - nice guys but who is right?)When you write a service, you write a Function, for example TOUPPER. When you compile the function into a server, you specify a mapping that service TOUPPER will be processed by function TOUPPER. When you boot the server and use the -A option, your telling the server to advertise all services in its mapping table, hence service TOUPPER is advertised. If I use the -s option to alias, then I am overriding the compiled mapping table and dynamically creating a new one. So by saying
    -sTOUPPER:TOUPPERV2 I am saying that service TOUPPER will be processed by function TOUPPERV2 (version 2). Whatever was compiled into the server is overridden.
    If you put a -A and a -s on the CLOPT line, then things COULD get weird. If I said "-A -sTOUPPER:TOUPPERV2": then I'm saying TOUPPER is processed by both functions TOUPPER and TOUPPERV2. I don't know if this is even legal, and I can't think of a reason to do this. The Tuxedo service table just scans linearly looking for a string match on TOUPPER. Which ever function entry comes first is the function that will be called.
    If I said "-A -s TOLOWER:TOUPPER" then I'm adding a new service that uses an existing function. This is very legal, though a little cryptic for administrators. A better choice is "-s TOUPPER,TOLOWER:TOUPPER" so that it is explicit what services the service offers and what function is processing them.
    Hope this helps.
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]

  • Ipod problems .. question about servicing

    okay so my ipod play button doesnt work .. and sometimes when i put new songs on it , it just skips over them and i can't listen to them .. would this be serviced or can i receive a new ipod ?

    oh NOO its not under warranty anymore, its like a year old now .. what happens then if im not under warranty?

  • HT201210 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.

    Please help me

    You do not say what your problem is...
    Go to Service Answer Center - iPhone and select your country from the drop-down box if that is all you want to do.

  • There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    Help

    Hieu Apple wrote:
    Help
    We'd love to.  But you haven't told us anything about your issue.  This website/forum does not support HPML (Hyper-Psychic Mindreading Logic).

  • HT4061 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    these is the message i get on itunes screen, when i active my iphone 4 which was working fine i just updated IOS to 6.1. could you please help

    You do not say what your problem is...
    Go to Service Answer Center - iPhone and select your country from the drop-down box if that is all you want to do.

  • Several questions about oracle ASM in 11gR2.

    Hi, all.
    The db is 11.2.0.3 on a linux machine.
    I have several questions about oracle ASM functionality.
    1. V$ASM_DISKGROUP.ALLOCATION_UNIT_SIZE is the stripe size in bytes??
    2. V$ASM_DISK.DISK_NUMBER is unique to a physical disk??
    3. if the second question is the case,
    disk_number=0 (a physical disk) has 14 partition on it.
    And each partition belongs to several diskgroups.
    Is ths right??
    with q1 as (
         select /*+ use_hash(b,a) */
              disk_number,b.group_number,b.name,a.path,sum(os_mb) tot_size ,count(*) cnt
         from v$asm_disk a, v$asm_diskgroup b
         where a.group_number=b.group_number
         group by disk_number,b.group_number,b.name,a.path
         order by disk_number,b.group_number,b.name
    select disk_number,group_number,name,path,tot_size,
           sum(tot_size) over (partition by disk_number) disk_size,
           sum(cnt) over (partition by disk_number) parition_cnt_per_disk
      from q1
      order by q1.disk_number,group_number
    DISK_NUMBER     GROUP_NUMBER     NAME     PATH     TOT_SIZE     DISK_SIZE     PARITION_CNT_PER_DISK
    0     1     ARCH     /dev/raw/raw100     53256     454460     14
    0     2     AAAREDO1     /dev/raw/raw111     10240     454460     14
    0     3     AAAREDO2     /dev/raw/raw113     10240     454460     14
    0     4     CRS     /dev/raw/raw83     3000     454460     14
    0     5     BBBDATA1     /dev/raw/raw10     50232     454460     14
    0     6     BBBDATA2     /dev/raw/raw41     50232     454460     14
    0     7     BBBREDO1     /dev/raw/raw1     10240     454460     14
    0     8     BBBREDO2     /dev/raw/raw3     10240     454460     14
    0     9     CCCDATA1     /dev/raw/raw75     76400     454460     14
    0     10     CCCDATA2     /dev/raw/raw165     51300     454460     14
    0     11     CCCREDO1     /dev/raw/raw118     10240     454460     14
    0     12     CCCREDO2     /dev/raw/raw120     10240     454460     14
    0     13     CCCDATA1     /dev/raw/raw125     51300     454460     14
    0     14     BBBDDATA     /dev/raw/raw71     57300     454460     14
    .Thanks in advance..
    Best Regards.
    Edited by: 869578 on 2012. 12. 23 오후 10:05

    1. No. The stripe size always equals 128 KB in any configuration.
    (http://docs.oracle.com/cd/E11882_01/server.112/e18951/asmcon.htm#BABCGDBF)That is not a true statement. Please read the document, the stripe size depends upon what method of striping we using (fine-grained or coarse-grained)
    --from the same oracle document:
    To stripe data, Oracle ASM separates files into stripes and spreads data evenly across all of the disks in a disk group. The fine-grained stripe size always equals 128 KB in any configuration; this provides lower I/O latency for small I/O operations. The coarse-grained stripe size is always equal to the AU size (not the data extent size).
    --are we using fine grained or coarse-grained ? and how to change the striping method (using TEMPLATES)
    http://docs.oracle.com/cd/E11882_01/server.112/e16102/asmfiles.htm#g2223792
    also see following:
    http://oracletechlovers.blogspot.com/2012/06/asm-differences-between-corse-and-fine.html

  • Question about RAC and ASM

    Hi,
    We are thinking about build RAC using ASM for OEM database. It'll have two nodes, oracle 10g and Hitachi san with solaris ( or linux ). I've few questions about RAC and ASM.
    1) Do I need to have ASM instance running on each node ? ( most likely yes... but want to make sure )
    2) can I share oracle_home between ASM instance and database instance ? what is the best choice ?
    3) I'm planning to use shared disks for all files, all databases.... what are the pros/cons ?
    4) what should be the installation procedure ? Meaning, first create ASM instance on each node, then install cluster software, build RAC databases...... can someone explain..
    5) I believe RMAN is the only option for backup since I'm using ASM, correct ?
    I'm a newbie to RAC and ASM..
    Thanks,

    user4866039 wrote:
    1) Do I need to have ASM instance running on each node ? ( most likely yes... but want to make sure )yes.
    2) can I share oracle_home between ASM instance and database instance ? what is the best choice ?in 10g you can, in 11gr2 you cannot. and it might be better to seperate them because it will give you more flexibility with patching.
    3) I'm planning to use shared disks for all files, all databases.... what are the pros/cons ?if you share your oracle_home you won't be able to do rolling updates. so i recommend to keep oracle_homes local.
    4) what should be the installation procedure ? Meaning, first create ASM instance on each node, then install cluster software, build RAC databases...... can someone explain..follow the install guide for your respective version. for 10g you'd install clusterware first, then asm and database is last.
    5) I believe RMAN is the only option for backup since I'm using ASM, correct ?pretty much. you could stop your database and dump the raw devices or use asmcmd/asmftp but rman is definitely the best choice
    Bjoern

  • PL/SQL web service: question about stub

    hello,
    I'm currently learning how to work with PL/SQL Web Services.
    I have a question about stubs. The point is, I can deploy a web service to the OC4J server and it works. It also works when I create a stub following the WSDL I made with creating the PL/SQL web service. If I go to the endpoint in my webbrowser, the functionality is the same, with or without using a stub.
    My question is: what is the function of the stub?

    A stub is leveraged by a client application to communicate with a corresponding server side object (in this case, the web service implementation). If you think back to CORBA or RMI applications they follow a similar pattern.
    In the case of a web service you would use the stub to write a client application that could invoke the methods of the remote service and return the responses as java data types. The methods the stub class offers are the same as the methods of the web service interface. It's a common way for providing RPC like functionality.

  • I want to question about the official service at the service center of Sony.

    I want to question about the official service at the service center of Sony.
    long since I like the models and items sony. from start playstation, cameras, camcorders up, I've ever had. and a new camera that I bought two years ie compact cameras Sony Cybershot DSC H200. as of a month ago, a camera was having problems in lenses that would not close. and setting the automatic mode to move by itself. I came to the Sony Service Center in Makassar, precisely on Jl. Shop Pengayomann A5 / 05 (0411) 442340.
    operator initially said only two weeks to work on my camera. but this week has been more dau even want to go in a month tomorrow, dated July 9, no news from the service center. and I kept the call to the office service. as well as assorted reasons. there are no spare parts or technical constraints, and the last one I call to his office, he said the factory spare part is damaged. imported directly from Singapore. I think, ko new spare part it can be damaged before using that? how the quality of this Sony spare part? ugly? not good? why?
    I was disappointed with this situation, where soon it will Eid, want to return home as well to Java. but the camera has not been settled workmanship?
    nah, roughly what is the solution of the Sony plagued with this problem? please help, because he did not know to whom to complain. operator had just said: it's up to the father alone.
    once again I asked for his help. solution. if you can before Eid arrived.
    Thank you,
    AD. Rusmianto

    Hi awwee107, 
    Welcome to the Sony Community! 
    We have forwarded your query to the relevant team for their further assistance and someone from local CC will contact you.
    Thanks!
     

  • Questions about upgrading from Exchange 2010 RTM to Exchange 2010 Service Pack 3

    I am preparing to perform an maintenance upgrade on our current Exchange 2010 Server, to Service Pack 3 (and any post-SP3 roll ups), but I have a couple questions about the process.
    Current Exchange Server details:
    Exchange 2010 Standard
    Version: 14.0 (Build 639.21) - from Exchange Management Console
    Version: 14.0.702.4000 - from Outook client
    Active Directory forest and domain levels: Windows 2008 R2 native
    The questions I have are:
    1.  Can I assume that because it's version 10.0.702.4000 I am on Exchange Server 2010 RTM Update Rollup 4?
    2.  Can Exchange 2010 Standard RTM be patched directly to Service Pack 3, or would I need to perform incremental patches (i.e. SP1, SP2, etc.) before going to SP3?
    3.  Do I need to manually perform the AD domain schema prep before applying Service Pack 3, or will the Service Pack 3 update process automatically handle the modifications of the AD schema?

    Hi,
    Here are my answers you can refer to:
    1. Firstly, I’d like to explain , we can use connection status to check our Exchange server version from Outlook client:
    http://office.microsoft.com/en-in/outlook-help/determine-the-version-of-microsoft-exchange-server-my-account-connects-to-HA010117038.aspx
    And I check my version from both EMC and Outlook client. It’s same.
    2. We can directly update RTM version to SP3 , and the update will take an additional 30 minutes or longer per database.
    3. Since Exchange 2010 SP3 makes updates to the Active Directory schema, we need prepare AD domain schema. However, it will automatically prepare AD and the domain when you install the update.
    For more information, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/jj965774(v=exchg.141).aspx
    If you have any question, please feel free to let me know.
    Thanks,
    Angela
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Open File dialog in 1.1.0.21

    This is an old issue which I thought was supposed to be resolved in 1.1, but whenever you go to the open file dialog, it still always starts in the installation directory. It does not remember the last directory used and I cannot find anything in the

  • Error when creating a new Portfolio

    Hi guys, When I try to create a new Portfolio, I get the following error message:                "The value of the mandatory input field Portfolio Type is initial" This error occurs in spite of the field being populated with a valid Portfolio Type. C

  • Com.sap.sql.DuplicateKeyException in File Adapter

    Hi, In my Sender File Adapter, Randomly i'm getting the following error : Putting message into send queue failed, due to: Message ID 710eaff0-91f3-11db-c706-001125a68f32(OUTBOUND) already exists in database: com.sap.sql.DuplicateKeyException: DB2 SQL

  • Payments made to vendor against the PO should appear in PO

    Hi Thanks for the reply is there is any possibliy so that i can see the vendor down payment and the other progreesive payments made to vendor. Also i want to link the payments made to vendor i.e what all payments is made to vendor aganist the PO shou

  • Adapter Specific Identifiers of business system

    HI All,              I want to add Logical System Name in Adapter Specific Indentifiers for a business System. I am confused how to do it.. when i go to Service>Adapter Specific Identifiers> the "Logical System" field is completely greyed out i canno