<?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: problem with a logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170862#M897404</link>
    <description>Note: make_recovery is obsolete, use make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;You might even get a better error message.&lt;BR /&gt;&lt;BR /&gt;If /etc/lvmtab is valid, the script I'm attaching should tell you which physical volume is giving you trouble.&lt;BR /&gt;&lt;BR /&gt;Ignite is now a pretty good tool for finding missing disks because it won't work when one is messed up or turned off.&lt;BR /&gt;&lt;BR /&gt;You may need to deactivate the volume groupo, vgexport the volume group and import it back in.&lt;BR /&gt;&lt;BR /&gt;Then activate it and see if the problem is fixed. Any issues that come up during this process will help you identify and correct the actual problem.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Jan 2004 08:14:47 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-01-22T08:14:47Z</dc:date>
    <item>
      <title>problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170856#M897398</link>
      <description>I recently restored my rootvg from ignite tape, and in the process didn't restore one of the logical volumes, called monitor.&lt;BR /&gt;When I try and run make_recovery -A I get:&lt;BR /&gt;&lt;BR /&gt;save_config: error - cannot determine lv "/dev/vg00/monitor" usage via fstyp&lt;BR /&gt;&lt;BR /&gt;And if I try and remove the UNUSED logical volume I get: &lt;BR /&gt;&lt;BR /&gt;image1(root)/opt/ignite/bin&amp;gt; lvremove /dev/vg00/monitor&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vg00/monitor":&lt;BR /&gt;The supplied lv number refers to a non-existent logical volume.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con&lt;BR /&gt;f&lt;BR /&gt;&lt;BR /&gt;Anyone know what I need to do to get rid of this lvol?</description>
      <pubDate>Thu, 22 Jan 2004 07:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170856#M897398</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2004-01-22T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170857#M897399</link>
      <description>Hi Alan,&lt;BR /&gt;&lt;BR /&gt;Does a lvreduce -f -k do the job?&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Thu, 22 Jan 2004 07:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170857#M897399</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-22T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170858#M897400</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;Check with "strings /etc/lvmtab" to see if this lvol is still in your lvmtab.  If it is, make a new lvmtab:&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.bak&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 22 Jan 2004 07:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170858#M897400</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-01-22T07:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170859#M897401</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check /etc/lvmconf/vg00.conf and see wheather monitor logical volume is there ?&lt;BR /&gt;please check /dev/vg00/ for device file of monitor logical voulme.&lt;BR /&gt;&lt;BR /&gt;post the o/p of &lt;BR /&gt;#ll /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Sunil&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 08:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170859#M897401</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-01-22T08:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170860#M897402</link>
      <description>first remove the device files of that lvol present in the /dev/vg00 VG.&lt;BR /&gt;&lt;BR /&gt;That should take care,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 08:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170860#M897402</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-22T08:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170861#M897403</link>
      <description>vgscan or lvreduce didn't work.&lt;BR /&gt;&lt;BR /&gt;image1(root)/dev/vg00&amp;gt; ls -l *monitor*&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000010 Oct 29 11:12 monitor&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000010 Oct 29 11:12 rmonitor&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 08:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170861#M897403</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2004-01-22T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170862#M897404</link>
      <description>Note: make_recovery is obsolete, use make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;You might even get a better error message.&lt;BR /&gt;&lt;BR /&gt;If /etc/lvmtab is valid, the script I'm attaching should tell you which physical volume is giving you trouble.&lt;BR /&gt;&lt;BR /&gt;Ignite is now a pretty good tool for finding missing disks because it won't work when one is messed up or turned off.&lt;BR /&gt;&lt;BR /&gt;You may need to deactivate the volume groupo, vgexport the volume group and import it back in.&lt;BR /&gt;&lt;BR /&gt;Then activate it and see if the problem is fixed. Any issues that come up during this process will help you identify and correct the actual problem.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 08:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-a-logical-volume/m-p/3170862#M897404</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-22T08:14:47Z</dc:date>
    </item>
  </channel>
</rss>

