AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  OCR/VOTING on HDLM DRIVE

    Posted Fri February 01, 2008 06:30 PM

    Originally posted by: SystemAdmin


    Hello,
    I am trying to use the hitachi hdlm driver and configure the raw disk for ocr/voting but following command gives the error. Please let me what needs to be done to fix this.

    chdev -l dlmfdrv300 -a dlmrsvlevel=no_reserve

    Method error (/usr/lib/methods/chgdlmfdrv):
    0514-017 The following attributes are not valid for the
    specified device:
    dlmrsvlevel

    oslevel:5300-06-03-0732
    Hitachi:
    DLManager.rte 5.80.1.100
    Hitachi.aix.support.rte 5.0.1.4

    Message was edited by: Ramanujam1
    #AIX-Forum


  • 2.  Re: OCR/VOTING on HDLM DRIVE

    Posted Fri November 28, 2008 06:06 AM

    Originally posted by: SystemAdmin


    Hi Ramanujam1 ;

    I'm facing the same problem with HDLM 5.8 for OCR/Voting devices. How did you solve the problem. Please let me know.
    Regards..
    #AIX-Forum


  • 3.  Re: OCR/VOTING on HDLM DRIVE

    Posted Mon December 01, 2008 08:29 AM

    Originally posted by: gcorneau


    I'm not familiar with the HDLM software, but you can list the valid attributes for an ODM object via:

    1. lsattr -Rl dlmfdrv300 -a dlmrsvlevel

    Good luck.


    Glen Corneau
    IBM Power Systems Advanced Technical Support
    #AIX-Forum


  • 4.  Re: OCR/VOTING on HDLM DRIVE

    Posted Mon December 01, 2008 08:41 AM

    Originally posted by: jvk


    Not sure if this is what you really need...

    1. chdev -l /dev/hdisk# -a reserve_policy=no_reserve -P <-- for all hdisks under dlmfdrvN
    2. chdev -l /dev/dlmfdrvN -a reserve_lock=no_reserve -P

    NOTE: Changes will only go into effect upon reboot.
    #AIX-Forum


  • 5.  Re: OCR/VOTING on HDLM DRIVE

    Posted Mon December 01, 2008 09:00 AM

    Originally posted by: jvk


    Above is true for MPIO but it looks like the reserve_lock setting
    on the HDLM devices, by default, is not user-modifiable....

    From the "Best Practice Library" - Guidelines for Installing Hitachi
    HiCommand® Dynamic Link Manager and Multi-Path I/O in a Virtual I/O
    Environment

    http://www.hds.com/assets/pdf/best-practice-library-guidelines-for-installing-hicommand-dynamic-link-manager-and-multi-path-io-in-a-virtual-io-environment.pdf

    reservation policy is disabled by the cmd:

    /usr/DynamicLinkManager/bin/dlnkmgr set rsv on (0) –s
    #AIX-Forum