<?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: vgexport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199015#M556065</link>
    <description>hello pal,&lt;BR /&gt;u can use "vgexport", when u wanna remove volume group, the uses will more formally.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n vgO1&lt;BR /&gt;# vgexport vg01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may be that this is true.</description>
    <pubDate>Tue, 15 Sep 2009 11:25:55 GMT</pubDate>
    <dc:creator>midoone103</dc:creator>
    <dc:date>2009-09-15T11:25:55Z</dc:date>
    <item>
      <title>vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199010#M556060</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting ready to remove two volume groups from hp-ux 11.0 so the disk drives can be moved to another server.  What hp-ux commands should I run to help me determine if any of the drives are being referenced?  I have already  checked 'bdf', 'swapinfo' and application raw space usage.  What command checks dump space configuration?  Anything else?  What abount glance?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jerry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Sep 2009 18:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199010#M556060</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2009-09-14T18:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199011#M556061</link>
      <description>Hi Jerry:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What command checks dump space configuration?&lt;BR /&gt;&lt;BR /&gt;# crashconf -v&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Sep 2009 19:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199011#M556061</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-14T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199012#M556062</link>
      <description>You can also do an: &lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;to show dump devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To check any LVM configuration:&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v &lt;DISK device=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DISK&gt;</description>
      <pubDate>Mon, 14 Sep 2009 19:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199012#M556062</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-09-14T19:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199013#M556063</link>
      <description>Perfect.  thanks to all...</description>
      <pubDate>Mon, 14 Sep 2009 19:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199013#M556063</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2009-09-14T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199014#M556064</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;RE:  "...What hp-ux commands should I run to help me determine if any of the drives are being referenced? ..."&lt;BR /&gt;&lt;BR /&gt;Not in HP_UX, only solaris or linux.  Refer to what processes are attached to what file systems with 'fuser -cu /file system'.&lt;BR /&gt;&lt;BR /&gt;If you want to drill down and id the disk mounted to the file system then you can use pvdisplay -v /dev/dsk/c.... and note the lv's.  Then cross reference the lv's in /etc/fstab to the file system.&lt;BR /&gt;&lt;BR /&gt;Re: "...remove two volume groups from hp-ux 11.0 so the disk drives can be moved to another server. ..."&lt;BR /&gt;&lt;BR /&gt;If you can 'vgchange -a n vg' and deactivate the vg then nothing is attached to the vg.  But really, you're going about this backwards.  You want to unmount the file system associated to the vg first, and then deactivate the vg.&lt;BR /&gt;&lt;BR /&gt;But then, this is incomplete.  In order to move disk between servers you need to 'vgexport -p -m /tmp/vg_map_file -v /dev/vg'.  Note the -p option.  Without -p you delete the vg out of /dev and out of /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;ftp the map file over to the server and import it.&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg&lt;BR /&gt;mknod group file&lt;BR /&gt;vgimport</description>
      <pubDate>Mon, 14 Sep 2009 21:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199014#M556064</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-09-14T21:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199015#M556065</link>
      <description>hello pal,&lt;BR /&gt;u can use "vgexport", when u wanna remove volume group, the uses will more formally.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n vgO1&lt;BR /&gt;# vgexport vg01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may be that this is true.</description>
      <pubDate>Tue, 15 Sep 2009 11:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199015#M556065</guid>
      <dc:creator>midoone103</dc:creator>
      <dc:date>2009-09-15T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199016#M556066</link>
      <description>I would personally do a vgremove. Unlike vgexport, vgremove is more strict and will not run unless there is are no longer any logical volumes inside the VG. These logical volumes must be removed with lvremove, which in turn have their own protection against accidental removal. Finally once you're done, do a pvremove to remove any PV information from the disk. Using this technique is the long road, but it is the safest one.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 15 Sep 2009 21:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199016#M556066</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2009-09-15T21:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199017#M556067</link>
      <description>Thanks to all.  My volume groups are disabled using vgchange.  Later, after resolving any screems, I will vgexport them and be done.</description>
      <pubDate>Tue, 15 Sep 2009 21:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199017#M556067</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2009-09-15T21:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199018#M556068</link>
      <description>Gee, eight questions and points for only two of eight questions.  Brutal.  Just brutal.</description>
      <pubDate>Sat, 26 Sep 2009 19:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport/m-p/5199018#M556068</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-09-26T19:23:52Z</dc:date>
    </item>
  </channel>
</rss>

