ONTAP Discussions

Setting volume access time update and other options?

akw_white
9,518 Views

Hi all

It seems like there a few vol options from 7-mode that I can't work out how to set in 8.2.1 Clustered ONTAP such as no_atime_update.

Is there a cluster shell command to enable this option on a volume?

I also tried "node run <nodename> vol options <volume> no_atime_update on" which returned the result "vol options: 'no_atime_update' option not supported on cluster-mode volume <volume>"

Thanks

Adam

2 REPLIES 2

aborzenkov
9,445 Views

Volume modify -atime-update.

akw_white
9,445 Views

Thanks AB, turns out that wasn't quite sufficient.

As found here http://practical-admin.com/blog/?p=1410 you need to jump into advanced mode to set this option and enter

volume modify -vserver <vserver-name> -volume <volume-name> -atime-update false

to enable no_atime_update. A bit convoluted for such a simple and useful setting.

Cheers

Adam

Public