- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VOL vs RVOL
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
01-08-2004 02:32 AM
01-08-2004 02:32 AM
VOL vs RVOL
Which is the difference between RVOL and VOL?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:33 AM
01-08-2004 02:33 AM
Re: VOL vs RVOL
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:35 AM
01-08-2004 02:35 AM
Re: VOL vs RVOL
When creating or extending a filesystem you work on the rvol
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:36 AM
01-08-2004 02:36 AM
Re: VOL vs RVOL
The differense is a character device and a block device. A character is device (raw) is unbuffered and a block devide is.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:41 AM
01-08-2004 02:41 AM
Re: VOL vs RVOL
rvols are raw volumes. Some of the applications uses volumes as raw partitions, for eg. oracle, sybase ..etc. We use the same name while creating a new filesystem on a volume.
vols are block devices. A mounted filesystem uses block device file. Anyway when you create a volume under LVM, both of these device files are created.
Hope this helps
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:41 AM
01-08-2004 02:41 AM
Re: VOL vs RVOL
/dev/vg00/rlvol and /dev/vg00/lvol
One example is when the raw device is used when you create a new filesystem with newfs:
newfs -F vxfs /dev/vgXX/rvlol
LVOL is the "cooked" version of the logical volume. This is what you use to mount filesystems... It is actually a tangible device by unix commands to be mounted and queried...
Kind of a simplistic answer but I hope it helps you.
here is a link to docs.hp.com ... http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&con=/hpux/onlinedocs/B2355-90672/00/00/30-con.html&toc=/hpux/onlinedocs/B2355-90672/00/00/30-toc.html&searchterms=rlvol%7clvol&queryid=20040108-084050
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:50 AM
01-08-2004 11:50 AM
Re: VOL vs RVOL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:16 PM
01-08-2004 06:16 PM
Re: VOL vs RVOL
as everybody said about lvol and rlvol the main difference is lvol is block device file and rlvol is character device file.
We can compare these with rdsk and dsk device files only difference is that these are logical not physical.
Sunil