Replacing global disk device

Hi,
Looking for suggestions, guidelines, HOWTOs, etc. for the following scenario.
SC 3.2, Sol 10 08/07
We have a 50GB global disk device on SANA in a two-node cluster. We need to replace this device with a LUN from SANB as part of our storage migration project. This device is also a quorum device, and it is the data directory for the Oracle application group in the cluster.
How do I stop the Oracle group but mount the disk for copying the data, and then how do I change the configuration to accept the new disk as the cluster and quorum device?
Thanks.

Tim,
thanks for the information. It's almost exactly what I need, but there's one more bit I need some guidance on. I realize this is kind of basic stuff, but it's been a while since the cluster was created and configured (along with the RG) and the administration has been pretty hands-off during that time period. How do I swap out the disk resource A for B? I was looking at the properties of the RG and the resource yesterday and it only seemed to be based on the mount point rather than the DID, but I would think that there is a setting/dependency configured for the actual DID somewhere in there.
Resource: epass-db-1-disk-u02
Type: SUNW.HAStoragePlus:4
Type_version: 4
Group: epass-db-1
R_description:
Resource_project_name: default
Enabled{mary}: True
Enabled{flora}: True
Monitored{mary}: True
Monitored{flora}: True
<resource name="epass-db-1-disk-u02" resourcetypeRef="SUNW.HAStoragePlus:4"
resourcegroupRef="epass-db-1">
<resourceNodeList>
<resourceNode nodeRef="mary">
<state value="enabled"/>
<monitoredState value="true"/>
</resourceNode>
<resourceNode nodeRef="flora">
<state value="enabled"/>
<monitoredState value="true"/>
</resourceNode>
</resourceNodeList>
<propertyList extension="false">
<property name="R_description" value=""/>
<property name="Resource_project_name" value="default"/>
<property name="Resource_dependencies" value=""/>
<property name="Resource_dependencies_weak" value=""/>
<property name="Resource_dependencies_restart" value=""/>
<property name="Resource_dependencies_offline_restart" value=""/>
<property name="Retry_interval" value="300" type="int"/>
<property name="Retry_count" value="2" type="int"/>
<property name="Failover_mode" value="SOFT" type="enum"/>
<property name="POSTNET_STOP_TIMEOUT" value="1800" type="int"/>
<property name="PRENET_START_TIMEOUT" value="1800" type="int"/>
<property name="MONITOR_CHECK_TIMEOUT" value="90" type="int"/>
<property name="MONITOR_STOP_TIMEOUT" value="90" type="int"/>
<property name="MONITOR_START_TIMEOUT" value="90" type="int"/>
<property name="INIT_TIMEOUT" value="1800" type="int"/>
<property name="UPDATE_TIMEOUT" value="1800" type="int"/>
<property name="VALIDATE_TIMEOUT" value="1800" type="int"/>
<property name="STOP_TIMEOUT" value="1800" type="int"/>
<property name="START_TIMEOUT" value="90" type="int"/>
</propertyList>
<propertyList extension="true">
<property name="Zpools" value="" type="stringarray"/>
<property name="FilesystemCheckCommand" value="" type="stringarray"/>
<property name="AffinityOn" value="TRUE" type="boolean"/>
<property name="FilesystemMountPoints" value="/u02" type="stringarray"/>
<property name="GlobalDevicePaths" value="" type="stringarray"/>
</propertyList>
</resource>
And on the off chance that it isn't configured to the DID, but should be, how do I set that to make this proper? There is an entry for /u02 in vfstab on both nodes. Is that the correct way? Again, it has been a long time since I set this up. :)

Similar Messages

  • How to add an virtual disk device

    I remember i have seen one doc describe how to add an virtual disk device in solaris system, but I forget it now, can somebody help me?

    not sure what you are trying to achieve...
    However you should not be referring to Luns via their logical device i.e. c0t0d0, but using the unique did device or the /global device. refer to scdidam -L which will list all the did devices across all nodes and map them to the logical device path.

  • SVM: migrating to a new disk device

    Hello,
    We have a 70GB LUN from one SAN disk array on a Solaris 10 server. This LUN has been configured into SVM using a single disk device and then carved up into soft partitions. We will need to migrate this LUN to a new disk array. Since SVM only sees this LUN as a disk slice and not as a metavolume, is there any way to mirror/replace the disk without disabling the applications that have been built on the soft partitions? In this case, we have several active Solaris Containers root file systems living on these soft partitions. Some metastat output to give you a better picture:
    # metastat -c
    d112 p 1.5GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d111 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d110 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d109 p 1.5GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d108 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d107 p 1.5GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d106 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d105 p 5.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d104 p 1.5GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d103 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d102 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    d101 p 3.0GB /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    # metastat d101
    d101: Soft Partition
    Device: /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0
    State: Okay
    Size: 6291456 blocks (3.0 GB)
    Device Start Block Dbase Reloc
    /dev/dsk/c4t600507630EFE08ED0000000000000105d0s0 0 No Yes
    Extent Start Block Block count
    0 1 6291456
    Device Relocation Information:
    Device Reloc Device ID
    /dev/dsk/c4t600507630EFE08ED0000000000000105d0 Yes id1,ssd@n600507630efe08ed0000000000000105
    I looked at the manual for "metareplace" and the language indicates that it would only work with a metavolume and not directly with the disk device.
    Thanks.

    Okay, there's two ways to use SPs and mirrors. The easist way in most cases is to create a large mirror, then carve the SPs out of it. But you really have to start off doing that. Trying to convert this layout to that would be annoying, assuming it's possible at all.
    The other way is to take the SP, toss a concat/stripe on it, then use that as the submirror base. It's a bit more annoying because you have to create the SPs on the other disk in the same manner.
    So you'd take a look at 'metastat -p' output. That shows the commands to recreate the current layout. Use the SP creation items, but run them on the second disk. This sets up a second set of SPs.
    Then take all the SPs and put a concat/stripe on them. So for one of the existing SPs (like d101), you'd do like this;
    metainit d151 1 1 d101
    Do that for all the SPs (on both disks). Now you can create the one-way mirrors from the currently-used side. As an example:
    metainit d201 -m d151
    Now you've got the mirror. The problem is that the filesystem is still mounted from d101. You've got to unmount from d101 and mount d201 before you can sync the mirror to the other side (that's the only step that can't be done online). Once the side is no longer mounted, you can sync up.
    metattach d201 d171 (or whatever you've named it).
    Good luck.
    Darren

  • When I run my hardware diagnostics I'm getting failures - WDC-WD64-00AAKS-65A7B2 SATA DISK DEVICE.

    When I run my hardware diagnostics I'm getting failures - WDC-WD64-00AAKS-65A7B2 SATA DISK DEVICE,
    HD535-5W, HD535-3W, HD535-2W.
    Thanks!!!

    That means exactly what it's telling you, the hard drive has failed or is about to fail and needs replacement.
    If the system still runs backup your data and create Recovery DVDs ASAP if you haven't already done so.

  • Error - #10008 Replace hard disk 1

    I am pretty sure my hard drive has gone bad from other posts I have been reading. 
    I dont need any data off of this device.  I actually was just about to start deleting old data so I could give this device to a family in need.  Went to start the computer to start this process.  However, when I went to do this it went to BSOD.  Messed with it a little bit, then I got BSOD.  I fillany figure out to run test and got the #10008 replace hard disk 1 error. 
    As I would still like to give this family this laptop, my question is:  Where could I buy a cheap replacement hard drive.  Is it hard to do? And I dont think I have a back up/ install disk to but on operating system.  What would I need to do to get that going and would it be affordable. 
    I am totally willing to put in the work to get it back up and going, but was woundering if anyone would be willing to give me some instruction on how to do this.
    Thanks a million for any advice and help. 
    This question was solved.
    View Solution.

    Hi,
    Regarding reinstalling the OS on  the new HDD, here are two options.
    1.  You can order a replacement set of Recovery Discs using the link below - these will reinstall the operating system, all required drivers and nearly all of the original software ( the exception often being trials of MS Office ).  They will also re-create all the original partitions, including the Recovery Partition.
    Order HP Recovery Discs.
    2.  Another option you could consider is to create your own Windows 7 installation disc.
    Before trying the following, make sure you can still read the 25 Character Product Activation key on your Windows COA label ( 5 blocks of 5 alpha/numeric sets ).
    An example of a COA Label can be seen Here.
    You can create a Windows 7 installation disc yourself using another PC - just download the correct Disc Image ( this must be the same version that originally came with your notebook - this is listed as Windows 7 Home Premium 64bit ) from the link below and use an application such as ImgBurn ( Note: You may want to de-select the additional software offerings during the installation of ImgBurn ) to burn the ISO correctly to a blank DVD - a guide on using ImgBurn to write an ISO to a disc is Here.  The Windows Image source is Digital River.
    Windows 7 Home Premium SP1 64bit.
    Use the disc to perform the installation, enter the Windows activation key found on the COA Label when requested and when the installation has completed, use the 'Phone Method' detailed in the link below to activate the OS - this method supported by Microsoft and is popular with people who just want a clean installation of Windows 7 without the additional software load normally bundled with OEM installations.
    http://www.kodyaz.com/articles/how-to-activate-windows-7-by-phone.aspx
    Additional drivers and software you may need can be found Here.
    Best regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • SC3.1, Sol10, SE6920 storage - global disk I/O query

    Hi, if there is anybody that could throw some light on this problem it is much appreciated !
    We have a cluster which I believe is not behaving as expected when dealing with disk I/O to the global storage (or my understanding of this is incorrect).
    In our certified 3 node (E2900) cluster with fiber attached 6920 storage (dual FC paths with MPXIO), we do not use SVM for global disk redundancy because there is hardware RAID. We are NOT using device groups nor metasets.
    In previous clusters we have always used SVM metasets as device groups to control the node ownership for the disks and I/O for a node not owning the disks was accessed via the interconnects.
    However, in this case I thought that all 3 nodes should have direct I/O to the global storage - is this correct?
    We have seen that write activity from all the nodes is only going through 1 node - how can this be? - how can we identify the node which has ownership for the global storage?
    thanks for you time,
    Trevor

    hi, not sure if this is exactly what you are looking for... the luns from se6920 are viewed as:
    1 sdp-1:/dev/rdsk/c0t0d0 /dev/did/rdsk/d1
    2 sdp-1:/dev/rdsk/c1t0d0 /dev/did/rdsk/d2
    3 sdp-1:/dev/rdsk/c1t1d0 /dev/did/rdsk/d3
    4 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003714d0 /dev/did/rdsk/d4
    5 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003362d0 /dev/did/rdsk/d5
    6 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000335Fd0 /dev/did/rdsk/d6
    7 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000335Cd0 /dev/did/rdsk/d7
    8 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003359d0 /dev/did/rdsk/d8
    9 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003356d0 /dev/did/rdsk/d9
    10 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003353d0 /dev/did/rdsk/d10
    11 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000370Bd0 /dev/did/rdsk/d11
    12 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003707d0 /dev/did/rdsk/d12
    13 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003703d0 /dev/did/rdsk/d13
    14 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000370Fd0 /dev/did/rdsk/d14
    15 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003350d0 /dev/did/rdsk/d15
    16 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000334Dd0 /dev/did/rdsk/d16
    17 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000334Ad0 /dev/did/rdsk/d17
    18 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003347d0 /dev/did/rdsk/d18
    19 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003344d0 /dev/did/rdsk/d19
    20 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003341d0 /dev/did/rdsk/d20
    21 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000333Ed0 /dev/did/rdsk/d21
    22 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000333Bd0 /dev/did/rdsk/d22
    23 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003338d0 /dev/did/rdsk/d23
    24 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003335d0 /dev/did/rdsk/d24
    25 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003332d0 /dev/did/rdsk/d25
    26 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000332Fd0 /dev/did/rdsk/d26
    27 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000332Cd0 /dev/did/rdsk/d27
    28 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003329d0 /dev/did/rdsk/d28
    29 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003326d0 /dev/did/rdsk/d29
    30 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003323d0 /dev/did/rdsk/d30
    31 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003320d0 /dev/did/rdsk/d31
    32 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000331Dd0 /dev/did/rdsk/d32
    33 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000331Ad0 /dev/did/rdsk/d33
    34 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003317d0 /dev/did/rdsk/d34
    35 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003314d0 /dev/did/rdsk/d35
    36 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003311d0 /dev/did/rdsk/d36
    37 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000330Ed0 /dev/did/rdsk/d37
    38 sdp-1:/dev/rdsk/c5t600015D00005AE00000000000000330Bd0 /dev/did/rdsk/d38
    39 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003308d0 /dev/did/rdsk/d39
    40 sdp-1:/dev/rdsk/c5t600015D00005AE000000000000003305d0 /dev/did/rdsk/d40
    but the mounted filesystems are:
    /dev/global/dsk/d5s6 /dev/global/rdsk/d5s6 /global/sdp ufs 2 yes global,logging
    when i write to the above filesystem from all 3 nodes, iostat only reports write activity from 1 of the nodes.

  • What are the best practices to replace a disk in 6140 ?

    What are the best practices to replace a disk in 6140?
    Regards

    The best way is to follow CAM Service Advisor instructions.

  • Unknown hard disk devices after LVM blunder

    Hi all,
    I have a rather weird hard disk partitioning setup because I always find myself needing to adjust my partitions from time to time. So I decided to create many logical partitions and put my personal data on an LVM partition that spans over multiple logical partitions... so that I could resize easily and create space for other stuff as required.
    The problem - I created a FAT32 file system on one of the partitions (/dev/sda16) that wasn't part of the LVM at the time (no resizing required). After doing this, I now have 2 disk devices (/dev/dm-0 and /dev/dm-1) that weren't / shouldn't be there. Also, the partitions that are part of the LVM setup are detected as FAT32 partitions by fdisk. The non-LVM changes I made with fdisk and parted while for LVM management I use Kvpm. I grew the LVM Volume group and Logical volumes to fill the disk, including the FAT32 partition I created earlier.
    Here is some output:
    [me@arch ~]$ sudo fdisk -l
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00034a0c
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 102400 7 HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2 13 5100 40857600 7 HPFS/NTFS
    /dev/sda3 5101 38913 271602922+ 5 Extended
    /dev/sda5 5101 7012 15358108+ 83 Linux
    /dev/sda6 7013 8924 15358108+ 83 Linux
    /dev/sda7 8925 12571 29294496 b W95 FAT32
    /dev/sda8 12572 16218 29294496 b W95 FAT32
    /dev/sda9 16219 19865 29294496 b W95 FAT32
    /dev/sda10 19866 23512 29294496 b W95 FAT32
    /dev/sda11 23513 27159 29294496 b W95 FAT32
    /dev/sda12 30807 34453 29294496 b W95 FAT32
    /dev/sda13 34454 38277 30716248+ 83 Linux
    /dev/sda14 38278 38520 1951866 b W95 FAT32
    /dev/sda15 38521 38913 3156741 82 Linux swap / Solaris
    /dev/sda16 27160 30806 29294496 83 Linux
    Partition table entries are not in disk order
    Disk /dev/dm-0: 230.7 GB, 230669942784 bytes
    255 heads, 63 sectors/track, 28044 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-0 doesn't contain a valid partition table
    Disk /dev/dm-1: 10.7 GB, 10737418240 bytes
    255 heads, 63 sectors/track, 1305 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-1 doesn't contain a valid partition table
    [me@arch ~]$ sudo blkid
    /dev/sda15: UUID="6b0ec9ff-af7b-47c9-a7e3-33c860f8c706" TYPE="swap"
    /dev/sda1: LABEL="System Reserved" UUID="FA481A59481A154B" TYPE="ntfs"
    /dev/sda2: UUID="E6AE2D34AE2CFF25" TYPE="ntfs"
    /dev/sda5: UUID="f0cb8bbe-7f41-442e-9f14-7b5aefa10ec0" TYPE="ext4"
    /dev/sda6: UUID="030136d1-7985-4ba8-af33-929bab660c69" TYPE="ext4"
    /dev/sda7: UUID="uuzBuM-OmD2-wvfg-X6cb-tuLY-4JTf-VVCcrJ" TYPE="LVM2_member"
    /dev/sda8: UUID="CoXf98-btzg-Mfm3-pXR9-dHfW-tsmk-LbkTwh" TYPE="LVM2_member"
    /dev/sda9: UUID="eBQ67Z-5RNv-Touw-GIpO-toW1-ZXCr-3uDKvR" TYPE="LVM2_member"
    /dev/sda10: UUID="x8L0nI-MgI8-XZ0B-cm9k-it7J-frxe-AdSMaw" TYPE="LVM2_member"
    /dev/sda11: UUID="FqO1Ca-60X4-br4P-FS3Y-1egf-ICrF-4cXr7W" TYPE="LVM2_member"
    /dev/sda12: UUID="WzWN75-mq6R-D25Y-Mz1n-883n-dsYT-wQrH1B" TYPE="LVM2_member"
    /dev/sda13: UUID="gqdPKd-1QhP-ya28-JmZ0-7hwU-00r1-swKu70" TYPE="LVM2_member"
    /dev/sda14: UUID="1258-EDB5" TYPE="vfat"
    /dev/sda16: UUID="cjdNvq-pm29-B5jE-YU4S-dLAi-N7JJ-RpJKDw" TYPE="LVM2_member"
    /dev/mapper/DataVolumeGroup-DataLogicalVolume: UUID="7eee3ccb-703c-4aad-918e-6e39488ea7b6" TYPE="ext4"
    /dev/mapper/DataVolumeGroup-ProxyCache: UUID="6db398c5-fd22-4998-acc7-10661ac136bc" TYPE="reiserfs"
    [me@arch ~]$ sudo pvdisplay
    --- Physical volume ---
    PV Name /dev/sda7
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID uuzBuM-OmD2-wvfg-X6cb-tuLY-4JTf-VVCcrJ
    --- Physical volume ---
    PV Name /dev/sda8
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID CoXf98-btzg-Mfm3-pXR9-dHfW-tsmk-LbkTwh
    --- Physical volume ---
    PV Name /dev/sda9
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID eBQ67Z-5RNv-Touw-GIpO-toW1-ZXCr-3uDKvR
    --- Physical volume ---
    PV Name /dev/sda10
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID x8L0nI-MgI8-XZ0B-cm9k-it7J-frxe-AdSMaw
    --- Physical volume ---
    PV Name /dev/sda13
    VG Name DataVolumeGroup
    PV Size 29.29 GiB / not usable 344.50 KiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7499
    Free PE 0
    Allocated PE 7499
    PV UUID gqdPKd-1QhP-ya28-JmZ0-7hwU-00r1-swKu70
    --- Physical volume ---
    PV Name /dev/sda11
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID FqO1Ca-60X4-br4P-FS3Y-1egf-ICrF-4cXr7W
    --- Physical volume ---
    PV Name /dev/sda16
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID cjdNvq-pm29-B5jE-YU4S-dLAi-N7JJ-RpJKDw
    --- Physical volume ---
    PV Name /dev/sda12
    VG Name DataVolumeGroup
    PV Size 27.94 GiB / not usable 3.91 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 7151
    Free PE 0
    Allocated PE 7151
    PV UUID WzWN75-mq6R-D25Y-Mz1n-883n-dsYT-wQrH1B
    [me@arch ~]$ sudo lvdisplay
    --- Logical volume ---
    LV Name /dev/DataVolumeGroup/DataLogicalVolume
    VG Name DataVolumeGroup
    LV UUID e7MjVc-JeR8-8Pz2-tiFY-2vwP-dVwq-B4q85K
    LV Write Access read/write
    LV Status available
    # open 1
    LV Size 214.83 GiB
    Current LE 54996
    Segments 8
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:0
    --- Logical volume ---
    LV Name /dev/DataVolumeGroup/ProxyCache
    VG Name DataVolumeGroup
    LV UUID LvKsfw-EqZU-gRTh-oZes-nP5c-Iw5I-0jBDja
    LV Write Access read/write
    LV Status available
    # open 2
    LV Size 10.00 GiB
    Current LE 2560
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:1
    And a kvpm screenshot
    So far, all partitions mount properly and the system works fine, but the bad output from fdisk and the new devices are unnerving. How can I fix this?
    Thanks in advance.

    bump if i may... sorry ppl.

  • Getting "replace hard disk error (#10008)" even after replacing hard disk

    Hi!
    My laptop- HP Pavillion dv 6502- is 4 years old.
    Recently, the hard disk supposedly crashed as I was not able to get anything other than a blank screen. I checked with BIOS diagnostics, and it showed error #10008- Replace Hard disk.
    So, I went to an hp service centre and got the hard disk replaced.
    My earlier hard drive was a Seagate 160 gb momentus 5400.3 disk.
    New one is the Seagate 250 gb disk.
    The laptop was working properly the day the hard disk was replaced. BIOS diagnostic status for the disk was "Passed"
    But, the very next day when i tried starting the system, I got a blank screen again. I again went to BIOS and ran the diagnostic test. I performed the test twice. It took a lot of time to finish- jumping from Reaching till '80% complete', then jumping back to '10% complete', then '90% complete', then '10% complete', and so on.. finally showing '100% complete' and status : #10008 - Replace hard disk - both the times.
    Then, I had to go out of station and so, I didn't touch my laptop for 2 days. When i came back, the computer was working fine and the BIOS test status said "Passed" for the disk
    What could be the problem due to which my problem wasn't starting earlier- even after replacement of disk? Is it possible that the disk was not the problem in the first place?

    Hi!
    Turned out the second new Hard disk was also not fine. I went back to the service centre and got the hard disk replaced again. This time the laptop has been working fine.

  • Imac 2006 - replace Install disk

    Hi all,
    I was trying to re-install Tiger in my (really OLD ) iMac 2006 24. However, seems like it the install disk is corrupted
    since the installation cannot continue after a point. To verify that the disk was the problem I did the disk verification
    step but it fails.
    This model is so old that I don't know what to do to replace the disk. However, I still want to use the computer since
    it's still OK for my parents since the only thing they need is just to check e-mail, skype and watching DVDs.
    Any ideas?
    thank you

    Make sure the disk is REALLY clean. No smudges or scratches. If that doesn't help you should be able to order a replacement set from Apple.

  • How to replace a disk within a parity space

    I have been searching the net for better documentation on this, but so far not a lot of information on what happens when I want to do the following (this is for home use - I am not a storage admin):
    I had a JBOD array with 8 disks in it.  3x3TB and 5x2TB.  I had this array thin provisioned to 45 TiB.  When I hit about 13 TiB of storage, the drive stopped accepting new data and it was time to expand.  This made sense to me as I had
    about 19 TB or 17.3 TiB of room, minus parity, I'm about there.  Perhaps I could have done more to maximize usage, but that point is moot now.  What I did was buy and add a new 4TB disk to the array.
    I had a Storage Pool containing all my disks, and I added this new 4TB disk to the pool.  I had a Virtual Disk sitting on that pool in Single Parity mode.  After adding the drive, I was unable to get the existing virtual disk to use that drive. 
    I imagine this was due to the number of columns previously allocated to the array.  I had some ideas on how to offload the data into a new Virtual Disk with more columns, but nothing really worked, so I bought 3 more 4TB disks, reduced my data footprint
    to 12TB, copied everything off, and destroyed the array.
    Next I re-built my media server and put the original 8 disks in place, along with the fourth new 4TB disk, as well as a 200 GB disk, a 600 GB disk, and a 1.5 TB disk that I had laying around.  I'm in day 2 of my copy operation from BackupDrive1
    to the new 12 disk array.  When that completes, I want to use that disk to replace the 200 GB disk I was using as a placeholder.
    Everything I read on the internet has been inconclusive to me thus far.  Microsoft's own documentation claims that replacing a disk is as simple as removing the old disk and adding the new one, but I don't think it is.  When I tested this
    using the 4TB disk and the other 3 oddballs with a smaller subset of data, it definitely wasn't as easy as that.
    My intuition tells me that what I am supposed to do is power down the server and replace the disk I intend to replace, then add that disk to the now degraded storage pool.  At that point I should remove the old drive from the pool and repair the virtual
    disk.  However, I am nervous that "removing" a drive will decrease the number of columns, and that in the end I won't be able to use the space from the 4TB drive.  I've seen questions on the net on how to replace a disk and none of them
    seem to specifically apply to parity spaces, most are talking about either simple spaces (not happening) and mirror spaces.  I understand the difference but Microsoft's implementation of this is not as straightforward as other products I have used. 
    In other cases it was as simple as this: Physically replace disk, receive prompt that your old disk is missing, but you have a new disk, and would you like to rebuild the data from the old disk on the new disk?  Yes?  Then wait patiently while
    we painfully write 4TB of 1's and 0's and you're good to go.  I want this button in Storage Spaces please.

    Shaon,
    Thanks for your reply.  However, this does not sufficiently answer my question.
    The 200GB, 600 GB and 1.5 TB drives are temporary drives, since from my experience, adding drives to an array with 8 or more drives does not work.  I want to replace these drives with 4TB drives, leaving the smallest drive at 2TB. 
    Also, I was under the assumption that parity (which I'm imagining works in storage spaces somewhat like RAID 50), claims a space for parity equal to the size of the largest drive in the bunch, not the smallest, leaving me with a total space equal to the sum
    of the drives minus 4TB.
    I have experimented with the suggested workflow, but through the GUI this does not work.  I add the new drive, remove the missing one, and get a popup explaining that my virtual disk will be "In Repair".  However, this popup vanishes before I can
    click OK (almost certainly a Microsoft bug).  If I click OK before I finish reading this, nothing happens.  The drive doesn't repair.  I need to retire the disk through PowerShell, and then use PowerShell to repair the virtual disk.  This
    works out OK for a while, but once I start using it, the new drive infallibly gives me an error of "Stale Metadata".  I have tried this with 3 different 4TB drives, so I have doubts that this is actually a hardware issue with the drives.  More than
    likely, this is a false positive caused by an issue with Storage Spaces.  It does give me pause on continuing to use the disk, so I end up swapping the old 200GB disk back in every time and the space works fine at that point.  Right now I am attempting
    to replace the 1.5 TB disk instead, to see if that does anything.  After that, I plan on running the Optimize-Volume -DriveLetter D -Analyze -Verbose cmdlet to attempt to rebalance the data on the disk.  Should I expect that command to do anything
    useful?
    Just a side comment, this product has been around for a solid 2 years now.  I've found the documentation to be almost non-existent, with the exception of one TechNet page that every question seems to have a link to in the answer.  This page helps
    almost no-one as it lacks in examples that apply to the questions that are asked.  It gives little information on parity spaces, and does not equivocally answer the one question that many parity space users have, "What is the correct workflow for growing
    my pool?"  I understand that in a mirrored situation, you can't grow the pool without adding a certain amount of disks, but if parity functions anything like RAID 50, this should not be a limitation.  It amazes me that this is the only document Microsoft
    seems to have regarding Storage Spaces, and this single document has seemingly never been updated.  Take this feedback however you will, I truly hope that more discussion will reach the right people and help Microsoft fix the issues with a product that
    actually has a lot of promise.

  • Raid and replacing a disk, do i need to reinstall software? (RAID 10)

    I have 4 250GB disks inside the Mac Pro, the first two are striped and the second two mirror the first two.
    This gives me, perfprmance and some redundancy (I think) I have only 500GB available in this config so it is quite expensive, but works for me, my question is
    "Can I replace the first disk from the set of four and then rely on the mirrord disks (3+4) to write data to the first disk, therby negating my need to do a restore?
    Can I use he mirror function (almost a hot swap scenario)?
    Views appreciated

    The final chapter is this saga,
    I replaced the disk and restarted my system, Disk utility was showing "degraded" for the raid config, I formatted the new drive created a new striped set but could not get the mirror to resynchronize , I tried the command line approach but after some time I was unsuccessful in getting the mirror to rebuild. So I thought this would be a good time to scratch all four disks and try softRAID as a solution, I purchased a full license but I discovered that softRaid only supports RAID 0 or RAID 1 and is not able to create a RAID 10 configuration. (James from SoftRAID explained that this was something being looked at for the future but one of the complexities was how to best represent RAID 10 graphically).
    In the end I went back to Apples Disk Utility tool to create my RAID 10 config (ie disk 1 and 2 striped to create set A, disk 3 and 4 striped to create set B and then set A and B mirrored together), restored from backup and all is well.
    I still need to figure out/learn how to add a replacement disk and then get the mirror to rebuild, but I proved that I could remove any one disk and still have a fully working/bootable system. Almost there......

  • Faild -replace hard disk 1 ( warranty id - error code 10008)

    faild -replace hard disk 1 ( warranty id - error code 10008)

    Hi,
    The error would indicate that your Hard Drive is failing and will need to be replaced.
    If your notebook is still under warranty, contact HP and arrange to have the drive replaced - you can check your warranty status Here.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    If you are out of warranty and would like a guide on replacing the Hard Drive yourself, please let me know - include the full Model No. and Product No. of the notebook ( from the service tag underneath your notebook ) - see Here for a further explanation.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How can i made a snapshot of a disk and replace the disk on another server solaris 11?

    Helo! I am trying to replace a disk on my solaris 11 with a snapshot of another server. I did the snapshot, but how can i send it to another server? I have try somethings, but It didnt work. Look:
    #first tentative
    zfs send /rpool/vdisk/srvdth05-ldom1.hdd0@snap1 | ssh 192.168.4.52 zfs recv /rpool/vdisk/'srvdth05-ldom1.hdd0'
    cannot open '/rpool/vdisk/srvdth05-ldom1.hdd0': invalid dataset name
    #second tentative
    root@srvdth03 # scp [email protected]:/rpool/vdisk/srvdth05-ldom1.hdd0@snap1 .
    Password:
    scp: /rpool/vdisk/srvdth05-ldom1.hdd0@snap1: No such file or directory
    #third tentative
    zfs send -i rpool/vdisk/srvdth05-ldom1.hdd0@snap1 | ssh 192.168.4.52 zfs recv "/rpool/vdisk/snaps"
    cannot receive: failed to read from stream
    #fourth tentative
    zfs send -Rv rpool/vdisk/srvdth05-ldom1.hdd0@snap1 > /rpool/snaps/vdisk-hdd0.snap2
    scp [email protected]:/rpool/snaps/vdisk-hdd0.snap2 .
    in the other host
    zfs receive -r rpool/vdisk/vdisk-hdd0@snap < /rpool/snaps/vdisk-hdd0.snap2
    cannot receive: can not specify snapshot name for multi-snapshot stream
    I dont know what to try anymore. Someone can help me please?

    Hi.
    This form is correct :
    zfs send rpool/vdisk/srvdth05-ldom1.hdd0@snap1 | ssh 192.168.4.52 zfs receive rpool/vdisk/'srvdth05-ldom1.hdd0
    Dataset name do not content first "/" at starting name.
    You can check  what datasets available with command:
    zfs list
    On system 192.168.4.52 you should preparare dataset.
    ssh 192.168.4.52
    zfs list | grep rpool
    zfs create -o mountpoint=none rpool/vdisk
    in case dataset rpool/vdisk/'srvdth05-ldom1.hdd0 on 192.168.4.52 olready present, you need add "-u"  for recv
    Read manual about zfs command for section send and recieve.
    man zfs
    Regards,
       Nik.

  • Hp Pavillon dv9700 --Windows Vista 32-bit--#10009 replace hard disk

    when i am trying to boot my laptop it say operation system not found.So i have done memory test for hard disk it says #10009 replace hard disk.
    1.Are there any ways to solve this issue.
    2.If not can i replace with higher memory hard disk .
    3.are there any ways to retrive the data from the old hard disk.
    4.what are all the reason why my hard disk get destroyed?

    Welcome to the HP Forum!
    pothulavijay wrote:
    when i am trying to boot my laptop it say operation system not found.So i have done memory test for hard disk it says #10009 replace hard disk.
    1.Are there any ways to solve this issue.
    2.If not can i replace with higher memory hard disk . Yes.
    3.are there any ways to retrive the data from the old hard disk. You can try putting it in an external enclosure to see if it can be read from the OS of another PC you have access to. There is no guarantee that it wil work.
    4.what are all the reason why my hard disk get destroyed? Sadly,It just happens. That is why many of us back up important information to an external hard disk.
    please identify your notebook with the p/n from the barcoded sticker on:
    the bottom of your notebook or on the first screen of the BIOS.
    Please post that information here and I will be able to provide you with more information
    If you notebook is still in warranty the hard drive can be replaced as a warranty item (at no cost  to you for the part).
    Kind regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

Maybe you are looking for