<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: lvm issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807891#M637441</link>
    <description>also.. run a vgdisplay -v on the suspect volume group and check for the logical volume in question... any errors (missing disks or LUNs)  &lt;BR /&gt;&lt;BR /&gt;run an ioscan and then check the status of all reported disks... any missing or not claimed...&lt;BR /&gt;what is the operating system and hardware in question?</description>
    <pubDate>Tue, 17 Sep 2002 15:53:56 GMT</pubDate>
    <dc:creator>Ted Ellis_2</dc:creator>
    <dc:date>2002-09-17T15:53:56Z</dc:date>
    <item>
      <title>lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807888#M637438</link>
      <description>&lt;BR /&gt;I have rebboted this morning and noticed one of my filesystems did not mount "/imgData". I can see it under the file systems section in sam, but not under Logical Volumes, nor under Volume Groups.&lt;BR /&gt;If I try and mount "mount /dev/vg_xp_imgData/lv_xp_imgData /imgData"  by hand I recieve an error "No such device or address". Although the file exists and the entry is in fstab for it.&lt;BR /&gt;&lt;BR /&gt;I was going to try and create another volume group and noticed that these devices were listed as currently not being used.&lt;BR /&gt;&lt;BR /&gt;How can I recreate my drive knowing which devices I need without destroying 1 terabyte of data?&lt;BR /&gt;I still have the file /etc/lvmconf/vg_xp_imgData.conf&lt;BR /&gt;Is it possible to use this file to fix this issues?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807888#M637438</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-17T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807889#M637439</link>
      <description>is this a new file system that was created recently.. or an old file system that has mounted on previous reboots with no problems?  If it is in your fstab and all other mount points are ok.. try mount -a... what gets reported?</description>
      <pubDate>Tue, 17 Sep 2002 15:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807889#M637439</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T15:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807890#M637440</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Suspect the filesystem may be dirty. But there's ways to tell.&lt;BR /&gt;&lt;BR /&gt;You have to activate the VG before you can mount&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg_xp_imgData&lt;BR /&gt;&lt;BR /&gt;Then try to mount. If it complains it's dirty the do&lt;BR /&gt;&lt;BR /&gt;fsck -o full /dev/vg_xp_imgData/rlv_xp_imgData &lt;BR /&gt;&lt;BR /&gt;Note: the required use of the "raw" LV.&lt;BR /&gt;&lt;BR /&gt;You should also check your /etc/rc.log file It should contain an entry if the system couldn't mount the FS because it was dirty.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 17 Sep 2002 15:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807890#M637440</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-09-17T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807891#M637441</link>
      <description>also.. run a vgdisplay -v on the suspect volume group and check for the logical volume in question... any errors (missing disks or LUNs)  &lt;BR /&gt;&lt;BR /&gt;run an ioscan and then check the status of all reported disks... any missing or not claimed...&lt;BR /&gt;what is the operating system and hardware in question?</description>
      <pubDate>Tue, 17 Sep 2002 15:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807891#M637441</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807892#M637442</link>
      <description>you last question... you would use vgcfgrestore to restore the LVM configuration from a backup file like the one you mentioned... but follow you other checks first in verifying the issue at hand (vgdisplay, vgchange, etc.)  Man page on vgcfgrestore will give you the goods on using this command.</description>
      <pubDate>Tue, 17 Sep 2002 15:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807892#M637442</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807893#M637443</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You may follow the following steps :&lt;BR /&gt;&lt;BR /&gt;1) vgdisplay -v vg_xp_imgData&lt;BR /&gt;&lt;BR /&gt;To verify if your volume group shows the entry for the logical volume. &lt;BR /&gt;&lt;BR /&gt;2) lvdisplay -v /dev/vg_xp_imgData/lv_xp_imgData&lt;BR /&gt;&lt;BR /&gt;Note the disk on which the filesystem is installed.&lt;BR /&gt;&lt;BR /&gt;3) Do a pvdisplay for that disk &lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;4) If you find errors on these steps then run a unmount step, even though it is not officially mounted.&lt;BR /&gt;&lt;BR /&gt;5) Do a fsck on the filesystem with -o option and use the raw logical volume name&lt;BR /&gt;&lt;BR /&gt;6) FSCK should fix any errors with it or it will give you a message if not fixed or what the issue is.&lt;BR /&gt;&lt;BR /&gt;7) If you have an additional disk you may do a pvmove of the data from one disk to another&lt;BR /&gt;&lt;BR /&gt;pvmove /dev/dsk/c0t0d0(old) /dev/dsk/c1t0d0(new)&lt;BR /&gt;&lt;BR /&gt;If you are still facing issues let us know.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil (Don't forget to assign points if the answers are valuable to you)&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 16:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807893#M637443</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-17T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807894#M637444</link>
      <description>Ted ellis...you are THE MAN!!!!!</description>
      <pubDate>Tue, 17 Sep 2002 16:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807894#M637444</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-17T16:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807895#M637445</link>
      <description>Oops I meant Jeff Schussele ... You DA MAN!!!!!!!!</description>
      <pubDate>Tue, 17 Sep 2002 16:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807895#M637445</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-17T16:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvm issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807896#M637446</link>
      <description>go Jeff!!</description>
      <pubDate>Tue, 17 Sep 2002 16:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issues/m-p/2807896#M637446</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T16:14:49Z</dc:date>
    </item>
  </channel>
</rss>

