- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why no logical volume in fstab?
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
04-12-2006 08:14 PM
04-12-2006 08:14 PM
I am currently doing some test builds hence all the questions in the last couple of days.
What I have found is that in '/etc/fstab' I have the following:
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg00/lvol12 /usr8 vxfs delaylog 0 2
/dev/vg00/lvol9 /opt/patrol vxfs delaylog 0 2
/dev/vg00/lvol11 /usr/openv vxfs delaylog 0 2
/dev/vg00/lvol10 /var/opt/patrol vxfs delaylog 0 2
/dev/vg01/lvol1 /bea_domains vxfs delaylog 0 2
/dev/vg01/lvol2 /beaA vxfs delaylog 0 2
/dev/vg01/lvol3 /bea vxfs delaylog 0 2
/dev/vg01/lvol4 /HP_MASTER vxfs delaylog 0 2
/dev/vg01/lvol5 /beaB vxfs delaylog 0 2
/dev/vg01/lvol6 /bea8 vxfs delaylog 0 2
As you can see from the above there is no:
/dev/vg00/lvol2.
Why not?
As in /dev/vg00 I do have an entry for 'lvol2':
brw-r----- 1 root sys 64 0x000002 Apr 12 11:29 lvol2
Please get back as this is quite tricky for me!
Cheers.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 08:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 08:47 PM
04-12-2006 08:47 PM
Re: Why no logical volume in fstab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 08:50 PM
04-12-2006 08:50 PM
Re: Why no logical volume in fstab?
the operating system is installed (/dev/vg00/lvol2). Device swap is nothing
more than a logical volume, or a disk section, that is given to the system to
use for swap. Commands like bdf will not show swap on a system, however
swapinfo (swapinfo -tam)does. Device swap can be configured in any volume group on the system.
Using a logical volume is the most preferred when it comes to performance, and
should be configured first when the system needs additional swap. Device swap
is also divided into two different terms. The first is primary swap. This swap
device tends to be /dev/vg00/lvol2 and is created when the operating system is
installed. Primary swap can only be found on the boot drive. Any additional
device swap is called secondary swap. Secondary swap devices can be configured
in any volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 08:52 PM
04-12-2006 08:52 PM
Re: Why no logical volume in fstab?
/dev/vg00/lvol2 is swap by default..
This is not mounted as filesystem.
You can see the swap lvols using
"swapinfo -a" command
-sysadm-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 09:42 PM
04-12-2006 09:42 PM