Relocating directory /export/home to a bigger filesystem

My 2GB /export/home/ directory is almost 100% full

df -k | grep /export/home
/dev/vx/dsk/rootdg/vl73 2031711 1951009 19751 99% /export/home

I intend to relocate it to a different 4GB filesystem late at night when there is no user on the system.

How do I go about it using ufsdump & ufsrestore ?

Kind Regards

Msororaji

First off, you don't use ufsdump/ufsrestore - your filesystem is controlled by Volume Manager - all you need to do is grow the filesystem - see the man page for vxresize or vxassist.

From Sunsolve:

man page for vxresize

Thanks alot

if using vxassist you must make sure that you also grow the filesystem to match the new volume, use vxresize and you won't need to worry about that.