- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filesystem 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
01-03-2008 12:19 AM
01-03-2008 12:19 AM
I can't seem to find a document detailing the old guidelines for what type of data should go in /var /etc /usr /opt. Anybody got a link?
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 12:55 AM
01-03-2008 12:55 AM
SolutionTry this Link : The HP-UX 10.0 File System Layout --> http://docs.hp.com/en/5964-5283/ch04s05.html
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 01:03 AM
01-03-2008 01:03 AM
Re: Filesystem layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 01:04 AM
01-03-2008 01:04 AM
Re: Filesystem layout
Here is the link for future ITRC global search (not only forums):
http://www5.itrc.hp.com/service/james/home.do
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 01:15 AM
01-03-2008 01:15 AM
Re: Filesystem layout
http://www.pathname.com/fhs/
In short:
/etc is for configuration files
/usr is for things that are not essential for system boot and single user mode (= almost everything). In a diskless NFS environment, it should be possible to share a single copy of /usr directory tree to multiple client hosts, assuming that all the hosts are using the same hardware architecture. The /usr hierarchy might be mounted read-only in a diskless NFS environment, so any well-behaved user-level applications should not assume they can write to /usr.
NOTE: /usr/local is the traditional place for sysadmin's own local customizations.
/var is for "variable data" that is usually host-specific.
/opt is for "add-on software packages", although HP-UX comes with quite a lot of stuff in /opt as standard, probably for historical reasons. In HP-UX, anything installed in /opt/
In my opinion, when the system is in normal use, there should be no significant growth of disk space use in neither /usr nor /opt. Only software updates and new installations should cause additional disk space consumption in these filesystems. Unfortunately, not all software packages are quite that well-behaved.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 01:24 AM
01-03-2008 01:24 AM
Re: Filesystem layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 01:53 AM
01-03-2008 01:53 AM
Re: Filesystem layout
Right, /opt should be readonly. With config files in /var/opt as you mentioned.
This is how we laid it out when we changed it for 10.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 03:26 AM
01-03-2008 03:26 AM
Re: Filesystem layout
Please find the attached docs for your info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 03:29 AM
01-03-2008 03:29 AM
Re: Filesystem layout
please find the attached docs for your info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 04:55 AM
01-03-2008 04:55 AM
Re: Filesystem layout
I am surpised no one pointed you to the manpages for 'hier(5)', although that isn't intuitively obvious.
http://docs.hp.com/en/B3921-60631/hier.5.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 05:03 AM
01-03-2008 05:03 AM
Re: Filesystem layout
Sure : "hier" means yesterday in French !!! Thanks for the tip.
Of course Adam, 0 point for this post !
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 05:03 AM
01-03-2008 05:03 AM
Re: Filesystem layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 10:03 AM
01-03-2008 10:03 AM
Re: Filesystem layout
http://www.pathname.com/fhs/
Rgds...Geoff