If you applied on your system patch 114711-01 (SPARC Platform Edition), or patch 114712-01 (x86 Platform Edition) , you must manually register the VDiskMgr.jar file delivered with these patches after you upgrade to the Solaris 9 4/03 operating environment. If you do not manually register the VDiskMgr.jar file that is delivered with the patch, the existing VDiskMgr.jar file remains on your system. In addition, the patch does not fully fix the problem.
To determine if either of these patches is installed on your system, type one of the following commands:
SPARC systems:
# patchadd -p | grep '114711-01' |
x86 systems:
# patchadd -p | grep '114712-01' |
Workaround: Manually register the VDiskMgr.jar file delivered with the two specified patches after you upgrade to the Solaris 9 4/03 operating environment. Follow these steps:
Become superuser.
Replace the existing VDiskMgr.jar file with the .jar file delivered with the patch.
# /usr/sadm/bin/smcregister tool -n \ com.sun.admin.diskmgr/VDiskMgr.jar \ /usr/sadm/lib/diskmgr/VDiskMgr.jar \ /usr/sadm/lib/dismgr/VDiskMgr_classlist.txt \ /usr/sadm/lib/diskmgr/VDiskMgrInfo.xml > /dev/null 2>$1 |
Replace the existing VDiskMgr in the tools box with the VDiskMgr tool delivered in the patch.
# /usr/sadm/bin/smcregister toolbox add -f tool \ com.sun.admin.diskmgr.client.VDiskMgr \ -F "/Storage/" >/dev/null 2>&1 |
Stop the WBEM server.
# /etc/init.d/init.wbem stop |
Restart the WBEM server.
# /etc/init.d/init.wbem start |