Replacing a root pool disk example

Replacing a root pool disk has several use cases:
1. Replace a small disk with a larger disk
2. Replace a failed disk with a replacement disk
3. Outright move a rpool to a different disk because you want to
The easiest way is to attach the replacement disk to an existing root pool disk.
I like this approach better than an outright replacement with zpool replace because
you can ensure the new disk is bootable while both disks are still attached.
On an x86 system running S11.1, its even easier (if you reinstall not upgrade) because your
rpool disk contains an EFI label and you don't have to mess with any labeling.
On a SPARC system running S11.1 or a SPARC or x86 system running S11, you'll still need to
apply an SMI (VTOC) label and s0, if necessary.
See the example below.
Thanks, Cindy
1. Create a new BE just to identify that all rpool data is available on the replacement
disk:
# beadm list
BE Active Mountpoint Space Policy Created
s11u1_24b NR / 4.02G static 2012-12-05 10:24
# beadm create s11u1_backup
# beadm list
BE Active Mountpoint Space Policy Created
s11u1_24b NR / 4.02G static 2012-12-05 10:24
s11u1_backup - - 172.0K static 2012-12-11 08:46
2. Identify the existing root pool disk. You can see that this disk has an EFI label because
the device identifier is d0, not s0.
# zpool status rpool
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
c0t5000CCA012C8323Cd0 ONLINE 0 0 0
3. Attach the replacement disk.
# zpool attach rpool c0t5000CCA012C8323Cd0 c0t5000C500438124F3d0
Make sure to wait until resilver is done before rebooting.
You will see a message from FMA that the pool device is DEGRADED. This
is because the pool data is being resilvered onto the new disk.
4. Check the resilvering progress:
# zpool status
pool: rpool
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function in a degraded state.
action: Wait for the resilver to complete.
Run 'zpool status -v' to see device specific details.
scan: resilver in progress since Tue Dec 11 08:49:57 2012
42.6G scanned out of 71.7G at 132M/s, 0h3m to go
42.6G resilvered, 59.44% done
config:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
c0t5000CCA012C8323Cd0 ONLINE 0 0 0
c0t5000C500438124F3d0 DEGRADED 0 0 0 (resilvering)
5. When resilvering is complete, check that you can boot from the new disk.
You will need to boot the new disk specifically from either a SPARC boot PROM
or an x86 BIOS.
# zpool status
pool: rpool
state: ONLINE
scan: resilvered 71.7G in 0h8m with 0 errors on Tue Dec 11 08:58:45 2012
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c0t5000CCA012C8323Cd0 ONLINE 0 0 0
c0t5000C500438124F3d0 ONLINE 0 0 0
6. If you can boot successfully from the new disk, detach the old disk.
# zpool detach rpool c0t5000CCA012C8323Cd0
Confirm your BE info is intact.
# beadm list
BE Active Mountpoint Space Policy Created
s11u1_24b NR / 4.03G static 2012-12-05 10:24
s11u1_backup - - 172.0K static 2012-12-11 08:46
7. If the new disk is larger than the existing disk, you will need to do one of the following
to see the expanded pool space.
# zpool set autoexpand=on rpool
# zpool online -e rpool c0t5000C500438124F3d0
8. Set the SPARC boot PROM or the x86 BIOS to boot from the new disk.

Where you're getting confused is that you do want to mirror, temporarily.
Make sure that s0 on the new disk covers the whole disk.
Then attach it the existing disk, as a mirror.
What for it to silver.
Then detach the old disk.
autoexpand is use when the existing disk is getting bigger. Thats not what you want to do.
You want to replace 1 disk with a second larger disk.

Similar Messages

  • Trouble mirroring root pool onto larger disk

    Hi,
    I have Solaris 11 Express with a root pool installed on a 500 GB disk. I'd like to migrate it to a 2 TB disk. I've followed the instructions on the ZFS troubleshooting guide (http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Replacing.2FRelabeling_the_Root_Pool_Disk) and the Oracle ZFS Administration Guide (http://download.oracle.com/docs/cd/E19253-01/819-5461/ghzvx/index.html) pretty carefully. However, things still don't work: after re-silvering, I switch my BIOS to boot from the 2 TB disk and at boot, some kind of error message appears for < 1 second before the machine reboots itself. Is there any way I can view this message? I.e., is this message written to the log anywhere?
    As far as I can tell, I've set up all the partitions and slices correctly (VTOC below). The only error message I get is when I do:
    # zpool attach rpool c9t0d0s0 c13d1s0
    (c9t0d0s0 is the 500 GB original disk, c13d1s0 is the 2 TB new disk)
    I get:
    invalid vdev specification
    use '-f' to override the following errors:
    /dev/dsk/c13d1s0 overlaps with /dev/dsk.c13d1s2
    But that's a well known bug and I use "-f" to force it since the backup slice shouldn't matter. If anyone has any ideas, I really appreciate it.
    Here's my disk layout
    =============================================================
    500 GB disk
    fdisk
    Total disk size is 60801 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 60800 60800 100
    VTOC:
    partition> p
    Current partition table (original):
    Total disk cylinders available: 60798 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 1 - 60797 465.73GB (60797/0/0) 976703805
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 60797 465.74GB (60798/0/0) 976719870
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    =============================================================
    2 TB disk:
    fdisk:
    Total disk size is 60799 cylinders
    Cylinder size is 64260 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 60798 60798 100
    VTOC:
    partition> p
    Current partition table (original):
    Total disk cylinders available: 60796 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 1 - 60795 1.82TB (60795/0/0) 3906686700
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 60795 1.82TB (60796/0/0) 3906750960
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 31.38MB (1/0/0) 64260
    9 unassigned wm 0 0 (0/0/0) 0
    =============================================================

    Thanks for the suggestions! I fixed the problem. I took a video of the boot sequence using my iPhone and managed to catch the error messages. It appears that ZFS (specifically, zpools) aren't very robust to devices changing ports (i.e., names).
    My original boot device (500 GB) was on c9t0d0 (SATA port 0). My new boot device was on port c13d1 (on a PCI SATA card). The problem was a combination of devices getting renamed.
    After successfully attaching the 2TB disk to create a mirror, I of course could boot off the original 500GB disk. The problem was I didn't try to boot off the 2TB disk on the PCI card. Instead I swapped the cables, which led to the zpool freaking out about not being able to find the device (I only discovered this through the video! Automatic reboot on a kernel panic might not be such a great idea after all...). The other thing I originally tried was removing the 500 GB disk and try booting off the PCI card, but it seems that my BIOS isn't very robust to devices being removed either - it renames devices in its "list of hard drives" in such a way that it fails to boot from the default device. Manually rearranging the list, or using the boot sequence selector (F8) made it all work.
    In the end, since I really didn't want to boot off a PCI card, I simply detached the 500 GB disk, attached a different 2 TB disk to SATA port 0, and mirrored onto that. Finally, I detached the 2 TB disk on the PCI card (I don't have enough physical slots in the machine to hold that last disk!).
    Just to tie up any loose ends, does anyone know how to tell ZFS that a device has changed position (or name)? My data zpool is running pretty happily as in raid-z2. But if I take one of the disks and attach it to another SATA port, it complains that the device is missing. If I do a zpool replace, is it smart enough to recognize that the disk simply moved, and not waste a day re-silvering?
    Similarly, is there a way to change the port of a disk attached to the root pool without using an extra disk and doing two mirrors?
    Thanks!

  • ZFS Root Pool Restore of a EFI labelled Disk

    Hi Team
    Please let me know the procedure for backup and restore of a EFI labelled root pool using zfs send/receive.
    Note - original operating system is installed on a t5 server with latest firmware,here the default disk label will be EFl instead of SMI as in the case of earlier firmware version.
    operation system is Solaris 11.1.
    Also need to know how to expand lun which is formatted with EFI labelled disk without losing its data.
    Expecting a positive response soon
    Regards
    Arun

    Hi ,
    What you need to do is very easy here is a procedure that i use:
    1)  make a snapshot off the rpool
           zfs snapshot -r rpool@<snapshotname>
    2) send that snapshot somewhere safe
           zpool destroy rpool/dump<snapshotname>
           zpool destroy rpool/swap@<snapshotname>
           zpool send -R rpool@<snapshotname | gzip > /net/<ipaddress>/<share>/<snapshotname>.gz
    3) Once the above is done you can do the following.
         Boot from DVD make sure you ahe a disk available and start creating the rpool.
         The rpool can be created with EFI or SMI label
         so for example to use EFI label zpool create c0d0
                               to use SMI label zpool create c0d0s0 => make sure that the disk is labeled and that all cylinders are in s0.
    4) create a new boot env
          zpool create rpool <disk>
    5) import the data again.
         gzcat /mnt/<snapshotname>.qz | zfs receive -Fv rpool
          zfs create -V 4G rpool/dump
         zfs create -V 4G rpool/swap
    6) check a list off bootenv
            beadm list
            beadm mount <bootenv> /tmp/mnt
            bootadm install-bootloader -P rpool
           devfsadm -Cn -r /tmp/mnt
           touch /tmp/mnt/reconfigure
           beadm umount <bootenv>
           beadm activate <bootenv>
    This is for Solaris 11 but it also works for Solaris 10 only the last part number 6 is different.
    I need to look this up again but if i remember again you need to set the following for solaris 10 bootfs that needs to be set on the rpool
    If you want i have a script that makes a backup off the rpool towards a nfs share.
    Hope this helps
    Regards
    Filip

  • Scrub ZFS root pool

    Does anyone see any issue in having a cron job that scrubs the ZFS root pool rpool periodically?
    Let's say every Sunday at midnight (00:00 of Sunday).

    Hi ,
    What you need to do is very easy here is a procedure that i use:
    1)  make a snapshot off the rpool
           zfs snapshot -r rpool@<snapshotname>
    2) send that snapshot somewhere safe
           zpool destroy rpool/dump<snapshotname>
           zpool destroy rpool/swap@<snapshotname>
           zpool send -R rpool@<snapshotname | gzip > /net/<ipaddress>/<share>/<snapshotname>.gz
    3) Once the above is done you can do the following.
         Boot from DVD make sure you ahe a disk available and start creating the rpool.
         The rpool can be created with EFI or SMI label
         so for example to use EFI label zpool create c0d0
                               to use SMI label zpool create c0d0s0 => make sure that the disk is labeled and that all cylinders are in s0.
    4) create a new boot env
          zpool create rpool <disk>
    5) import the data again.
         gzcat /mnt/<snapshotname>.qz | zfs receive -Fv rpool
          zfs create -V 4G rpool/dump
         zfs create -V 4G rpool/swap
    6) check a list off bootenv
            beadm list
            beadm mount <bootenv> /tmp/mnt
            bootadm install-bootloader -P rpool
           devfsadm -Cn -r /tmp/mnt
           touch /tmp/mnt/reconfigure
           beadm umount <bootenv>
           beadm activate <bootenv>
    This is for Solaris 11 but it also works for Solaris 10 only the last part number 6 is different.
    I need to look this up again but if i remember again you need to set the following for solaris 10 bootfs that needs to be set on the rpool
    If you want i have a script that makes a backup off the rpool towards a nfs share.
    Hope this helps
    Regards
    Filip

  • S10 x86 ZFS on VMWare - Increase root pool?

    I'm running Solaris 10 x86 on VMWare.
    I need more space in the zfs root pool.
    I doubled the provisioned space in Hard disk 1, but it is not visible to the VM (format).
    I tried creating a 2nd HD, but root pool can't have multiple VDEVs.
    How can I add space to my root pool without rebuilding?

    Hi,
    This is what I did in single user (it may fail in multi user):
    -> format -> partition -> print
    Current partition table (original):
    Total disk cylinders available: 1302 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 1 - 1301 9.97GB (1301/0/0) 20900565
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wm 0 - 1301 9.97GB (1302/0/0) 20916630
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    -> format -> fdisk
    Total disk size is 1566 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 1304 1304 83
    -> format -> fdisk -> delete partition 1
    -> format -> fdisk -> create SOLARIS2 partition with 100% of the disk
    Total disk size is 1566 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 1565 1565 100
    format -> partition -> print
    Current partition table (original):
    Total disk cylinders available: 1563 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 0 0 (0/0/0) 0
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 1562 11.97GB (1563/0/0) 25109595
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    -> format -> partition -> 0 cyl=1 size=1562e
    Current partition table (unnamed):
    Total disk cylinders available: 1563 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 1 - 1562 11.97GB (1562/0/0) 25093530
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 1562 11.97GB (1563/0/0) 25109595
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    -> format -> partition -> label
    zpool set autoexpand=on rpool
    zpool list
    zpool scrub rpool
    zpool status
    Best regards,
    Ibraima

  • Cost of replacing iMac 27 hard disk

    Anybody know the likely cost of replacing a dead hard disk, 1 TB, in a 2010 27inch iMac?

    Or  possibly even more, get on the telephone and begin calling AASP's in  your area for information.

  • How to replace the root tag in ABAP Mapping

    how to replace the root tag with the certain string in ABAP Mapping
    just like
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
         <name>Lawrence</name>
    </root>
    into
    <?xml version="1.0" encoding="UTF-8"?>
    <myRootElement>
         <name>Lawrence</name>
    </myRootElement>
    i don't want to implement it in message mapping
    please give me the sample code
    thanks in advance

    Use below code
    odocument = ixmlfactory->create_document( ).
    msgtype = odocument->create_simple_element(
    name = 'myRootElement'
    parent = odocument ).
    Thanks
    Praveen

  • Replacing the root node in a DefaultTreeModel

    how do i do it? i have added all my listeners to the tree and would simply like to replace the root in the model but it is not working?
    can anyone tell me how? .. i have everything set up and working but when i try to replace the DefaultMutableTreeNode "root" with the new DefaultMutableTreeNode "new_root" it doesn't work?
    help!

    did you tried:
    model.setRoot(<newRoot>);??

  • Replace a failed boot disk managed by SVM

    Hi,
    I'm new to SVM and would like to seek assistance in replacing a failed boot disk on a SunFire V490. The disk is managed by SVM.
    Would anyone have a list of the steps/commands in order that will need to be followed in order to replace a failed boot disk that is managed by SVM?
    Here is the output of 'metastat' and 'metadb' from my system (sorry for the long message):
    metadb -i
    flags first blk block count
    Wm p l 16 8192 /dev/dsk/c2t0d0s7
    W p l 8208 8192 /dev/dsk/c2t0d0s7
    a p luo 16 8192 /dev/dsk/c2t1d0s7
    a p luo 8208 8192 /dev/dsk/c2t1d0s7
    metastat
    d34: Mirror
    Submirror 0: d14
    State: Needs maintenance
    Submirror 1: d24
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 102411264 blocks (48 GB)
    d14: Submirror of d34
    State: Needs maintenance
    Invoke: metareplace d34 c2t0d0s4 <new device>
    Size: 102411264 blocks (48 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s4 0 No Maintenance Yes
    d24: Submirror of d34
    State: Okay
    Size: 102411264 blocks (48 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s4 0 No Okay Yes
    d33: Mirror
    Submirror 0: d13
    State: Needs maintenance
    Submirror 1: d23
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 40968576 blocks (19 GB)
    d13: Submirror of d33
    State: Needs maintenance
    Invoke: metareplace d33 c2t0d0s3 <new device>
    Size: 40968576 blocks (19 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s3 0 No Maintenance Yes
    d23: Submirror of d33
    State: Okay
    Size: 40968576 blocks (19 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s3 0 No Okay Yes
    d31: Mirror
    Submirror 0: d11
    State: Needs maintenance
    Submirror 1: d21
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 24585216 blocks (11 GB)
    d11: Submirror of d31
    State: Needs maintenance
    Invoke: metareplace d31 c2t0d0s1 <new device>
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s1 0 No Maintenance Yes
    d21: Submirror of d31
    State: Okay
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s1 0 No Okay Yes
    d30: Mirror
    Submirror 0: d10
    State: Needs maintenance
    Submirror 1: d20
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 24585216 blocks (11 GB)
    d10: Submirror of d30
    State: Needs maintenance
    Invoke: metareplace d30 c2t0d0s0 <new device>
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s0 0 No Maintenance Yes
    d20: Submirror of d30
    State: Okay
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s0 0 No Okay Yes
    d35: Mirror
    Submirror 0: d15
    State: Needs maintenance
    Submirror 1: d25
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 24585216 blocks (11 GB)
    d15: Submirror of d35
    State: Needs maintenance
    Invoke: metareplace d35 c2t0d0s5 <new device>
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s5 0 No Maintenance Yes
    d25: Submirror of d35
    State: Okay
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s5 0 No Okay Yes
    d36: Mirror
    Submirror 0: d16
    State: Needs maintenance
    Submirror 1: d26
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 65553792 blocks (31 GB)
    d16: Submirror of d36
    State: Needs maintenance
    Invoke: metareplace d36 c2t0d0s6 <new device>
    Size: 65553792 blocks (31 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t0d0s6 0 No Maintenance Yes
    d26: Submirror of d36
    State: Okay
    Size: 65553792 blocks (31 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c2t1d0s6 0 No Okay Yes
    hsp001: is empty
    Device Relocation Information:
    Device Reloc Device ID
    c2t1d0 Yes id1,ssd@n500000e01495a300
    c2t0d0 Yes id1,ssd@n500000e01495b9b0

    High level instructions:
    Use 'metadb -d' to delete any replicas on the failed disk.
    If all the metadevices on the disk have already failed, remove disk.
    Replace disk.
    Partition disk.
    Use 'metadb -a' to add replicas to new disk.
    Use 'metareplace' (as shown in metastat output) to replace each of the failed metadevices (You don't actually have to list the new storage. It'll try the old name by default).
    Everything should be green after that.
    http://www.brandonhutchinson.com/Replacing_a_failed_disk_with_DiskSuite.html
    Darren

  • Will Apple replace scratched Mac OS disks?

    Okay, the first month I had my MacBook in June, it was perfect, but than after awhile, I noticed that when you closed the MacBook, the screen, was a little slid to the left, so It wasnt aligned right with the keyboard part, and when the BlackBook is open, the top part of the bottom case is coming off and I can slide a fingernail through it. Anyone know what I am saying?
    But anyways, I decided, I was going to call AppleCare and get it sent in. But before I had to do that, I wanted to erase the hard drive, since I don't feel comfortable passing personal information through my MacBook, and its not like I had any real important files on it. So I put the Mac OS disk in to erase it, and now the disks are so scratched up that they won't work unless you keep on putting it in and like on the 5th try it will work.
    So 2 questions:
    Will Apple repair the case problem?
    Will Apple replaced my scratched MacBook disks?
    Black MacBook 2.0GHZ I 512 MB RAM I 80 GB HD   Mac OS X (10.4.7)   Also have an iMac G3 TrayLoader 333 MHZ

    Does the issue with the case affect the performance
    of the computer? If not, Apple may consider it a
    "cosmetic" issue and those are not covered by the
    warranty or an AppleCare Protection Plan.
    If the computer scratched your disks, then yes,
    AppleCare should replace them and service your
    optical drive. If you scratched them, then they may
    charge you around $60 to replace them.
    -Doug
    not really doug...although the bezel disallignment is cosmetic, it is clearly a factory defect, not like scratches or something like that...think discoloration
     Mac Mini Intel Core Solo- 1 GB RAM- Superdrive- Production week 18 Mac OS X (10.4.7)

  • Request for Procedure to replace a faulty hard disk on X1070 hardware

                       Hi,
                       Can I get a procedure document on how to replace a faulty hard disk setup up in RAID 1+0 configuration and the applaince is setup to be part of a cluster. 
    Regards,
    Many Thanks

    Were you able to get the information you need on the faulty drive?  The drives are hot swappable, except on X150/X160 appliances.  Replacing the drive should automatically kick off the rebuild, and should not have any impact on clustering.
    Just open a support case with TAC, and we can swap out the drive, if you are still under contract.
    Incase the full KB article was reachable...
    The full eKB can be found:
    https://ironport.custhelp.com/app/answers/list
    The drives on a 1U IronPort appliance will no longer be replaced.  Instead, a replacement device will be shipped for any RAID issues.  This applies to the C1xx, M160 and S160 devices.
    To replace a drive on a 2U IronPort appliance:
       1. While the system is running normally, unlatch the original drive and slide it out.
       2. Slide in the replacement drive and latch it into place.
    To replace a drive on C170 and S170, please kindly see the below document link:
    KB article 1815
    After a short time, the lights will begin blinking indicating the RAID container is being rebuilt. While the rebuild is happening, you may receive more RAID alerts - this is normal. The rebuild may slow mail throughput on busier systems, but otherwise has no effect on normal operations. This process can take a few hours. After it is completed, the RAID alerts should no longer occur unless there is a new issue.
    Note: If two or more drives have failed, replace only one drive at a time! Do not replace the next drive until the Rebuild is complete. This can be monitored from the 'version' CLI command
    Note: For instructions on how to return IronPort hardware, see KB article 138.
    Hope this helps!
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • I have a MBP retina display, early 2013, 512GB SSD storage& I want to upgrade it into a 768GB SSD storage, would that be possible WITHOUT replacing my current storage disks with the new 768GB ?keeping the 512GB&only adding a 256 GB disk?! please advise (:

    I have a MBP retina display, early 2013, 512GB SSD storage& I want to upgrade it into a 768GB SSD storage, would that be possible WITHOUT replacing my current storage disks with the new 768GB ?keeping the 512GB&only adding a 256 GB disk?! please advise (:

    The main error in this position is thinking ANY sized SSD can be "storage"
    Any Macbook SSD should be idealized as a working platform computer system, containing all your applications, documents, and weekly-use necessary files; and all media files such as ‘big-data’ (music/PDF collections/video/pictures), unless directly needed in the near future, should be kept off the computer and on external storage USB or likewise bare hard drives.
    You cant do what you want without removing the internal SSD
    Officially, it is not possible for an end user to upgrade the storage in any Retina Display MacBook Pro model after purchase
    Get a nice 1TB USB external HD for $65 

  • Question about using ZFS root pool for whole disk?

    I played around with the newest version of Solaris 10/08 over my vacation by loading it onto a V210 with dual 72GB drives. I used the ZFS root partition configuration and all seem to go well.
    After I was done, I wondered if using the whole disk for the zpool was a good idea or not. I did some looking around but I didn't see anything that suggested that was good or bad.
    I already know about some the flash archive issues and will be playing with those shortly, but I am curious how others are setting up their root ZFS pools.
    Would it be smarter to setup say a 9gb partition on both drives so that the root ZFS is created on that to make the zpool and then mirror it to the other drive and then create another ZFS pool from the remaining disk?

    route1 wrote:
    Just a word of caution when using ZFS as your boot disk. There are tons of bugs in ZFS boot that can make the system un-bootable and un-recoverable.Can you expand upon that statement with supporting evidence (BugIDs and such)? I have a number of local zones (sparse and full) on three Sol10u6 SPARC machines and they've been booting fine. I am having problems LiveUpgrading (lucreate) that I'm scratching my head to resolve. But I haven't had any ZFS boot/root corruption.

  • Server 2012 R2 Storage Pool Disk Identification Method

    Hi all,
    I'm currently using Server 2012 R2 Essentials with a Storage Space consisting of 7 3TB disks. The disks are connected to an LSI MegaRAID controller which does not support JBOD so each disk is configured as a single disk RAID0. The disks are connected to
    the controller using SAS Breakout Cables (SATA to SFF-8087).
    I am considering moving my server into a new chassis. The new chassis has a SAS Backplane for drive attachment which means I would be re-cabling to use SFF-8087 to SFF-8087 cables instead and in doing so, the channel and port assignment on the LSI MegaRAID
    will change.
    I know that the LSI card will have no problem identifying the disk as the same disk when it's connected to a different port or channel on the controller, but is the same true for the Storage Space?
    How does Storage Spaces track the identity of the individual disks?
    Just to be clear, the hardware configuration otherwise will not be changing. Motherboard, CPU, RAID controller etc will all be the same, it will just be moving everything into a new chassis.

    Hi,
    If the disks are still recognized as the same, the storage space should be recognized as well.
    You could test to do the replacement and see if the storage pools are being recognized. If not you can still change them back with original devices and storage pools will back to work. Then we may need to find a way to migrate your data. Personally I think
    it will work directly. 
    Note: backup important files is always recommended. 
    If you have any feedback on our support, please send to [email protected]

  • Upgrading Root hard disk

    I have got Solaris 8 server , which has got 2 X 36 GB hard disk.Mirroring is enabled.
    Could u please tell me if I wanted to replace 36 GB with 72 GB hdd , how can I do that.

    if disksuite as volume manage, u have no additional I/O or disk not hot-swap, you may have to remove disk from meta fisrt then power down, switch the disk and reboot. then add it. once u make the new disk into the mirror, repeat for the second disk. you can not change each meta devices or filesystem size by this appoach. u can create new meta devices for new space.
    if change file system size that unmountale, like /, /usr /var ..., u need a boot souce like software 1 cd, boot cd or network install server ...
    if they are root disk, u have to record them (long devices name or alias) as at one time, u have to manually select the boot disk.

Maybe you are looking for

  • Difference in Cumulative balance of ERP and BW

    Hi Experts, We have a report to display the Cumulative balance amount based on G/L account. The issue we are facing here is, when we check a May month's cumulative balance in ERP side ( using Transaction code FAGLB03 by giving G/L account number, Com

  • Drag and drop tree editor that reads/writes/edits to XML

    Hi, I wondered if anyone knew any good ONLINE tools / GUIs available which gives you a very simple user interface to manage an XML file. This XML file is not complicated at all but simply represents the XML tree but allows the user to move nodes, add

  • Unable to get BP address in to PO Bill to abd ship to

    Hi All, I have exported data of BP and the address using DTW. When i am raising PO. i am unable to get the address in ship to & bill to fields on Logistics tab. am i missing any thing. Thanks Mahi.

  • SQL Query for DATE

    In my Jsp program, i have 3 schemes, one for 1 month, second for 3 month, and third for 12 month. Now an user can create his account and select any of the 3 schemes, what i want is that in my database table there are two columns one is tha startdate

  • Append  new file to the old without reading the new file

    Is there anyway to append a new file (new.txt) to the old file(old.txt) directly without using BufferedReader to read each line of the new.txt.? Thank you very much for your input!