- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring raw volumes: possible or impossible?
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
06-28-2005 02:45 AM
06-28-2005 02:45 AM
My view is that an lvol is an lvol, and can be mirrored at the LVM level no matter what you decide to put on it, be it raw data or a VXFS filesystem or whatever.
We have some sybase databases that use raw volumes to store the data, and I have a couple colleagues that insist that because of these they can't be mirrored. They are quite vehement in their opinion.
Can somebody settle this for us?
Thanks!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:53 AM
06-28-2005 02:53 AM
Re: Mirroring raw volumes: possible or impossible?
# lvextend -m 1 /dev/vg??/lvol?
It doesn't matter that it doesn't have a filesystem on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:57 AM
06-28-2005 02:57 AM
Re: Mirroring raw volumes: possible or impossible?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:57 AM
06-28-2005 02:57 AM
Re: Mirroring raw volumes: possible or impossible?
# lvcreate -L 512 -m 1 -n test vg00
This create a 512 MB mirrored LVOL /dev/vg00/test on one of my machines. Now if I want to I can do a newfs on that. Or if I want to access it as a raw volume, I could do that to. It doesn't matter. The LV is mirrored regardless of whether the filesystem is actually there or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 03:39 AM
06-28-2005 03:39 AM
Re: Mirroring raw volumes: possible or impossible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:32 AM
06-28-2005 06:32 AM
Re: Mirroring raw volumes: possible or impossible?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 01:37 AM
06-29-2005 01:37 AM
Re: Mirroring raw volumes: possible or impossible?
I have used this for mirroring root disk
I didn't have mirror-ux product
So I used to mirror my root disk weekly once by putting in the cron
dd if=/dev/rdsk/c???? of=/dev/dsk/xxxx bs=1024
I think may be u can use for lv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:14 AM
07-05-2005 08:14 AM
Re: Mirroring raw volumes: possible or impossible?
Marlou