Why only one voting disk showing while vote diskgroup has three disks?

Hi, experts,
OUr diskgroup OCR_VOTE did have three disks, see below:
SQL> select group_number, name, path from v$asm_disk;
GROUP_NUMBER NAME PATH
2 ASMDISK01 ORCL:ASMDISK01
2 ASMDISK02 ORCL:ASMDISK02
2 ASMDISK03 ORCL:ASMDISK03
2 ASMDISK04 ORCL:ASMDISK04
2 ASMDISK05 ORCL:ASMDISK05
2 ASMDISK06 ORCL:ASMDISK06
3 ASMDISK07 ORCL:ASMDISK07
3 ASMDISK08 ORCL:ASMDISK08
3 ASMDISK09 ORCL:ASMDISK09
1 OCR_VOTE01 ORCL:OCR_VOTE01
1 OCR_VOTE02 ORCL:OCR_VOTE02
1 OCR_VOTE03 ORCL:OCR_VOTE03
However only one votedisk exsited:
+ASM1$ crsctl query css votedisk
## STATE File Universal Id File Name Disk group
1. ONLINE 4722e13b38c14fa0bfcce2db1dcb7b84 (ORCL:OCR_VOTE01) [OCR_VOTE]
Located 1 voting disk(s).
How do I have three votedisks?
Thanks in advance.

Thank you for response.
I checked asmcmd, and under voting diskgroup, there are two folders:
Y ASMPARAMETERFILE/
Y OCRFILE/
ASMCMD> cd ASMPARAMETERFILE/
ASMPARAMETERFILE UNPROT COARSE FEB 14 2012 Y REGISTRY.253.775250583
ASMCMD> cd ocrfile
OCRFILE UNPROT COARSE NOV 28 01:00:00 Y REGISTRY.255.775250583
our DB spfile per show parameter spfile , it shows it stored at DAT diskgroup instead of vote diskgroup.
So my questions here are:
1). since spfile in database shows:
SQL> show parameter spfile
spfile string +DAT/prd/spfileprd.ora
The spfile under vote diskgroup must be for ASM instance. How do I move that? seems have to bounce asm to move it somewhere else. that will cause some disturbance to the services.
2). is that under OCR_file, the ocr file including voting disks?
Since OCR files are mirrored like this:
ocrcheck
Status of Oracle Cluster Registry is as follows :
ID : 546691893
Device/File Name : +OCR_VOTE
Device/File integrity check succeeded
Device/File Name : +FRA
Device/File integrity check succeeded
Is that means I can delete the one at vote disk and the one on FRA should still serve the purpose?
Thanks again.

Similar Messages

  • Home sharing is turned on on both of my computers but only one computer is showing the icon.

    I have both of my computers turned on and home sharing is turned on on both computers as well but only one computer is showing the icon so I can't share.  I have tried turning off the home share and turning it back on but nothing changed.
    Any suggestions?

    Hi there nc999!
    I have an article here for you that will help you troubleshoot this issue with Home Sharing:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Print multiples of the same image on one paper. I tried to change the layout to 9 per page, but it's only showing up and printing one per page, though it is the size i would like. But only one image is showing up as opposed to 9

    I'm trying to print multiples of the same image on one paper. I tried to change the layout to 9 per page, but it's only showing up and printing one per page, though it is the size i would like. But only one image is showing up as opposed to 9. HELP!!Version 7.0 (826.4)
    I'm using Preview Version 7

    Hello @kgingeri1, 
    Welcome to the HP forums.
    If you have sent a test print via ePrint, and experience this issue, i would call the Cloud Services department.
    If ePrint works fine, it is definitely a Google Cloud Print issue.
    Also, when you print from your android device, are you using Google Cloud print or the HP ePrint app?
    Please call our Cloud Services at 855-785-2777.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Hours:
    Mon-Fri. 8am - 11pm, Sat. 9am-8pm - EST
    Mon-Fri. 7am - 10pm, Sat. 8am-7pm - CST
    Mon-Fri. 6am - 9pm, Sat. 7am-6pm - MST
    Mon-Fri. 5am - 8pm, Sat. 6am-5pm - PST
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Only ONE external hd shows up via my airport extreme.

      I have them both plugged into a powered usb hub, and that connected to the back of the airport extreme.
    Only one hd will show up. . . any ideas???
    Thanks so much for the help.

    Yes, I did format both drives with Mac OS Extended (Journaled).
    I can see drive A if it's plugged in by itself, or I can see drive B if IT's plugged in by itself, but I can only see one if both are plugged into the powered usb hub.???
    Any other ideas? 
    Thank you so much for the response.

  • Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

    Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

    Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

  • Why only one client ???

    Why only one client is possible for one server in case of BW ?? And why it is not the case in R/3???

    Hi,
    have a look at sap help:
    Clients in BW:
    http://help.sap.com/saphelp_nw04/helpdata/en/b7/8a9a3aaf894871e10000000a114084/content.htm
    Assign points if its helpful.

  • Only ONE voting disk created on EXTERNAL redundancy

    Hi All,
    I am wondering why, when configuring 5 LUNs, then creating one DG with these 5 LUNS...
    then creating OCR/Vote disk , GRID installer only creates one voting disk?
    Of course, I can always create another voting disk in a separate DG...
    any ideas>?
    of course, when I try " ocrconfig -add +OCR_DG" i get a message that says OCR is already configured....
    thanks

    Hi JCGO,
    you are mixing up voting disks and OCR.
    Voting disks are placed on the disk header of an ASM diskgroup. The number of voting disks is based on the redundancy of the diskgroup:
    External (no mirroring) = 1; Normal = 3; High redundancy (triple mirroring) = 5;
    The OCR however is saved as a normal file (like any datafile of a tablespace) inside ASM and therefore "inherits" the redundancy of the diskgroup.
    So while you only see 1 file, the blocks of the file are mirrored correspondingly (either double or triple (High)).
    Voting disks can only reside in one diskgroup. You cannot create another voting disk in a separate DG. And the command to add voting disks ist:
    crsctl add votediskHowever this won't work when on ASM, you can only replace them into another DG:
    crsctl replace votedisk +DGThe OCR on the other side, since a normal file, allows additional OCRs to be created in different diskgroups.
    Since it is the heart of the cluster (and also containing backups of the voting disks) it does make sense to "logically" mirror it additionally (even if it already is based on the mirroring of the DG). Since if the DG cannot be mounted maybe another one containing actual OCR can. This is a little better than using the OCR backup (which can be up to to 4 hours old).
    Hence in my cluster installation I always put the OCR in every diskgroup I have (up to a number of 5).
    And since my clusters normally have 3 diskgroups (1 OCRVOT, 1 DATA and 1 FRA), I end up with 3.
    Having an uneven number of OCR is a little superior over having an even number (so 3 or 5 vs. 2 or 4). I skip the explanation to why.
    Regards
    Sebastian

  • While copying photos from pc to ipad only one folder gets copied, while copying photos from pc to ipad only one folder gets copied

    while copying photos from pc to ipad only one folder gets copied and while trying for other folders, the previous one which copied earlier does not appear.

    Are you selecting all of the folders to sync?
    Note that if you deselect a folder it will be removed.

  • Why only one public class in a source file?

    why we have to write only one public class in a source file?

    PhHein wrote:
    Because the JLS says so.It does?
    From section 7.6 of the JLS (third edition):
    When packages are stored in a file system (§7.2.1), the host system may choose to enforce the restriction that it is a compile-time error if a type is not found in a file under a name composed of the type name plus an extension (such as .java or .jav) if either of the following is true:* The type is referred to by code in other compilation units of the package in which the type is declared.
    * The type is declared public (and therefore is potentially accessible from code in other packages).
    This restriction implies that there must be at most one such type per compilation unit. This restriction makes it easy for a compiler for the Java programming language or an implementation of the Java virtual machine to find a named class within a package; for example, the source code for a public type wet.sprocket.Toad would be found in a file Toad.java in the directory wet/sprocket, and the corresponding object code would be found in the file Toad.class in the same directory.
    >
    To my mind, it's strongly recommending, rather than mandating, this practice. All academic of course, merely shifting the answer from "Because the JLS says so" to "Because pretty much all Java compilers say so". I don't know of any that don't enforce this, but of course, that doesn't mean they don't exist

  • When a Event is selected, only one large photo shows (no thumbnails)

    When I updated to iLife 08 (iPhoto 7.01) all worked well in iPhoto. Then a couple days ago when pulling a few photos to my desktop from an Event thumbnail section, I accidently mis-clicked the dragged photos to the thumbnails window and now ALL Events do not show thumbnail inside. Only one large photo. I can scroll through these with my arrow keys. Also, when I select Photos instead of Events in the Library, only a large photo shows here as well. I've tried to resore iPhoto with no change. Also I have tried to rebuild the thumbnail cashe with no change as well. How can I restore to the thumbnail view option within each Event?

    I am also having the same problem since yesterday. I am not able to see the Thumbnails in Events. Making changes in the Preferences to "Show Event Photos" also doesn't do anything.
    Any idea to restore this
    thanks

  • Why only one public class in one file

    why does java allows only one public class in one file?
    Why can not we have two or more public classes in file?
    Thank u.

    Note, you can have multiple inner classes.
    e.g.
    public class A {
        public static class B {   }
        public class C {   }
        private class D {   }
    }

  • Why only one channel of sound in sequences?  Please someone try this quest

    When I add a sequence to a sequence, I have only one channel of sound but, when I open that sequence I have 2 channels of sound.
    Is it a sequence setting and if it is I see:
    outputs 2
    downmix 0
    grouping: Stereo selected
    Dual mono not selected.
    I swith these around a bit but get no change.
    My raw footage say "2 Mono" from my Sony DSR PD-150 at 16 bit, 48 khz.
    I usuall use one channel for camera sound and 2nd channel for mic.

    the number of audio channels that your nested sequence will contain is the same as the number of audio outputs you have selected for that sequence ...
    for example, if you create a sequence with 10 tracks of audio, but have only set the sequence to have 2 audio outputs, then when you nest that sequence the nest will have only 2 tracks of audio ... change the audio outputs to 4, or 6, or 8, or 10 etc regardless of how many tracks you actually use, and the sequence, when nested, will have the same number of audio tracks as the sequence has audio outputs
    ... ok, so that explains the relationship between audio outputs and the number of tracks of audio that a nested sequence contains
    so why are you getting only one channel of sound when you edit it in to another sequence? my guess is that you are only patching 1 channel ... load the source sequence into the viewer (drag and drop), now check in the patch bay area at the left of the timeline window to make sure that your a1 to A1 and a2 to A2 connections are not broken ... and edit it in.
    cheers
    Andy

  • Why only one recent backup to restore from?

    I backup up my iPhone every day. In iTunes>Preferences>Devices, why do I only see today's backup and a backup from three months ago?

    Only one backup is kept by itunes(this backup is overwritten each time you sync), except for restore backups, which are not overwritten & are kept by time & date stamp. The reason you don't see any other backups listed is because you most likely have never restored your phone. If you performed a sync before you restored from backup, your backup was overwritten & that's why your info was not replaced.
    If you backup your computer, you can extract your backup from that computer backup, replace the one on your computer with this & restore from that backup. DO NOT SYNC before restoring from this backup. You will be given the option to create a backup before you restore, decline.

  • Why only one leading ledger?

    Hi
    I am aware that in new GL you can have only one leading ledger. you can have as many non leading ledgers. Only leading ledger values flows to CO.
    what can be the possible reasons for the restriction of "only one leading ledger"???
    thank you in advance
    Regards
    Vedavatee

    Dear expert
        In New G/L, there is one leading ledger for each client that is valid for all company codes
        You can define only one ledger as the leading ledger u2013 SAP provides the leading ledger u201C0Lu201D
        The leading ledger is integrated with all subsidiary ledgers
        Only the values from the leading ledger are sent to CO
        The leading area in Asset Accounting (depreciation area 01) must be posted to the leading ledger
        Leading ledger uses the (additional) local currencies assigned to the company code
        Leading ledger uses the GL Total Table: FAGLFLEXT
    In each company code, the settings made for the following parameters are automatically applied to the leading ledger:
        Currencies
        Fiscal Year Variant
        Posting Period Variant
    Regards
      Ajeesh.s

  • Why only one backup being made?

    I just noticed that there is only one backup listed in iTunes. Is it intended to only preserve the most recent?
    If so, did the developers completely miss the possibility of "I didn't notice I lost that data until after the daily backup sync, now it's irretrievable"
    What's the story here?

    That a good idea in theory, but not know all the details of how the backup works, I would be a little relucant. For instance, iTunes knows you last backup was Tuesday @ 1730. You replace the backed up copy from Tuesday with one from Monday. Now iTunes does not see the last (and only) backup that it was aware of, but instead sees a different backup. iTunes may see this as some sort of corruption.
    I strongly suspect that iTunes makes a notation in one of the iTunes library files when the last backup was made. If this information differs from the backed up files, iTunes would view the backup as being corrupt.
    I would just be a little reluctant to try this, given that you may lose a lot of data and settings.
    Message was edited by: GregF-ATL

Maybe you are looking for

  • Maximum number of connection in use. Close an acti...

    When I am using nokia maps . A popup message comes in as (maximum number of connection in use . Close an active connection) and an option yes or no . When I press yes . The active connections are displayed there are only one active connections when i

  • TS3276 Can't send email. Send button doesn't work.

    I'm using mail 4.6. The send button doesn't work. I click on it and nothing happens.

  • PS on Mac and Ipad

    I Have PS CC on my desktop Mac and want to put on my iPad and share my work. How do I do that please? I'm not sure I have the iCloud turned on. Thanks for your help. zvicki

  • Can't close open windows,  Please Help

    I'll have a Safari window open, with multiple tabs, I can close the individual tabs, but to close the only window left, I cannot close it. Any popup windows also will not close. They will shrink to dock, but I cannot close them. Any Help?

  • Lost all photos/albums from library after upgrade to 5.0.2

    After auto-updating iPhoto to version 5.0.2, I no longer have any photos or albums in my iPhoto library. Where did they go? I can't even find specific titles using a search of the hard drive. What can I do to get them back? -Mike