Re: [Veritas-vx] vxresize - but df(1) doesn't see new space ... ?

2009-05-13 Thread Doug Hughes
Wilkinson, Alex wrote: Hi all, I have a LUN that I need to expand via vxresize #df -h . FilesystemSize Used Avail Use% Mounted on /dev/vx/dsk/RDL_DG/VOL01 17T 8.7G 16T 1% /export I found the exact free space available via: #vxdg -g

Re: [Veritas-vx] vxresize - but df(1) doesn't see new space ... ?

2009-05-13 Thread A Darren Dunham
On Wed, May 13, 2009 at 11:42:43AM +0800, Wilkinson, Alex wrote: Hi all, I have a LUN that I need to expand via vxresize vxresize expands volumes and filesystems, not LUNs. Do you have a volume that is on a LUN that you already expanded? #df -h . FilesystemSize Used Avail

Re: [Veritas-vx] vxresize - but df(1) doesn't see new space ... ?

2009-05-13 Thread Brad Boyer
Did you umount /export before running vxresize? The resize code for VxFS is in the kernel module and requires that the file system being resized is mounted, but not having it mounted would cause that stage of vxresize to not happen. If that is the case, you should be able to use fsadm to finish