Hide the Video Link in the Self-Service Console 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
-
On the primary instance, log on to the appliance using an SSH client.
-
Change directories:
cd /opt/rsa/am/utils
-
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
-
-
When prompted, enter your Operations Console administrator User ID, and press ENTER.
-
When prompted, enter your Operations Console administrator password, and press ENTER.
-
Restart all Authentication Manager services on the primary instance and the replica instances:
cd /opt/rsa/am/server
./rsaserv restart all
Related References