Getting the RSA backup files from the RSA Authentication Manager 8.x primary instance
Originally Published: 2017-11-30
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.2
Issue
A typical issue would be where SMBv1 has been disabled for the Windows Shared Folder as described in RSA knowledge article 000035313 - RSA Authentication Manager 8.x backups fail to a Windows Share where SMBv1 is disabled.
Resolution
This article will describe as an example the use of psftp.exe that is part of the PuTTY utility set to obtain the Authentication Manager backup files from backup location /opt/rsa/am/backup.
- On a Windows platform create a new Windows folder called RSAbackup.
- Download and copy psftp.exe into the new Windows folder created above.
- Create a CMD script file called ftp.cmd and copy the following lines into the script, substituting your data accordingly and save the script.
@echo off <absolute_path>\psftp.exe rsaadmin@n.n.n.n -pw <password> -P 22 -b getbackup.scr pause
IMPORTANT : Substitute <absolute_path> with the absolute path to psftp.exe, substitute n.n.n.n with the IP address of the authentication manager primary instance and substitute <password> with the password for the rsaadmin account.
For example:
@echo off C:\RSAbackup\psftp.exe rsaadmin@192.168.100.100 -pw he1fg32!&dz -P 22 -b getbackup.scr pause
- Create a text document leaving the default name of New Text Document.txt
- Open the New Text Document.txt and add the following lines before saving the file. efcefc
cd /opt/rsa/am/backup mget -r *RSAbackup
- Rename New Text Document.txt to getbackup.scr.
- Contents of the RSAbackup Windows folder is psftp.exe, ftp.cmd and getbackup.scr.
- Test the ftp.cmd CMD script.
NOTE: Where yyyymmddhhmm.RSAbackup files exist in the /opt/rsa/am/backup folder, then RSAbackup files will get copied into the local folder where the psftp.exe, ftp.cmd and getbackup.scr are located.
Notes
To change:
- Open ftp.cmd.
- Remove the pause line and save the change.
Refer to the Microsoft article for how to Schedule a Task
.Related Articles
Replica fails to attach to the RSA Authentication Manager 8.1 primary instance 1.43KNumber of Views Failed to cleanup RADIUS data when restoring backup from Operations Console of RSA Authentication Manager 8.4.x 238Number of Views Update the Primary Instance Hostname and IP Address on a Replica Instance 171Number of Views Error "ORA-00001: unique constraint (AVUSER.PK_T_DATA_RUNS) violated" after restoring from backup in RSA Governance & Life… 131Number of Views RSA Authentication Manager 8.1 primary instance fails to upgrade to 8.2 with error: Replication flush failed 1.07KNumber of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?