Re: HACMP failed over on loss of mirrored rootvg



The failure for hdisk0 should be logged in the errpt
-a command, also verify that all rootvg file system
and paging space is accessable

Put the disks on separate controllers if at all
possible. you need to mirror all logical volumes which
your application uses. The last time that we checked,
all applications use the operating system and the
operating system (i.e. AIX) uses rootvg logical
volumes so mirror them. One that is sometimes missed
is the paging space. Mirror the paging space if you
want your node to be able to survive the loss of a
physical volume containing paging space (i.e. if you
don't mirror it then you've got a single point of
failure).

Most existing HACMP clusters are configured to send
system dumps to the primary paging space. Some (all?)
versions of AIX won't generate a system dump into a
mirrored paging space. Create a separate unmirrored
dump space if this restriction applies to your version
of AIX (assume that it does if you aren't sure). Even
if AIX supported them, a mirrored dump space would be
a waste of disk space since you won't need it unless
the AIX kernel crashes and a kernel crash combined
with a disk failure is either a double failure or was
almost certainly caused by the disk failure.

Another factor to consider is that AIX doesn't respond
well if an unmirrored rootvg physical volume is lost.
Basically what happens is that the parts of AIX which
notice the problem either hang or are terminated by
the disk errors. The end result is that the operating
system's features and facilities gradually stop
working until, eventually, someone notices (i.e. a
human) or something critical terminates (if the HACMP
cluster manager is ever affected (rather unlikely but
it happens) then the node will die about fifteen
seconds later. Either eventuality could take a LONG
time (think in terms of hours of elapsed time) during
which random parts of your application will have
probably either terminated or hanged.

Bottom line: mirror rootvg. Use the mirrorvg command
and then follow the extra steps described in the
mirrorvg man page for your version of AIX.

Regards
Robert Lee binkley
Dimler Chrysler



Relevant Pages

  • Re: paging file in mirrored rootvg
    ... >> single disk rather than the mirror disk? ... > A single mirrored paging space should show up as one, ... > paging space and then add a copy to its LV, ...
    (comp.unix.aix)
  • Re: paging file in mirrored rootvg
    ... > single disk rather than the mirror disk? ... A single mirrored paging space should show up as one, ...
    (comp.unix.aix)
  • Re: paging file in mirrored rootvg
    ... >> A single mirrored paging space should show up as one, and only one disk ... >> paging space and then add a copy to its LV, ... > Regards Paresh ... actual a mirror copy? ...
    (comp.unix.aix)
  • Re: Mirrored Volume
    ... automaticaly to avoid system downtime ?? ... > eliminate downtime in case of a disk failure. ... > On a mirror, your data will not be protected against virus, file system ...
    (microsoft.public.windows.server.general)
  • Re: should I mirror paging space?
    ... Paging space is memory. ... If you lose your unmirrored disk with a used ... AIX defaults to mirror paging space since at least 4.3.2 for this reason. ...
    (comp.unix.aix)