VxFS errors received when running OS commands such as "cp", "mv", or "df" for non-VxFS file systems

book

Article ID: 100002463

calendar_today

Updated On:

Description

Error Message

# df -k UX:vxfs df: ERROR: V-3-20112: is not a vxfs file system    

 

# cp /path/to/file /new/path
UX:vxfs cp: ERROR: V-3-23027: failed to get aclcnt for /path/to/file

 

Cause

Veritas File System (VxFS) ships with VxFS specific binaries for some common UNIX commands such as "cp", "mv", and "df".

These utilities are designed to work specifically with VxFS file systems.  When these errors are encountered in the above manner it indicates that the user's PATH most likely is referencing the "/opt/VRTS/bin" path before other system binary locations.

Resolution

First confirm that VxFS specific binaries are being invoked by default:

# which cp   /opt/VRTS/bin/cp

The cause in this case is confirmed that the "/opt/VRTS/bin" path is in the current user's PATH environment variable before the OS standard paths.

# echo $PATH  

To resolve this issue modify the PATH variable so that /opt/VRTS/bin is referenced after the OS standard paths.

 


Issue/Introduction

VxFS errors received when running OS commands such as "cp", "mv", or "df" for non-VxFS file systems