If some of the directories were inadvertently left under xofs control during the uninstall procedure (for example, the scenario was running and the directory was mounted by xofs), the uninstall procedure cannot unload the xofs driver from your system.
In this case, you can either reboot the computer or unload the xofs driver manually.
To unload xofs drivers
#cat /etc/xofs_mnttab
AIX and Solaris
#fuser -c <dir_from_xofs_mnttab>
Linux
#fuser -u <dir_from_xofs_mnttab>
#umount <dir_from_xofs_mnttab>
Run as Root the following command to check whether xofs is loaded into the kernel:
echo lke | kdb| grep xofs
Run as Root the following command to unload the xofs driver:
/opt/CA/ARCserveRHA/bin/xoctl u /opt/CA/ARCserveRHA/bin/xofs.ext
Solaris
Run the following command to check whether the driver is loaded into memory:
modinfo|grep xofs
Run the following command to manually unload the xofs driver:
modunload -i <xofs ID>
Linux
Run the following command to verify that the reference counter of the xofs driver is 0:
/sbin/lsmod|grep xofs
Run the following command to manually unload the xofs driver:
/sbin/rmmod xofs
Copyright © 2015 Arcserve.
All rights reserved.
|
|