- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root logical volume Vs Boot logical 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
07-21-2004 09:33 AM
07-21-2004 09:33 AM
Root logical volume Vs Boot logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 09:37 AM
07-21-2004 09:37 AM
Re: Root logical volume Vs Boot logical volume
Boot LV = /stand - the location of the vmunix file which is the kernel. (Must be HFS on PA RISC machines)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 09:37 AM
07-21-2004 09:37 AM
Re: Root logical volume Vs Boot logical volume
You also have the primary swap partition which assists in starting the system (/dev/vg00/lvol2)
All three volumes are strict/contiguous logical extents on the booting disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 12:29 AM
07-23-2004 12:29 AM
Re: Root logical volume Vs Boot logical volume
Boot is your kernel filesystem, (/stand on HPUX and a few others, /boot on linux i think) and contains the kernel image that must be loaded to get the system into a running state. boot can also contain information to get the system up to a state where init can take over.
if i am not mistaken /etc must reside on the root fs, so init can take over and mount the other filesystems and start deamons, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 12:41 AM
07-23-2004 12:41 AM
Re: Root logical volume Vs Boot logical volume
See suppose you have VG00 Root Volume Group:
Then the structure is like this ==>
Root LV: / Filesystem /dev/vg00/lvol3
Swap: Raw File system /dev/vg00/lvol2
BootVolume: /stand Filesystem /dev/vg00/lvol1
Regards,