- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Session Freezes
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
04-11-2002 01:15 AM
04-11-2002 01:15 AM
Session Freezes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:23 AM
04-11-2002 01:23 AM
Re: Session Freezes
If sessions freeze and then continue OK after 30 seconds I would suspect the server is having a problem as a network problem more often than not drops the users.
Use tools like top, sar and glance to monitor what is going on.
If you do not have glance installed - install from apps cd the 60 trial version.
Get your dba to have a look at the structure of the pick files as a badly resized file can have a major effect on performance.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:26 AM
04-11-2002 01:26 AM
Re: Session Freezes
Do these problems occur at the same time?
Do ther occur because a user is doing a major select?
Do they occur at the same time as a crom entry.
Do they occur during a high login/ logout period.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:36 AM
04-11-2002 01:36 AM
Re: Session Freezes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 04:08 AM
04-11-2002 04:08 AM
Re: Session Freezes
Check the Perfview/measureware logs and see what were the processes which were consuming resources at the time of the freeze. You can lookup on other details like CPU, Memory load at around that time. Look at syslog.log and dmesg files to see whether any messages were logged. Confirm the database load from the dba and any related application details.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 05:35 AM
04-11-2002 05:35 AM
Re: Session Freezes
When it freezes run a PORT.STATUS from TCL prompt - it will tell you if a large select is being done and by whom.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 05:48 AM
04-11-2002 05:48 AM
Re: Session Freezes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 06:05 AM
04-11-2002 06:05 AM
Re: Session Freezes
Are you running PICK on the Unix box?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 06:10 AM
04-11-2002 06:10 AM
Re: Session Freezes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 06:27 AM
04-11-2002 06:27 AM
Re: Session Freezes
Can you check the lock table?
Multilple users trying to attach to a locked file - or the system clearing locks can cause this problem.
Paula