<?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: Need to grow a file system with Veritas on L3000 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010215#M632844</link>
    <description>LVM&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS you can expand it on the fly.&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;If you dont, you need to do this:&lt;BR /&gt;&lt;BR /&gt;umount /fsname&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;MEGABYTES new="" size=""&gt; /dev/vg01/lvname /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;extendfs -f vxfs /dev/vg01/rlvname&lt;BR /&gt;&lt;BR /&gt;mount /fsname&lt;BR /&gt;&lt;BR /&gt;Then you are done.&lt;BR /&gt;&lt;BR /&gt;In the above commands you will need to use actual logical volume names.&lt;BR /&gt;&lt;BR /&gt;If you are unfamiliar, you might want to try doing it in sam.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/MEGABYTES&gt;</description>
    <pubDate>Fri, 27 Jun 2003 17:14:48 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-06-27T17:14:48Z</dc:date>
    <item>
      <title>Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010213#M632842</link>
      <description>I've got a L3000 running 11.11 with a file system at 100%.  The box is vpared and connected into a SAN.  I'm not familiar with  Veritas Volume Management.  Can someone give me a link or a checklist for growing the file system?</description>
      <pubDate>Fri, 27 Jun 2003 17:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010213#M632842</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-06-27T17:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010214#M632843</link>
      <description>The VxVS equivalent to the lvextend command is called vxassist (which is also used for lvreduce and other commands).  Example:  "vxassist growto vol_name 200M" or "vxassist growby vol_name 100M".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 17:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010214#M632843</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-27T17:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010215#M632844</link>
      <description>LVM&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS you can expand it on the fly.&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;If you dont, you need to do this:&lt;BR /&gt;&lt;BR /&gt;umount /fsname&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;MEGABYTES new="" size=""&gt; /dev/vg01/lvname /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;extendfs -f vxfs /dev/vg01/rlvname&lt;BR /&gt;&lt;BR /&gt;mount /fsname&lt;BR /&gt;&lt;BR /&gt;Then you are done.&lt;BR /&gt;&lt;BR /&gt;In the above commands you will need to use actual logical volume names.&lt;BR /&gt;&lt;BR /&gt;If you are unfamiliar, you might want to try doing it in sam.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/MEGABYTES&gt;</description>
      <pubDate>Fri, 27 Jun 2003 17:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010215#M632844</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-27T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010216#M632845</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;That's not going to help him with VxVM!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 17:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010216#M632845</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-27T17:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010217#M632846</link>
      <description>vxassist is what you are after. Read the man page.&lt;BR /&gt;&lt;BR /&gt;run vxprint -hrt to get sizes, then run vxassist growto &lt;VOLUME&gt; newlength.&lt;/VOLUME&gt;</description>
      <pubDate>Fri, 27 Jun 2003 18:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010217#M632846</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-06-27T18:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010218#M632847</link>
      <description>Thanks for the replies.  I learned a bit about Veritas today.&lt;BR /&gt;&lt;BR /&gt;HPUX 11.11 ships with two versions of Veritas Volume Manager. &lt;BR /&gt;Version -- Base Dir --  GUI command  &lt;BR /&gt;3.2        /opt/HPvmsa  vea  &lt;BR /&gt;3.5        /opt/VRTSob  vmsa &lt;BR /&gt;&lt;BR /&gt;I had 3.2&lt;BR /&gt;To see if there is free disk available use &lt;BR /&gt;vxdg free   (or vxdg -g group free for a specific group)&lt;BR /&gt;vxdg -g locappdg free &lt;BR /&gt;DISK DEVICE TAG OFFSET LENGTH FLAGS &lt;BR /&gt;locappd02 c16t7d7 c16t7d7 2149376 18819456 - &lt;BR /&gt;&lt;BR /&gt;The LENGTH field shows how much is available. &lt;BR /&gt;&lt;BR /&gt;Once you know that you have room to grow, the command to increase size is "vxassist" &lt;BR /&gt;&lt;BR /&gt;You can increase size with "growby" or "growto" &lt;BR /&gt;vxassist -g locappdg growby apps 1G &lt;BR /&gt;&lt;BR /&gt;That increases the volume, but not the file system. So umount it, extend it and remount it. &lt;BR /&gt;umount /apps &lt;BR /&gt;extendfs -F vxfs /dev/vx/dsk/locappdg/apps &lt;BR /&gt;mount /apps &lt;BR /&gt;&lt;BR /&gt;Hope this helps someone else.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 23:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010218#M632847</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-06-27T23:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010219#M632848</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;You should be praised for summarizing your findings and providing a roadmap for others.  I only wish others would follow your example.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2003 00:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010219#M632848</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-28T00:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010220#M632849</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;Just to add a bit here, if you have, you can use OnlineJFS to extend the filesystem online. "fsadm -b new_size_in_kb /filesystem" after your "vxassist" command to increase the size.b&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 28 Jun 2003 04:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010220#M632849</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-28T04:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010221#M632850</link>
      <description>Actually, onlineJFS will not function correctly when the filessytem is truly 100% full. &lt;BR /&gt;&lt;BR /&gt;OnlineJFS requires some empty filesystem space in order to grow the FS. I know, I have had this happen to me several times with both 11 and 11i.</description>
      <pubDate>Sat, 28 Jun 2003 11:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010221#M632850</guid>
      <dc:creator>Christopher Rupnik</dc:creator>
      <dc:date>2003-06-28T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to grow a file system with Veritas on L3000 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010222#M632851</link>
      <description>If you are licensed for the full VxVM and have Veritas Filesystem (VxFS or Online JFS) as well then you can expand/contract a filesystem online by using the vxresize command:&lt;BR /&gt;&lt;BR /&gt;/etc/vx/bin/vxresize -g kooldg mntpntname +10g&lt;BR /&gt;&lt;BR /&gt;(to grow /mntpntname by 10 GB..)&lt;BR /&gt;&lt;BR /&gt;Anyone can categorically state that Veritas Filesystem - the product (VxFS) is equivalent to HP's Online JFS?</description>
      <pubDate>Tue, 01 Jul 2003 14:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-grow-a-file-system-with-veritas-on-l3000-11-11/m-p/3010222#M632851</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-07-01T14:18:23Z</dc:date>
    </item>
  </channel>
</rss>

