- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- McData Fibre switch issues
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
05-06-2004 02:10 AM
05-06-2004 02:10 AM
Now for the bad news ... The EMC engineer who was prepping the new switch for installation told us something about having to use vgreduce or vgimport or other 'vg' commands after the new switch is in place. This is kind of scary to me as I am not that familiar with those commands and what they can or cannot do or, more precisely, what they are capable of destroying if not used correctly.
Has anyone had a similar experience? I need to know what EMC is talking about here and just how 'destructive' it might be. I really don't want to have to restore my system from tape just because we are replacing a redundant fibre switch.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 02:21 AM
05-06-2004 02:21 AM
SolutionAssuming you have alternate links to your VGs, all they're saying is that you'll need to reduce the path that will "disappear" & then add back the new one. The problem is that 99% of the time a new switch will present a new controller instance. For EX. if the device *was* c5t3d4 after the switch replacement the new device may be c9t3d4. Same disk - just a new device file.
So I'd recommend you do a vgexport now for each VG as follows:
vgexport -m /etc/lvmconf/vg_name.map -psv /dev/vg_name
Then just before the switch AND after you've determined just *which* path is going away, do:
vgreduce /dev/vg_name /dev/cXtYdZ
for that path for *each* VG
Then after the switch you'll need to do
ioscan -fnC disk
to get the new devices recognized - then
insf
to install the new device files. Then you'll need to add the new alternate links with
vgextend /dev/vg_name /dev/dsk/cXtYdZ
That's all there is to it. The vgexport is just a safety net in case something goes wrong. And you really don't need vgimport UNLESS you don't have alternate links or it does blow up on you.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 03:00 AM
05-06-2004 03:00 AM
Re: McData Fibre switch issues
If it were a different type of switch, with a different domain ID, and the storage were plugged into a different port, then yes you would have to go through the whole vgreduce/vgextend scenario.
Seems to me like the EMC engineer is trying to pass the hard work onto you.
Or am I missing something?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 03:33 AM
05-06-2004 03:33 AM
Re: McData Fibre switch issues
It's just that there's a *lot* of ands in there & it's been my experience that almost all the time I end up with new devices. Maybe it's just our storage people - but I always count on getting new devices. Whether it's a new switch, a new GBIC connection on the array or a new array altogether - I get new devices.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 04:27 AM
05-06-2004 04:27 AM
Re: McData Fibre switch issues
Theoretically it should not happen , but with the new switch comes a different WWN of the switch , a different name servers , reload the zone sets and even if the end to end WWN are still the same , I have ended up with different devices addreses .
Some of them also were firmare issues.
Its better to be prepared for the worst .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 12:58 AM
05-07-2004 12:58 AM