On the client:
#nfsstat -rc
On the server:
#nfsstat -rs
LVM, VXVM, VGEXPORT, VGIMPORT,MIRRORING LOGICAL VOLUME,REMOVING LOGICAL VOLUME,EXTENDING LOGICAL VOLUME
LV Name /dev/vg01/lvol01
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lvol01 102400 1133 94945 1% /opt/test
total 0
crw------- 1 root sys 64 0x010000 Nov 5 12:18 group
brw------- 1 root sys 64 0x010001 Nov 5 12:19 lvol01
crw------- 1 root sys 64 0x010001 Nov 5 12:19 rlvol01
# mv lvol01 lvol01_renamed
# mv rlvol01 rlvol01_renamed
# vgdisplay -v /dev/vg01 | grep "LV Name"
LV Name /dev/vg01_renamed/lvol01_renamed
# bdf /opt/test
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lvol01 102400 1133 94945 1% /opt/test
Beginning the export process on Volume Group "/dev/vg01".
Volume group "/dev/vg01" is still active.
/dev/dsk/c0t9d0
Volume group "/dev/vg01" has been successfully changed.
crw-r----- 1 root sys 64 0x000000 Oct 31 13:15 /dev/vg00/group
Beginning the import process on Volume Group "/dev/vg01_renamed".
Logical volume "/dev/vg01_renamed/lvol01" has been successfully created
with lv number 1.
Volume group "/dev/vg01_renamed" has been successfully created.
Activated volume group
Volume group "/dev/vg01_renamed" has been successfully changed.
VG Name /dev/vg00
VG Name /dev/vg01_renamed
Step 1: Identify the Logical Volume(s) to remove
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lvol01 102400 1133 94945 1% /opt/test
LV Name /dev/vg01/lvol01
The logical volume "/dev/vg01/lvol01" is not empty;
do you really want to delete the logical volume (y/n) : y
Logical volume "/dev/vg01/lvol01" has been successfully removed.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf