- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesysytem layout?
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
08-25-2009 09:07 PM
08-25-2009 09:07 PM
filesysytem layout?
/stand =?
/swap=?
/ =?
so how it should be allocated
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 09:24 PM
08-25-2009 09:24 PM
Re: filesysytem layout?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 09:29 PM
08-25-2009 09:29 PM
Re: filesysytem layout?
whether it depends on the version diff for v1 v2 v3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 09:46 PM
08-25-2009 09:46 PM
Re: filesysytem layout?
It depends what size harddisk do you have on the system. And the layout varies from 32Gig to 72Gig harddisk system.
You can use like this for 11.23: for a 72Gig harddisk system:
/stand (lvol1) : 1GB
/swap (lvol2) : 16GB
/ (root) (lvol3) : 2GB
/tmp (lvol4) : 2GB
/home (lvol5) : 2GB
/opt (lvol6) : 10GB
/usr (lvol7) : 10GB
/var (lvol8) : 10GB
/var/adm/crash:(lvol9): 16GB
----------------------------------
Cheers,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 04:13 AM
08-26-2009 04:13 AM
Re: filesysytem layout?
http://docstore.mik.ua/manuals/hp-ux/en/5992-4165/ch02s01.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 04:19 AM
08-26-2009 04:19 AM
Re: filesysytem layout?
http://docs.hp.com/en/5991-5526/ch02s02.html?btnNext=next%A0%BB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2009 01:10 AM
08-27-2009 01:10 AM
Re: filesysytem layout?
I would modify the default sizes for /stand and /
/ is only used for mount points and should not be used for data
/stand is for the kernel and you can regularly clean it with the command kconfig
As for the swap, it depends on your application need.
For the rest, I personnaly put do it this way:
/opt 10GB
/var 10GB
/usr 10GB
/tmp 5GB
/home 5GB
it never failed me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2009 03:10 AM
08-27-2009 03:10 AM
Re: filesysytem layout?
No application data should go into / for various reason. So don't plan to do so.
I can only think of one reason to have a bigger /. It's when you plan to have numerous (>50) volume groups on your system. In this case you need space in /etc/lvmconf for the volume group backups.
Swap size depends on your memory and installed application. The other filesystems are uncritical because you can resize them later. From my point of view don't grow any vg00 filesystem (except maybe swap) over 10GB.
My 2 cents,
Armin
PS: Please assign points!