HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Migrate SQL CLuster from HSG80 to EVA5000
HPE EVA Storage
1825693
Members
3255
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-25-2005 11:47 PM
09-25-2005 11:47 PM
Migrate SQL CLuster from HSG80 to EVA5000
Hi,
We are migrating data from an HSG80 to an EVA 5000.
The HSG80 currently holds the data for our SQL Cluster.
So, I basically need to move all this data from the HSG disks to vdisks on the EVA, and get the cluster to use these disks as opposed to the ones on the HSG80.
Has anyone done this or could point me to information on how to do this.
Thanks
Lee
We are migrating data from an HSG80 to an EVA 5000.
The HSG80 currently holds the data for our SQL Cluster.
So, I basically need to move all this data from the HSG disks to vdisks on the EVA, and get the cluster to use these disks as opposed to the ones on the HSG80.
Has anyone done this or could point me to information on how to do this.
Thanks
Lee
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 12:10 AM
09-26-2005 12:10 AM
Re: Migrate SQL CLuster from HSG80 to EVA5000
Lee:
Yes, several times.
Basically, you would present the new vdisks to one system, copy the data over to them, remove access from the old disks, run the cluster recovery utility to tell the cluster about the new disks (or you can use dumpcfg to export the disk signatures and then import them onto the new drives) and all should be good.
I can go into more detail where necessary. I don't have a doc or a reference to a doc that I can post.
Steven
Yes, several times.
Basically, you would present the new vdisks to one system, copy the data over to them, remove access from the old disks, run the cluster recovery utility to tell the cluster about the new disks (or you can use dumpcfg to export the disk signatures and then import them onto the new drives) and all should be good.
I can go into more detail where necessary. I don't have a doc or a reference to a doc that I can post.
Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 12:19 AM
09-26-2005 12:19 AM
Re: Migrate SQL CLuster from HSG80 to EVA5000
Steven,
Thanks for your reply. I'm glad someone out there has done this.
Ok, if you don't mind, could you check through the steps listed below and tell me if I'm going wrong anywhere.
Firstly, this is a 2-node active/passive cluster.
1. Do I need to shut down the passive node before I do anything ?
2. Stop SQL Server
3. Present Vdisks to active node
4. Copy data to new disks
5. Unpresent HSG80 disks from active node
6. Run cluster recovery util to point SQL cluster to new disks
7. Change new disks drive letters back to original
8. Bring passive node back up.
I had also read somewhere that something funky has to be done if running MSDTC (which we are, and its installed on the quorum disk).
How does that sound ?
Thanks
Lee
Thanks for your reply. I'm glad someone out there has done this.
Ok, if you don't mind, could you check through the steps listed below and tell me if I'm going wrong anywhere.
Firstly, this is a 2-node active/passive cluster.
1. Do I need to shut down the passive node before I do anything ?
2. Stop SQL Server
3. Present Vdisks to active node
4. Copy data to new disks
5. Unpresent HSG80 disks from active node
6. Run cluster recovery util to point SQL cluster to new disks
7. Change new disks drive letters back to original
8. Bring passive node back up.
I had also read somewhere that something funky has to be done if running MSDTC (which we are, and its installed on the quorum disk).
How does that sound ?
Thanks
Lee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 08:21 PM
09-26-2005 08:21 PM
Re: Migrate SQL CLuster from HSG80 to EVA5000
Sounds good. But I would change a few steps
1. Present vDisk on active Node
2. Create cluster disk ressource and bring them online
3. Present vDisk on passive Node
4. Move vDisk to passive and check it.
5. Stop SQL-Server
6. Copy data
7. stop all cluster disk ressource (only quorum should be online)
8. Run cluster recovery util to point SQL cluster to new disks
9. Start SQL-Server on active node
10. Move SQL-Server to passive node
11. Remove old HSG80 cluster disk resource
12. Unpresent HSG80 disks from both node
1. Present vDisk on active Node
2. Create cluster disk ressource and bring them online
3. Present vDisk on passive Node
4. Move vDisk to passive and check it.
5. Stop SQL-Server
6. Copy data
7. stop all cluster disk ressource (only quorum should be online)
8. Run cluster recovery util to point SQL cluster to new disks
9. Start SQL-Server on active node
10. Move SQL-Server to passive node
11. Remove old HSG80 cluster disk resource
12. Unpresent HSG80 disks from both node
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP