- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Workstation hanging
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
12-18-2001 08:25 AM
12-18-2001 08:25 AM
Workstation hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:34 AM
12-18-2001 08:34 AM
Re: Workstation hanging
I'd toc the system and save the core file for analysis next time this occurs ...what's your O/S and does it have multiple lan cards ?
have you looked around for clues ..syslog.log core file produced ? or run glance etc to gather info on the system performance ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 08:56 AM
12-18-2001 08:56 AM
Re: Workstation hanging
This system is running HP-UX 10.x, and is just a basic workstations setup with a single lan card to communicate with other machines.
As far as I can tell, no core files are produced, but I'll see if toc gives anything, when it happens again, and if I can even get that to work.
Normally, this system runs fine, no problems, no crashes.. but it seems like about once a week, the whole thing just stops. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 09:01 AM
12-18-2001 09:01 AM
Re: Workstation hanging
Check if any scheduled jobs are running in cron. Is it freezing everyweek during same time..??
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 07:03 PM
12-18-2001 07:03 PM
Re: Workstation hanging
hard mounted. If they are, then a network
problem, or a reboot of the remote host can
hang the system. If they are, just soft mount them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:26 AM
12-20-2001 07:26 AM
Re: Workstation hanging
I'm not sure I follow the difference between hard mounting an NFS directory and soft mounting one. Would you mind elaborating? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:47 AM
12-20-2001 07:47 AM
Re: Workstation hanging
I had a similar problem on a C class m/c
where it would hang intermittently...turned
out to be the root disk!...made a dd copy
of it whilst m/c was working o.k. and then just swapped the disk out...no more problems since...may not be your problem but worth a shot.
Regards,
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 02:31 PM
12-21-2001 02:31 PM
Re: Workstation hanging
sound like a memory shortage to me: you are running out of usable RAM/swap space...
Check with "swapinfo -t", perhaps even setup a cron-job to execute a couple of times per hour and save the output in a file, so you would be able to check later...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:19 AM
03-19-2002 10:19 AM
Re: Workstation hanging
For instance, an 'ls -la' of a directory was returning a filename about once every 5 seconds. This immediately cleared up once I removed the mount name from /etc/fstab.
However, that is not the way to fix it. As recommended, you will need to edit your NFS mounts so that they fail in soft mode, then reboot the machine so that the mounts are redone. When the bad NFS mount occurs, you will not be able to unmount it, which is why you need to reboot. That gets rid of the bad mount, and will reset the NFS mounts to use the correct mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:54 AM
03-19-2002 10:54 AM
Re: Workstation hanging
You should check following things .
1. Check nfs mount points and network connection.If you are hard mounting the nfs file systems and if the network connections gone bad or if you are not able to reach nfs file systems, it may cause to hold your machine. reboot the machine in to single user mod and remove all mounted directories entry from /etc/fstab file.
2. change /etc/rc.config.d/nfsconf and put it NFS_SERVER=0 and NFS_CLIENT=0
Now check the system whether it runs fine.
3. Check the swap memory status. give swapinfo -mt command , if the momory portion is occupied 100% and if it uses some of the device space, then you have to increase swp space/momory.
check whether this machine is under NIS environment. IF it is then may be it hangs if it is unable to reach NIS master server or slave server on its subnet.
Hope it helps.
If at all everything is right, check the machine hardware using stm,xstm etc.
You will get firm decision , what is causing the system hanging problem.
Thanks,
-Piyush.