Smarts NCM : How to view the current console (GUI) timeout settings in the Database.
search cancel

Smarts NCM : How to view the current console (GUI) timeout settings in the Database.

book

Article ID: 331333

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - NCM

Resolution

How to view the current console (GUI) time out settings?



To view the current console (GUI) time out settings please do the following: (You will need full root access to the database)
  1. Log into your Voyence Database with root privileges, it will be either located on your Application Server or standalone database server
  2. Log into the NCM Database
    • su - pgdba -c 'psql voyencedb voyence'
  3. Enter the database password when prompted. 
  4. At the database command prompt enter the following:
    •  select name, value, default_value from cm_config_item where name= 'com.powerup.configmgr.server.security.login.authentication_cache_timeout';
  5. You should get an out of the following below:
 
  1. Exit the database by typing "\q" and then typing "exit".