- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- sim keeps logging me out
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2008 10:44 AM
11-12-2008 10:44 AM
sim keeps logging me out
Any help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 04:46 AM
11-19-2008 04:46 AM
Re: sim keeps logging me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 04:50 AM
11-19-2008 04:50 AM
Re: sim keeps logging me out
Monitor time-out policy. The monitor time-out policy keeps sessions alive, provided the user has a web browser window open displaying the HP SIM GUI. Closing the browser or navigating to another web page starts the timer for the time-out period. The default time-out period is 20 minutes. Users must use some other means to protect an unattended session from illegal use, such as password-protected screen savers.
Active time-out policy. The active time-out policy only keeps sessions alive if the user is actively using the GUI, such as clicking on links and buttons. Display and refresh of the banner is not sufficient to keep the session alive. The user is timed-out either by inactivity, closing the browser, or navigating to another site. The default time-out period is 20 minutes.
To configure the time-out policy, edit the globalsettings.props file. You can switch between these modes or change the time-out period. The default time-out policy is the monitor policy. The monitor policy is enabled when:
EnableSessionKeepAlive=true
To enable the active time-out policy, change this value to false.
EnableSessionKeepAlive=false
To change the default time-out period, edit the web.xml file. The default location for this Windows file is:
CC:\Program Files\HP\Systems Insight Manager\jboss\server\hpsim\deploy\jbossweb-tomcat50.sar\conf\web.xml
Locate the session-timeout element, and set it to a new value in minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 06:48 AM
11-19-2008 06:48 AM
Re: sim keeps logging me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 11:29 PM
11-19-2008 11:29 PM
Re: sim keeps logging me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 06:23 AM
11-20-2008 06:23 AM
Re: sim keeps logging me out
For me it was under program files\hp\systems insight manager\jboss\server\hpsim\deploy\jboss-web.deployer\conf\web.xml. If you do a search a bunch of them will come up but only one had the
I tried changing the timeout to 0 but that didn't work, so I changed it to 525600 which is a year. That worked.