Error Code details
V-3-26143
Severity: n/a 
Component: File System 
Message:
insufficient number of arguments
Description:

The vxdisksetup command calls the VxFS-specific mount command instead of calling the general operating system mount command. The vxdisksetup command calls the mount command with no arguments to identify if a device has an active file system on it. This call without arguments, however, is not supported with the VxFS-specific mount command.

This message is followed by another message (V-3-20147) displaying the command usage information for the VxFS mount command. These two messages indicate that vxdisksetup did not check the device for valid file systems, but will continue to successfully initialize the device.

This issue occurs if the PATH environment variable has /opt/VRTS/bin before the /bin directory where the mount command resides.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2009-08-01 19:22:08
Platform: Red Hat Enterprise Linux 5 (x86-32), Red Hat Enterprise Linux 5 (x86-64), Red Hat Enterprise Linux 5 (POWER)
Release: 5.0MP3
Content:

To prevent this issue, put /opt/VRTS/bin at the end of the PATH variable so
that /bin is before it in the PATH list.