Can SSA or HACMP handle a disk replacement automatically

Ask a Question related to AIX, Design and Development.

  1. #1

    Default Can SSA or HACMP handle a disk replacement automatically

    I'm running AIX 4.3.3 on a 44P connected to 2 SSA enclosures, each with 4
    disks. The disks in one enclosure are mirrored to the corresponding ones in
    the other enclosure using LVM.
    Is there a way of setting up SSA so that a hard drive failure can be
    resolved simply by pulling the faulty disk and inserting a new one? (Ie the
    system would have to detect the failure, notice the new disk being inserted,
    include that disk in the volume group, and resynchronise the mirror.)
    I know how to do it manually but am wondering if it can be automated so that
    a hardware technician can resolve the whole thing without my involvement.
    If it can't be done with SSA does HCMP perform this function?
    Thanks,
    Jeffrey.


    Jeffrey Ross Guest

  2. Similar Questions and Discussions

    1. labeling a disk on AIX 5L / disk cmds
      Hi folks ! I have got two question about disk operations: (01) Is there a separate cmd to explictly label a disk ? I don't mean assigning a...
    2. how do you automatically launch disk at start up?
      for windows, place a files named autorun.inf in the cd root, containing the following 2 lines , you can also specify an icon there. ...
    3. Removable disk, mapped network disk and drive letter problem
      I don't know why this is such a big problem in Windows, but I hope somebody has a solution for it. You know those USB card readers used for...
    4. Installing Oracle Software on Local Disk Vs Shared Disk
      Hi I am investigating on several options for a multi node VCS cluster to house oracle databases. Where would it be most advantageous to...
  3. #2

    Default Re: Can SSA or HACMP handle a disk replacement automatically

    "Jeffrey Ross" <jeffrey.rossATairways.co.nz@no.spam> wrote in message news:<3f727b81$1@news.iconz.co.nz>...
    > I'm running AIX 4.3.3 on a 44P connected to 2 SSA enclosures, each with 4
    > disks. The disks in one enclosure are mirrored to the corresponding ones in
    > the other enclosure using LVM.
    > Is there a way of setting up SSA so that a hard drive failure can be
    > resolved simply by pulling the faulty disk and inserting a new one? (Ie the
    > system would have to detect the failure, notice the new disk being inserted,
    > include that disk in the volume group, and resynchronise the mirror.)
    > I know how to do it manually but am wondering if it can be automated so that
    > a hardware technician can resolve the whole thing without my involvement.
    > If it can't be done with SSA does HCMP perform this function?
    > Thanks,
    > Jeffrey.
    SSA stands for Serial Storage Architecture which is a disk subsystem.

    In short, no this cannot be done automatically as AIX cannot recognise
    the disk having been changed without running cfgmgr. You could of
    course write a script to carry out all the work, but it would require
    human intervention, to tell it when/which disk has been replaced.

    Of course if you have a RAID-5 array with a hot spare, then it is
    possible for the system to recognise a new disk.

    Steve
    Steve Nottingham Guest

  4. #3

    Default Re: Can SSA or HACMP handle a disk replacement automatically

    "Jeffrey Ross" <jeffrey.rossATairways.co.nz@no.spam> schrieb im Newsbeitrag
    news:3f727b81$1@news.iconz.co.nz...
    > I'm running AIX 4.3.3 on a 44P connected to 2 SSA enclosures, each with 4
    > disks. The disks in one enclosure are mirrored to the corresponding ones
    in
    > the other enclosure using LVM.
    > Is there a way of setting up SSA so that a hard drive failure can be
    > resolved simply by pulling the faulty disk and inserting a new one? (Ie
    the
    > system would have to detect the failure, notice the new disk being
    inserted,
    > include that disk in the volume group, and resynchronise the mirror.)
    > I know how to do it manually but am wondering if it can be automated so
    that
    > a hardware technician can resolve the whole thing without my involvement.
    > If it can't be done with SSA does HCMP perform this function?
    > Thanks,
    > Jeffrey.
    >
    Hallo Jeffrey,
    depending on whether you can define exactly under what circumstances a disk
    should be made to leave the mirror it would be quite easy to write a script
    that will do that for you. Adding and removing ssa disks to/from an LVM
    mirror and replacing them physically can be done online. The script itself
    should not be a problem as you said you know the steps manually. (If your
    are unsure, search this group - all steps have been discussed in great
    detail before). Such a script could then be used by HACMP of course.
    However, there is no build-in function in HACMP that would do that for you
    already. So the one and only problem is the handling of the error conditions
    as some errors never hurt, some errors hurt when they occur too often only
    (e.g. DISK_ERR4) and some errors lead to a complete hardware breakdown (that
    must be distinguished from a temporary power loss of a single disk / a
    complete drawer / a node ...).
    Happy hacking!
    Andreas


    Andreas Schulze Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139