<?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: relocate vxfs filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075421#M308237</link>
    <description>what about my other queries? thnx, in advance</description>
    <pubDate>Tue, 25 Sep 2007 02:13:16 GMT</pubDate>
    <dc:creator>sameerK</dc:creator>
    <dc:date>2007-09-25T02:13:16Z</dc:date>
    <item>
      <title>relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075417#M308233</link>
      <description>I have one rx6600 server and one rx2660 server.I also have an external storage ( Netapp fas250). I have presented 2 LUNs to rx6600 server.On rx6600 server I am using HPUX 11iv2.I added theses LUNs to vg01,vg02 respectively.I also created the logical volumes &amp;amp; vxfs filesystems .Rx2660 also uses HPUX 11iv2.I want know that if rx6600 server develops a problem,how can i mount these filesystems on rx2660 server.</description>
      <pubDate>Tue, 25 Sep 2007 01:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075417#M308233</guid>
      <dc:creator>sameerK</dc:creator>
      <dc:date>2007-09-25T01:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075418#M308234</link>
      <description>Hi Sammer ,&lt;BR /&gt;&lt;BR /&gt;I believe you can present the same luns to rx2660 too,but you may need to enable VGs manually .&lt;BR /&gt;&lt;BR /&gt;Export LVM configuration on rx6600.&lt;BR /&gt;-------&lt;BR /&gt;#vgexport   -v -s -p -m /etc/lvmconf/vg_name.map vg_name&lt;BR /&gt;#vgchange â  a n vgname&lt;BR /&gt;--------------&lt;BR /&gt;On rx2660 :-&lt;BR /&gt;&lt;BR /&gt;# cd /etc/lvmconf&lt;BR /&gt;# rcp node1:/etc/lvmconf/vg_name .&lt;BR /&gt;# mkdir /dev/vg_name&lt;BR /&gt;# mknod /dev/vg_name/group c 64 0x020000&lt;BR /&gt;# vgimport â  v â  s â  m  /etc/lvmconf/vg_name vg_name&lt;BR /&gt;# vgchange -a r vg_rating&lt;BR /&gt;# vgcfgbackup /dev/vg_rating&lt;BR /&gt;# vgchange -a n vg_rating&lt;BR /&gt;&lt;BR /&gt;Modify /etc/lvmrc&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=0&lt;BR /&gt;---------------&lt;BR /&gt;Reenable vg_name  on rx6600&lt;BR /&gt;#vgchange â  a y vgname&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;If you want to shift the vg`s then deactivate from one node and activate on other node.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 01:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075418#M308234</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-09-25T01:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075419#M308235</link>
      <description>HI Aneesh,&lt;BR /&gt;Thnx for your reply.Pls see by query in brackets:&lt;BR /&gt;Export LVM configuration on rx6600.&lt;BR /&gt;-------&lt;BR /&gt;#vgexport -v -s -p -m /etc/lvmconf/vg_name.map vg_name ( what is vg_name.map ?)&lt;BR /&gt;#vgchange Ã¢Â Â a n vgname ( I see some junk characters between vgchange &amp;amp; n. Pls can you resend this line)&lt;BR /&gt;--------------&lt;BR /&gt;On rx2660 :-&lt;BR /&gt;&lt;BR /&gt;# cd /etc/lvmconf&lt;BR /&gt;# rcp node1:/etc/lvmconf/vg_name ( what does this do?)&lt;BR /&gt;# mkdir /dev/vg_name&lt;BR /&gt;# mknod /dev/vg_name/group c 64 0x020000&lt;BR /&gt;# vgimport Ã¢Â Â v Ã¢Â Â s Ã¢Â Â m /etc/lvmconf/vg_name vg_name ( I see some junk characters between vgimport and /etc/lvm.... Pls can you resend this line)&lt;BR /&gt;# vgchange -a r vg_rating ( what does thi do?)&lt;BR /&gt;# vgcfgbackup /dev/vg_rating ( what does thi do?)&lt;BR /&gt;# vgchange -a n vg_rating( what does thi do?)&lt;BR /&gt;&lt;BR /&gt;Modify /etc/lvmrc&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=0&lt;BR /&gt;---------------&lt;BR /&gt;Reenable vg_name on rx6600&lt;BR /&gt;#vgchange Ã¢Â Â a y vgname( what does thi do?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to shift the vg`s then deactivate from one node and activate on other node.( what do you mean by this?)</description>
      <pubDate>Tue, 25 Sep 2007 01:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075419#M308235</guid>
      <dc:creator>sameerK</dc:creator>
      <dc:date>2007-09-25T01:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075420#M308236</link>
      <description>HI ,&lt;BR /&gt;&lt;BR /&gt;I mean dont activate Volume groups on both node at a time in read/write mode ,it may cause filesystem corruption .&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 25 Sep 2007 01:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075420#M308236</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-09-25T01:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075421#M308237</link>
      <description>what about my other queries? thnx, in advance</description>
      <pubDate>Tue, 25 Sep 2007 02:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075421#M308237</guid>
      <dc:creator>sameerK</dc:creator>
      <dc:date>2007-09-25T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075422#M308238</link>
      <description>Hi Sammer,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;#vgexport -v -s -p -m /etc/lvmconf/vg_name.map vg_name ( what is vg_name.map ?)&lt;BR /&gt;On rx6600, copy the mapping of the volume group group to a file vg_name.map , This file contains a  description of the volume group and its associated  logical volume(s) (if any).  &lt;BR /&gt;&lt;BR /&gt;&amp;gt;#vgchange -a n vgname ( I see some junk characters between vgchange &amp;amp; n. Pls can you resend this line)&lt;BR /&gt;   vgchange -a n vg_name --Deactivating the volume group&lt;BR /&gt;&amp;gt;# rcp rx2660:/etc/lvmconf/vg_name ( what does this do?)&lt;BR /&gt;  Coping  the map file to rx2660&lt;BR /&gt;&lt;BR /&gt;&amp;gt;# vgimport -v -s -m  /etc/lvmconf/vg_name vg_name ( I see some junk characters between vgimport and /etc/lvm.... Pls can you resend this line)&lt;BR /&gt;&lt;BR /&gt;#vgimport -v -s -m /etc/lvmconf/vg_name.map vgname&lt;BR /&gt;&lt;BR /&gt;&amp;gt;# vgchange -a r vg_name ( what does thi do?)&lt;BR /&gt;Activate the volumegroup in read only mode&lt;BR /&gt;&amp;gt;# vgcfgbackup /dev/vg_rating ( what does thi do?)&lt;BR /&gt; vgcfgbackup - create or update LVM volume group configuration backup  file&lt;BR /&gt;&amp;gt; # vgchange -a n vg_rating( what does thi do?)&lt;BR /&gt;Deactivate the volume group on rx2660&lt;BR /&gt;&amp;gt; #vgchange -a y vg_name( what does thi do?)&lt;BR /&gt;Activate the volume group on rx6600&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 02:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075422#M308238</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-09-25T02:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: relocate vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075423#M308239</link>
      <description>Hi Sammer,&lt;BR /&gt;&lt;BR /&gt;If I have clarified your queries ,please take care to assign points ... :|)&lt;BR /&gt;&lt;BR /&gt;/Aneesh</description>
      <pubDate>Tue, 25 Sep 2007 03:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relocate-vxfs-filesystem/m-p/4075423#M308239</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-09-25T03:43:11Z</dc:date>
    </item>
  </channel>
</rss>

