- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG and Alternate paths
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
02-07-2008 03:41 PM
02-07-2008 03:41 PM
Because of this the Primary and Alternate links for the two dik presented are on the same two port FC. So Disk1 Primary and Alternate is on path 2/0/1/1.
Disk2 Primary and Alternate are on 2/0/2/1
What I have requested of the SANs team is to unpresent the Alternate path (The disk already have a Data Base on them) And then represent them to the WWNs that I have sent them.
This would have the Primary for Disk1 on on 2/0/1/1 with the Alternate path for Disk2.
Disk2 Primary will still be on 2/0/2/1 with the Alternate for disk1.
Are there any major changes that will need to be done to my VG groups or lvmtab or?
Any advice or heads up is appreciated.
OS HPUX 11.23
Storage XP
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:02 PM
02-07-2008 06:02 PM
Re: SG and Alternate paths
A. if there is no data on the LUNs, vgexport all the VGs and have the SAN group remap the LUNs and recreate (or vgimport) the VGs.
or
B. If you have data on the LUNs already,
1. backup all the data
2. vgexport all VGs
3. SAN team unmap the LUNs and remap them
4. Get new device files
5. vgimport all LUN devices in each VG in the right order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 03:09 AM
02-08-2008 03:09 AM
Re: SG and Alternate paths
Can I edit it to replace the Alternate links?
How do I change the links inside the file?
Also, can the primary links stay active while I change the Alternate links.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 03:52 AM
02-08-2008 03:52 AM
Re: SG and Alternate paths
But it will happen!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 04:01 AM
02-08-2008 04:01 AM
SolutionWhen you are ready to do this you can unmount any filesystems if you have mounted and then deactivate the VGs (vgchange -a n...) and wait until the remapping is done. If the device paths do not change you simply reactivate the VGs. If the paths change you 'll have to go through the entire process vgexport...
Just in case the paths do not change, you 'll save some work. I had a case last week where I did some remapping, the LUN numbers remained the same on the new mapping but the paths changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 04:03 AM
02-08-2008 04:03 AM
Re: SG and Alternate paths
so lets say 2/0/1/1 is disk /dev/dsk/c2t0d1 primary
and 2/0/2/1 is disk /dev/dsk/c4t0d1 alternate
you should:
vgreduce /dev/yourvg /dev/dsk/c4t0d1
make the change on the san
ioscan -fC disk
insf -C disk
xpinfo -il | grep -i yourdiskid
vgextend /dev/yourvg /dev/dsk/yournewdisk
in case you are using any disk on the 2/0/2/1
as a primary.you have to change it with
pvchange -s /dev/dsk/thepathyouwhant to make primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 07:35 AM
02-08-2008 07:35 AM
Re: SG and Alternate paths
vgreduce to remove Alternate paths
vgexport w mapfile and vgid
vgimport after SAN work.
All good and many thanks.