<?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: re: failure to vgexport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910714#M623145</link>
    <description>It is fuser -u not fuser -k. sorry.</description>
    <pubDate>Tue, 05 Jul 2005 07:15:32 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-07-05T07:15:32Z</dc:date>
    <item>
      <title>re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910708#M623139</link>
      <description>I'm trying to run a vgexport on vg01 and vg02, &lt;BR /&gt;but keep getting the following message - how do I get around this?&lt;BR /&gt;&lt;BR /&gt;vgexport -v -f outfile /dev/vg01&lt;BR /&gt;Beginning the export process on Volume group "/dev/vg01".&lt;BR /&gt;vgexport: Volume group "/dev/vg01" is still active.&lt;BR /&gt;vgexport: Couldn't export volume group "/dev/vg01".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 06:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910708#M623139</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-07-05T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910709#M623140</link>
      <description>/dev/vg01 is still active. You can see that,&lt;BR /&gt;&lt;BR /&gt; # vgdisplay /dev/vg01 | grep 'VG Status'&lt;BR /&gt;&lt;BR /&gt;We have to deactive it &lt;BR /&gt; &lt;BR /&gt; # vgchange -a n /dev/vg01&lt;BR /&gt; # unmount &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt; # vgexport -v -f outfile /dev/vg01&lt;BR /&gt;&lt;BR /&gt;It will work now. &lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Tue, 05 Jul 2005 07:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910709#M623140</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-07-05T07:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910710#M623141</link>
      <description>Are you REALLY wishing to export it? or just wishing to create the outfile without deleting the VG from the system?&lt;BR /&gt;If the first option, then deactivate the VG before running the command.&lt;BR /&gt;If the second option, then use the -p option. It will still warn you that the VG is active, but will work.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 07:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910710#M623141</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-07-05T07:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910711#M623142</link>
      <description>nearly but not quite...&lt;BR /&gt;&lt;BR /&gt;now get the following message.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vg01&lt;BR /&gt;vgchange: Couldn't deactivate volume group "/dev/vg01":&lt;BR /&gt;Device busy</description>
      <pubDate>Tue, 05 Jul 2005 07:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910711#M623142</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-07-05T07:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910712#M623143</link>
      <description>Sorry. unmount mount point first. Somebody may be trying to use mount point. Check with fuser -k &lt;POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Then vgchange operation.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;/POINT&gt;</description>
      <pubDate>Tue, 05 Jul 2005 07:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910712#M623143</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-07-05T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910713#M623144</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The logical volumes in that VG is mounted.&lt;BR /&gt;&lt;BR /&gt;Execute bdf|grep vg01&lt;BR /&gt;It will show all the mounted LVs&lt;BR /&gt;First unmount it and then execute vgchange.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Tue, 05 Jul 2005 07:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910713#M623144</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-07-05T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910714#M623145</link>
      <description>It is fuser -u not fuser -k. sorry.</description>
      <pubDate>Tue, 05 Jul 2005 07:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910714#M623145</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-07-05T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910715#M623146</link>
      <description>thanks,&lt;BR /&gt;&lt;BR /&gt;I needed to umount all the filesystems first, then I was able to run the vgchange, followed by the vgexport.&lt;BR /&gt;&lt;BR /&gt;Is anyone familiar with the mediainit command?</description>
      <pubDate>Tue, 05 Jul 2005 08:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910715#M623146</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-07-05T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910716#M623147</link>
      <description>Hi gurcharan&lt;BR /&gt;&lt;BR /&gt;I think your initial problem is solved..Pls start a new thread for the new question and assign points to whoever helped you to solve the initial problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Tue, 05 Jul 2005 08:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910716#M623147</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-07-05T08:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: re: failure to vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910717#M623148</link>
      <description>the steps suggested completely solved the problem</description>
      <pubDate>Tue, 05 Jul 2005 08:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-failure-to-vgexport/m-p/4910717#M623148</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-07-05T08:50:38Z</dc:date>
    </item>
  </channel>
</rss>

