<?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: Extend a VG online, with online JFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475524#M555652</link>
    <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;I suspect that you have imported in preview mode on secondary. is it?&lt;BR /&gt;&lt;BR /&gt;You have to import it in normal mode not the preview mode.&lt;BR /&gt;&lt;BR /&gt;#vgimport -v -s -m &lt;MAP file=""&gt; vgname&lt;/MAP&gt;</description>
    <pubDate>Fri, 14 Aug 2009 07:34:00 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-08-14T07:34:00Z</dc:date>
    <item>
      <title>Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475514#M555642</link>
      <description>Hi, we have a plan to extend a redo log area in a Production Cluster (Primary, Standby setup). The LUN has been presented and we are ready to do the work. &lt;BR /&gt;&lt;BR /&gt;Because we have online JFS I can do the vgextend, lvextend and fsadm online with no interruption, however what about letting the standby node know about the new PV in the volume group? I can't import on the secondary node without stopping the primary.. Is there a way to make sure the Standby node is aware of the PV for failover?</description>
      <pubDate>Fri, 07 Aug 2009 13:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475514#M555642</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-07T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475515#M555643</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Just import the VG on secondary node.It is the good way to Standby node to avare of PV for failover&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 07 Aug 2009 13:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475515#M555643</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-08-07T13:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475516#M555644</link>
      <description>When you say vgextend...you are implying you are adding new disk.  Otherwise you'd just be lvextending.&lt;BR /&gt;&lt;BR /&gt;So, make sure that your secondary nodes can "see" the new disk. i.e. the new disk is masked to the secondary nodes.&lt;BR /&gt;&lt;BR /&gt;Do your extend on the primary production server, and create new mapfiles for the volume group.&lt;BR /&gt;Then as was just mentioned, do the vgimport steps on the secondary nodes.&lt;BR /&gt;i.e. vgexport /dev/vgname&lt;BR /&gt;     mkdir /dev/vgname&lt;BR /&gt;     mknod /dev/vgname/group c 64 0x--0000&lt;BR /&gt;     vgimport -vs -m /etc/lvmconf/vgname.&lt;MAPFILE&gt; /dev/vgname&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;/MAPFILE&gt;</description>
      <pubDate>Fri, 07 Aug 2009 13:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475516#M555644</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-08-07T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475517#M555645</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;I can't import on the secondary node without stopping the primary.&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Why do you think so? If the lun is presented to both the nodes, you can take the map file by exporting the VG in preview mode and import the vg information on standby node using the map file.&lt;BR /&gt;&lt;BR /&gt;No need to down the primary to take the map file. Just export the vg in preview mode. Preview mode does not export the vg. It just creates the map file.</description>
      <pubDate>Fri, 07 Aug 2009 13:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475517#M555645</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-07T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475518#M555646</link>
      <description>Thanks, I was just concerned that I couldn't import on the Secondary node without the Primary being exported. I guess thats not the case.&lt;BR /&gt;&lt;BR /&gt;So map file created on Primary (with export) and copied over to Secondary node where the import is run. Primary is not affected by this.</description>
      <pubDate>Fri, 07 Aug 2009 14:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475518#M555646</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-07T14:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475519#M555647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do it without stopping the primary node,but note that, ensure you are&lt;BR /&gt;exporting/Importing the VG in ***preview mode***. Steps are follows,&lt;BR /&gt;                         &lt;BR /&gt;&lt;BR /&gt;1) Ensure the LUN is visible and accessable from both the nodes.&lt;BR /&gt;2) Extend the VG in Node1.&lt;BR /&gt;3) Export the VG configuration in preview mode,&lt;BR /&gt;   #vgexport -p -s -m &lt;MAP file=""&gt; &lt;VGNAME&gt;&lt;BR /&gt;4) Copy to Node2.&lt;BR /&gt;   #scp &lt;MAP file=""&gt; Node2:/tmp&lt;BR /&gt;5) Import VG in Node2 in preview mode&lt;BR /&gt;   #vgimport -p -s -m &lt;MAP file=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G&lt;/MAP&gt;&lt;/MAP&gt;&lt;/VGNAME&gt;&lt;/MAP&gt;</description>
      <pubDate>Fri, 07 Aug 2009 14:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475519#M555647</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-07T14:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475520#M555648</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Yes you are right Ward.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 07 Aug 2009 14:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475520#M555648</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-08-07T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475521#M555649</link>
      <description>Thanks all, its clear now...</description>
      <pubDate>Fri, 07 Aug 2009 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475521#M555649</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-07T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475522#M555650</link>
      <description>Having just carried out this work. When importing on the Secondary node the /etc/lvmtab hasn't been populated, how will node two know aobut the devices ( or how will I get it know about them? )</description>
      <pubDate>Fri, 14 Aug 2009 07:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475522#M555650</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-14T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475523#M555651</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Having just carried out this work. When importing on the Secondary node the /etc/lvmtab hasn't been populated, how will node two know aobut the devices ( or how will I get it know about them? )&lt;BR /&gt;&lt;BR /&gt;the disks( LUNS ) must be presented on both nodes, and if you are using the vgexport with the -s option them the vgimport will be made with the vgid.&lt;BR /&gt;&lt;BR /&gt;of course you need to make ioscan and them insf to see the special files on the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 14 Aug 2009 07:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475523#M555651</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-08-14T07:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475524#M555652</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;I suspect that you have imported in preview mode on secondary. is it?&lt;BR /&gt;&lt;BR /&gt;You have to import it in normal mode not the preview mode.&lt;BR /&gt;&lt;BR /&gt;#vgimport -v -s -m &lt;MAP file=""&gt; vgname&lt;/MAP&gt;</description>
      <pubDate>Fri, 14 Aug 2009 07:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475524#M555652</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-14T07:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475525#M555653</link>
      <description>Hi,&lt;BR /&gt;you will need to add it manually.</description>
      <pubDate>Fri, 14 Aug 2009 07:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475525#M555653</guid>
      <dc:creator>Stephan.</dc:creator>
      <dc:date>2009-08-14T07:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475526#M555654</link>
      <description>ioscan and insf been done, tried it in preview and 'proper' mode (without the -p) and still nothing extra in /etc/lvmtab. Output says "Beginning import... blah blah" then "Volume group already in /etc/lvmtab"</description>
      <pubDate>Fri, 14 Aug 2009 07:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475526#M555654</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-14T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475527#M555655</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;of couse because the vg is there alredy.&lt;BR /&gt;&lt;BR /&gt;the cluster was configured a nd the vg was imported to both nodes.&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 07:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475527#M555655</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-08-14T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475528#M555656</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Output says "Beginning import... blah blah" then "Volume group already in /etc/lvmtab"&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;As per this message, vg is already there in lvmtab file.&lt;BR /&gt;&lt;BR /&gt;Can you post the volumegroup names you are trying to import and #strings /etc/lvmtab output from secondary node ?</description>
      <pubDate>Fri, 14 Aug 2009 08:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475528#M555656</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-14T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475529#M555657</link>
      <description>"of couse because the vg is there alredy.&lt;BR /&gt;&lt;BR /&gt;the cluster was configured and the vg was imported to both nodes"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm aware of this, I was just providing the text output, but that is all I get, /etc/lvmtab does not get updated.</description>
      <pubDate>Fri, 14 Aug 2009 08:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475529#M555657</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-14T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475530#M555658</link>
      <description>ok check if the vg that you like to import is in the /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 14 Aug 2009 08:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475530#M555658</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-08-14T08:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475531#M555659</link>
      <description>"ok check if the vg that you like to import is in the /etc/lvmtab"&lt;BR /&gt;&lt;BR /&gt;It is already there, with the unextended set of devices..&lt;BR /&gt;&lt;BR /&gt;I can get a strings of /etc/lvmtab off but it will take a while due to the nature of the system. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475531#M555659</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-14T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475532#M555660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are not providing the output we asked, it is little difficult to help you out. We are interacting through forum. So it is not possible to understand the issue correctly unless you provide all the necessary details.&lt;BR /&gt;&lt;BR /&gt;ok. back to your reply.&lt;BR /&gt;&amp;gt;&amp;gt;"of couse because the vg is there alredy.&lt;BR /&gt;the cluster was configured and the vg was imported to both nodes"&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Does current lvmtab file has entry about the vg or not? Or provide the exact steps you followed starting from exporting on primary node to importing on alt node.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475532#M555660</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-14T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a VG online, with online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475533#M555661</link>
      <description>Hi I appreciate the help and I haven't said I won't get the input, I'm just explaining that its difficult due to the security of the system.&lt;BR /&gt;&lt;BR /&gt;Yes, the vg is in the /etc/lvmtab on both nodes. On the Primary node it has the newly added devices too, on the Standby node following the import, it does not have the extended devices.&lt;BR /&gt;&lt;BR /&gt;I will try and get the info off and update the forum later. &lt;BR /&gt;&lt;BR /&gt;Process followed.. &lt;BR /&gt;&lt;BR /&gt;Extend VGs on Primary, extend LVs, fsadm on mount points. Create map file&lt;BR /&gt;&lt;BR /&gt;# vgexport -p -s -m /tmp/redo1.map /dev/vg_ora_coredb_redo1 &lt;BR /&gt;&lt;BR /&gt;Copy map file to Secondary node. &lt;BR /&gt;ioscan and insf -e on secondary node. &lt;BR /&gt;&lt;BR /&gt;# vgimport -s -m -v /tmp/redo1.map /dev/vg_ora_coredb_redo1&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-vg-online-with-online-jfs/m-p/4475533#M555661</guid>
      <dc:creator>N Ward</dc:creator>
      <dc:date>2009-08-14T08:40:20Z</dc:date>
    </item>
  </channel>
</rss>

