How to deploy or modify a Style when using Identity Management and Governance 7.0+
Originally Published: 2017-04-13
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: 7.0.x
Platform: Wildfly
Platform (Other): 7.0.x
Resolution
provides a utility (customizeACM.sh in /home/oracle/deploy) that allows you to conveniently extract
an aveksa.ear file and use the utility to rebuild a customized version. This utility uses the
/home/oracle/archive directory to store archived aveksa.ear files that have been deployed and to
maintain information about the currently deployed aveksa.ear.
Procedure
1. Log on to the appliance as the admin user.
2. Verify that RSA Identity Governance and Lifecycle is running. Enter
sudo service aveksa_server status
If RSA Identity Governance and Lifecycle is running, the following message displays:
Aveksa Compliance Manager Server is running
If the message indicates that the server is not running, enter
sudo service aveksa_server start
3. Change to the oracle user.
4. Go to /home/oracle/deploy.
5. Run the customizeACM.sh script to extract the .ear file:
customizeACM.sh -c <path to the ear file>
Appendix C: Maintenance 186
Installation Guide
The contents of the .ear are extracted to a directory in the following location:
/tmp/customizeACM/.
Note: If you do not specify the path to the .ear file, the script prompts you to use the currently
deployed .ear file. If you want to use the currently deployed .ear, enter yes. If you do not want
to use the currently deployed .ear, enter no.
6. Go to /tmp/customizeACM/ and modify the extracted files.
a. create a custom directory under /tmp/customizeACM/aveksa.war/
mkdir custom
b. go to /tmp/customizeACM/custom/aveksa.war/
cd custom
c. create a styles directory under /tmp/customizeACM/aveksa.war/custom
mkdir styles
d. copy the Mystyle.zip file into /tmp/customizeACM/aveksa.war/custom/styles
e. unzip MyStyle.zip
7. When you finish modifying the files, run the customizeACM.sh script again to rebuild the .ear
file. From /home/oracle/deploy, enter
customizeACM.sh -d
The script performs the following tasks:
- Archives the new .ear file to the following location, appending a time and date stamp to the
name: /home/oracle/archive.
-Deploys the new customized .ear file.
8. starting on 7.0.2 versions the following command is also required when adding style for the first time.
Add it to the database
insert into t_system_settings values ('CustomStyle', 'custom/styles/MyStlyle');
commit;
Related Articles
Configuration options for RADIUS Client Load balancing with Authentication Manager version 8.5, or earlier 214Number of Views RSA MFA Agent 9.0.1 for PAM - Installation and Configuration Guide for Oracle Linux RHEL Ubuntu CentOS and Rocky Linux 154Number of Views RSA MFA Agent 9.0.2 for PAM - Installation and Configuration Guide for Oracle Linux RHEL Ubuntu CentOS and Rocky Linux 130Number of Views RSA MFA Agent 9.0 for PAM - Installation and Configuration Guide for Oracle Linux RHEL Ubuntu CentOS and Rocky Linux 835Number of Views Configure the SMTP(s) Mail Service 151Number 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?