Hide the Video Link in the Self-Service Console

The Self Service Console displays a link to English language videos that describe SecurID hardware and software tokens for users and administrators. For non-English users, you can hide this link.

Procedure

  1. On the primary instance, log on to the appliance using an SSH client.

  2. Change directories:

    cd /opt/rsa/am/utils

  3. Run one of the following commands:

    • To hide the video link, type the following command, where <FQDN> is the fully qualified domain name of the primary instance, and then press ENTER:

      ./rsautil store -a add_config ucm.selfservice.console.novideo true <FQDN> 503

    • To show the video link, type the following command, where <FQDN> is the fully qualified domain name of the primary instance, and then press ENTER:

      ./rsautil store -a update_config ucm.selfservice.console.novideo false <FQDN> 503

  4. When prompted, enter your Operations Console administrator User ID, and press ENTER.

  5. When prompted, enter your Operations Console administrator password, and press ENTER.

  6. Restart all Authentication Manager services on the primary instance and the replica instances:

    cd /opt/rsa/am/server

    ./rsaserv restart all