<?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: addind space to a file system to a cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360695#M346075</link>
    <description>No new disk, so no map file required. That will work fine as it is.</description>
    <pubDate>Tue, 17 Feb 2009 21:08:20 GMT</pubDate>
    <dc:creator>Mark McDonald_2</dc:creator>
    <dc:date>2009-02-17T21:08:20Z</dc:date>
    <item>
      <title>addind space to a file system to a cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360694#M346074</link>
      <description>One of the file systems in MC service guard environment is full. I have checked the volume group having logical volume for that file system. I has some free space available.&lt;BR /&gt;&lt;BR /&gt;I added some space to the logical volume by using lvextend and then increased the file system by using fsadm.&lt;BR /&gt;&lt;BR /&gt;My question is that do we need to do create map file and then copy it to other nodes in the cluster. In this case, we havent added any disk to the cluster. Just increased the logical volume and then the file system size by using the available space from VG.</description>
      <pubDate>Tue, 17 Feb 2009 21:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360694#M346074</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-02-17T21:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: addind space to a file system to a cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360695#M346075</link>
      <description>No new disk, so no map file required. That will work fine as it is.</description>
      <pubDate>Tue, 17 Feb 2009 21:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360695#M346075</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-02-17T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: addind space to a file system to a cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360696#M346076</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;Yes after lvextend, the extendfs to achieve that, but keep in view that lvextend requires the LV to unmounted.(that means that package should be ideally halted)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the system on which the Packacge is running has onlineJFS installed then you absolutely do not require the package to be halted or the LV to be unmounted at all: do an lvextend followed by the fsadm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;sujit</description>
      <pubDate>Wed, 18 Feb 2009 07:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360696#M346076</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-18T07:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: addind space to a file system to a cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360697#M346077</link>
      <description>Hi Razi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;My question is that do we need to do create map file and then copy it to other nodes in the cluster. In this case, we havent added any disk to the cluster&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;No Need, Hence we are not adding disk we are only extending logical volume using lvextend File System with Online JFS.&lt;BR /&gt;&lt;BR /&gt;Which Case , do we need to vexport and vgimport.?&lt;BR /&gt;&lt;BR /&gt;if you are adding "new disk" You need to &lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;ServerA&lt;BR /&gt;========&lt;BR /&gt;vgexport -pvs -m vg03.map /dev/vg03&lt;BR /&gt;&lt;BR /&gt;scp *.map userid@ServerB:/home/userid&lt;BR /&gt;(copying the map files to ServerB)&lt;BR /&gt;&lt;BR /&gt;ServerB:-&lt;BR /&gt;=========&lt;BR /&gt;On the other node:&lt;BR /&gt;1. Export the VG&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;vgexport /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;2. Recreate the directory&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;mkdir -p /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;3. Recreate the VG group file&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;mknod /dev/vgxx/group c 64 0xMM0000&lt;BR /&gt;where MM is a unique identifier (ex 01 for vg01)&lt;BR /&gt;&lt;BR /&gt;4. Preview the vgimport to check for any possible error&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgimport -pvs -m &lt;MAPFILE&gt; /dev/vgxx&lt;BR /&gt;where mapfile is the one copied from the first node&lt;BR /&gt;&lt;BR /&gt;5. If no error, remove the preview mode&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgimport -vs -m &lt;MAPFILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;6. Activate in share mode&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgchange -a s /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;(Hope the above steps Clear's Your Question)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;/MAPFILE&gt;&lt;/MAPFILE&gt;</description>
      <pubDate>Wed, 18 Feb 2009 10:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addind-space-to-a-file-system-to-a-cluster/m-p/4360697#M346077</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-02-18T10:44:43Z</dc:date>
    </item>
  </channel>
</rss>

