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
Download Troubleshooting Files 182Number of Views RSA Authentication Manager 8.5 Identity Router enablement did not succeed, fails to download 547Number of Views How to download full kits, service packs, and patches from RSA Link for RSA Identity Governance & Lifecycle 317Number of Views RSA MFA Agent for Microsoft Windows failed to download offline days 303Number of Views How to use SCP or SFTP Command Line to download (or upload) a file to sftp.rsa.com 305Number of Views
Trending Articles
RSA Authentication Manager 8.7 SP1 Patch 1 Hotfix 1 RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Setup and Configuration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?