To hide agent information in the User Dashboard, a configuration for
auth_manager.dashboard.hide.agent is required to be added to the database using command-line utility (CLU):
Before you begin• Obtain the rsaadmin operating system password.
• You must be an Operations Console Administrator.
Procedure1. Log on to the appliance using an SSH client.
2. When prompted, enter the operating system User ID, rsaadmin, and the operating system account password.
3. Change directories to /opt/rsa/am/utils:
cd /opt/rsa/am/utils
4. Run the following command line utility (CLU):
./rsautil store -a add_config auth_manager.dashboard.hide.agent true GLOBAL BOOLEAN
5. When prompted, enter your Operations Console administrator user ID and password. You should then notice a new configuration parameter added
login as: rsaadmin
Using keyboard-interactive authentication.
Password:
Last login: Tue Nov 23 08:22:03 2021 from 192.168.20.100
RSA Authentication Manager Installation Directory: /opt/rsa/am
rsaadmin@am86p:~> cd /opt/rsa/am/utils
rsaadmin@am86p:/opt/rsa/am/utils> ./rsautil store -a add_config auth_manager.dashboard.hide.agent true GLOBAL BOOLEAN
Please enter OC Administrator username: <enter Operations Console admin's name>
Please enter OC Administrator password: <enter Operations Console admin's password>
psql.bin:/tmp/f14bc52c-bb4e-422e-9f8c-50f4126340426026213189150290173.sql:108: NOTICE: Added the new configuration parameter "auth_manager.dashboard.hide.agent" with the value "true"
add_config
------------
(1 row)
- Change directories to /opt/rsa/am/server
cd /opt/rsa/am/server
- Issue the following command to restart all services
./rsaserv restart all
The Agent information is now hidden from the User dashboard
Image description
At a later stage if you wish to show the agent information, run the following update command:
./rsautil store -a update_config auth_manager.dashboard.hide.agent false GLOBAL BOOLEAN