Hi all,

We are reviewing some of our configurations and were not sure what to make of 
the NSD Device Types that GPFS uses and what, if anything, do they change about 
how GPFS accesses/recovers/manages/etc the underlying storage based on this 
setting.

The documentation doesn't say much about it other than to consult the 
/usr/lpp/mmfs/bin/mmdevdiscover command (no man page), which has this section:

# Known disk types currently are:
#
#   powerdisk  - EMC power path disk
#   vpath      - IBM virtual path disk
#   dmm        - Device-Mapper Multipath (DMM)
#   dlmfdrv    - Hitachi dlm
#   hdisk      - AIX hard disk
#   lv         - AIX logical volume.  Historical usage only.
#                Not allowed as a new device to mmcrnsd.
#   gpt        - GPFS partition on Windows disk
#   generic    - Device having no unique failover or multipathing
#                characteristic (predominantly Linux devices).
#   dasd       - DASD device (for Linux on z Systems)

We have our storage under Linux Device-Mapper Multipath control (two device 
paths to all storage, active/passive) and are accessible under /dev/mapper, but 
the NSD types are current set to 'generic' not 'dmm'.  This is configured in 
the /var/mmfs/etc/nsddevices file:

if [[ $osName = Linux ]]
then
  : # Add function to discover disks in the Linux environment.
  ls -l /dev/mpath/ 2>/dev/null | awk '{print "mpath/"$9 " generic"}'
  ls -l /dev/mapper/ 2>/dev/null | awk '{print "mapper/"$9 " generic"}'
  ls -1 /dev/vd* 2>/dev/null | awk -F '/' '{print ""$3 " generic"}'
fi

Can somebody from IBM explain what the correct setting should be and what 
differences GPFS does with 'generic' vs. 'dmm' vs. others?

Thanks in advance!
-Bryan

________________________________

Note: This email is for the confidential use of the named addressee(s) only and 
may contain proprietary, confidential or privileged information. If you are not 
the intended recipient, you are hereby notified that any review, dissemination 
or copying of this email is strictly prohibited, and to please notify the 
sender immediately and destroy this email and any attachments. Email 
transmission cannot be guaranteed to be secure or error-free. The Company, 
therefore, does not make any guarantees as to the completeness or accuracy of 
this email or any attachments. This email is for informational purposes only 
and does not constitute a recommendation, offer, request or solicitation of any 
kind to buy, sell, subscribe, redeem or perform any type of transaction of a 
financial product.
_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss

Reply via email to