Configure Software Token Extension ParametersConfigure Software Token Extension Parameters
You change the number of days before the expiration date during which a software token can be extended. The default value is 15 days.
Before you begin
-
You must be an Operations Console administrator.
-
You must know how to use the Linux operating system.
-
Obtain the information required to access the appliance operating system:
-
Obtain the rsaadmin operating system password.
-
Obtain the IP address or fully qualified hostname for the hardware appliance or the virtual machine.
-
Enable SSH on the appliance.
For instructions, see Enable Secure Shell on the Appliance.
Procedure
-
On the primary instance, log on to the appliance with the user name rsaadmin and the operating system password.
-
Change the directory to utils. Type:
cd /opt/rsa/am/utils
and press ENTER.
-
Type the following command:
./rsautil store -a update_config auth_manager.extend_token_life.token_days_remaining_for_expiration number GLOBAL 503
where number is the number of days before expiration. For example, 20.
-
When prompted, type the Operations Console administrator password, and press ENTER.
-
Restart all RSA Authentication Manager services. Change the directory. Type:
cd /opt/rsa/am/server
-
./rsaserv restart all
-
Restart services on each replica instance. Log on to each replica instance, and repeat step 5 and step 6.