Adding the ReuseMntPt attribute to the ArgList attribute for the Mount agent type

If you plan to use a Mount resource in a firedrill service group, you must add the ReuseMntPt attribute to ArgList and set its value to 1.

To add the ReuseMntPt attribute to the ArgList attribute and set its value to 1

  1. Make the configuration read and write.
    # haconf -makerw
    
  2. Add the ReuseMntPt attribute to the ArgList attribute.
    # hatype -modify Mount ArgList -add ReuseMntPt
    
  3. Change the value of the ReuseMntPt attribute to 1 for the firedrill's Mount resource.
    # hares -modify firedrill_mount_resource_name ReuseMntPt 1
    
  4. Change the value of the ReuseMntPt attribute to 1 for the original Mount resource.
    # hares -modify original_mount_resource_name ReuseMntPt 1
    
    
  5. Make the configuration read only.
    # haconf  - dump  - makero