<?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 file system nfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529274#M368030</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you have online JFS installed on the NFS server, you should be able to use fsadm to extend the file system.&lt;BR /&gt;&lt;BR /&gt;I see no reason why NFS could have a problem with this, but you may get an error from fsadm. I doubt that though.&lt;BR /&gt;&lt;BR /&gt;The interestesting question is what happens to the NFS client. Does it recognize the additional space or does the nfs client have to be bounced.&lt;BR /&gt;&lt;BR /&gt;I'm confident online JFS fsadm can to the extension without downtime, thats what its for.&lt;BR /&gt;&lt;BR /&gt;It is reasonable to go forward with this, but be prepared to restart the NFS clients.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 06 Nov 2009 15:17:11 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-11-06T15:17:11Z</dc:date>
    <item>
      <title>extend file system nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529273#M368029</link>
      <description>I guys,&lt;BR /&gt;i have a file system veritas exported in nfs to 20 client.&lt;BR /&gt;/dev/vx/dsk/siebelfs_vg/sieb_03&lt;BR /&gt;                   104773632 66635875 35754423   65% /siebelfs&lt;BR /&gt;&lt;BR /&gt;I need to extend this file system from 100 Gb to 500 Gb.The extension of file system can be do without umount file system.&lt;BR /&gt;The extension of file system can be done without stop NFS? Can i have problem on the client?&lt;BR /&gt;I need to stop nfs ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2009 15:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529273#M368029</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2009-11-06T15:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: extend file system nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529274#M368030</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you have online JFS installed on the NFS server, you should be able to use fsadm to extend the file system.&lt;BR /&gt;&lt;BR /&gt;I see no reason why NFS could have a problem with this, but you may get an error from fsadm. I doubt that though.&lt;BR /&gt;&lt;BR /&gt;The interestesting question is what happens to the NFS client. Does it recognize the additional space or does the nfs client have to be bounced.&lt;BR /&gt;&lt;BR /&gt;I'm confident online JFS fsadm can to the extension without downtime, thats what its for.&lt;BR /&gt;&lt;BR /&gt;It is reasonable to go forward with this, but be prepared to restart the NFS clients.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 06 Nov 2009 15:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529274#M368030</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-06T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: extend file system nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529275#M368031</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I need to extend this file system from 100 Gb to 500 Gb.The extension of file system can be do without umount file system.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes - You can if you have Online JFS installed&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;NEWSIZE&gt; /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b &lt;NEW_SIZE&gt;M /mount_point&lt;BR /&gt;&lt;BR /&gt;if no Online Jfs installed instuded of fsadm&lt;BR /&gt;&lt;BR /&gt;you need to do extendfs&lt;BR /&gt;&lt;BR /&gt;umount /&lt;MOUNT_POINT&gt;&lt;BR /&gt;lvextend -L &lt;NEWSIZE&gt; /dev/vgxx/lvolxx&lt;BR /&gt;extendfs -F vxfs /dev/vgXX/rlvolXX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;The extension of file system can be done without stop NFS? &lt;BR /&gt;Can i have problem on the client?&lt;BR /&gt;I need to stop nfs ?&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You no need to stop NFS - for extending the file system. But you need umount /nfs-mount-point in all your nfs clients&lt;BR /&gt;&lt;BR /&gt;For more Information &amp;amp; Steps&lt;BR /&gt;&lt;BR /&gt;Check the below Thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1257520709941+28353475&amp;amp;threadId=1339657" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1257520709941+28353475&amp;amp;threadId=1339657&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;/NEWSIZE&gt;&lt;/MOUNT_POINT&gt;&lt;/NEW_SIZE&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Fri, 06 Nov 2009 15:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529275#M368031</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-06T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: extend file system nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529276#M368032</link>
      <description>I've tried this experiment before with HP-UX NFS clients (11i v1, v2, v3) and those clients were able to see the expanded filesystem without having to unmount and remount.  Once the server extended the filesystem, a bdf on the client showed the new available size of the extended filesystem.&lt;BR /&gt;&lt;BR /&gt;I cannot speak for how other NFS clients would behave in this case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 07 Nov 2009 04:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-nfs/m-p/4529276#M368032</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-11-07T04:03:34Z</dc:date>
    </item>
  </channel>
</rss>

