Voting and ocr migration

DB 11.1.0.7 HP Ux
We need to move the Voting/OCR which are on raw disk to new storage raw disks.
Currently we have Soft link fronm all the nodes pointing to the shared voting and ocr raw disks.
The current plan is to Shut CRS, and Backup the Voting and OCR disk to the new disks.(using dd command)
Change the soft link on all the nodes to the new disks, to which the current vote/ocr disk are backed up.
Will this approach work ?

Hi,
if you gave the softlink during installation time, and that is listed in
# ocrcheck
and
# crsctl query css votedisks
then yes this will work. (Since DD was the suggested tool for backing up Votedisk in 11.1 anyway, and for OCR you can do the backup with dd as well, especially if clusterware is shut down).
Regards
Sebastian

Similar Messages

  • Voting and OCR disk mirroring

    Hi all,
    I my trying to create mirror of OCR and Voting disk in Oracle RAC 10gR2 on windows 2003.How to recoganize the location/path of raw file system to place my OCR/Voting disk.
    Thanks and Regard's
    Awanish Kumar

    Hi Awanish,
    You can use diskpart utility to build new raw partitions.
    To show location from your OCR search a key on Windows registry
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Ocr]
    To show location from Voting Disks use
    %CRS_HOME%\bin\crsctl query css votedisk
    To mirror these important files use ocrconfig and crsctl utilities.
    Regards,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • Voting disk and OCR disk in RAC

    Can anyone explain me in basic terms ...
    For what Voting and OCR disk are used in RAC.

    Hi Francisco,
    Thanks for the information.
    But i am having lot of doubts in Voting disk and types of heart-beats present in Oracle 10g RAC.
    As Oracle says css uses two heart beats 1. Network heart-beat 2. Disk heart-beat
    My doubts:
    1. How Oracle uses voting disk to avoid split-brain syndrome? OR what is the role of voting disk in split-brain syndrome?
    2. How Oracle monitors remote node health?
    3. Oracle says there is one more heart-beat where ckpt process keep on writing to control file for every 3 seconds and if it fails lmon process will evict the node....Is it true?
    5. Oracle Clusterware will send messages (via a special ping operation) to all nodes configured in the cluster, often called the "heartbeat." If the heartbeat fails for any of the nodes, it checks with the Oracle Clusterware configuration files (Voting disk) to distinguish between a real node failure and a network failure......Is it true? If true then what about the two heart beats(Network and Disk)...why these heart-beats are present or useful?
    If possible please clear my doubts by giving some simple examples....
    Awaiting for your reply and too much eager to learn and expertise in Oracle RAC architecture before administering it.
    Regards,
    Yasser.

  • Why logical partition is a must for voting disk and OCR

    Hi Guys,
    I just started handling jobs for RAC installation, I have a simple question regarding the setup.
    Why does logical partition have to be used for voting disk and OCR?
    I tried partition the disk that were provisioned for voting disk and OCR with primary partition but when OUI is trying to recognize the disk, it cannot find the disk that has been partitioned with primary partition.
    Thank you,
    Adhika

    Hello Adhika,
    I found it on this doc http://download.oracle.com/docs/cd/B28359_01/install.111/b28250/storage.htm
    Be aware of the following restrictions for partitions:
    * You cannot use primary partitions for storing Oracle Clusterware files while running the OUI to install Oracle Clusterware as described in Chapter 5, "Installing Oracle Clusterware". You must create logical drives inside extended partitions for the disks to be used by Oracle Clusterware files and Oracle ASM.
    * With 32-bit Windows, you cannot create more than four primary disk partitions for each disk. One of the primary partitions can be an extend partition, which can then be subdivided into multiple logical partitions.
    * You can assign mount points only to primary partitions and logical drives.
    * You must create logical drives inside extended partitions for the disks to be used by Oracle Clusterware files and Oracle ASM.
    * Oracle recommends that you limit the number of partitions you create on a single disk to prevent disk contention. Therefore, you may prefer to use extended partitions rather than primary partitions.
    For these reasons, you might prefer to use extended partitions for storing Oracle software files and not primary partitions.
    All the best,
    Rodrigo Mufalani
    http://www.mrdba.com.br/mufalani

  • Online move voting disc & ocr

    Hello
    RAC 10gR2, ASM, OCR and voting disk on raw disks. We are using IPStor.
    We are migrating from one storage to another. ASM migration can be done online (adding new disc, waiting for rebalancing, dropping old disks).
    Is it true that voting disk and OCR can be moved online from one storage to another (via IPStor Tools)? From the host view, the disks won't be unavailable.
    Regards Casimir

    refer the link:-
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/votocr.htm#BABGEEEJ

  • How can I remove asm and ocr installation in AIX?

    Hi,
    I try to install single instance with using ASM in AIX.
    But I did not make successfully.
    Now I want to remove ASM and OCR installation then
    I will plan to make new clear installation.
    How can I remove asm and ocr ??
    Or How can I control my removing is fully correct ?

    1) ASM Instance Clean-Up Procedures
    Stop all of the databases that use the ASM instance that is running from the Oracle home that is on the node that you are deleting.
    On the node that you are deleting, if this is the Oracle home which from which the ASM instance runs, then remove the ASM configuration by completing the following steps. Run the command srvctl stop asm -n node_name for all of the nodes on which this Oracle home exists. Run the command srvctl remove asm -n node for all nodes on which this Oracle home exists. If there are databases on this node that use ASM, then use DBCA Disk Group Management to create an ASM instance on one of the existing Oracle homes on the node, restart the databases if you stopped them.
    If you are using a cluster file system for your ASM Oracle home, then ensure that your local node has the $ORACLE_BASE and $ORACLE_HOME environment variables set correctly. Run the following commands from a node other than the node that you are deleting, where node_number is the node number of the node that you are deleting:
    rm -r $ORACLE_BASE/admin/+ASMnode_number
    rm -f $ORACLE_HOME/dbs/*ASMnode_number
    If you are not using a cluster file system for your ASM Oracle home, then run the rm or delete commands mentioned in the previous step on each node on which the Oracle home exists.
    2) Deleting an Oracle Clusterware Home Using OUI in Silent Mode
    !!! Oracle recommends that you back up your voting disk and OCR files after you complete the node deletion process.
    If you ran the Oracle Interface Configuration Tool (OIFCFG) with the -global flag during the installation, then skip this step. Otherwise, from a node that is going to remain in your cluster, from the CRS_home/bin directory, run the following command where node2 is the name of the node that you are deleting:
    ./oifcfg delif –node node2
    Obtain the remote port number, which you will use in the next step, using the following command from the CRS_home/opmn/conf directory:
    cat ons.config
    From CRS_home/bin on a node that is going to remain in the cluster, run the Oracle Notification Service Utility (RACGONS) as in the following example where remote_port is the ONS remote port number that you obtained in the previous step and node2 is the name of the node that you are deleting:
    ./racgons remove_config node2:remote_port
    On the node to be deleted, run rootdelete.sh as the root user from the CRS_home/install directory. If you are deleting more than one node, then perform this step on all of the other nodes that you are deleting.
    From any node that you are not deleting, run the following command from the CRS_home/install directory as the root user where node2,node2-number represents the node and the node number that you want to delete:
    ./rootdeletenode.sh node2,node2-number
    If necessary, identify the node number using the following command on the node that you are deleting:
    CRS_home/bin/olsnodes -n
    Perform this step only if your are using a non-shared Oracle home. On the node or nodes to be deleted, run the following command from the CRS_home/oui/bin directory where node_to_be_deleted is the name of the node that you are deleting:
    ./runInstaller -updateNodeList ORACLE_HOME=CRS_home
    "CLUSTER_NODES={node_to_be_deleted}"
    CRS=TRUE -local
    Deinstall the Oracle Clusterware home from the node that you are deleting using OUI as follows by running the following command from the Oracle_home/oui/bin directory, where CRS_home is the name defined for the Oracle Clusterware home:
    ./runInstaller -deinstall –silent "REMOVE_HOMES={CRS_home}"
    Perform step 9 from the previous section about using OUI interactively under the heading "Deleting an Oracle Clusterware Home Using OUI in Interactive Mode".

  • Why Voting Disk & OCR not on ASM?

    What could be the reason not to have Voting disk and OCR on ASM.
    Is it that, we require Voting Disk and OCR before ASM? Any idea?

    user9198889 wrote:
    but this doesnt seem to be a problem with 11.2 anymore! oracle 11g r2 recomends storing ocr and voting disks on asm? why is does?
    how does it work ?
    i cant get my head around thisOn 11gR2 we can keep OCR and VOTE in ASM Diskgroup.
    see start process
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e10717/intro.htm#CEGDBFIE
    10g -> 11gR1, we create ASM diskgroup from database software
    11gR2, we create ASM diskgroup from cluster software.
    recomends storing ocr and voting disks on asm? why is does? 11gR2 not support raw devices, support ASM and CFS

  • What is difference between Startup upgrade and startup migration.

    what is difference between Startup upgrade and startup migration.

    I am having the metalink note.
    STARTUP MIGRATE was introduced in 9.2 as a mechanism to be sure that most everything that needs to be done to run an upgrade script or a patch script is done automatically. In the past, customers were expected to adjust certain initialization parameters prior to beginning an upgrade or applying a a patch,
    but most of this is now done automatically by STARTUP MIGRATE.
    When a customer starts a database in MIGRATE mode, the following ALTER SYSTEM
    commands will be set automatically:
    But i am not sure what exactly the meaning by startup upgrade.
    and exactly the startup upgrade and startup migrate

  • Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Shouldn't be having a problem, then. That's the version for ML. Try taking your question to the Safari forum - https://discussions.apple.com/community/mac_os/safari - that's where all the Safari experts hang out.
    Clinton

  • Scanner and OCR don't Work in Acrobat 10.1.7

    Up until yesterday, I was able to scan and OCR just fine.  Today I realized that e-mailed pdf's did not OCR, instead, I got an "Unknown Error" on every non searchable pdf I was sent.  I uninstalled and reinstalled, restarted, etc. and now, not only does the OCR not work, but now whenever I scan from my brother MFC scanner that worked fine yesterday, the scanning processing goes on forever with only black pages showing.  For instance, a one page BW scan showed over 10 pages before I exited the process.
    Also, e-mailing is much slower.
    Interestingly, my Scansnap works fine for OCR (though I'm sure that isn't using Acrobat) and search of pre-OCR'd docs work fine.  It's just frustrating that suddenly no docs e-mailed or faxed to me electronically can now be OCR'd.
    I've tried printing to acrobat to no avail.  I'd hate to have to print and re-scan just for OCR.
    Here's the system info
    Available Physical Memory: 947356 KB
    Available Virtual Memory: 3689228 KB
    BIOS Version: TOSINV - 1
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 10.00.9200.16521 (win8_gdr_soc_ie.130216-2100)
        Creation Date: 2013/07/10
        Creation Time: 9:00:54 AM
    Default Mail: Microsoft Office Outlook
        mapi32.dll
        Version: 1.0.2536.0 (win7_rtm.090713-1255)
        Creation Date: 2011/04/05
        Creation Time: 3:34:16 PM
    Graphics Card: NVIDIA GeForce 310M
        Version: 8.7.2.47873
        Check: Not Supported
    Installed Acrobat: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
        Version: 10.1.7.27
        Creation Date: 2013/05/10
        Creation Time: 3:57:36 AM
    Locale: English (United States)
    Monitor:
        Name: NVIDIA GeForce 310M
        Resolution: 1600 x 900 x 60
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows Vista
    OS Version: 6.1.7601  Service Pack 1
    Page File Space: 4194303 KB
    Processor: Intel64 Family 6 Model 37 Stepping 2  GenuineIntel  ~2128  Mhz
    System Name: OWNER-PC
    Temporary Directory: C:\Users\Owner\AppData\Local\Temp\
    Time Zone: Eastern Standard Time
    Total Physical Memory: 4053856 KB
    Total Virtual Memory: 4194176 KB
    User Name: Owner
    Windows Directory: C:\windows

    I'm scanning for malware now.  The "slow email" was not described well, I meant that the "send" command in acrobat is particularly slow.  My main issues are the sudden lack of OCR capability within Acrobat and the scanner issues.
    I'll see what happens with the malware scan and in the meantime any help would me much appreciated.

  • I'm a Dropbox user and I migrate between my iMac and a Toshiba notebook.  Is there Apple software that will work on the notebook allowing me to open Pages, Numbers or Keynote documents that I've placed in Dropbox?

    I'm a Dropbox user and I migrate between my iMac and a Toshiba notebook.  Anyone know if there is Apple software that will work on the Toshiba that will allow me to open Pages, Numbers or Keynote documents when I access them in Dropbox? 
    Maybe I should just always export from Pages into Word  (and likewise for the other types) before I upload to Dropbox?  I hope not!!

    If you don't want to export files and consider the Microsoft formats to be your basic working format, then you need to consider either using MsOffice for Mac or LibreOffice instead of the iWork suite.
    You could always run a virtualised OSX on the Toshiba, but I don't think Apple will appreciate me telling you how to do that.
    Peter

  • I  have a new Mac Pro computer and have migrated my files from my older computer to the new computer. In trying to open a Lightroom catalog on an external hard drive  I keep on getting the message "lightroom cannot use the catalog named " " because it is

    I  have a new Mac Pro computer and have migrated my files from my older computer to the new computer. In trying to open a Lightroom catalog on an external hard drive  I keep on getting the message "lightroom cannot use the catalog named " " because it is  not writable and cannot be opened. I have fixed all the "permissions" and yet it will still not open. How do I fix this?

    Hello Forum Members,
    I figured it out. You have to select  the actual logo of the Lightroom catalog and then click on  "get info" and allow what ever your new user name to "read and write". That worked!
    Henri Silberman

  • Got an iMac and used migration tool (PC to Mac). When I try iTunes i get The file "iTunes Library.itl" cannot be read because it was created by a newer version.... download iTunes now? but i have it already???

    I just got an iMac and used migration tool (PC to Mac). When I try to then open iTunes i get the message
    <The file "iTunes Library.itl" cannot be read because it was created by a newer version.... download iTunes now?>
    ...but i have it already downloaded, when I press download now, it tells me I already have it, but it still won't let me open iTunes???

    Unless you've tried to install an older version of iTunes that message likely indicates a corrupt library file. See Empty/corrupt library after upgrade/crash...
    tt2

  • I recently purchased a new Macbook Air and used migration to transfer old files from my old PC to the Mac, and now there are songs that I purchased through Itunes on my phone that are not on my Mac, how do I transfer these songs from the phone to the Mac?

    I recently purchased a new Macbook Air and used migration to transfer old files from my old PC to the Mac, and now there are songs that I purchased through Itunes on my phone that are not on my Mac, how do I transfer these songs from the phone to the Mac?

    dnunn wrote:
    ... how do I transfer these songs from the phone to the Mac?
    Transfer Purchases  >  http://support.apple.com/kb/HT1848
    Download Past Purchases  >  http://support.apple.com/kb/HT2519

  • When setting up converged network in VMM cluster and live migration virtual nics not working

    Hello Everyone,
    I am having issues setting up converged network in VMM.  I have been working with MS engineers to no avail.  I am very surprised with the expertise of the MS engineers.  They had no idea what a converged network even was.  I had way more
    experience then these guys and they said there was no escalation track so I am posting here in hopes of getting some assistance.
    Everyone including our consultants says my setup is correct. 
    What I want to do:
    I have servers with 5 nics and want to use 3 of the nics for a team and then configure cluster, live migration and host management as virtual network adapters.  I have created all my logical networks, port profile with the uplink defined as team and
    networks selected.  Created logical switch and associated portprofle.  When I deploy logical switch and create virtual network adapters the logical switch works for VMs and my management nic works as well.  Problem is that the cluster and live
    migration virtual nics do not work.  The correct Vlans get pulled in for the corresponding networks and If I run get-vmnetworkadaptervlan it shows cluster and live migration in vlans 14 and 15 which is correct.  However nics do not work at all.
    I finally decided to do this via the host in powershell and everything works fine which means this is definitely an issue with VMM.  I then imported host into VMM again but now I cannot use any of the objects I created and VMM and have to use standard
    switch.
    I am really losing faith in VMM fast. 
    Hosts are 2012 R2 and VMM is 2012 R2 all fresh builds with latest drivers
    Thanks

    Have you checked our whitepaper http://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a for how to configure this through VMM?
    Are you using static IP address assignment for those vNICs?
    Are you sure your are teaming the correct physical adapters where the VLANs are trunked through the connected ports?
    Note; if you create the teaming configuration outside of VMM, and then import the hosts to VMM, then VMM will not recognize the configuration. 
    The details should be all in this whitepaper.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

Maybe you are looking for

  • How to reference arrays dynamically?

    I have developed a sql query with a dynamic number of rows and columns. I know I can reference the rows by using a ' for i in 1..htmldb_application.g_f01(i) loop' and this is fine. I know that with a query with a standard number of columns you could

  • How I call  SAP BAPI IN ODI ?

    Hello This is possible in the ODI ? ODI make RFC Calls to SAP and Data post to SAP and return status flag /massage to ODI Please any one help me. Ranjeet Edited by: 892937 on 24.10.2011 07:34

  • Photoshop CS6 and OS X Yosemite version 10.10.1.

    I'm using Photoshop CS6 and just updated to OS X Yosemite version 10.10.1. Photoshop will no longer allow me to print from either of my printers. The message I get is "There was an error opening your printer. Printing functions will not be available

  • Where do i see what i bought in the store?

    I tredy to sycroniced my i pad after buying an app  . Is not working and i dont know  how to verify

  • Smart mailbox with multiple addresses

    It seams that creating a Smart Mailbox with "From" multiple addresses (comma separated) conditions works with INBOX emails... but the same idea does not work if it applies to SENT emails... any help?