Previous Topic: manage (Volume Management)--Manage a VolumeNext Topic: fsrepair (Volume Management)--Repair the File System on a Volume


fscheck (Volume Management)--Check the File System on a Volume

Check the health of the filesystem on a volume

Syntax
vol fscheck <name> [par=<par>]  
Options
<name>

Name of the volume to be checked

par=<par>

Specifies the partition to run the operation on. The syntax is the same as the one used by vol create/copy. If not specified, the operation is run on all of the supported partitions and logical volumes (if present)

Examples
vol fscheck my-app:data

check application user volume

vol fscheck /system:MYSQL5.boot

check application catalog volume

vol fscheck my_app:data par=par2

check second partition

Note: This operation is similar to executing 'fsck' over the volume.