- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- migrate from securepath to PVlinks?
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-16-2008 01:19 AM
05-16-2008 01:19 AM
migrate from securepath to PVlinks?
looking for some advice on migrating MCSG volumes.
We are currently connected to EVAs and use secuepath - all very easy / straight forward so far!
We will be moving to IBM DS4800s, and after reading up on their web site - it looks like we'll have to migrate to using PVLinks for multi pathing.
I'm really just looking for some advice, as we've never used PVLinks before - is there anything I should be aware of regarding doing this sort of migration.
I had planned something along the following lines :
1. run ioscan and insf –e - should now see disks
2. pvcreate structures on new disks
pvcreate -f /dev/rdsk/newdisk1
pvcreate -f /dev/rdsk/newdisk2
3. Add new disk to VG
vgextend /dev/vgsgm /dev/rdsk/newdisk1
vgextend /dev/vgsgm /dev/rdsk/newdisk2
4. Configure mirroring
a. remove original mirror
lvreduce –m0 /dev/vgsgm/lvusr1 /dev/dsk/oldEVAdisk1 (old disk)
b. setup new mirror
lvextend -m 1 /dev/vgsgm/lvusr1 /dev/dsk/newEVAdisk1 (new disk)
mirror sync may take some time
5. Once mirroring complete , remove other EVA disks
lvreduce -m0 /dev/vgsgm/lvusr1 /dev/dsk/oldEVAdisk2 (2nd old disk)
lvextend -m1 /dev/vgsgm/lvusr1 /dev/dsk/newEVAdisk2 (2nd new disk)
6. Remove old disks from VG
vgreduce –f /dev/vgsgm /dev/dsk/oldEVAdisk1 /dev/dsk/oldEVAdisk2
7. update lvmtab on bfssgm02
vgexport –pvs –m /etc/lvmconf/map.vgsgm /dev/vgsgm
ftp map file to bfssgm02
on 2nd node :
vgexport /dev/vgsgm
mkdir /dev/vgsgm
mknod /dev/vgsgm/group c 64 0x010000
vgimport –vs –m /etc/lvmconbf/map.vgsgm /dev/vgsgm
Repeat for each LV
Would I need to unistall securepath before using any of the disks from the DS4800?
Any advice would be greatly apprecated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 06:16 AM
05-16-2008 06:16 AM
Re: migrate from securepath to PVlinks?
http://www-03.ibm.com/systems/storage/disk/ds4000/pdf/interop-matrix.pdf
It is not very clear that the DS4800 is supported with SG. Note 6 says itanium servers are supported but not clear if it means with SG. Why didn't they put the checkmark in the matrix instead of adding note 6.
I am actually using RX servers with the DS4800 and SG but when I did some testing, the DS4800 changed controller ownership on some of the LUNs when those LUNs were tranferred over to the other node. We are trying to figure out if that was caused by our zoning. The result is somewhat acceptible since the DS4800 is in active/passive setup.
As for your migration approach it looks OK, I wouold suggest you run a test if you have the luxury.
> Would I need to unistall securepath before using any of the disks from the DS4800?
It depends if securepath can coexist with PVlinks. See if you can determine that from the securepath literature. Will securepath "grab" the new DS4800 LUNs once they are visible in the server. If not, then securepath probably coexists happily with PVlinks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 08:32 AM
05-16-2008 08:32 AM
Re: migrate from securepath to PVlinks?
This may be why IBM does not want secure path installed ?
In this day and age I am still suprised that there are active/passive arrays out there. Maybe just my lack of real knowledge but during my purchases if I see active/passive I pass on that vendors technology.
As far as PVLink configuration. Add the primary path to your VG. Then add all alternate paths to the VG. The vg will automatically mark the others as alternate. ( you can add them all at once, the first one in the list will become the primary ).
--- Physical volumes ---
PV Name /dev/dsk/c14t0d3
PV Name /dev/dsk/c12t0d3 Alternate Link
PV Status available
Total PE 25596
Free PE 0
Autoswitch On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 12:51 AM
05-23-2008 12:51 AM
Re: migrate from securepath to PVlinks?
I was off for a few days holiday so apologies for not replying.
I appreciate your comments and I guess the only thing I can do to confirm this is to test it - luckily we have a test server here.
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 07:49 AM
05-23-2008 07:49 AM