- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrating Sybase v11.03 from one disk array to ano...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-20-2002 09:51 AM
тАО03-20-2002 09:51 AM
Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
We have a Sybase v11.03 database using raw devices on a Symmetrix disk array and need to migrate it physically to another Symmetrix disk array.
I need to know if anyone has done this and be able to keep the original special device files (maybe renamed) and what utility was used to copy the source files to the target files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 09:56 AM
тАО03-20-2002 09:56 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 09:57 AM
тАО03-20-2002 09:57 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 11:26 AM
тАО03-20-2002 11:26 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 11:35 AM
тАО03-20-2002 11:35 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 11:43 AM
тАО03-20-2002 11:43 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
Add the disk from new EMC array to the existing VG . Then do a pvmove from old disk to the new disk. But in theses case the device name for the raw volume will get change and accordingly you have to change it in the Sybase.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 01:08 PM
тАО03-20-2002 01:08 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
If you are using EMC's SRDF, things will be easy:
1. connect the 2 disk using SCSI cable or fiber optical, and set the new disk as R2 host(remote mirror host)
2. using vgexport -m -p on the old disk(R1), and put the map file on R2, then using vgimport to import the VG imformation
3. synchronize R1/R2 using SRDF, EMC disk are pretty good at taking care of itself, that's the reason I like it.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 02:36 PM
тАО03-20-2002 02:36 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
Does the host have a spare HBA? Are the new hyper volumes the same size? Are the raw devices LVM logical volumes or entire physical volumes? Do you have MirrorDisk/UX installed? Is it possible to use an database export|import pipeline? How about dd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 02:54 PM
тАО03-20-2002 02:54 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
We don't have the funding to do SRDF
We don't have HP/UX Mirroring
Our source array has 4.2GB hypervolumes; our target array has 11.6GB
I don't think I can do the PVMOVE because 10.20 does not support a MIXED physical volume Volume Group (4.2GBs & 11.6GBs)
Kevin's recommendation to DD the special device files is probably the way I will need to go but I need to get my DBA to say he/she can modify the Sybase internals to point to the new names of the copied special device files. They are not sure if and how to do that ... I would have thought Sybase could have told them out right.
What I would like to do is not destroy my source files so I can use them as a quick back out scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 03:06 PM
тАО03-20-2002 03:06 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
If there was a way I could:
dd if=/dev/Sybase/sybsystemprocs of=/dev/NewArray/sybsystemprocs bs=?????
and then
mv /dev/Sybase/sybsystemprocs /dev/Sybase/sybsystemprocs.orig
and then
mv /dev/NewArray/sybsystemprocs /dev/Sybase/sybsystemprocs
?????? Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2002 07:42 PM
тАО03-21-2002 07:42 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
There is a Sybase utility/facility called mirroring which does exactly that ... logically mirrors its database files.
My DBA has reading homework to do and the both of us will be testing next week or so.
Thanks for all the suggestions but this vendor method of migrating from one disk to another appears to be the best way.
Will let you know how it pans out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2002 08:47 AM
тАО03-25-2002 08:47 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2002 05:37 PM
тАО03-25-2002 05:37 PM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
I haven't sat down with my DBA to go over the finer details of the task(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2002 06:58 AM
тАО03-26-2002 06:58 AM
Re: Migrating Sybase v11.03 from one disk array to another on HPUX 10.20
The only snag that I ran into once is that syslogs wasn't on its own device so I had to move it using sp_logdevice (I don't make that mistake any more). I make sure all my data is on raw partitions so I just create other equally-sized raw partitions and use 'disk mirror' and 'disk unmirror' to create mirror copies and then break the mirror. You might run into some restrictions if mirroring filesystem to raw or vice versa, depending on your async i/o situation. Cheers.