<?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: problem with extending a file system size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983681#M616620</link>
    <description>#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm -F vxfs -b 20480M /opt/oracle&lt;BR /&gt;&lt;BR /&gt;it works</description>
    <pubDate>Thu, 08 Jun 2006 05:23:02 GMT</pubDate>
    <dc:creator>praveen..</dc:creator>
    <dc:date>2006-06-08T05:23:02Z</dc:date>
    <item>
      <title>problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983672#M616611</link>
      <description>Hi,&lt;BR /&gt;i have online JFS but version is B.11.11&lt;BR /&gt; &lt;BR /&gt;root@server:[/root]# swlist -l product | grep JFS&lt;BR /&gt;  JFS                   B.11.11        The Base VxFS File System&lt;BR /&gt;  OnlineJFS             B.11.11        Online features of the VxFS File System&lt;BR /&gt;  PHKL_24026            1.0            JFS Filesystem swap corruption&lt;BR /&gt;  PHKL_28512            1.0            Fix for POSIX_AIO in JFS3.3&lt;BR /&gt;  PHKL_29115            1.0            JFS Direct I/O cumulative patch&lt;BR /&gt;  PHKL_30366            1.0            JFS3.3;ACL patch&lt;BR /&gt;root@server:[/root]# uname -a&lt;BR /&gt;HP-UX server B.11.11 U 9000/800 4290461787 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i need to extend a file system size,&lt;BR /&gt;can i do it without unmounting that file system?&lt;BR /&gt;&lt;BR /&gt;should i use only these two commands:&lt;BR /&gt;#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm -F vxfs -b 20480M /opt/oracle&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983672#M616611</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-07T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983673#M616612</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could of couse use SAM for this...&lt;BR /&gt;&lt;BR /&gt;Now in command line, yes you use the two commands:&lt;BR /&gt;#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm -F vxfs -b 20480000 /opt/oracle&lt;BR /&gt;&lt;BR /&gt;But enlighten me, why so big for /opt/oracle in vg00?&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 07 Jun 2006 12:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983673#M616612</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-06-07T12:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983674#M616613</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could of couse use SAM for this...&lt;BR /&gt;&lt;BR /&gt;Now in command line, yes you use the two commands:&lt;BR /&gt;#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm  -b 20480000 /opt/oracle&lt;BR /&gt;&lt;BR /&gt;But enlighten me, why so big for /opt/oracle in vg00?&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 07 Jun 2006 12:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983674#M616613</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-06-07T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983675#M616614</link>
      <description>You are close,&lt;BR /&gt;&lt;BR /&gt;lvextend -L 20480 &lt;BR /&gt;would correspond to a -b argument for fsadm of 20971520.&lt;BR /&gt;&lt;BR /&gt;This can be done while the filesystem is mounted and applications are running as long as this is actually a vxfs filesystem. That's the one point that you did not make certain. You need to execute "fstyp /dev/vg00/lvol9".&lt;BR /&gt;&lt;BR /&gt;Finally, I would not install Oracle in vg00. vg00 should be used for the OS and HP supplied executables and very little else.</description>
      <pubDate>Wed, 07 Jun 2006 12:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983675#M616614</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-07T12:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983676#M616615</link>
      <description>I believe you need to know the number of bytes / sector. You can get this from a disk info. It should be 512.&lt;BR /&gt;&lt;BR /&gt;1MB = 1024bytes * 1024bytes = 1048576&lt;BR /&gt;1048576bytes * 20480Mbytes = 21474836480bytes&lt;BR /&gt;21474836480bytes / 512bytes per sector = 41943040 sectors.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 41943040 /dev/vg00/lvol9</description>
      <pubDate>Wed, 07 Jun 2006 12:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983676#M616615</guid>
      <dc:creator>Josiah Henline</dc:creator>
      <dc:date>2006-06-07T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983677#M616616</link>
      <description>From the man page:&lt;BR /&gt;-b newsize  Resize the file system to newsize sectors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Online JFS will allow you to extend the file system while it is mounted.</description>
      <pubDate>Wed, 07 Jun 2006 12:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983677#M616616</guid>
      <dc:creator>Josiah Henline</dc:creator>
      <dc:date>2006-06-07T12:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983678#M616617</link>
      <description>Actually the '-b' option to fsadm will accept the size in MB as long as you add a 'm' or 'M' to the end of the size.&lt;BR /&gt;&lt;BR /&gt;# fsadm -b 20480m /opt/oracle&lt;BR /&gt;&lt;BR /&gt;is perfectly valid, but undocumented in the man page, syntax.</description>
      <pubDate>Wed, 07 Jun 2006 13:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983678#M616617</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-06-07T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983679#M616618</link>
      <description>i checked with fstyp command and found that this is vxfs file systems.&lt;BR /&gt;&lt;BR /&gt;so can i run these two commands for extending the size without unmounting the file systems.&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm -F vxfs -b 20480M /opt/oracle</description>
      <pubDate>Thu, 08 Jun 2006 00:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983679#M616618</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-08T00:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983680#M616619</link>
      <description>Praveen,&lt;BR /&gt;&lt;BR /&gt;Yes it's oke to perform as you suggested&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Thu, 08 Jun 2006 01:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983680#M616619</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-08T01:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with extending a file system size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983681#M616620</link>
      <description>#lvextend -L 20480 /dev/vg00/lvol9&lt;BR /&gt;#fsadm -F vxfs -b 20480M /opt/oracle&lt;BR /&gt;&lt;BR /&gt;it works</description>
      <pubDate>Thu, 08 Jun 2006 05:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-extending-a-file-system-size/m-p/4983681#M616620</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-08T05:23:02Z</dc:date>
    </item>
  </channel>
</rss>

