Verifying host management installation on UNIX

You can verify host management installation on UNIX by making sure that the VRTSsfmh package is installed, and the required processes are started.

To verify host management installation on UNIX

  1. On the host where you installed host management, enter one of the following at the command prompt to verify that the package is installed:
    • On AIX, enter the following:

      lslpp -l VRTSsfmh

    • On HP-UX, enter the following:

      swlist VRTSsfmh

    • On Linux, enter the following:

      rpm -q VRTSsfmh

    • On Solaris, enter the following:

      pkginfo -l VRTSsfmh

  2. Check whether the xprtld process is started. Enter the following:

    ps -ef | grep xprtld

  3. Check whether the vxdclid process is started. Enter the following:

    ps -ef | grep vxdclid

More Information

Verifying the version of a managed host in the console

Installing host management on UNIX