- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Meaning of syslog entry
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-24-2006 09:46 PM
04-24-2006 09:46 PM
this box exhibitted strange behaviour since yesterday evening.
I was told by application user as well as colleague sysadmin who was on duty that there were no logins possible and that the server finally had to be bounced.
However, the SG applications which are Oracle instances seemed to continue service,
and from the logs I couldn't detect any loss of cluster membership until the time of forced reboot this morning (i.e. no such cmcld entries in syslogs on both nodes)
I inspected all conceivable logs (also stm, ems, mwa, nettl etc.) but haven't found any clueful information.
I merely discovered a freshly dumped ts99 tombstone with populated TOC registers, but
no crash dump.
In the OLDsyslog.log the following entries have appeared since 5 days ago,
"Failed to open target localhost@null:Error logging in: TIMEOUT EXPIRED"
Unfortunately there is no process, pid, facility or level qualifier along with these messages so that I don't know who the originator was.
Probably theses log events are totally unrelated to the login difficulties since yesterday?
While going through the perfmon data I came accross a weird continuous linear rise of the global memory queue, starting from zero yesterday abt. 20:00 to hundred until this morning when the forced reboot happened.
Does this mean that procs were blocked waiting on memory pages, and what could be the cause,
maybe some leak?
Nevertheless there were no deactivations (viz. global swapout rate continously at zero),
and the total memory utilization was below 80%.
The other performance metrics were negligable (i.e. CPU, RunQ, CSwitches, Disk I/O, VM Disk Reads/Writes, LAN).
Thanks for your notice
Ralph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 10:45 PM
04-24-2006 10:45 PM
Re: Meaning of syslog entry
I had a similar problem, where I it happened due to an orphan/rouge process tried to hold /tmp and kept leaping for 100% and forced a reboot during midnight.
Your's may be similar like a ran away process which started leaping the FS.
Hope this may be of any help.
I am just sharing my experience but not a solution.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 11:58 PM
04-24-2006 11:58 PM
Re: Meaning of syslog entry
I think you are right that the cause must be a run-away proc.
Meanwhile I had a look at cron and batch jobs
and could identify one that started yesterday at 20:05, exactly when the MemQ started to build up according to a zoom into the PerfView chart.
Unfortunately the script is only a wrapper and dispatcher for a whole lot of SQL scripts that must have been placed there by the apps' Oracle DBAs.
I know too little about Oracle to know what's going on there (besides I'm not too interested to wade through that morras),
and passed the task of revisiting those jobs kindly to the DBAs, their originators.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 01:23 AM
04-25-2006 01:23 AM
SolutionEven my run away process was a DB job which used to do some archiving.
All you can do is just keep monitoring any arc process by doing ps -ef |grep arc, normally this should not have more CPU time.
If this jobs has comsumed more COPU time, better ask DBA to shutdown and start the DB.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 01:59 AM
04-25-2006 01:59 AM
Re: Meaning of syslog entry
I will set up another Nagios monitor which will keep an eye on the rss (for potential leakages) and cpu consumption.
This doesn't require much work since I already got a compiled check_proc Nagios plug-in.
So it's merely another service entry on the Nagios server or nrpe command definition on the monitored cluster node.