Does not remove vxdcli service automatically from SMF after uninstalling Storage Foundation
book
Article ID: 100028892
calendar_today
Updated On:
Description
Error Message
# /opt/VRTS/install/uninstallsf601
.....
# svcs | grep dcli
online 15:35:46 svc:/system/vxdcli:default
#
Cause
VRTSsfmh cleanup operation in its uninstallation does not work properly during Storage Foundation products uninstallation.
This issue is related with pkg command which is new command in Solaris 11.
Resolution
This vxdcli service entry in SMF not getting removed should not cause any functional impact.
This will be fixed in the future release of VRTSsfmh.
If you want to remove vxdcli service after Storage Foundation uninstallation script, execute the following procedure:
- Execute the commands
# /usr/sbin/svcadm disable system/vxdcli
# /usr/sbin/svccfg delete -f system/vxdcli
- Ensure the service is removed properly:
# svcs |grep dcli
#
- Remove the related file not to add/start vxdcli service automatically after re-installing Storage Foundation Products:
# rm -f /etc/opt/VRTSsfmh/xprtld.conf
Applies To
- This issue may occur in Version 6.0.1 on Solaris 11 Platform.
- There is no problem report in Version 6.0PR1 on Solaris 11 Platform.
Issue/Introduction
When we start vxdclid daemon, we use to execute the script, "/opt/VRTSsfmh/adm/dclisetup.sh"
However, once executing the script, vxdcli service remains in the service configuration repository (svcs database) even after Storage Foundation products uninstallation using the script-based installer.
Additional Information
ETrack: 3055904
Was this article helpful?
thumb_up
Yes
thumb_down
No