Unsolved
This post is more than 5 years old
13 Posts
0
1215
September 5th, 2008 10:00
McData to Cisco Migration
Hi All,
We are planning to migrate from McData switches to Cisco switches. We have two fabrics with 1 core director (Ed-140) and 10+ McData/Cisco switches in each fabric with Ciscos running in interop mode 1. Core director ED-140 is principal switch. Connected hosts are running Solaris and windows with couple of AIX servers and storage is EMC DMX & Clariion. What is the best way to migrate without requiring lots of downtime and with low risk? Has anyone done this type of migration?
Thanks,
YP
We are planning to migrate from McData switches to Cisco switches. We have two fabrics with 1 core director (Ed-140) and 10+ McData/Cisco switches in each fabric with Ciscos running in interop mode 1. Core director ED-140 is principal switch. Connected hosts are running Solaris and windows with couple of AIX servers and storage is EMC DMX & Clariion. What is the best way to migrate without requiring lots of downtime and with low risk? Has anyone done this type of migration?
Thanks,
YP
No Events found!


shewitt1
45 Posts
0
September 6th, 2008 19:00
Do you have any free ports on your arrays to plug them into the new fabrics or do you need to move the array ports over at the same time as the hosts?
ConnectrixHelpe
259 Posts
0
September 8th, 2008 09:00
Thank you.
YatinPatel
13 Posts
0
September 8th, 2008 12:00
Yes. All the hosts are connected with dual HBAs - one to each fabric. So yes, that is one option to move half of the array ports and half of the hosts at one time. Can I prestage zoning on Cisco side to reduce downtime and mistakes? Can I write script to run on Cisco? How?
I don't have free ports on arrays so I need to move everything at the same time.
Thanks in advance for your help,
YP
ConnectrixHelpe
259 Posts
0
September 8th, 2008 12:00
You could take a copy of the config and manually edit it before hand and then upload it to the switch. You have to be very careful though as you can cause a lot of problems easily if you make a mistake.
If this is a large, complicated, or affects critical hosts; I would strongly recommend using EMC professional services to do the migration. I've heard many horror stories of migrations gone bad when customers tried it on their own.
Thank you.
jimkunysz
2 Intern
•
259 Posts
0
September 10th, 2008 07:00
I ISL'd the McData directors into our Cisco, gave them a separate vsan and migrated the hosts 1 by 1. If the host had 2 hba's and ran powerpath, it was pretty easy to migrate that host. If only a single hba, the host obviously needs to come down.
You can pre-zone using CLI in the cisco's.
I moved all the hosts over to the Cisco first, utilizing IVR and placing the hosts in a different vsan than the mcdata ports then migrated the storage ports.
We have all EMC - DMX, Clariion and Sun, Windows, Linux, and AIX hosts.
You do have to be cognizant of the driver levels for windows and solaris and the odm database revs on AIX. Also, you have to have the proper lettings on AIX so it can automatically re-discover its luns if it moves from one switch port to another.
some procedures I put together for our AIX environment:
1. enable fast_fail and dynamic tracking
lsattr -El fscsi : will return the following data. It will return that dyntrk is currently set to NO and that dynamic tracking of fc device is FALSE. also will report that it is configured for 'delayed fail' instead of 'fast fail'.
Both hba's will need to be configured to have dyntrk set to YES, dynamic tracking of fc devices to TRUE, and 'fast fail' enabled.
chdev -l fscsi0 -a fc_err_recov=fast_fail - or whatever the fscsiX value is
chdev -l fscsi1 -a fc_err_recov=fast_fail - or whatever the fscsiX value is
chdev -l fscsi0 -a dyntrk=yes - or whatever the fscsiX value is
chdev -l fscsi1 -a dyntrk=yes - or whatever the fscsiX value is
A reboot is required after changing the fast_fail setting. You can choose to reboot after performing a powerpath upgrade ¿ in step 2.
2. upgrade powerpath to 4.5.1
You can upgrade powerpath 4.3 to 4.5 without a reboot (providing you close all apps that use powerpath devices before installing 4.5.1) and you do not have to remove the previous powerpath version.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
September 13th, 2008 04:00
these AIX settings ..were they recommended by EMC or IBM ? Would you please point to some documentation that you used ?
Thanks a bunch
jimkunysz
2 Intern
•
259 Posts
0
September 13th, 2008 06:00
We implemented them and our issue was resolved. I recommend obtaining grabs and having an EMC engineer review them for potential configuration issues.
ConnectrixHelpe
259 Posts
0
September 15th, 2008 07:00
Please keep in mind that you would want to contact you local EMC support people about log collection and review of the configurations for any issues. You can also submit the EMC Grab (collection of logs) into HEAT (Host Environment Analysis Tool) yourself via Powerlink. This will scan the EMC Grabs against the EMC Support Matrix and tell you of any issues it locates.
EMC Phone Support should only be contacted for Break / Fix type issues when you are currently experiencing a problem. Any type of preventative check issues or migration concerns should be directed first to the EMC Customer Engineer and the local EMC field staff. EMC phone support is first and foremost directed to resolution of production impacting customer issues. Local EMC field resources can best assist customers with other issues such as you have noted.
Thank you.
YatinPatel
13 Posts
0
September 15th, 2008 08:00
I will use all of you guys input to come up with the procedure. Since we have big environment with limited downtime, we are thinking to migrate small subset of storage/hosts at one time and I am sure we will use EMC people to make sure our plan is good.
Again, Thanks a lot everyone
YP
RRR
6 Operator
•
5.7K Posts
0
September 17th, 2008 04:00
YatinPatel
13 Posts
0
March 30th, 2009 11:00
1). Collect/export all existing zoning data from Connectrix Manager
2). Wrote some scripts to create a list of storage ports and servers using those ports on each fabric.
3). Used Excel,scripts to create Cisco device-aliases and zoning commands. Input data was from connectrix manager zoning export and node list from it.
4). Once Ciscos are up and running, copy/paste all device-alias commands and built zones/zonesets on Cisco CLI. If you have too many entries, copy/paste only 30 lines or so. Unlike connectrix manager, this can be done even there are no hosts plugged in.
5). Verify all device-alias and zones in Cisco.
6). Once ports are assigned for stuff that is moving, use device manager to configure port, label it and put it in appropriate VSAN and up the port.
7). On migration day, shutdown host(s) (Solaris = "ok" prompt), switch storage port and related host(s) cables from McData to Cisco. See port go online to confirm good connection. run following commands
show flogi database and
show zoneset active
show int fc ?/?
to see port is logged in(check WWN to make sure correct host). and check zone for the host (you will see "*' before zone members). If ther is no "*" zone has issues and will not work.
8). Start the host and make sure disks are there.
Hope this helps...
-YP