- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shutdown problem
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
03-21-2004 09:41 PM
03-21-2004 09:41 PM
At the end of a shutdown-process on a C3650 running hpux 11.00 following message occurs:
"sync'ing of buffer cache timed out
Some buffer may not have been flushed due to a non-responding device or
resource deadlock
System will continue ...."
Does anyone have a clue about this one? Checked for hardware-errors in logfiles, pdt, pim etc., but nothing logged... Maybe a patch-problem? I did not find out anything about this...
Thanks in advance,
Andre
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2004 10:54 PM
03-21-2004 10:54 PM
Re: Shutdown problem
it looks like something to do with your disks. you may like to monitor it.
# dd if=/dev/rdsk/c#t#d# of=/dev/null ibs=10k obs=10k
you may also like to check:
# cat /var/adm/syslog/OLDsyslog.log
the last few lines
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2004 11:01 PM
03-21-2004 11:01 PM
Re: Shutdown problem
already checked syslogs, but nothing found what would reveal a defective disk.
Will try the read-test of the disks, just to be shure.
I had first a defective disk or defective memory in mind, but did not find any additional info pointing in that direction.
Any more ideas?
Thanks,
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2004 11:13 PM
03-21-2004 11:13 PM
Re: Shutdown problem
if you have no glance, probably do a
# sar -b 5 20
to monitor the buffer cache as well. it may be a case of applications read/write too frequent.
another test is before you shutdown, close the applications, do a ps command to check the number of processes still active.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 12:22 AM
03-22-2004 12:22 AM
Solutionklick me -->http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065140529
DocID=4000030837
Regards
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 12:24 AM
03-22-2004 12:24 AM
Re: Shutdown problem
thanks for your help! Did not manage to connect to the machine yet, but here some further info.
The machine is shutdown by a script which does a reboot -h (not a shutdown, but I´m working on it). The user did not wait for the machine to shut down properly and pressed the powerswitch... (doh!) That was the first time the error occured. I´m not quite sure though, whether it occurs again...
I will keep on investigating...
Thanks a l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 12:32 AM
03-22-2004 12:32 AM
Re: Shutdown problem
reboot -q is great way to restart from single user mode. As far as the non-responding device, it will pretty difficult to find the reason as the state of the system at that moment has very little information available. Certaibnly bringing the machine up to date on all patches makes a lot of sense.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 12:35 AM
03-22-2004 12:35 AM
Re: Shutdown problem
You did it! The users script issues a reboot -h, so that is the "problem"... When the powerswitch is pressed, there will be issued a reboot as well (on ws only), as far as I remember.
I will replace the reboot -h command with a shutdown -h and will teach my user a lesson in patience...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 12:43 AM
03-22-2004 12:43 AM
Re: Shutdown problem
thanks for the great support! You rock!
Best regards,
Andre