- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgimport with alternate links
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
03-18-2007 03:42 PM
03-18-2007 03:42 PM
We have a plan to migrate storage from XP-512 to new storage box.Storage is connected to 2-node cluster.We planned to use vgexport/vgimport to get the vg configurations after new storage is alloted to nodes.I have below queries on this work.
1.Presently the node have 1 primary link and 3 alternate links to old storage box.Can i perform vgexport with alternate links? If i do vgimport after new storage is connected will it looks for the same alternate paths?
In that case what happens if path got changed..?
2.Will the controller number changes after new storage box is connected(we are not changing the controller in server side and not removing the device files)..?
Points will be alloted.
Shankar.B
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 04:12 PM
03-18-2007 04:12 PM
SolutionIf you were to do a vgexport from the old storage, and then run vgimport on the new storage it will fail. It will fail because the new devices will not have any VG configuration on them.
To do what you want to do it will be easier to extend your current VGs with the new devices and alternate paths.
To your last question, YES your device paths will definitely change. You have new devices which entails new paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 05:10 PM
03-18-2007 05:10 PM
Re: vgimport with alternate links
Thanks for your reply.
Activity is like old storage box will be removed.Data copy will happen on storage level(I think through virtualization) to new storage.In this case we need to vgimport/vgexport using the disks on the new storage..right?
Please advise..Points will be allotted.
Shankar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 09:22 PM
03-18-2007 09:22 PM
Re: vgimport with alternate links
When importing with the "-s" option, the system will search that VGID from all the disks the system is currently seeing, and import them all. The first device with the correct VGID becomes the new primary link, all the rest will be alternate links.
When you do a vgexport, the system essentially forgets the exported VG and the paths of the PVs that belonged to it. The VGID remains on the exported disks, so the correct disks can be located if the VGID is known.
2.) Yes, the controller number will change. With FibreChannel, the controller/device/LUN number triplet is tied to the WWN of the device. If the WWN changes, so will the c#t#d# triplet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 09:27 PM
03-18-2007 09:27 PM
Re: vgimport with alternate links
We did some similar sounding work last month to migrate between disk arrays. We had luns on the old array with 1 primary and 3 alternate links.
We did a vgexport (with the -s switch to get the vgid into the map file (-m switch)). The disk array was then disconnected from the server and copied to a new array at the SAN level (preserving the lun structures). This was then presented to the server and a vgimport (with -s and -m) run to get the storage back again. (vgchange then used of course to reactivate the volume groups).
The vgexport and vgimport had no problems with the alternate links and when the import was complete the volume groups had a full complement of alternate links for each lun, (1 primary and 7 alternates!), although in all cases the same set of addresses was set as primary so if you want to balance your primaries across hbas you may need to fiddle around afterwards.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 04:46 PM
03-19-2007 04:46 PM
Re: vgimport with alternate links
Thanks for all your reply.Points allotted.
Shankar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 04:47 PM
03-19-2007 04:47 PM