Blogs Classifieds Downloads FlashChat Gallery Googlemap Invite Friends Links Projects Reviews Wiki
 


Our Sponsors
Want to advertise?  


Reply
 
LinkBack (1) Thread Tools
  #1  
Old January 17th, 2007
kshow's Avatar
kshow Offline
Junior Member
 
Join Date: August 2006
Posts: 3
Adding additional MPIO disks

I have several AIX 5.3 TL5 SP1 systems connected to Hitachi 9980 and Hitachi 9990 storage units connected via SAN and am using the ODM drivers:

devices.fcp.disk.Hitachi.array.mpio.rte 5.4.0.0 C F AIX MPIO Support for Hitachi

When additional LUNs are zoned and I run cfgmgr to detect the changes, I receive the following errors:

Method error (/usr/lib/methods/cfgefscsi -l fscsi0 ):
0514-061 Cannot find a child device.
Method error (/usr/lib/methods/cfgefscsi -l fscsi1 ):
0514-061 Cannot find a child device.]

lsdev -Ccdisk shows the 2 new hdisks representing the devices, but they are in a defined state
hdisk0 Available 08-08-00-3,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 08-08-00-4,0 16 Bit LVD SCSI Disk Drive
hdisk2 Available 08-08-00-5,0 16 Bit LVD SCSI Disk Drive
hdisk3 Available 08-08-00-8,0 16 Bit LVD SCSI Disk Drive
hdisk4 Available 04-08-02 Hitachi MPIO Disk 9900 (Fibre)
hdisk5 Available 04-08-02 Hitachi MPIO Disk 9900 (Fibre)
hdisk6 Defined 04-08-02 Hitachi MPIO Disk USP (Fibre)
hdisk7 Defined 04-08-02 Hitachi MPIO Disk USP (Fibre)

lspath also shows the devices as Defined:
Enabled hdisk0 scsi0
Enabled hdisk1 scsi0
Enabled hdisk2 scsi0
Enabled hdisk3 scsi0
Enabled hdisk4 fscsi0
Enabled hdisk5 fscsi0
Enabled hdisk4 fscsi1
Enabled hdisk5 fscsi1
Defined hdisk6 fscsi0
Defined hdisk7 fscsi0
Defined hdisk6 fscsi1

The only way to get the disks on line that I've found is to

1) varyoff all volumegroups on the affected storage
2) remove all hdisk devices up to and including the fcs0 and fcs1 parent devices
3) unistall the devices.fcp.disk.Hitachi.array.mpio.rte package
4) execute cfgmgr to see all devices again.
5) remove all hdisk devices again
6) reinstall devices.fcp.disk.Hitachi.array.mpio.rte
7) run cfgmgr

all devices then show up as Available and paths Enabled.
I checked with Hitachi to make sure I had their most recent mpio fileset and they confirmed I did. One caveat I've found is that if I were to reboot the box before running steps 1-7 above, ALL fibre channel connected devices would go to a Defined state when the system comes back up.

I also opened a PMR with IBM Software Support and they could find no issues other than the fact that they stated connecting a server with MPIO to multiple cabinets was not supported. (Is this true? If so, where can I find documentation confirming this?)

Has anyone else ran into this type of issue with MPIO?
Am I missing a step in detecting the new MPIO devices by only executing cfgmgr once the new devices are zoned to the server?

I have 12 other systems configured identical to this one that are exibiting the same behavior and the repair steps above are the only thing I've found that works.

Thanks in advance for you assistance!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old March 30th, 2007
kshow's Avatar
kshow Offline
Junior Member
 
Join Date: August 2006
Posts: 3
Thumbs up Re: Adding additional MPIO disks

Problem resolved.

The following entries needed to be added to the PdPathAt ODM.

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"

attribute = "scsi_id"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 80

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"
attribute = "node_name"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 94
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old August 1st, 2007
drax's Avatar
drax Offline
Junior Member
 
Join Date: January 2007
Location: Melbourne, Australia
Posts: 26
Question Re: Adding additional MPIO disks

Thanks for the update on how this was resolved kshow. I've encountered the same problem after an upgrade from 5200-07-00 to 5300-05-06. I have version 5.4.0.1 of devices.fcp.disk.Hitachi.array.mpio.rte installed.

For some reason during the upgrade the PdPathAt attributes disappeared.

IBM and HDS have been very helpful and I'm about to try re-inserting the odm entries manually now too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old August 2nd, 2007
drax's Avatar
drax Offline
Junior Member
 
Join Date: January 2007
Location: Melbourne, Australia
Posts: 26
Re: Adding additional MPIO disks

Here's the breakdown of the problem:
> cfgmgr
Method error (/usr/lib/methods/cfgscsidisk -l hdisk20 ):
0514-023 The specified device does not exist in the
customized device configuration database.

> lsdev -Ccdisk | grep hdisk20
hdisk20 Defined 41-08-02 Hitachi MPIO Disk USP (Fibre)

> lspath | grep hdisk20
Defined hdisk20 fscsi0
Defined hdisk20 fscsi0
Defined hdisk20 fscsi1

Here's how it was resolved in our environment (caution, you should probably obtain your own PdPathAt.out data specific to your env).

> rmdev -l hdisk20 -d
hdisk20 deleted

> cat PdPathAt.out

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"
attribute = "scsi_id"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 80

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"
attribute = "node_name"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 94

> odmadd < PdPathAt.out
> odmget -q"uniquetype='disk/fcp/htcuspmpio'" PdPathAt

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"
attribute = "scsi_id"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 80

PdPathAt:
uniquetype = "disk/fcp/htcuspmpio"
attribute = "node_name"
deflt = ""
values = ""
generic = "D"
rep = "s"
nls_index = 94

> cfgmgr
> lsdev -Ccdisk | grep hdisk20
hdisk20 Available 41-08-02 Hitachi MPIO Disk USP (Fibre)

> lspath | grep hdisk20
Enabled hdisk20 fscsi0
Enabled hdisk20 fscsi0
Enabled hdisk20 fscsi1
Enabled hdisk20 fscsi1

> savebase
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

These are the 100 most searched terms
Search Cloud
0042-001 0042-001 nim 0042-008 nimsh: request denied 0513-001 the system resource controller daemon is not active 0513-001 the system resource controller daemon is not active. 0514-061 0514-061 cannot find a child device 0514-061 cannot find a child device. 0516-787 0516-787 extendlv 0516-787 extendlv: maximum allocation for logical volume 110000ac 3074feb7 aa00e1f3 aio aix aix aio aix freeware aix memory usage aix rsync aixif_arp_dup_addr b150f22a b181f22a b181fb53 ba010004 bfe4c025 c1001020 d133c002 dacnone dcb47997 fcp_array_err6 fget_config gnu tar aix gtar aix hmc root password hmc vmware ibm p6 520 libpopt.a migratelv navisphere agent nim server pseriestech ptype and account type do not match rshd: 0826-813 permission is denied rshd: 0826-813 permission is denied. rsync aix sc_disk_err4 scan_error_chrp vio server vmware hmc websm ... powered by Simple Search Cloud


LinkBacks (?)
LinkBack to this Thread: http://www.pseriestech.org/forum/aix-for-power-systems/adding-additional-mpio-disks-575.html
Posted By For Type Date
Moteur de recherche lo.st : Infos, Photos, Videos This thread Refback February 17th, 2009 15:21

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding storage to existing Red Hat raybakh Linux for POWER Systems 6 November 9th, 2007 15:01
Can't see disks on VIO install Otto IBM PowerVM Editions 6 July 13th, 2007 12:33
Lun order with MPIO patook IBM PowerVM Editions 2 June 25th, 2007 03:51
Setting up MPIO ketse Hardware Management Console 6 May 19th, 2007 06:27
Adding disks to RAID-5 array bebenianne AIX for POWER Systems 0 January 17th, 2007 17:51



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by vbWiki Pro 1.3 RC5. Copyright ©2006-2007, NuHit, LLC

vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82