EVA 4400 disk performanc​e

Hi
We're running HP blade system on Hyper-V 2008 R2 cluster with EVA 4400 storage.
EVA has two disk groups
- diskgroup 0 (enclosuer 0) with 10 FC disks 400GB 10k
- diskgroup 1 (enclosure 1) with 8 FC disks 300GB 15k
We're dealing with a high impact on disk I/O performance on SQL servers running on Hyper-V hosts on VM (Win2008 + SQL 2008). 
R/W performance is between 20-30MB/s, but only on servers running SQL. On all other VM servers without SQL performance is between 50-60MB/s.
We have already consulted with Microsoft support, they didn't find any issues with cluster or VM, also there is no other HW impact on performance. 
The only conclusion by our appinion is that SQL servers are generating so many I/O requests, that EVA or HBA on hosts can't handle that.
Is this true, or how can we check that ? SQL profiler show normal activity, also there is no other issues with operating sistem, so we're certain that there must be some kidn of connection between VM - HOST - EVA.
Also running RW test directly on a host connected to EVA, Read results are between 200-300MB/s, but Write is between 60-100MB/s.
Any additional points how to proceed next are welcome.
Regards,
Miha

I think it might be beneficial to take a look at the array performance statistics. The evaperf can be found at c:\Program Files\Hewlett-Packard\EVA Performance Monitor if it is selected during CommandView installation. Some useful stats to collect are:
evaperf cs –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > controller.csv
evaperf hps –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > hostport.csv
evaperf vd –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > vdisk.csv
evaperf pdg –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > diskgroup.csv
evaperf pda –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > disk.csv
evaperf vdg –cont 60 -dur 3600 -csv -ts2 -sz xxxx-xxxx-xxxx-xxxx > vdiskgroup.csv
where xxxx-xxxx-xxxx-xxxx is the world wide name of the array e.g. 5000–1FE1–5000–A9F0. You can probably find it on the controller LCD or some serial number label sticker at the back.
Because window server command prompt does not support running command at the background (at least I do not know how) unlike hp-ux server, you will have to open several command prompt window and run these command at the same time. Then probably zip and posted it somewhere so that we can all take a look.
the 60 here means we make one collection every 60 seconds, and -dur 3600 means for a duration of 3600 seconds which is one hour. For a start, we do not want to collect huge amount of data. We probably want to collect one set when array has no problem, and one set when array has problem, then make a comparison

Similar Messages

  • Shared disk (SAN EVA 4400) configuration for ASM on linux RHEL5

    Hi all,
    I want to install RAC database (oracle 10g on RHEL5). Now we are configurind shared storage for the both servers (nodes). In disk configuration (SAN on EVA 4400) we have created the volume group for the disk to use for ASM and present the disk group to the servers. Actually when we check the server we cannot see the disk (shared storage).
    [root@cdr-analysis01 ~]# ls /dev/cciss/ -lR
    /dev/cciss/:
    total 0
    brw-r----- 1 root disk 104, 0 Jul 1 2009 c0d0
    brw-r----- 1 root disk 104, 1 Jul 1 14:29 c0d0p1
    brw-r----- 1 root disk 104, 2 Jul 1 14:29 c0d0p2
    brw-r----- 1 root disk 104, 3 Jul 1 14:29 c0d0p3
    brw-r----- 1 root disk 104, 4 Jul 1 2009 c0d0p4
    brw-r----- 1 root disk 104, 5 Jul 1 14:29 c0d0p5
    brw-r----- 1 root disk 104, 6 Jul 1 14:29 c0d0p6
    brw-r----- 1 root disk 104, 7 Jul 1 2009 c0d0p7
    brw-r----- 1 root disk 104, 8 Jul 1 14:29 c0d0p8
    (they are local disks not the shared disk)
    My questions are:
    - How to mount the disk to be seen in the server
    - How to configure the disk for ASM is there any document for this. In my knowledge the disk to use for ASM doesn't need to be formated with a file system and shouldn't see when we run the df command.
    Does anybody can help me as it's very urgent for us.
    Thank you
    Raitsarevo

    Hi all,
    NOw the disk is presented to server. but my actual problem is how to create shared partition of this disk for the servers.
    Our actual status is we have created one volume group with 500 Gb in the sun and this volume group is called vg_oradata. we will use this storage for OCR, voting disk and the databse file (ASM). A si know from documentation i have to create one shared partition for OCR, one shared partition for Voting disk and another for database.
    That i want to do is creating for example :
    ocr_partition (25 Gb) : for OCR
    vote_partition (25 Gb): for Voting disk
    oradata_part1 (150 Gb): for database (ASM)
    oradata_part2 (150 Gb): for database (ASM)
    oradata_part3 (150 Gb): for database (ASM)
    My problem is how to create this partition because when i'm trying to create it from Logical Volume Manager of Linux i cannot find them in to servers.
    I mean i'm new in system administrator and our SAN vendors also doesn't know how to it in LInux system.
    Could you help me please if possible.
    My system is Linux Red Hat Enterprise 5 and i'm going to use Oracle 1Og RAC.
    Thank you
    Lucienot

  • Shared partition creation (SAN EVA 4400) for OCR/Vote andASM on linux RHEL5

    Hi all,
    We are going to install database (Oracle 10g) with RAC on Linux Red Hat Enterprise 5. The storage we are using is SAN shared storage, out SAN vendor has finished to configure and present the dsk storage (500 Gb) to the 2 servers, the name of the volume group is VG_ORADATA. this volume will be used for OCR, VOting disk and ASM (database file).
    Our problem is to create and configure the shared partition for the 2 servers.
    Here is what i want to do, i want to create:
    ocr_partition (25 Gb) : for OCR
    vote_partition (25 Gb): for Voting disk
    oradata_part1 (150 Gb): for database (ASM)
    oradata_part2 (150 Gb): for database (ASM)
    oradata_part3 (150 Gb): for database (ASM)
    The problem is how to create these partiton an dto mount them for the 2 servers, what is the tools we have to use for this tasks. Can i use LVM (Logical Volume Manager) in linux for this tasks.
    Thanks for the help and need your help as it's very urgent for us.
    Thank you
    Raitsarevo.

    My thoughts.
    1. Your OCR partition size is too high by several orders of magnitudes. Read the docs and size it appropriately.
    2. Your Voting disk partition size is also far too large. Again read the docs and size it appropriately.
    3. If you have RAC you have one and only one database (not 3)
    4. ASM is not a database and requires no room on your SAN. ASM is an instance that must reside on your servers (nodes).
    5. Where are you putting your flashback recovery area, archived redo logs, flashback logs, etc?
    6. Where are you putting your online backup files?
    7. If you have ASM throw the LVM away. It will do nothing for you other than eat CPU.

  • HYPER-V 2012 R2 - EVA 4400 - Guest Centos 7 Virtual Fibre Channel

    Dear colleagues,
    We can't connect EVA4400 LUN's to virtual Guest Machine Centos 7 through virtual Fibre Channel. On the same configuration Guest Machine with Windows 2012 R2 works normally.
    [root@lstst log]# lsmod | grep hv_
    hv_utils               18357  0
    hv_netvsc              31253  0
    hv_storvsc             21881  2
    hv_vmbus              183547  6 hyperv_keyboard,hv_netvsc,hid_hyperv,hv_utils,hyperv_fb,hv_storvsc
    [root@lstst log]# lsscsi -ll
    [2:0:0:0]    disk    Msft     Virtual Disk     1.0   /dev/sda
      state=running queue_depth=200 scsi_level=5 type=0 device_blocked=0 timeout=180
      iocounterbits=32 iodone_cnt=0x1405 ioerr_cnt=0x0 iorequest_cnt=0x1405
      queue_type=simple
    [3:0:0:0]    disk                                    /dev/sdb
      state=running queue_depth=200 scsi_level=0 type=0 device_blocked=0 timeout=180
      iocounterbits=32 iodone_cnt=0x2a ioerr_cnt=0x0 iorequest_cnt=0x2a
      queue_type=simple
    [3:0:0:1]    disk                                    /dev/sdc
      state=running queue_depth=200 scsi_level=0 type=0 device_blocked=0 timeout=180
      iocounterbits=32 iodone_cnt=0x29 ioerr_cnt=0x0 iorequest_cnt=0x29
      queue_type=simple
    [4:0:0:0]    disk                                    /dev/sdd
      state=running queue_depth=200 scsi_level=0 type=0 device_blocked=0 timeout=180
      iocounterbits=32 iodone_cnt=0x28 ioerr_cnt=0x0 iorequest_cnt=0x28
      queue_type=simple
    [4:0:0:1]    disk                                    /dev/sde
      state=running queue_depth=200 scsi_level=0 type=0 device_blocked=0 timeout=180
      iocounterbits=32 iodone_cnt=0x28 ioerr_cnt=0x0 iorequest_cnt=0x28
      queue_type=simple
    [root@lstst log]# cat /proc/scsi/scsi
    Attached devices:
    Host: scsi2 Channel: 00 Id: 00 Lun: 00
      Vendor: Msft     Model: Virtual Disk     Rev: 1.0
      Type:   Direct-Access                    ANSI  SCSI revision: 04
    Host: scsi3 Channel: 00 Id: 00 Lun: 00
      Vendor:          Model:                  Rev:
      Type:   Direct-Access                    ANSI  SCSI revision: 00
    Host: scsi3 Channel: 00 Id: 00 Lun: 01
      Vendor:          Model:                  Rev:
      Type:   Direct-Access                    ANSI  SCSI revision: 00
    Host: scsi4 Channel: 00 Id: 00 Lun: 00
      Vendor:          Model:                  Rev:
      Type:   Direct-Access                    ANSI  SCSI revision: 00
    Host: scsi4 Channel: 00 Id: 00 Lun: 01
      Vendor:          Model:                  Rev:
      Type:   Direct-Access                    ANSI  SCSI revision: 00
    dmesg
    [  205.580687] hv_storvsc vmbus_0_6: cmd 0x28 scsi status 0x0 srb status 0x22
    [  205.585931] hv_storvsc vmbus_0_6: cmd 0x28 scsi status 0x0 srb status 0x22
    [  205.591237] hv_storvsc vmbus_0_5: cmd 0x28 scsi status 0x0 srb status 0x22
    [  205.591733] hv_storvsc vmbus_0_5: cmd 0x28 scsi status 0x0 srb status 0x22

    [root@lstst ~]# fdisk -l
    Disk /dev/sda: 42.9 GB, 42949672960 bytes, 83886080 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0000e8e7
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048     1026047      512000   83  Linux
    /dev/sda2         1026048    83886079    41430016   8e  Linux LVM
    Disk /dev/sdb: 0 MB, 512 bytes, 1 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk /dev/sdc: 0 MB, 512 bytes, 1 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk /dev/sde: 0 MB, 512 bytes, 1 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk /dev/sdd: 0 MB, 512 bytes, 1 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk /dev/mapper/centos-swap: 4177 MB, 4177526784 bytes, 8159232 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk /dev/mapper/centos-root: 38.2 GB, 38243663872 bytes, 74694656 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes

  • HP EVA 8400 full data backup

    Hello. 
    Can I make full data backup my EVA 8400 disk group's?

    Hello. 
    Can I make full data backup my EVA 8400 disk group's?

  • Hardware for ORACLE RAC.

    hi
    my company decided to migrate from Oracle Single instance to Oracle RAC . now we have to choice a hardware for it . I want to know which hardware is better for mid-size oracle rac database ? HP4300 (lefthand ) or EVA 4400 . the first one is cheaper and support 10g switches but the second one just support Fibre Channel .
    by the way , i want to know that does HP P4300 support oracle rac database ?
    thx in adv.
    Edited by: user9233061 on Mar 7, 2011 12:59 AM

    hi
    basically every machine can run Oracle RAC. It's a matter of tuning how well it performs.
    Also operating systems implies some issues and demands.
    The main HW issue with RAC is shared storage, so if you use disk array that can work with all RAC nodes, you're OK.
    You can configure it on direct connections (SAS) or network (iSCSI) or fiber channels. With or w/o redundancy.
    Go for it.
    Ask also the HP consultant for more details and opinions how they view the specific HW from database point of view.

  • Network Speed in VM not optimus

    Hello EveryBody
    We installed OVM 3.0.2. 2 OVM servers in a ProLiant BL460c G6 with 64gb & 1 OMV Manager in Oracle Linux 5.6. The storage is a SAN EVA 4400.
    We created some virtual machines like Oracle Linux 5.6 & 5.7 in 32 bits & 64 bits
    We noticed bad performance to copy files from and to the virtuals machines
    For example we made a scp of big file and the spped was 2 or 3 kbps
    Then we saw the Bug 10391121: NETWORK PERFORMANCE SEVERLY POOR WITH CURRENT BNX2X DRIVER DUE TO BUG
    Our intefaces in OVM Servers
    # dmesg | grep duplex
    [  230.811546] bnx2x 0000:02:00.0: eth0: NIC Link is Up, 1000 Mbps full duplex
    [  232.245728] bnx2x 0000:02:00.1: eth1: NIC Link is Up, 1000 Mbps full duplex
    We added to /etc/modprobe.conf
    options bnx2x disable_tpa=1
    Restarted the OVM Servers and the performace was better
    A secure copy like 10 o 11 MBps
    (OracleVM-Manager-3.0.1.iso 100% 2432MB 11.2MB/s 03:37)
    Nevertheless we have OVM 2.2.2 and the speed is like 20 or 30 MBps
    So we believe that the network performace speed is not the optimus
    Is there any other parameter that we can tune in order to improve the performance?
    Regards
    Alex Davila

    alex davila wrote:
    Is there any tuning parameters in OVM Server to improve the speed write to storage ?What storage are you using? Keep in mind that Oracle VM 3.0.2 uses sparse files by default. The slowdown is possible as the sparse file is expanded on disk. In 3.0.3 we provide the option to create non-sparse disk images. These images take much longer to create initially, as we allocate the entire storage upfront, but have more consistent performance.
    Also, you may want to try mapping physical LUNs (if you use FC/iSCSI) directly into your guest to see what performance you get on those.

  • 2012 RC: Where to download system.mom.backwardCompatibility.library 6.1.7221.0

    I have installed SCOM 2012 RC to evaluate if the HP storage system managment pack will be able to monitor our HP EVA 4400 SAN. When importing this MP it requires the following MP  system.mom.backwardCompatibility.library 6.1.7221.0. I can find
    an older version of this MP but not the required version 6.1.7221.0.
    Please assist? 
    [email protected]

    Hi,
    Please ensure the HP storage system management pack supports SCOM 2012 RC. As this is related to HP products, it is also recommended that you contact
    HP for confirmation and help:
    HP Support
    http://welcome.hp.com/country/us/en/support.html
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft
    does not guarantee the accuracy of this third-party contact information.
    Hope this helps.
    Thanks.
    Nicholas Li
    TechNet Community Support

  • Steps how to upgrade HP EVA 6400 Storage Upgrade/ 3*Disk Enclosure/ 28*600GB 15K FC HDD

    I want to know how to upgrade HP EVA 6400 Storage Upgrade/ 3*Disk Enclosure/ 28*600GB 15K FC HDD and Memory upgrade on  Existing X3800 Network Storage Systems.

    This appears to be for a commercial or non-consumer setup.
    You may get a better response from here.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • HP EVA 8100 - HSV210 - Windows Server 2012 disk display three times

    Hi together
    I have a problem with a HP EVA 8100 and the Windows Server 2012. When im presenting the disks in the HP Command View to the Server, the harddisk is display three times in the disk management.
    Here the view in the HP Command View:
    And here on the Server:
    On the server i had install all the drivers etc.
    It would be great if u could help me.
    Thanks alot and kind regards
    Lars

    Hi Vijay MC,
    When we meet the disk id conflict we can try to changed the disk ID of the disk id, you can use uniqueid to generate the new disk.
    Uniqueid
    http://technet.microsoft.com/en-us/library/cc730793.aspx
    The similar thread:
    "The disk is offline because it has a signature collision with another disk that is online" .... What can I do to change a hdd signature?____
    http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/the-disk-is-offline-because-it-has-a-signature/2e1f20c0-8fbb-4952-a789-a0f1578f1616
    I’m glad to be of help to you!

  • Understanding distribution of space in a disk group - HP EVA

    Dear Friends,
    I have been ripping my hairs apart for the last 1 month trying to understand how EVA works in order to split the space into different RSS (vRAID0,vRAID1,vRAID5,vRAID6) in a disk group. I work for a company who has got HP EVA P6550 SAN in their environment. We have M6625 enclosures and 300GB 15K SAS disks. Yesterday we installed the 13th enclosure (our boss has ordered 5 new disk enclosures), i have told him that we can only add 18 enclosures on the P6550. We are getting multiple requests from different projects for storage space (10TB, 15TB, 13TB and so on). Most of these requests mention that they require RAID5 redundancy from SAN level.  We have 3 disk groups defined in our SAN and we usually add new disks to these disk groups. What i do not understand is that the moment i add disks to existing disk groups , i can see vRAID0 RSS in the disk group is going on increasing , whereas vRAID5 and vRAID1 increase rarely. As i mentioned before whenever we create LUNs (vDISKS) we assign it to be vRAID5. In this situation what can i do in case i do not want to add any further space on vRAID0 since i am not goign to use it, also how can i mirate this hude space from vRAID0 onto my highly demand vRAID5 RSS....
    Sorry i may not be very clear in my explanation , please ask me in case you require any further information... Your help is appreciated as i failed miserably to find any info on this. Please help....

    i think it is not possible to migrate the space from one RSS to the other , however if some one can confirm that will be great

  • New disk from hp EVA

    Hello all
    I have a V440 running Solaris 9 with a Sun FC HBA (single-port) installed talking to a hp EVA 5000.
    Right now I have a 100GB vDisk presented to this system.
    Today I decied to create a second vDisk and presnet it to this same box but the OS is not aware of the new disk. I tried to use "devfsadm -C disk" to rescan the bus but the new disk was not found.
    What I have to do to see the new disk from the EVA?
    Cheers,
    Andreas

    After two days of hard work and digging the Sun documents site, I found the following:
    Execute the code below to re-scan the SCSI bus and identify any changes made in the storages, like adding or removing virtual disks.
    cfgadm -al -o show_FCP_dev c#where c# is the controller number allocated for your SAN
    bash-3.2# cfgadm -a
    Ap_Id                          Type         Receptacle   Occupant     Condition
    c5                             fc-fabric    connected    configured   unknown
    ...Cheers,
    Andreas
    Edited by: Bank_Of_New_Zealand on Oct 11, 2007 7:58 AM
    Edited by: Bank_Of_New_Zealand on Oct 11, 2007 8:01 AM

  • Disk Utility Unable to Probe Target Disk

    Hi All,
    iMac G5 iSight turns on to the blinking folder icon. Booted to a Tech Tools drive, tried repair disk in disk utility, it said it was unable to repair.
    Booted the G5 in Target disk mode, connected over firewire to a White Macbook. Eventually, the G5's hard drive turned up in Disk Utility but not on the desktop or in Finder. Tried to Mount the HD, that failed, and DU told me to repair the volume first. Initiated a repair through DU.
    The repair is taking quite a while, so I checked out console.
    Here's the console messages
    Oct 11 11:04:03 eva-gils-macbook diskarbitrationd[31]: unable to mount /dev/disk2s2 (status code 0x00000001).
    Oct 11 11:07:48 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:15:18 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:16:03 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:16:03 eva-gils-macbook diskarbitrationd[31]: unable to probe /dev/disk2s2 (status code 0xFFFFFFFC).
    Oct 11 11:17:33 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:24:18 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:25:03 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:25:03 eva-gils-macbook diskarbitrationd[31]: unable to probe /dev/disk2s2 (status code 0xFFFFFFFC).
    Oct 11 11:31:48 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:32:33 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:32:33 eva-gils-macbook diskarbitrationd[31]: unable to probe /dev/disk2s2 (status code 0xFFFFFFFC).
    Oct 11 11:36:18 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:40:03 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    Oct 11 11:43:48 eva-gils-macbook kernel[0]: disk2s2: I/O error.
    So, lots of Input Output errors and unable to probe. I'm wondering, does anyone have experience with this? Is the drive completely hosed? Is DU first aid still my best option? I'd love to get the seven years of stuff off that computer so I can back it up and wipe the HD.

    As expected, the disk formatted with MacDrive was recognized OK by my iMac. As soon as I connected it Time Machine offered to use it, I accepted and my first backup completed some time last night (I left it working and went to sleep).
    Any ideas about what could be happening with the hard drive?

  • Disk Utility gives error and does not rebuild mirrored RAID

    After having a HDD fail on a mirrored RAID I replaced the HDD and attempted to rebuild. Disk Utility reports via Console that it can not find an Apple Boot partition to check size and then fails to repair the RAID. Details follow.
    Mac OS X v.10.4.8 Server
    Power Mac G3 (Blue & White)
    512MB RAM
    20GB ATA HDD – boot device on internal ATA bus
    4x 160GB ATA HDDs - setup in RAID scheme on Sonnet ATA/133 PCI card
    RAID configured using Mac OS X v.10.4.8's Disk Utility and is an Apple RAID version 2.
    RAID scheme <from "diskutil checkRAID" cmd>:
    Welcome to Darwin!
    [myserver:~] myadminuser% diskutil checkRAID
    RAID SETS
    Name: Mirror_2
    Unique ID: 5FF8AD5F-0892-482D-B430-C7069D63AFD2
    Type: Mirror
    Status: Online
    Device Node: disk3
    Apple RAID Version: 2
    # Device Node UUID Status
    0 disk0s3 1FB48B00-3E52-4C29-8F05-2ED8BDAE4544 Online
    1 disk6s3 BF2E69C6-698E-4D6A-A2A9-FE8CDAD8A7B1 Online
    Name: Mirror_1
    Unique ID: B448A09D-EC10-41EE-BA45-4D4071A88EA5
    Type: Mirror
    Status: Degraded
    Device Node: disk5
    Apple RAID Version: 2
    # Device Node UUID Status
    1 disk2s3 09AD5705-CF67-48B3-8E31-79983BD4781A Online
    0 disk4s3 23EB1952-8B18-4400-A6FE-22C2F707C097 Failed
    Name: StorageRAID1
    Unique ID: 2B8349AB-F553-4FD2-8440-C575791DA858
    Type: Stripe
    Status: Online
    Device Node: disk7
    Apple RAID Version: 2
    # Device Node UUID Status
    0 disk3 5FF8AD5F-0892-482D-B430-C7069D63AFD2 Online
    1 disk5 B448A09D-EC10-41EE-BA45-4D4071A88EA5 Online
    I configured this RAID scheme (two two drive mirrors striped together) according to this kbase document: http://docs.info.apple.com/article.html?artnum=304377
    As shown in the above "diskutil checkRAID" output I have a failed HDD. So I replaced the HDD with another 160GB cold spare. I added the new drive to the mirror "Mirror_1" also known as disk5 and hit rebuild. Received the normal message that all data on the new drive I was adding would be erased.
    I then receive the following error immediately in the Console Log:
    Rebuilding RAID "Mirror_1"
    2006-12-15 23:50:24.741 DiskManagementTool [375] WARNING: Could not find Apple Boot partition to check it's size, skipping disk5s-1s.
    Rebuilding RAID slice "disk4s3"
    Just to stem some confusion, the device ID disk4s3 has been used by the system for both the old failed HDD and the new replacement HDD.
    The result of this attempted rebuild is I end up with all the data from Mirror_1 on the new HDD but the new HDD is not successfully added to the RAID, therefore Mirror_1 is still degraded and my problem not resolved.
    I ran the appropriate rebuild cmd from both the GUI Disk Utility as described and from the CLI "diskutil repairMirror disk5 disk4s3" but no joy.
    Any help would be greatly appreciated. This volume houses a large amount of important data including user home directories so while some offline time may be required data loss would not be very acceptable.
    Thanks in advance and I will be happy to provide more information as necessary.

    I guess doing it in Terminal would fail too:
    diskutil repairMirror disk5 disk4

  • Difficulty with SAN boot of solaris 10 (on V245) from HP EVA 4000 -

    Hi
    This is my first post. I'm trying to get my head around what's preventing me booting a V245 solaris 10 from a LUN presented from an HP EVA 4000.
    The machine boots up ok from a local disk. So, i've done the LUN masking (presentation) on the EVA and the Brocade zoning - solaris can see the disk.
    I've formated it close to the current internal root disk, and had used ufsdump/ufsrestore and installboot to copy the contents of / onto the new LUN , which i had mounted as /mnt.
    My problem is i just can't seem to get at the new disk at the ok prompt - i'm never quite sure that i'm booting from the correct disk.
    I believe all the compatibility with o/s qlc card drivers and the EVA are in order.
    The qlc HBA is as follows:
    Sun SG-XPCI2FC-QF2/x6768A 1077 2312 1077 10A and have suitable patch 119139-33
    Here's some output:
    root@bwdnbtsl02# uname -a
    SunOS bwdnbtsl02 5.10 Generic_137111-01 sun4u sparc SUNW,Sun-Fire-V245
    root@bwdnbtsl02#
    root@bwdnbtsl02# luxadm probe
    No Network Array enclosures found in /dev/es
    Found Fibre Channel device(s):
    Node WWN:50001fe15009df00 Device Type:Disk device
    Logical Path:/dev/rdsk/c4t600508B4001066A60000C00002B50000d0s2
    root@bwdnbtsl02#
    Now down at ok prompt, probe-scsi-all can see the EVA (HSV) LUNS
    (Here's a sample of the output)
    ok probe-scsi-all
    /pci@1f,700000/pci@0/SUNW,qlc@2,1
    ************************* Fabric Attached Devices ************************
    Adapter portId - 640100
    Device PortId 640000 DeviceId 1 WWPN 210000e08b8a3e4f
    Device PortId dc0000 DeviceId 2 WWPN 50001fe15009df09
    Lun 0 HP HSV200 6220
    Lun 1 DISK HP HSV200 6220
    Device PortId d20000 DeviceId 3 WWPN 50001fe150092f19
    Lun 0 HP HSV200 6220
    /pci@1f,700000/pci@0/SUNW,qlc@2
    ************************* Fabric Attached Devices ************************
    Adapter portId - 630100
    Device PortId 630000 DeviceId 1 WWPN 210100e08baa3e4f
    Device PortId 780000 DeviceId 2 WWPN 50001fe15009df08
    Lun 0 HP HSV200 6220
    Lun 1 DISK HP HSV200 6220
    Device PortId 6e0000 DeviceId 3 WWPN 50001fe150092f18
    Lun 0 HP HSV200 6220
    So, i attempt to boot with the following:
    ok boot /pci@1f,700000/pci@0/SUNW,qlc@2/fp@0,0/disk@w50001fe15009df08,0:a
    Boot device: /pci@1f,700000/pci@0/SUNW,qlc@2/fp@0,0/disk@w50001fe15009df08,0:a File and args:
    Can't read disk label.
    Can't open disk label package
    Can't open boot device
    {1} ok
    If anyone can put me straight here i'd be most grateful.
    thanks john

    hi,guys:
    i am interesting in your question. i have never try it like your experience.
    maybe the cause is drive . either the OS is running . the drive can load. or relation with the style of server .
    i think you can try it like the following again.
    when you install OS , you chocie EVA disk .
    remeber . if the test is complete. you must tell me .
    the following is my contact: [email protected]
    best regards

Maybe you are looking for

  • CHVW: some batches not found in chvw table.

    Hello everyone,     someone could explain to me why some movements of batches aren't included in this table? What does it depend? customizing maybe?     For example, some '321' movements are included but there's others '321' that don't appear.     Th

  • MS Office product key

    Where do I find the product key for MS Office?  I bought the HP Envy laptop with Office installed, however, I lost the product key.  Is there anyway to search the PC itself to obtain product key?

  • Internal order budget release

    hai, i have prepared internal order budget. how to release the budget?because system is saying that avilability control is not activated. govind.

  • OnKeyTyped ignores the Tab key

    Hello, using Windows XP, SP 3, JavaFX 1u1 on Java 1.6.0_11 with the NetBeans JavaFX plugin, I noticed that the onKey[Pressed/Released/Typed] functions would not get key events caused by pressing the Tab key. Is there any reason for that?

  • Embeding google charts in OBIEE?

    This is how the pie chart looks: http://chart.apis.google.com/chart?cht=pc&chd=t:1726729,1879074,316017&chs=450x300&chco=FF0000,00FF00 This is how the concentric chart looks: 'http://chart.apis.google.com/chart?cht=pc&chd=t:1726729,1879074,316017|568