LVM Mirror Volume Group

From UNIX Systems Administration
Revision as of 11:48, 5 January 2012 by Michael Kohler (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Mirror Volume Group Automatically

  1. # mirrorvg -S <vg_name> <hdisk#>
  2. # syncvg -v <vg_name>

Mirror Volume Group Manually

  1. # mklvcopy <lv_name> <#copies> <hdisk# ...> Repeat for each logical volume except the sysdump type.
  2. # syncvg -v <vg_name>

Further Reading

  1. IBM pSeries and AIX Information Center