Ask a Question related to AIX, Design and Development.
-
Jeffrey Ross #1
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
-
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... -
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. ... -
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... -
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... -
Steve Nottingham #2
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>...
SSA stands for Serial Storage Architecture which is a disk subsystem.> 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.
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
-
Andreas Schulze #3
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...in> 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 onesthe> 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? (Ieinserted,> system would have to detect the failure, notice the new disk beingthat> 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 soHallo Jeffrey,> 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.
>
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



Reply With Quote

