- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring raw Sybase devices
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
12-31-2006 01:49 AM
12-31-2006 01:49 AM
Mirroring raw Sybase devices
I can't seem to find any documentation that explicitely says it does or does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2006 02:05 AM
12-31-2006 02:05 AM
Re: Mirroring raw Sybase devices
of course HP-UX supports mirroring at the LVM level. You need the product 'MirrorDisk/UX' (license is NOT free - codeword required) to get what you want.
To check, if that product is already installed, look at the output of
swinstall LVM
If you see something like
LVM.LVM_MIRROR
you should look at the man page of 'lvcreate'.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2006 06:49 AM
12-31-2006 06:49 AM
Re: Mirroring raw Sybase devices
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2006 07:00 AM
12-31-2006 07:00 AM
Re: Mirroring raw Sybase devices
You don't mirror filesystems, you mirror logical volumes.
You use mirror/ux the same way you would on a "filesystem"
One of my colleagues, actually my boss here has a little trick to make raw disk visible. He softlinks to it.
That does not change the mirror process, but it does make that consultant who is poking around less likely to destory the raw disk area, because there is something visble out there for all to see.
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
12-31-2006 03:48 PM
12-31-2006 03:48 PM
Re: Mirroring raw Sybase devices
Mirrored disk operations require the installation of the optional HP MirrorDisk/UX software, which is not included in the standard HP-UX operating system.
lvcreate or lvextend can be used to mirror the logical volume. with -m option to specify the mirror_copy.
mirror_copy :Set the number of mirror copies allocated for each logical extent. A mirror copy contains the same data as the original.
mirror_copies can be 1 or 2.
Example:
To mirror a logical volume (lvol1 may be mounted as any filesystem say /syb1 )to a particular physical volume:
# lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c1t1d0
For further details:
http://docs.hp.com/en/B2355-90129/lvcreate.1M.html
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 12:43 PM
02-23-2007 12:43 PM
Re: Mirroring raw Sybase devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 12:49 PM
02-23-2007 12:49 PM
Re: Mirroring raw Sybase devices
Nice to know that you are sleeping well, and mirroring helping a lot,
Great!! now the last part you need to asign points to the above who all tried to help you. and to close the thread(optional).
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 12:34 AM
02-26-2007 12:34 AM
Re: Mirroring raw Sybase devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 04:30 AM
02-26-2007 04:30 AM
Re: Mirroring raw Sybase devices
help reference for point assignments:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
mfG Peter