Schedule User Sync
a year ago

Schedule User Sync

User synchronization is run every 5 min (300 seconds) by default. You can specify a custom frequency at which to run a scheduled user sync. The interval must be at least 5 minutes or more. You can run the user sync at any time manually.

Procedure 

  1. Using SSH, log on to the primary instance. For more information, see Log On to the Appliance Operating System with SSH.

  2. To change the directory, type cd /opt/rsa/am/utils and then press ENTER.

  3. Type the following command and then press ENTER.
    ./rsautil store -a update_config auth_manager.cas.user.sync.interval.time "<custom_interval_in_seconds>" -o <ocadmin> -p <ocadminpassword> <am_hostname>
    For example: ./rsautil store -a update_config auth_manager.cas.user.sync.interval.time "600" -o admin -p password$ am.rsa.com