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 296Number of Views Download Troubleshooting Files 171Number of Views RSA Authentication Manager 8.5 Identity Router enablement did not succeed, fails to download 546Number of Views RSA MFA Agent for Microsoft Windows failed to download offline days 294Number of Views Download RSA SecurID Access Cloud Administration audit logs using Cloud Administration REST API CLU 1.37KNumber of Views
Trending Articles
Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to… Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device
Don't see what you're looking for?