<?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: sizing / filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819599#M269784</link>
    <description>There is not much space needed, but if you have a huge disk (up to 146GB), you can create lvol3 between 200~500MB. &lt;BR /&gt;Be aware you cannot increase the size later (only with ignite). So if you have space enough, be generous.</description>
    <pubDate>Fri, 07 Jul 2006 09:09:39 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2006-07-07T09:09:39Z</dc:date>
    <item>
      <title>sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819596#M269781</link>
      <description>What would be the correct size for / filesystem. I have seen some machines with 5g and some with 150 Meg. Please post pros and cons.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 07 Jul 2006 08:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819596#M269781</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-07-07T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819597#M269782</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I try to keep / generously small and keep everything else out of it.   The only things in / should be /dev, /etc, /sbin, /stand, and the mount points for the other file systems.  As long as you follow this philosophy, there is no need for more than 150 to 200 MB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 07 Jul 2006 08:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819597#M269782</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-07-07T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819598#M269783</link>
      <description>Sorry, not /stand - make that /usr!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 07 Jul 2006 09:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819598#M269783</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-07-07T09:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819599#M269784</link>
      <description>There is not much space needed, but if you have a huge disk (up to 146GB), you can create lvol3 between 200~500MB. &lt;BR /&gt;Be aware you cannot increase the size later (only with ignite). So if you have space enough, be generous.</description>
      <pubDate>Fri, 07 Jul 2006 09:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819599#M269784</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819600#M269785</link>
      <description>As mentioned, 200megs is fine. The machines with massively large (5Gb) root filesystems were either created by an admin with a workstation mentality (one giant volume for everything) or by an admin that allowed lousy applications to install in / rather than /opt where they belong. / is basically static -- never grows significantly. That means that the sysadmin(s) research the addition of new files and applications before actually performing the task.&lt;BR /&gt; &lt;BR /&gt;Note also that spelling errors by the root user (ie, tar cvf /dev/rmt/om /var) can cause massively large files (om is not the same as 0m) to be created in /dev which is part of /. And by default, root's home directory is in /, a VERY bad place for any system. It means that the root user always lands in / at every login, making membership in the "rm -r *" club inevitable. Move root's home to either /home/root or to /root to mitigate such damage.</description>
      <pubDate>Fri, 07 Jul 2006 09:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819600#M269785</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-07T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819601#M269786</link>
      <description>&lt;BR /&gt;Brian, The / file system *should* only be used by the OS.  That being said a size 150 - 200 MB should suffice.  However, the adage od " if a user can mess something up, they will" comes to mind.  I would recommend a size of 200 - 300 MB based on my experiences of having users say " I didn't know that a full file system would crash the system"&lt;BR /&gt;&lt;BR /&gt;Also, the new root disk are so large today, that you have the luxury of making all of the vg00 lvols larger than the (ridiculously low)default sizes, and still having plenty of space left over.&lt;BR /&gt;&lt;BR /&gt;/ cannot be made larger after the fact (unless you ignite the system), so a little more is not a bad idea.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 09:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819601#M269786</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-07-07T09:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819602#M269787</link>
      <description>Something in the ~200MiB range would be reasonable and would allow room for any future OS upgrades. Bear in mind, that once configured and up and running for a little while, / is all but fixed in size and should not deviate from the equilbrium filesystem usage by more than 2-5% over very long periods of time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819602#M269787</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-07T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819603#M269788</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Various admins have different preferences.&lt;BR /&gt;&lt;BR /&gt;After more than 20 years in Unix,&lt;BR /&gt;I like the method that MSDD ESI&lt;BR /&gt;World Wide HP-UX Server Build Standards&lt;BR /&gt;recommend:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ibc-spse.corp.hp.com/CMSG/ux/cmsg-ux.html" target="_blank"&gt;http://ibc-spse.corp.hp.com/CMSG/ux/cmsg-ux.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For file system sizing:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1111.htm" target="_blank"&gt;http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1111.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1123.htm" target="_blank"&gt;http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1123.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In Australia, we certaily use them internally &lt;BR /&gt;and for our customers. Our Custom Delivery&lt;BR /&gt;team tries to follow it as much as &lt;BR /&gt;possible...&lt;BR /&gt;&lt;BR /&gt;I also have them as part of my own&lt;BR /&gt;Operations Acceptance Testing for HP-UX &lt;BR /&gt;servers (see attachment). The Perl script&lt;BR /&gt;runs extensive number of tests that saved &lt;BR /&gt;me on various projects many times :)&lt;BR /&gt;I do update the script in my own time&lt;BR /&gt;regularly (because I enjoy it).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Sun, 09 Jul 2006 23:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819603#M269788</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2006-07-09T23:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: sizing / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819604#M269789</link>
      <description>Brian,&lt;BR /&gt;       On space limited 9GB drives I now use&lt;BR /&gt;an 175MB root and this has been OK.&lt;BR /&gt; Previously I went down to 128MB but this &lt;BR /&gt;proved too much of a squeeze..  For&lt;BR /&gt;example running the graphical interface&lt;BR /&gt;to VxVM disc admin was enough to fill&lt;BR /&gt;root.&lt;BR /&gt;&lt;BR /&gt;DaveN</description>
      <pubDate>Mon, 10 Jul 2006 06:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-filesystem/m-p/3819604#M269789</guid>
      <dc:creator>David Nixon</dc:creator>
      <dc:date>2006-07-10T06:12:25Z</dc:date>
    </item>
  </channel>
</rss>

