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
WSDL Error when trying to deploy RSA Identity Governance and Lifecycle 7.0.x on a WebSphere application server 32Number of Views Trying to get a MSI package built to deploy SA SFTP Agent via SCCM. 37Number of Views Operating system upgrade causes issues with RSA MFA Agent for macOS 155Number of Views How to Install and Configure the RSA PAM Agent on Solaris Operating System with RSA Authentication Manager. 375Number of Views How to Check Available SSL/TLS Protocols and Ciphers on a Specific Port Using TestSSLServer 1.66KNumber of Views
Trending Articles
RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide How to Upgrade Internal SHA-1 Certificates to SHA-256 in Authentication Manager Using rsautil RSA Authentication Manager 8.9 Setup and Configuration Guide RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows
Don't see what you're looking for?