Verifying Management Server installation on Linux

Last published : Jun 19, 2026
You can verify the Management Server installation by making sure that the packages are installed and the required processes are started.
To verify Management Server installation on Linux
  1. On the host where you installed Management Server, check whether the VRTSsfmcs package is installed. Run the following command:
rpm -q VRTSsfmcs
  1. Check whether the VRTSsfmh package is installed. Run the following command:
rpm -q VRTSsfmh
  1. Check whether the xprtld process is started. Run the following command:
ps -ef | grep xprtld
More Information