- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filesystems Size
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
01-17-2002 10:50 AM
01-17-2002 10:50 AM
ex - /, /usr, /var, /opt etc.
Any white paper from HP for reference?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 10:56 AM
01-17-2002 10:56 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:04 AM
01-17-2002 11:04 AM
Re: Filesystems Size
Your size needs will vary. On 11.0 the defaults I've seen look like this:
/stand 84
/ 140
/home 20
/opt 256
/tmp 64
/usr 500
/var 500
I find these far too small. I like to keep a few extra kernels in /stand, so I increase that. Enlarging /tmp is quite important when you want to download and apply patches. A larger /var is a must for software installation and the Installed Products Database (IPD) as successive patch applications (via 'swinstall') occur. Here is what I like as a minimum:
/stand 140
/ 140
/home 100
/opt 1000
/tmp 500
/usr 1500
/var 1500
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:12 AM
01-17-2002 11:12 AM
Re: Filesystems Size
I would more or less agree with JRF's numbers but I would add that the three that are really important are /, /stand, and primary swap. These must be contigiuos and can't (easily) be resized after install. All of the other filesystems can be enlarged later. If you go ahead and make / and /stand 140MB or so each, then future OS upgrades and patches are much easier. By the way, you can get by with a rather small primary swap (256MB) even with a machine that has a large amount of memory. Primary swap is required; it just doesn't have to very big. You can then have additional swap elsewhere if needed or desired.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:24 AM
01-17-2002 11:24 AM
Re: Filesystems Size
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:26 AM - last edited on 05-18-2021 06:05 AM by Ramya_Heera
01-17-2002 11:26 AM - last edited on 05-18-2021 06:05 AM by Ramya_Heera
Re: Filesystems Size
Hi,
Check this :
http://www.docs.hp.com/cgi-bin/onlinedocs.py?mpn=5963-8942&service=hpux&path=../5963-8942/00/00/1&title=HP-UX%2010.0%20File%20System%20Layout%20White%20Paper
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:54 AM
01-17-2002 11:54 AM
Re: Filesystems Size
Bad idea. In the first place, you must have a separate /stand becuase it has to be an hfs filesystem. The others can be vxfs or hfs. The only possible advantage to using the rest as / is the illusion that adminstration becomes easier. First of all, with very minor exceptions, / should not increase in size at all over time. Secondly, you can achieve very flexible layouts by leaving a fair amount of space unconfigured and then extending the logical volumes and filesystems later. This becomes a trivial task if you have OnlineJFS. Really no HP-UX server should be without it. Believe me, the very last thing you want is an absolutely full root filesystem and that is just what you are setting yourself up for.
One other thing to consider is that only /stand, /, and primary swap have to be on the boot disk. The other filesystems can be anywhere and don't even have to be on vg00. I'm not saying that this is a good idea, it is just a way to give you more options.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 12:36 PM
01-17-2002 12:36 PM