On the CA Identity Suite Virtual Appliance what are the corresponding ps -ef command to identify the following services:
- Identity Manager
- Identity Governance
- Identity Portal
- Connector Server
- Provisioning Server
- Central Log Server
- User Store
- CA Directory
Release : 14.3
Component : IdentityMinder(Identity Manager)
Component: CA Identity Suite
Here are the ps -ef commands for the main process on the virtual appliance.
- Identity Manager
ps -ef |grep wildfly-idm/standalone
- Identity Governance
ps -ef |grep wildfly-ig/standalone
- Identity Portal
ps -ef |grep wildfly-portal/standalone
- Connector Server
ps -ef |grep jcs
- Provisioning Server
ps -ef |grep imps
- Central Log Server
ps -ef |grep rsyslogd
- User Store
ps -ef |grep UserStore
-CA Directory
ps -ef |grep dxserver
(this will return all directories, including the user and provisioning store if located on that VAPP node)
Also, here is the link to the aliases that are available on the Vapp:
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-suite/14-3/virtual-appliance/administering-virtual-appliance/using-the-login-shell.html