On a Linux Symantec Directory Manager machie, sometime one may want to find out which of the three components, Directory Manager UI, dxagent, and DSA, are running.
Component : CA Directory 14.1
Unlike Windows server, Linux server does not necessarily have a facility likes "Windows Services" where one could check if a particular service is running.
On a standard installation of a CA Directory Manager Linux server, the Directory components are installed and running under the user dsa. To find out the components that are running, you can issue the following command
ps -ef | grep dsa
and then looks for the following:
One can further find out the port numbers that are being used using the following command
netstat -tulpn
and similarly looks for