- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX vgexport vgimport new device files
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
11-12-2008 07:51 AM
11-12-2008 07:51 AM
- Brocade directors
- EVA4400
- rx4640 (2 node SG cluster)
I need to move the EVA connections to different ports in the same switch. I've moved the hosts already and device files remain the same. I need to move the EVA now and I'm sure, the device files will change.
This is LVM and I'm using PV-links, 4 paths to each disk.
I need to do this live.
I have dual fabrics. A and B
The EVA has 2 connections into each fabric.
Have I left out any information?
What is the best way to do this with ZERO interuption to the business? I've done this before and I know it can be done but my memory is a little challenged here. (-: I appreciate the help please.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 08:49 AM
11-12-2008 08:49 AM
Re: HPUX vgexport vgimport new device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 12:01 PM
11-12-2008 12:01 PM
Re: HPUX vgexport vgimport new device files
1) vgexport -m mapfile -s -p -v vgname
2) move EVA Fabric A ports
3) vgimport -m mapfile -v -s vgname
4) vgextend (bring new devices names into vg)
5) rmsf to clean up NOHW devices.
Repeat steps for fabric B.
Its step 3, the import, to a live active vg, I am not sure about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 07:33 PM
11-12-2008 07:33 PM
Re: HPUX vgexport vgimport new device files
1) vgexport -m mapfile -s -p -v vgname
2) move EVA Fabric A ports
3) vgimport -m mapfile -v -s vgname
4) vgextend (bring new devices names into vg)
5) rmsf to clean up NOHW devices.
Repeat steps for fabric B.
Its step 3, the import, to a live active vg, I am not sure about.
Preview the vgimport to check for any possible error
vgimport -pvs -m
if no error remove the preview mode
vgimport -vs -m
(nothing wrong in vgimport map file in active vg) becoz mapfile "contain the VGID and lvols)
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 08:15 PM
11-12-2008 08:15 PM
Re: HPUX vgexport vgimport new device files
If it's a 11.31, the storage management has major differences to the older versions, especially if you are using the newer "Agile View" disk devices.
We have only a few 11.31 machines so far, and we haven't had to do any migrations with them yet. But based on my understanding of the 11.31 documentation, it should be able to handle the move without any change to the (new-style) device files.
The instructions given above seem to refer to HP-UX 11.23 or older. But following them on 11.31 too is not likely to cause any harm.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 10:44 PM
11-12-2008 10:44 PM
SolutionNOTE: you have 04 paths to each disk, right??
1, run vgremove vgname alternate path
--> to remove 02 alternate path (01 HBA)
2, Plug this FC cable to new port
3, run vgextend vgname new_alternate path
4, run #vgchange -t new alternate path
5, #vgreduce vgname 02 old alternate path
6, change the rest FC cable to new port
7, run vgextend to extend 02 alternate path
8, vgexport/vgimport to other node.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 07:52 AM
11-17-2008 07:52 AM