Error Code details
V-5-1-7514
Severity: n/a 
Component: Volume Manager 
Message:
Problem running %s command for volume %s, in diskgroup %s
Description:

The vxresize command executed vxfsadm to resize the file sytem, but an error occurred. The vxresize command resizes the underlying volume and the VxFS file system in one step.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2009-08-05 22:30:36
Platform: Generic
Release: Generic
Content:

Verify that the file system was resized correctly by performing the following steps:

  1. Run the following command to find the file system size:

    df -k /mountpoint

    This command returns the file system size in kilobytes. 
     
  2. Run the following command to find the volume size:

    vxprint -g testdg -F "%name %len" -b volume

    This command reports the volume size as the number of 512 blocks.
     
  3. Divide the file system size in kilobytes by two and compare it to the volume size.
     
  4. If the two numbers do not match, do one of the following:

    Run the vxresize command again

    Or:

    Run vxfsadm:

    /opt/VRTS/bin/vxfsadm -b size mountpoint