- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root Volume
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
05-08-2002 10:36 PM
05-08-2002 10:36 PM
Can anyone explain, WHY ROOT VOLUMES SHOULD BE CONTIGUOUS?
Regards
Noel Miranda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 10:43 PM
05-08-2002 10:43 PM
Re: Root Volume
If a logical volume is to be used as either root, primary swap, dump or /stand the physical extents must be contiguous.This means that the physical extents of the disk must be allocated with no gaps on a single physical volume. One other reason is that BDRA (Boot Data Reserved Area) needs to be contiguous for booting kernels, saving crash dumps etc
Hope this explains things.....
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 11:32 PM
05-08-2002 11:32 PM
Re: Root Volume
If a logical volume is to be used as either root, primary swap, dump or /stand the physical extents must be contiguous.This means that the physical extents of the disk must be allocated with no gaps on a single physical volume.
>>> Why is this so??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 11:41 PM
05-08-2002 11:41 PM
Re: Root Volume
the root filesytem contains the kernel and other os files and root is the highest level filesystem. Since it has to be accessed fast without going through file system, hence it is contiguous
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 12:35 AM
05-09-2002 12:35 AM
SolutionLVM is a driver that is part of the kernel. The IPL (initial program loader) does not contain this driver so does not know about logical to physical extent mappings. However it does know about HFS filesystems and logical volume spaces.
Therefore to boot the system off /stand/vmunix it needs to know the exact position on the boot disk that it is going to find the /stand filesystem and load the kernel file you specify, also to know that the filesystem is going to be on contiguous blocks of disk.
Swap needs to be contiguous for performance reasons and for the ability to use it as a DUMP area, simply writing memory pages to contiguous disk space using a simple algorithm when the system panics.
I think a lot of this may be historical.
What I find interesting is that it is still possible to boot HPUX specifying cXtYdZs1lvm or lvmdisk which means that there must be some knowledge of logical volumes in there somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 01:11 AM
05-09-2002 01:11 AM
Re: Root Volume
The reason being to reduce the seek time for the disk access to load the processes like kernel /stand/vmunix , swapped processes without any delay.
regards,
U.SivaKumar