'No such service afx_server' error when performing afx status/stop/start commands in RSA Identity Governance & Lifecycle
Originally Published: 2019-12-31
Article Number
Applies To
RSA Version/Condition: All
Issue
$ afx {command}
service: no such service afx_serverCause
Resolution
- Connect to the AFX Server as the root user.
- Create a symbolic link to the AFX startup script located in $AFX_HOME/bin.
ln -s $AFX_HOME/bin/afx_server /etc/init.d/afx_server
- Make sure the link was created properly:
ls -l /etc/init.d/afx_server
For example:
$ ls -l /etc/init.d/afx_server lrwxrwxrwx 1 root root 31 Dec 30 15:26 /etc/init.d/afx_server -> /home/oracle/AFX/bin/afx_server
- Switch to the afx user and verify that the AFX commands now work. Here is a sample session using the afx status command. Note that in this example the afx user is oracle.
$ afx status AFX Server Status:Setting MULE_HOME to /home/oracle/AFX/esb... INFO: Using default configuration (you can configure options in one of these file: /etc/default/activemq /home/oracle/.activemqrc) INFO: Invoke the following command to create a configuration file /home/oracle/AFX/activemq/bin/activemq setup [ /etc/default/activemq | /home/oracle/.activemqrc ] INFO: Using java '/etc/alternatives/java_sdk_1.7.0/bin/java' ActiveMQ not running ---- MULE_HOME is set to /home/oracle/AFX/esb Mule Enterprise Edition is not running. ---- MMC Console is not running. done
- To configure AFX services to start and stop automatically whenever the system reboots, add the service and enable it using the chkconfig utility:
- Add the service:
chkconfig --add afx_server
- Enable the service run level:
chkconfig afx_server on
- Verify the service has been added:
chkconfig --list afx_server
Workaround
cd $AFX_HOME/bin
./afx {command}
For example:
./afx status
Related Articles
'Error bash: service: command not found' error when attempting to stop or start RSA Identity Governance & Lifecycle 87Number of Views Severe performance degradation when running RMAN in RSA Identity Governance & Lifecycle 139Number of Views Failed to cleanup RADIUS data when restoring backup from Operations Console of RSA Authentication Manager 8.4.x 235Number of Views Why do authentication errors occur when performing a SecurID Access Authentication Manager test? 83Number of Views The RSA Authentication Manager 8.x RSA RADIUS Server Operations Console Service Stops with a FAILED State. 504Number of Views
Trending Articles
An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process
Don't see what you're looking for?