After installing, or upgrading to, VRTSsfmh 7.2, the correct plugin (filename
libvxlistsf_s.so from VRTSsfmh 7.1) needs to be installed and restart
vxdcli.
Steps on how to apply the private fix:
1. Install the VRTSsfmh 7.1 rpm. Assuming that 7.1 is already installed, please follow Step 2.
2. Back up the vxlist plugin (below file) in the temp directory.
# mkdir /temp
# cp /opt/VRTSsfmh/plugins/vxlist/server/71/libvxlistsf_s.so /temp
3. Upgrade VRTSsfmh 7.1 to 7.2.
4. Replace the file:
# cp /temp/libvxlistsf_s.so /opt/VRTSsfmh/plugins/vxlist/server/71/libvxlistsf_s.so
5. Restart VxDCLI:
# /etc/init.d/vxdcli stop
If vxdclid is not already running, start it:
# /etc/init.d/vxdcli start
6. Run the vxlist command.
# /opt/VRTSsfmh/bin/vxlist
This command should list all of the volumes correctly.
7. Refresh or rescan the host. VIOM should now display all of the volumes.
Note: If the host has already been upgraded to VRTSsfmh 7.2, then copy the libvxlistsf_s.so file from any other host running VRTssfmh 7.1.