Verifying managed host installation on UNIX

Last published : Jun 19, 2026
You can verify host management installation on UNIX by making sure that the VRTSsfmh package is installed, and the required processes have started.
To verify the managed host installation on UNIX
  • On the host where you installed managed host package, 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 Linux, enter the following:
rpm -q VRTSsfmh
  • On Solaris, enter the following:
pkginfo -l VRTSsfmh
For Solaris 11, use the following command:
pkg info VRTSsfmh
More Information