Unix Technical Forum

(AIX) MPIO and storage devices: Framework?

This is a discussion on (AIX) MPIO and storage devices: Framework? within the AIX Operating System forums, part of the Unix Operating Systems category; --> In http://www-1.ibm.com/support/docview...S7001664&aid=1 it is mentioned that: " Starting with SLES10 and RHEL5, IBM has transitioned Linux multipath driver support ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 11:50 AM
Bernard Dhooghe
 
Posts: n/a
Default (AIX) MPIO and storage devices: Framework?

In

http://www-1.ibm.com/support/docview...S7001664&aid=1

it is mentioned that:
"
Starting with SLES10 and RHEL5, IBM has transitioned Linux multipath
driver support from SDD to the use of Device Mapper Multipath (DM-MP /
DM-MPIO). SDD Linux will not be supported on future releases so it is
important that current SDD users understand the differences between it
and DM-MPIO.
"
This is Linux related.

AIX related is:

http://www-03.ibm.com/servers/aix/wh...multi_path.pdf

where the AIX MPIO framework (2002) is described.

>From the support and integration perspective, should we not expect to

have kind of DM-MM /DM-MPIO compatible framework in AIX? (supporting
DS6000, DS4000, EMC, ... avoiding SDD, RDAC, PowerPath, ...
alltogether).


Bernard Dhooghe

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 11:50 AM
Hajo Ehlers
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 3, 10:19 am, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
....
> http://www-03.ibm.com/servers/aix/wh...multi_path.pdf
>
> where the AIX MPIO framework (2002) is described.
>
> >From the support and integration perspective, should we not expect to

>
> have kind of DM-MM /DM-MPIO compatible framework in AIX? (supporting
> DS6000, DS4000, EMC, ... avoiding SDD, RDAC, PowerPath, ...
> alltogether).
>
> Bernard Dhooghe


The framework is MPIO - but the vendor has to offer for its disk MPIO
enabled ODM settings.

.... but what is your question / problem ?

regards
Hajo

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 11:50 AM
Bernard Dhooghe
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 4, 4:03 pm, Hajo Ehlers <serv...@metamodul.com> wrote:
> On Jul 3, 10:19 am, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
> ...
>
> >http://www-03.ibm.com/servers/aix/wh...multi_path.pdf

>
> > where the AIX MPIO framework (2002) is described.

>
> > >From the support and integration perspective, should we not expect to

>
> > have kind of DM-MM /DM-MPIO compatible framework in AIX? (supporting
> > DS6000, DS4000, EMC, ... avoiding SDD, RDAC, PowerPath, ...
> > alltogether).

>
> > Bernard Dhooghe

>
> The framework is MPIO - but the vendor has to offer for its disk MPIO
> enabled ODM settings.
>
> ... but what is your question / problem ?
>
> regards
> Hajo


Actual vendor solutions not only have "descriptive" software but also
code that has to added and taken care of.

If DM-MM /DM-MPIO is a framework that can be used to unify, would it
not be nice to unify also in AIX? Now for IBM storage products on AIX
there is RDAC and SDD. On Linux I would expect the DS4000 to follow
the approach taken by SDD team but I could not find any information
about this.

Bernard Dhooghe

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 11:50 AM
Hajo Ehlers
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 4, 11:05 pm, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
> Actual vendor solutions not only have "descriptive" software but
> also code that has to added and taken care of.


MPIO for AIX does by default provides fail-over and an API for vendor
solutions to provide enhanced functions such as load-balancing.
To provide native MPIO support the OS has to know if the devices
support such approach or not. For this reason you need an ODM
extension.
Example:
EMC Clariion 600
By default disk on this system are seen as "Other FC disk " and no
MPIO support is given - meaning you see a disk for each path. In case
you install the ODM package EMC.CLARiiON.fcp.MPIO.rte you will see
only one disk for all pathes. In case you need load-balancing you have
to install additional software from EMC

> If DM-MM /DM-MPIO is a framework that can be used to unify, would
> it not be nice to unify also in AIX?
> Now for IBM storage products on AIX there is RDAC and SDD.


IBM provides MPIO Support for SDD and DS4000 so these software should
support MPIO.
MPIO is the base where RDAC and SDD are the add-ons.
All IMHO


Reference:
- DS4000 Best Practices and Performance Tuning Guide SG24-6363-03
- Multipath Subsystem Device Driver User's Guide GC27-2122-00


> On Linux I would expect the DS4000 to follow
> the approach taken by SDD team but I could not find any
> information about this.

How about asking them ?

regards
Hajo

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 11:50 AM
Bernard Dhooghe
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 5, 10:46 am, Hajo Ehlers <serv...@metamodul.com> wrote:
> On Jul 4, 11:05 pm, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
>
> > Actual vendor solutions not only have "descriptive" software but
> > also code that has to added and taken care of.

>
> MPIO for AIX does by default provides fail-over and an API for vendor
> solutions to provide enhanced functions such as load-balancing.
> To provide native MPIO support the OS has to know if the devices
> support such approach or not. For this reason you need an ODM
> extension.
> Example:
> EMC Clariion 600
> By default disk on this system are seen as "Other FC disk " and no
> MPIO support is given - meaning you see a disk for each path. In case
> you install the ODM package EMC.CLARiiON.fcp.MPIO.rte you will see
> only one disk for all pathes. In case you need load-balancing you have
> to install additional software from EMC
>
> > If DM-MM /DM-MPIO is a framework that can be used to unify, would
> > it not be nice to unify also in AIX?
> > Now for IBM storage products on AIX there is RDAC and SDD.

>
> IBM provides MPIO Support for SDD and DS4000 so these software should
> support MPIO.
> MPIO is the base where RDAC and SDD are the add-ons.
> All IMHO
>
> Reference:
> - DS4000 Best Practices and Performance Tuning Guide SG24-6363-03
> - Multipath Subsystem Device Driver User's Guide GC27-2122-00
>
> > On Linux I would expect the DS4000 to follow
> > the approach taken by SDD team but I could not find any
> > information about this.

>
> How about asking them ?
>
> regards
> Hajo


Hello Hajo,

The paper concerning SDD says that "SDD Linux will not be supported on
future releases so it is important that current SDD users understand
the differences between it and DM-MPIO." so from this, I understand
SDD vanishes, using new capabilities in Linux the storage vendor (here
IBM) can integrate with.

Concerning the DS4000, to ask certainly would be good, but whom?

Bernard (Dhooghe)



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 11:50 AM
Hajo Ehlers
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 5, 12:10 pm, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
....
> Concerning the DS4000, to ask certainly would be good, but whom?


Give

http://www.ibm.com/developerworks/fo...rum=846&cat=53

a try or ask your favorate IBM Business Partner

hth
Hajo

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-05-2008, 11:50 AM
Bernard Dhooghe
 
Posts: n/a
Default Re: (AIX) MPIO and storage devices: Framework?

On Jul 5, 12:28 pm, Hajo Ehlers <serv...@metamodul.com> wrote:
> On Jul 5, 12:10 pm, Bernard Dhooghe <dhoog...@yahoo.com> wrote:
> ...
>
> > Concerning the DS4000, to ask certainly would be good, but whom?

>
> Give
>
> http://www.ibm.com/developerworks/fo...rum=846&cat=53
>
> a try or ask your favorate IBM Business Partner
>
> hth
> Hajo


I will investigate further, and post here.

Bernard (Dhooghe)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com