Forum Discussion

sophie_lu's avatar
sophie_lu
Level 3
11 years ago

SFHA Solutions 6.1: Checking Symantec Dynamic Multi-Pathing for VMware product versions

You can use a VMware vSphere CLI query to check the versions of the Symantec Dynamic Multi-Pathing for VMware 6.1 (VxDMP) components that are installed.

For example, for VxDMP components installed on an ESXi 5.x host:
On Linux, enter:
esxcli --server=esx_server_name --username=username \
--password=password software vib list | grep vx
On Windows, enter:
C:\> esxcli.exe --server=esx_server_name --username=username \
--password=password software vib list | find /i "vx"

For the components that are successfully installed, the query provides a summary of installation details. For example:

Name                      Version                 Vendor         Acceptance Level     Install Date

--------         ------------------------------    ------------     -----------------------    --------------

vxaslapm     500.6.1.000.000-464360  Symantec    VMwareAccepted     2014-01-07

vxdmpmpp  500.6.1.000.000-464360  Symantec    VMwareAccepted     2014-01-07

vxdmpprov  500.6.1.000.000-464360  Symantec    VMwareAccepted     2014-01-07

You can also find information on checking VxDMP product versions at:

For details on checking Storage Foundation and High Availability Solutions product versions, see the following Symantec Connect article:

Symantec Storage Foundation and High Availability documentation for other releases and platforms can be found on the SORT website.

No RepliesBe the first to reply