Operating System - HP-UX
1753513 Members
5677 Online
108795 Solutions
New Discussion

Re: vxtunefs persistant across reboots

 
hpuxrox
Respected Contributor

vxtunefs persistant across reboots

If I make a setting change with vxtunefs does it stay after a reboot?

5 REPLIES 5
Dave Olker
HPE Pro

Re: vxtunefs persistant across reboots

 

man vxtunefs:

 

If /etc/vx/tunefstab exists, the VxFS-specific mount command invokes vxtunefs to set device parameters from /etc/vx/tunefstab.

 

Dave

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
hpuxrox
Respected Contributor

Re: vxtunefs persistant across reboots

Thanks Dave. I did some verification and the setting do go away after a umount/remount of the file system.

Dave Olker
HPE Pro

Re: vxtunefs persistant across reboots

Post an example with screen output please.

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
hpuxrox
Respected Contributor

Re: vxtunefs persistant across reboots

# vxtunefs /mnt | grep max_diskq

max_diskq = 1048576

 

# vxtunefs -o max_diskq=16777216 /mnt

UX:vxfs vxtunefs: INFO: V-3-22525: Parameters successfully set for /mnt

 

# vxtunefs /mnt | grep max_diskq

max_diskq = 16777216

 

# umount /mnt

 

# mount /dev/vg00/lvtest /mnt

 

# vxtunefs /mnt | grep max_diskq

max_diskq = 1048576

 

 

Dave Olker
HPE Pro

Re: vxtunefs persistant across reboots

And where in those steps did you add the desired paramter to the /etc/vx/tunefstab file?

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo