- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- quickie - make lvol for /usr or not?
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
11-17-2000 02:47 AM
11-17-2000 02:47 AM
quickie - make lvol for /usr or not?
Thanks
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 03:11 AM
11-17-2000 03:11 AM
Re: quickie - make lvol for /usr or not?
Having separate mount points for /usr /opt and /tmp (from the root) is standard and desirable. The idea is to "allow" one file system to fill without impacting (stopping I/O) to another. More importantly, the segregation of mount points allows you to restrict user access to do system maintenance. This is particularly true for /usr when you want to drop to or boot up into single-user mode to do maintenance. Since /sbin is a directory of the root with "system" commands, you can (un)mount /usr independently, thereby restricting general system access and availability.
If you have Online JFS you can extend (or reduce) the size of file systems "on-the-fly". If you don't purchase the Online component of JFS (an option) then you must unmount file systems to expand them. There again, you want to be able to mount and unmount subsets of directories to accomplish the task.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 03:44 AM
11-17-2000 03:44 AM
Re: quickie - make lvol for /usr or not?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 05:47 AM
11-17-2000 05:47 AM
Re: quickie - make lvol for /usr or not?
You can move /usr to another disk, but for recovery purposes, IUX make recovery will see the root disk as 2 disks. My advise is to move /home, /var, and /opt to another disk and have /usr on the same disk as /(root).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 08:21 AM
11-17-2000 08:21 AM
Re: quickie - make lvol for /usr or not?
This makes maintenance easier (OS =>vg00)