How to change the session timer to prevent auto-logout in NetOps Portal
book
Article ID: 36963
calendar_today
Updated On:
Products
CA Performance Management - Usage and AdministrationDX NetOps
Issue/Introduction
How to change the session timer which causes NetOps Portal users to be automatically logged off because of idle time.
While working with Dashboards, a user can just be logged off in the middle of whatever they are doing.
Environment
All supported DX NetOps Performance Management releases
Resolution
Adjust the values of Sso 'CookieTimeoutMinutes' and Sso 'RememberMeTimeoutDays' which are settable via SsoConfig under Single Sign-On:
For the purpose of this example, we will be changing the values of CookieTimeoutMinutes (default 20 (minutes) )to 120 minutes and RememberMeTimeoutDays (default 15 (days) to 30 days:
Logon to the PC system as root or sudo
Go to the following directory (default path shown)
cd /opt/CA/PerformanceCenter/sso/bin
Launch the SsoConfig utility with the command:
./SsoConfig
Choose an option 1
Choose an option 4 for SSO
Choose an option 1 for Remote Value
Select Property 6 for Cookie Timeout Minutes
Enter U to update it.
Enter new value 120
Use \b to go back.
Select Property 11 in Remote Value for Remember Me Timeout Days
Enter U to update it.
Enter new value 30
Enter "\b" to gracefully back out of SsoConfig to save the changes.
Review / validate the changes made by running SsoConfig again.
Enter 1.
Enter 4 for SSO. Confirm the expected values are listed.