RSA Product Set: SecurID
RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.7 SP1 or later
Platform: Linux
An administrator has a requirement to generate a report on software tokens in Authentication Manager where additional information is written in the report, such as software token profile used to distribute the software token and the user's home Authentication Manager instances set by the adjudicator.
The Linux shell script (called RSAAM_token_rep.sh) will display the distributed software tokens found in the Authentication Manager database along with the software token profiles used to the distribute the software tokens.
Installation
- Download and copy the attached 'RSAAM_token_rep.sh' shell script into the /tmp folder on the primary instance in the Authentication Manager deployment. Use the procedure at URL https://community.rsa.com/s/article/Enable-Secure-Shell-on-the-Appliance-bf9a6052 to enable secure shell on the Appliance where needed. Where secure shell has been enabled, a secure FTP client, such as WinSCP, can be used to copy the shell script into the /tmp folder on the primary instance.
- Change the permissions of the ISdepreport.sh shell script so it can be executed at the command line:
chmod 755 /tmp/RSAAM_token_rep.sh
Usage
- Logon to the Authentication Manger instance with the rsaadmin account, either in an secure shell session or at the local console.
- Elevate the privileges of the rsaadmin account using the command:
sudo su -
- Navigate to the /tmp folder using the command:
cd /tmp
- Run the shell script using the command:
./RSAAM_token_rep.shExample:
rsaadmin@am872:~> sudo su - [sudo] password for rsaadmin: am872:~ # cd /tmp am872:/tmp # ./RSAAM_token_rep.sh - Checking OC credentials.. - Missing OC credentials! - Please enter OC Administrator username: ocadmin - Please enter OC Administrator password: ** entered OC password received ** - OC credentials validated. - Generating HTML report... - NOTE: data is only written to the report where a software token has been distributed with a software token profile -- Report name : /tmp/RSAAM-token_report_202603021553.html - Done! am872:/tmp #Below is an example of the Software Token HTML report:
The RSAAM_token_rep.sh shell script generates two reports, one in HTML format and another is CSV format. Both reports are located in the /tmp folder when the shell script completes and the filename contains the date when the report was created.
An example of an HTML report name: RSAAM-token_report_202603021553.html
An example of a CSV data filename: RSAAM-token_report_202603021553.csv
Related Articles
Generating a Software Token Profile Report for Authentication Manager 9Number of Views Generate reports for extendable and nonextendable tokens in RSA Authentication Manager 8.2 or later 471Number of Views Create a report of online emergency access tokencodes and emergency access tokencode lifetimes for RSA Authentication Mana… 260Number of Views Error: 'Rep name in DB doesn't match host' appears in application log 5Number of Views Runtime server takes up to one hour to start for RSA Authentication Manager 8.2 and 8.3 272Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records AFX Server remains in a 'Not running' State, afx status shows 'timed out waiting for AFX applications to start' and mule_e… RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.7 SP1 Patch 1 Hotfix 1 RESTful Web Service Connector capability test fails with unauthorized (401) error when using Basic authentication in RSA G…