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-10-2008 06:56 AM
11-10-2008 06:56 AM
rlvol's
Os--HP-UX 11.23
How we can display the existing rlvol's and its size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 07:10 AM
11-10-2008 07:10 AM
Re: rlvol's
Given that you care about the lvol, you might want to check with the lvdisplay command, and refer to the block device file instead of the raw one, given that the lvdisplay command is not going to work with raw devices.
lvdisplay -v /dev/vgXX/lvolXX
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 07:18 AM
11-10-2008 07:18 AM
Re: rlvol's
What do you mean by rlvol's and it's size?
rlvols are logical raw device files and doesn't consume any space.
If you want to know the list of available rlovls use #ll /dev/*/r*
If you want to know the existing logical volumes and it's sizes then use vgdisplay
#vgdisplay -v |more
or
#vgdisplay -v |egrep -i '(LV Name|LV Size)'
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 07:31 AM
11-10-2008 07:31 AM
Re: rlvol's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 09:26 AM
11-10-2008 09:26 AM
Re: rlvol's
or to get lvols vgdisplay -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2008 04:11 AM
11-11-2008 04:11 AM
Re: rlvol's
Thanx for the support.Iam closing this threds.