dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Upgrade EMC powerpath on VIO server issues (mapping issue) - aix

This is a discussion on Upgrade EMC powerpath on VIO server issues (mapping issue) - aix ; Hi, Today I ran into the following issue : In order to update the EMC Powerpath software on a VIO server, I need to remove all mappings. Restoring my mappings with the same VIO LUN id seems impossible, as the ...


Home > Database Forum > Operating Systems > aix > Upgrade EMC powerpath on VIO server issues (mapping issue)

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 08-11-2008, 12:45 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Upgrade EMC powerpath on VIO server issues (mapping issue)

Hi,

Today I ran into the following issue :

In order to update the EMC Powerpath software on a VIO server, I need to
remove all mappings.
Restoring my mappings with the same VIO LUN id seems impossible, as the
previous numbering was not contigious and the LUN id is assigned by IOS when
issueing the mkvdev command (no way to assign one myself). So basicly I can
map all devices to the corresponding vhosts, but I cannot be sure they will
use the same LUN is.
This is not a problem in most cases, but it is when the device is used as a
boot device. A change in the bootlist for VIO clients will be necessary.
This is something I would like to do without.

As it's not likely I'm the first to encounter this issue, I'm curious what
work-arounds others have come up with.
Thanks for the help!

Regards,
Mark

Reply With Quote
  #2  
Old 05-18-2009, 11:35 AM
Database Newbie
 
Join Date: May 2009
Posts: 1
colinpearse is on a distinguished road
Default Re: Upgrade EMC powerpath on VIO server issues (mapping issue)

You could use dummy entries as place setters, eg.

mkvdev -vdev hdisk10 -vadapter vhost5 -dev vdisk1
mkvdev -f -vdev hdisk10 -vadapter vhost5 -dev dummy1
mkvdev -f -vdev hdisk10 -vadapter vhost5 -dev dummy2
mkvdev -f -vdev hdisk10 -vadapter vhost5 -dev dummy3
mkvdev -vdev hdisk11 -vadapter vhost5 -dev vdisk2
rmvdev -vtd dummy1
rmvdev -vtd dummy2
rmvdev -vtd dummy3

will create LUNs of 0x81 and 0x85.

A bit messy but at least no actions on the VIOCs (apart from ensuring there's no disk access) are necessary since lscfg -vl hdisk* will show the correct LUNs (assuming you have the patch that ensure hdisk access does not hang when the disks are unmapped).
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 03:53 AM.