A SERVICE OF

logo

123Administering disks
Controlling Powerfail Timeout
Enabling or disabling PFTO
To enable or disable PFTO on a disk, use the following command:
$ vxdisk -g dg_name set disk_name pftostate={enabled|disabled}
For example, to disable PFTO on the disk c5t0d6:
$ vxdisk -g testdg set c5t0d6 pftostate=disabled
To enable or disable PFTO on a disk group, use the following command:
$ vxpfto -g dg_name -o pftostate={enabled|disabled}
For example, to disable PFTO on all disks in the diskgroup testdg:
$ vxpfto -g testdg -o pftostate=disabled
For more details, see the vxpfto(1M) and vxdisk(1M) manual pages.