LVM ODM Problems: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Fixing ODM Problems (non-rootvg) == # Unmount all file systems associated with the volume group. # Varyoff the volume group, you may need to use a -f to force varyoff. ## <...")
 
No edit summary
Line 6: Line 6:
## <tt>'''exportvg <vg_name>'''</tt>
## <tt>'''exportvg <vg_name>'''</tt>
# Import the volume group information back into the ODM.
# Import the volume group information back into the ODM.
## <tt>'''importvg -y <vg_name> <hdisk#>
## <tt>'''importvg -y <vg_name> <hdisk#>'''</tt>


== Further Reading ==
== Further Reading ==

Revision as of 19:37, 4 January 2012

Fixing ODM Problems (non-rootvg)

  1. Unmount all file systems associated with the volume group.
  2. Varyoff the volume group, you may need to use a -f to force varyoff.
    1. varyoffvg <vg_name>
  3. Remove volume group information from the ODM.
    1. exportvg <vg_name>
  4. Import the volume group information back into the ODM.
    1. importvg -y <vg_name> <hdisk#>

Further Reading