- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sizing / filesystem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 01:54 AM
07-07-2006 01:54 AM
sizing / filesystem
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 01:59 AM
07-07-2006 01:59 AM
Re: sizing / filesystem
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.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:00 AM
07-07-2006 02:00 AM
Re: sizing / filesystem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:09 AM
07-07-2006 02:09 AM
Re: sizing / filesystem
Be aware you cannot increase the size later (only with ignite). So if you have space enough, be generous.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:43 AM
07-07-2006 02:43 AM
Re: sizing / filesystem
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.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:56 AM
07-07-2006 02:56 AM
Re: sizing / filesystem
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"
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.
/ cannot be made larger after the fact (unless you ignite the system), so a little more is not a bad idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:14 AM
07-07-2006 03:14 AM
Re: sizing / filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 04:02 PM
07-09-2006 04:02 PM
Re: sizing / filesystem
Various admins have different preferences.
After more than 20 years in Unix,
I like the method that MSDD ESI
World Wide HP-UX Server Build Standards
recommend:
http://ibc-spse.corp.hp.com/CMSG/ux/cmsg-ux.html
For file system sizing:
http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1111.htm
http://ibc-spse.corp.hp.com/CMSG/ux/Build/filesystem_1123.htm
In Australia, we certaily use them internally
and for our customers. Our Custom Delivery
team tries to follow it as much as
possible...
I also have them as part of my own
Operations Acceptance Testing for HP-UX
servers (see attachment). The Perl script
runs extensive number of tests that saved
me on various projects many times :)
I do update the script in my own time
regularly (because I enjoy it).
Regards,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 11:12 PM
07-09-2006 11:12 PM
Re: sizing / filesystem
On space limited 9GB drives I now use
an 175MB root and this has been OK.
Previously I went down to 128MB but this
proved too much of a squeeze.. For
example running the graphical interface
to VxVM disc admin was enough to fill
root.
DaveN