Ocr and vote on raw for 10.2.0.1 install

Hello,
I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
The raw devices are not getting created and not sure why. I have followed the steps in note 443996.1 and 465001.1 and not having any luck. What am I missing here?
Here is the contents of the 55-oracle-naming.rules:
# cat /etc/udev/rules.d/55-oracle-naming.rules
# Configure persistent, user-defined Oracle Clusterware device file names
KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
and 60-raw.rules
# This file and interface are deprecated.
# Applications needing raw device access should open regular
# block devices with O_DIRECT.
# Enter raw device bindings here.
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
When I use udevtest, udevtest /block/sda/sda1, I get the following results;
[root@pdrn01 ~]# udevtest /block/sda/sda1
main: looking at device '/block/sda/sda1' from subsystem 'block'
run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
run_program: '/bin/bash' returned with status 0
udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
run_program: '/lib/udev/vol_id' returned with status 4
run_program: '/sbin/scsi_id'
run_program: '/sbin/scsi_id' returned with status 1
udev_rules_get_name: no node name set, will use kernel name 'sda1'
udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
main: run: '/sbin/multipath -v0 8:1'
main: run: 'socket:/org/kernel/udev/monitor'
main: run: '/lib/udev/udev_run_devd'
main: run: 'socket:/org/freedesktop/hal/udev_event'
main: run: '/sbin/pam_console_apply /dev/sda1 '
[root@pdrn01 ~]#
And 99-raw.rules output;
KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
So, any ideas or suggestions would be HUGELY appreciated!
TIA, Cheers!

Here is one note about raw device issue in release 5 and workaround.
Raw device technology deprecated in Release 5.
http://oraclepitstop.wordpress.com/2008/02/15/raw-devices-on-rhel-5-or-oel-5/
Ashok

Similar Messages

  • OCR and vote disk Allocation for shared raw storage with Solaris 10 questio

    Hi all,
    Current environment is Solaris 10 SPARC 64 bit OS with Hitachi SAN for shared storage and Sun E6900 servers.
    For Oracle 10g RAC (10.2) and ASM, I am setting up the vote disk and OCR files on shared raw storage area network.
    Assume that I have a 35Gb LUN carved out on raw device for the vote disk and OCR for a 2-node Oracle 10g RAC cluster and since the vote disk and OCR only require 120MB of storage, is there a way to use only a 120MB slice from the LUN or do I need to allocate the entire LUN/raw device to the vote disk?
    I am looking for a way to avoid wasting space for the OCR and vote disk with my 10g RAC cluster and we are using raw devices and Oracle 10g RAC Clusterware with Veritas filesystem for the disk management. Can I have several slices on Solaris 10 with raw shared storage (Hitachi) to triple mirror my OCR and vote disk files?
    It seems odd to have to use an entire 35GB LUN just for 2 small files: vote disk and OCR. Is there a way to partition a 120MB slice on one of the devices and allocate the rest to ASM?

    Hi
    In our RAC env.
    we have 1GB LUN for OCR and Voting Disk and 100GB LUN for ASM disk. we have 4 Node RAC env on AIX with 2 SAN storage on Hitachi system for our Application.
    we keept 1st Voting diks on SAN-1 2nd Voting Disk on SAN-2 and third voting on SAN-3.
    OCR disk on SAN1 and OCR_MIRROR Disk on SAN-2.
    we have ASM DIsk with Normal Redundancy . Failure Group 1 on SAN-1 and
    Failure Group 2 on SAN-2
    Regards
    Bharat

  • Install issue w/ 10.2.0.1, OEL5 using raw for ocr and vote

    Hello,
    I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
    The raw devices are not getting created and not sure why. I have followed the steps in note 443996.1 and 465001.1 and not having any luck. What am I missing here?
    Here is the contents of the 55-oracle-naming.rules:
    # cat /etc/udev/rules.d/55-oracle-naming.rules
    # Configure persistent, user-defined Oracle Clusterware device file names
    KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
    KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
    and 60-raw.rules
    # This file and interface are deprecated.
    # Applications needing raw device access should open regular
    # block devices with O_DIRECT.
    # Enter raw device bindings here.
    # An example would be:
    # ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
    # to bind /dev/raw/raw1 to /dev/sda, or
    # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
    # to bind /dev/raw/raw2 to the device with major 8, minor 1.
    ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
    ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
    When I use udevtest, udevtest /block/sda/sda1, I get the following results;
    [root@pdrn01 ~]# udevtest /block/sda/sda1
    main: looking at device '/block/sda/sda1' from subsystem 'block'
    run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
    run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
    run_program: '/bin/bash' returned with status 0
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
    run_program: '/lib/udev/vol_id' returned with status 4
    run_program: '/sbin/scsi_id'
    run_program: '/sbin/scsi_id' returned with status 1
    udev_rules_get_name: no node name set, will use kernel name 'sda1'
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
    This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
    udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
    main: run: '/sbin/multipath -v0 8:1'
    main: run: 'socket:/org/kernel/udev/monitor'
    main: run: '/lib/udev/udev_run_devd'
    main: run: 'socket:/org/freedesktop/hal/udev_event'
    main: run: '/sbin/pam_console_apply /dev/sda1 '
    [root@pdrn01 ~]#
    And 99-raw.rules output;
    KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
    KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
    So, any ideas or suggestions would be HUGELY appreciated!
    TIA, Cheers!

    Here is one note about raw device issue in release 5 and workaround.
    Raw device technology deprecated in Release 5.
    http://oraclepitstop.wordpress.com/2008/02/15/raw-devices-on-rhel-5-or-oel-5/
    Ashok

  • SAN for ocr and vote file  for Linux RAC

    Hi Experts,
    Based on Oracle document, i have to create 2 devices for the OCR and 3 for the VOTE in RAC.
    However, my boss think SAN maybe mirroe OCR and Vote file. It is enough for 1 location in SAN storage. It does not matter how many driver sidplay for user.
    Actually it is only one SAN in back side.
    Any Explain for OCR/VOTE file in SAN?
    Thnaks
    JIm

    The idea to have these multiplex copy is to reduce the single point of failure, non the less, that's reason you build RAC in the first place isn't?
    So if it's possible you'd better have redundancy on physical disk level (LUN etc) then logic level (volume, partition etc) then file level.
    Well I agree modern SAN are pretty reliable and had built in redundancy on physical and logic level, but if you only have single vote disk and OCR, your RAC is going to fail right away when vote disk and OCR has problem. The chances are if your OCR and Vote disk has logical corruption, the corruption is going to populated to your mirrors. Even if your mirror is good you still need to get mirror copy to replace working copy and restart cluster during the time your RAC is offline.
    With more than one OCR and voting disk, your RAC is likely to survive single OCR/vote disk failure, so you can fix the problem while RAC online.

  • Move OCR and Vote Disk to a new SAN

    Hi,
    Can you guys help me with some links/documents for moving OCR and Vote disk files from old SAN to new SAN.
    Both SAN will have ocfs2 formatted 3 partitions on which ocr and votedisk will be placed (normal redundancy).
    Oracle version 11g R2,
    OS linux 5.5
    RAC nodes : 2
    Datafiles on ASM
    OCR/Votedisk on ocfs2
    Regards,
    Ajay

    user7443016 wrote:
    Thanks for the reply, but all the examples were showing either ocfs2 to ASM or raw to ocfs2. could you just point out the high level steps for moving 3 ocr & votedisk files from one san to another(ocfs to ocfs).
    Hi Ajay,
    Steps will be same . It doesnt matter whether it is raw to ocfs2 or ocfs to ocfs.
    There will be change only how do you assign storage for OCR/voting disk.
    I have another doubt that, i already have 3 ocr files, can i add more ocr files pointing to another mount point? the same goes with votedisk.
    You can use replace option so there is no need to add 4th OCR disk.
    i found steps in one of the website: i have few doubts in it, could any one clarify it...All the steps seems to be fine.
    Moving OCR
    1) create mount point(new san - /u05) in all nodes
    2) precreate ocr files in new mount points (i am not sure how to do it? is it just touch and filename, its a ocfs2 file system)on ocfs you need to create file as below :
    dd if=/dev/zero of=/ocfs/OCR/ocrnew.dbf bs=1M count=128
    Also I would suggest to have a look at :
    'ocrconfig -replace ocr' Fails With PROT-16 [ID 444757.1]
    RAC Assurance Support Team: RAC Starter Kit and Best Practices (Linux) [ID 811306.1]
    Regards
    Rajesh

  • Installing 10.2.0.1 on OEL5, ocr and vote

    Hello,
    I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
    I have followed the steps in note 443996.1 and 465001.1 and not having any luck.
    Here is the contents of the 55-oracle-naming.rules:
    # cat /etc/udev/rules.d/55-oracle-naming.rules
    # Configure persistent, user-defined Oracle Clusterware device file names
    KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
    KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
    and 60-raw.rules
    # This file and interface are deprecated.
    # Applications needing raw device access should open regular
    # block devices with O_DIRECT.
    # Enter raw device bindings here.
    # An example would be:
    # ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
    # to bind /dev/raw/raw1 to /dev/sda, or
    # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
    # to bind /dev/raw/raw2 to the device with major 8, minor 1.
    ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
    ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
    The raw devices are not getting created and not sure why.
    When I use udevtest, udevtest /block/sda/sda1, I get the following results;
    [root@pdrn01 ~]# udevtest /block/sda/sda1
    main: looking at device '/block/sda/sda1' from subsystem 'block'
    run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
    run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
    run_program: '/bin/bash' returned with status 0
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
    run_program: '/lib/udev/vol_id' returned with status 4
    run_program: '/sbin/scsi_id'
    run_program: '/sbin/scsi_id' returned with status 1
    udev_rules_get_name: no node name set, will use kernel name 'sda1'
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
    This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
    udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
    main: run: '/sbin/multipath -v0 8:1'
    main: run: 'socket:/org/kernel/udev/monitor'
    main: run: '/lib/udev/udev_run_devd'
    main: run: 'socket:/org/freedesktop/hal/udev_event'
    main: run: '/sbin/pam_console_apply /dev/sda1 '
    [root@pdrn01 ~]#
    And 99-raw.rules output;
    KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
    KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
    What am I missing here?
    So, any ideas or suggestions would be HUGELY appreciated!
    TIA, Cheers!

    Great info regarding ASM, thanks.
    My issue is with RAW devices for ocr and vote. And I believe I have posted in this group incorrectly as I am dealing with RAC.
    Again, thanks for the info.
    Cheers!

  • About OCR and Vote Disk size

    Hallo,
    I have a simple question about OCR and Vote Disk in a 10g/11g RAC setup:
    official documentation speaks about sizing OCR and Vote Disk about 280 MB, but do they mean each OCR and Vote disk LUN ?
    In other words, for 2 OCR and 3 Vote disk I need 280*5 MB ( in multiple o single LUN)
    Is it so?
    thx in advance

    ottocolori wrote:
    Hallo,
    I have a simple question about OCR and Vote Disk in a 10g/11g RAC setup:
    official documentation speaks about sizing OCR and Vote Disk about 280 MB, but do they mean each OCR and Vote disk LUN ?
    In other words, for 2 OCR and 3 Vote disk I need 280*5 MB ( in multiple o single LUN)
    Is it so?
    thx in advanceYes. Also see Re: Reduce size of OCR file

  • Recover OCR and VOTE disk after complete corruption of ASM disk groups.

    Hi Gurus,
    I am simulating a recovery situation to perform recover of OCR and Vote files after complete corruption of ASM related disks and diskgroups. I have setup my environment as follows:\
    Environment: RAC
    OS: OEL 5.5 32-bit
    GI Version: 11.2.0.2.0
    ASM Disk groups: +OCR, +DATA
    OCR, Vote Files location: +OCR
    ASM Redundancy: External
    ASM Disks: /dev/asm-disk1, /dev/asm-disk2
    /dev/asm-disk1 - mapped on +OCR
    /dev/asm-disk2 - mapped on +DATA
    With the above configuration in place I have manually corrupted +OCR, +DATA diskgroups with dd command. I used this command to completely corrupt +OCR disk group.
    dd if=/dev/zero of=/dev/asm-disk1. I have manual backups as well as automatic backups of OCR and Vote disk. I am not using ASMLib.
    I followed this link:
    http://docs.oracle.com/cd/E11882_01/rac.112/e17264/adminoc.htm#TDPRC237
    When I tried to recover OCR file, I could not do so as there is no such diskgroup which ASM can restore the OCR, Voting disk to. I could not Re-create OCR and DATA diskgroups as I cannot connect to ASM instance. If you have a solution or workaround for my situation please describe it. That will be greatly appreciated.
    Thanks and Regards,
    Suresh.

    Please go through the following document which have the detailed steps to restore the OCR
    How to restore ASM based OCR after complete loss of the CRS diskgroup on Linux/Unix systems [ID 1062983.1]

  • OCR and VOT disk, in the same asm disk or different disks ?! and how ?!

    What Oracle recommends regarding the OCR and Voting disks in Rac 11gR2 on ASM ?!
    Making them under the same disk or different disks ?!
    and how ?!
    Thanks a lot,
    Regards,
    Gehad.

    Best practice is that OCR/Voting should be under ASM. Making them under the same disk or different disks depends upon the ASM diskgroup. If we want to keep it on seperate failover groups then we should create muliple failover group.
    For external : 1 ; Normal : 3 and higher : 5 asm diskgroups.
    I hope i would be clear ith my answers.
    Regards,
    Dheeraj Vaish

  • I installed update for OS X Mavericks 10.9.5, I Tunes 11.4, and Digital Camera RAW 5.07 shows as being installed but they all still show as updates available

    Installed update for OS X Maverick 10.9.5 and shows as being installed but also still shows as an available update in Apple store

    Kernel Panics today:
    Kernel Extensions in backtrace:
             com.apple.filesystems.smbfs(2.0.2)[E043DE0F-9336-3C61-9C82-F029B430A3EB]@0xffff ff7fabb77000->0xffffff7fabbc2fff
                dependency: com.apple.kec.corecrypto(1.0)[DB137B94-65D2-32AF-B5BC-80A360E104C3]@0xffffff7fa bb2b000
                dependency: com.apple.kext.triggers(1.0)[A7018A2E-1C0C-37B8-9382-67786A396EAF]@0xffffff7fab b72000
    Kernel Extensions in backtrace:
             com.apple.filesystems.smbfs(2.0.2)[E043DE0F-9336-3C61-9C82-F029B430A3EB]@0xffff ff7f85e2c000->0xffffff7f85e77fff
                dependency: com.apple.kec.corecrypto(1.0)[DB137B94-65D2-32AF-B5BC-80A360E104C3]@0xffffff7f8 3f2b000
                dependency: com.apple.kext.triggers(1.0)[A7018A2E-1C0C-37B8-9382-67786A396EAF]@0xffffff7f83 f72000
    BSD process name corresponding to current thread: Finder
    Mac OS version:
    13E28

  • I think i deleted itunes completely from my pc and tried to reinstall using remove/restore and have tried repeatedly for a week to download/install itunes to no avail - any tips on how to either retrieve or download new itunes as i have lost my music?

    hi - think i deleted itunes from my p.c and have tried repeatedly to reinstall using apple helplines etc. have tried add/remove to no avail - new install/downloads just not taking place - have lost 40 gig music as previous to this my p.c was not recognising my ipod classic - any helpful tips would be appreciated?

    I tried to reinstall everything but I get an error because 1) the older version of bonjour cannot be removed and 2) an older version of quicktime cannot be removed which then says that itunes can not be installed without quick time.
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour and QuickTime entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?

  • What username and password is used for a Mac on the Install of Adobe Reader,  (Step 8 in procedure)

    Is it a Mac or Adobe password used for installing Reader to a Mac OS? Doesn't. Say in step 8 of procedure.  We cannot. Get past this point.  Thanks.

    See https://forums.adobe.com/thread/1619850

  • I reinstalled my cs4 original and files in RAW do not open. I installed camera raw

    Could you help me please????
    thanks in advance
    Another thing: when I try to open some files i read a message about windows problem....

    Please elaborate, exact versions, OS, …
    What do you mean by »files in RAW« exactly?

  • OCR and votingdisk

    I believe that voting disk and CRS has to be raw devices..
    can we create OCR and votingdisk in directories.
    in RAC ?
    check here
    db1:/oradata/d01/CRS$ crsctl query css votedisk
    0. 0 /oradata/d01/CRS/VOTE
    1. 0 /oradata/d01/CRS/VOTE
    2. 0 /oradata/d01/CRS/VOTE
    located 3 votedisk(s).
    VOTE
    is the name of the voting disk.. where they've created this disk in the directory ccbs/oradata/u01/CRS
    am wondering how ?
    this is in solaris ?
    any idea ?
    I cannot find any symbolic links here als
    Please guide
    kai

    Hai Ashok,
    Yes we are using OCFS only... thanks for the info... I understand that if you are not formatting with OCFS, (ie.ASM) then you have to use OCR and VOTE DISK as raw device only right ?..If using OCFS,we can have OCR and votedisk in directories.. can u refer me some links to understand this RAC concepts well ?
    Hai Chandra,
    Thanks for the reply. yes they are OCR and voting disk only and they are updated every minute. yes.. crsctl query css votedisk displays the output and I understand by this command what are the configured voting disk that we have...is there any command to check the OCR like this ?..in Otherwords I want to display all the configured and mirrired ocr's.. any commands to display that ??
    thanks for helping pal s
    Kai

  • OCR and Voting disk SAN config

    Hi,
    On our standard SAN configuration I normally use RAID 1 for the OCR and Voting disk raw devices. I'm working with a site that has only RAID 5 for their entire SAN. Will RAID 5 be acceptable for the OCR and Voting disk devices?

    Hi,
    Yes, you can use it.
    It is better to use RAID 1+0, instead of RAID-5.
    OCR and voting disks takes very less space, So you can request to change RAID-5 (OCR and voting) disks to RAID 1+0 (OCR and voting) disks.
    Changing form RAID-5 to RAID 1+0 may not be require any downtime.
    Thanks.
    Abdul Rajak
    Message was edited by:
    Rajak
    Message was edited by:
    Rajak

Maybe you are looking for

  • Need comprehensive and step by step notes for PLD & QLD.

    Dear Experts, As I have to design plenty of reports in my SAP B1, I need to study PLD & QLD from the scratch. Can you please suggest me where can I get detailed information on them? Thanks in adv. Regards Anand

  • Mask not working properly

    I have two layers. The top layer has a layer mask, and the bottom layer is the background. After using black to hide parts of the top layer, I try to reveal those parts again with the white brush...nothing happens. I've tried everything. Brush select

  • Photos - not linked to SlideShow URL?

    Hello. I have three separate pages of photos. Two of them work absolutely fine. However, the third one (made at the same time as the other two) will not display larger images upon clicking on the thumbnails. All of the photos are present in the folde

  • HT4623 How can I activate my iphone after i upgraded it?

    How can I activate my iphone after i upgraded it?

  • Mac. iTunes. iPhoto. iPhone4s

    My Mac doesn't recognize my iPhone. Usually when I plug it in iPhoto pops up, now it doesn't. I recently updated my iPhone 4s to iOS7. My Mac is updated and so is my iTunes. I reset the computer, and turned my phone on and off. What am I doing wrong?