- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Effect on HP-UX SAN Attached systems during FC Swi...
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
06-13-2005 01:40 AM
06-13-2005 01:40 AM
Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
Our SAN team assured us the servers can stay up during their SAN port reorganization but the servers needed to be "quite" -- which we complied with. However, after the reorg.. all of our servers started having all sorts of problems.. Both LVM and VxVM managed storage sets (filesystems) are no longer accessible despite reboots.. Most were easily addresed rectified but some of our FlashSnap/host based mirror configs will need to be resynch'ed fully.
So my question is -- was our SAN team's suggestion valid? Should we have been more prudent and shut down the systems while they did their cabling/port changes. And on server startup.. is there anything FCMSUTIL wise that we need to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 01:44 AM
06-13-2005 01:44 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
The answer seems pretty obvious to me!
Did the san team's rearrangement cause device file address changes? Is that what caused your inaccessabilities? I would expect that it wouldn't matter whether the servers were up or down - the addresses are going to have to be re-configured after the change and the servers will end up needing to be re-booted anyway, so you might just as well have them down.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 01:48 AM
06-13-2005 01:48 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
Thanks Pete!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 01:50 AM
06-13-2005 01:50 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
The safest way is to unmount all SAN volumes, vgexport them with maps, then vgimport them with the changed disk id's.
I guess if you wanted to do it all "online" then you could proceed somehow like (assuming you have dual-pathed everything):
FOREACH switch port
vgreduce volume groups with any paths down this port
swap fibre into new port
ioscan
insf
vgextend volume groups with the "new" paths
NEXT switch port
Could very easily cause headaches though, so I'd recommend the shutdown and export/re-import route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 01:56 AM
06-13-2005 01:56 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 02:01 AM
06-13-2005 02:01 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
I did notice the VxVM machines fared well since the configs are not dependent on the cXtYdZ values. We literally did not have to do anything on them .. except for our mirroed environments. All of LVM configs failed and even if recovery was easy.. it took quite a bit of time concidering the number of servers hooked up to our SAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 04:55 AM
06-13-2005 04:55 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
We moved our environment from a single director, single fabric to a dual director, dual fabric - all hot.
Issues - as mentioned here previously- hardware address changes.
Work Flow-
- move ports
- ioscan -fn
- insf -e
everything worked well - but an ioscan still showed NO-HW on the old addresses. This weekend we had the "opportunity" to reboot all of our SAN attached servers (~25) and cleared up all the NO_HW's in the ioscans.
Maybe we were lucky - but it worked for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 11:17 AM
06-13-2005 11:17 AM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
This is not the SAN being picky, it is the HPUX server. A SAN issues each port an FCID (Fibre Channel ID) to identify each device on the switch for routing purposes. With the Tacyon controllers, once a device is logged off of a switch and then back on, it queries the switch for a new ID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 10:38 PM
06-13-2005 10:38 PM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
SAN attached LUNs have the device files which depends on Fabric Port. As soon as the port changes, the device files of the LUns are bound to change. Though VxVM doesn't depend opeon the device file (as it maintains its own disk id on each of the disks which are brought into its control), but LVM depends on these device names.
The best option in this case could have been to unmount all SAN volumes, vgexport them with maps, then vgimport them with the changed disk id's.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 11:12 PM
06-13-2005 11:12 PM
Re: Effect on HP-UX SAN Attached systems during FC Switch Port Relocation
Each time someone changed a brocade switch or port (once it was the bay while staying on same switch..) I went through a process of export/import vg...
I usually make map files before any of these manipulations in case...
Once (lately) though after moving to different location all was fine...
My point of vue is that at a certain point your systems even without activities would have complained because it is not seing its PV anymore...
I remember having no trouble but I did disable all my SAN vg before the SAN intervention.
All the best
Victor