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 180Number of Views RSA Authentication Manager 8.5 Identity Router enablement did not succeed, fails to download 546Number of Views How to download full kits, service packs, and patches from RSA Link for RSA Identity Governance & Lifecycle 311Number of Views RSA MFA Agent for Microsoft Windows failed to download offline days 299Number of Views How to use SCP or SFTP Command Line to download (or upload) a file to sftp.rsa.com 301Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?