cancel
Showing results for 
Search instead for 
Did you mean: 

mount options minpout,maxpout in AIX VCS servers

rsathithan
Level 3
Certified

Hi,

I need to include below mount options for a filesystem configured under VCS. (AIX servers). we have done the same locally but need to know the syntax to configure it in VCS.

"minpout=0,maxpout=0" 

Im not sure if the MountOpt attribute will consider these values and below syntax will work. Please suggest. Thanks in advance.

hares -modify <res name> MountOpt "minpout=0,maxpout=0" 

2 REPLIES 2

Gaurav_S
Moderator
Moderator
   VIP    Certified

Hi,

It is possible, syntax is mentioned below .. make sure to put cluster in read write mode first

# haconf -makerw

# hares -modify <res_name> MountOpt minpout=0,maxpout=0

# haconf -dump -makero

# hacf -verify /etc/VRTSvcs/conf/config  (to verify that syntax is accepted & no errors in main.cf)

 

You would need to offline & online the resource back to for new mount options to take effect.

 

G

rsathithan
Level 3
Certified

Thank you, I will try and let you know if the attributes take the values.