How to download and install the AFX Server Archive in RSA Identity Governance & Lifecycle
Originally Published: 2019-09-25
Article Number
Applies To
RSA Version/Condition: 7.0.x, 7.1.x
Issue
IMPORTANT:
For steps on performing a new installation of AFX or a complete re-installation of AFX, please see RSA Knowledge Base Article 000034089 -- How to install Access Fulfillment Express (AFX) for use with RSA Identity Governance & Lifecycle.
Resolution
- Login to the RSA Identity Governance & Lifecycle user Interface (for example, https://igl.yourcompany.com/aveksa/main).
- Download the AFXServer.zip from the user interface under AFX > Servers > AFX Server > Download Server Archive.
- Transfer the AFXServer.zip from your PC to the RSA Identity Governance & Lifecycle appliance using a tool like WinSCP or another SFTP client and place the file under /home/{afxuser}.
- Login to the application server as the afx user.
- Shutdown AFX if it exists, and check that no AFX processes remain. Note: Always stop AFX as the afx user.
service afx_server stop
ps -ef | grep AFX
- Kill any remaining AFX processes, where xxxx are any AFX processes still running:
kill -9 xxxx
- Backup the pre-existing AFX directory, if it exists.
mv AFX AFX.backup<date>
- Expand the AFX Server Archive.
unzip AFXServer.zip
- Navigate to the AFX bin directory and run the script to set permissions:
cd /home/{afxuser}/AFX/bin
sh ./setPerms.sh
- Start AFX. Note: Always start AFX as the afx user.
service afx_server start
- Launch the RSA Identity Governance & Lifecycle user interface and check the status of the AFX Server and AFX connectors and make sure they are all in a Running state.
Related Articles
How to download full kits, service packs, and patches from RSA Link for RSA Identity Governance & Lifecycle 294Number of Views RSA Authentication Manager 8.5 Identity Router enablement did not succeed, fails to download 545Number of Views Download Troubleshooting Files 170Number of Views RSA MFA Agent for Microsoft Windows failed to download offline days 294Number of Views How to download your token seed files from myRSA 413Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?