- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what does the syslog.log mean?
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-09-2003 05:34 PM
03-09-2003 05:34 PM
Mar 10 09:24:23 dm-px vmunix: in stm to start it.
Mar 10 09:24:23 dm-px vmunix: If the diaglogd daemon is active, use the logtool utility in stm
Mar 10 09:24:23 dm-px vmunix: to determine which I/O subsystem is logging excessive errors.
Mar 10 09:24:25 dm-px vmunix: DIAGNOSTIC SYSTEM WARNING:
Mar 10 09:24:25 dm-px vmunix: The diagnostic logging facility is no longer receiving excessive
Mar 10 09:24:25 dm-px vmunix: errors from the I/O subsystem. 1 I/O error entries were lost.
Mar 10 09:24:28 dm-px vmunix: The diagnostic logging facility has started receiving excessive
Mar 10 09:24:28 dm-px vmunix: errors from the I/O subsystem. I/O error entries will be lost
Mar 10 09:24:28 dm-px vmunix: until the cause of the excessive I/O logging is corrected.
Mar 10 09:24:28 dm-px vmunix: DIAGNOSTIC SYSTEM WARNING:
Mar 10 09:24:28 dm-px vmunix: If the diaglogd daemon is not active, use the Daemon Startup command
Mar 10 09:24:28 dm-px vmunix: in stm to start it.
Mar 10 09:24:28 dm-px vmunix: If the diaglogd daemon is active, use the logtool utility in stm
Mar 10 09:24:28 dm-px vmunix: to determine which I/O subsystem is logging excessive errors.
Mar 10 09:24:30 dm-px vmunix: DIAGNOSTIC SYSTEM WARNING:
Mar 10 09:24:30 dm-px vmunix: The diagnostic logging facility is no longer receiving excessive
Mar 10 09:24:30 dm-px vmunix: errors from the I/O subsystem. 1 I/O error entries were lost.
Mar 10 09:24:35 dm-px vmunix: The diagnostic logging facility has started receiving excessive
Mar 10 09:24:35 dm-px vmunix: errors from the I/O subsystem. I/O error entries will be lost
Mar 10 09:24:35 dm-px vmunix: until the cause of the excessive I/O logging is corrected.
Mar 10 09:24:35 dm-px vmunix: If the diaglogd daemon is not active, use the Daemon Startup command
the same thing repeat again and agin, but i dont know what does these things mean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:02 PM
03-09-2003 06:02 PM
Re: what does the syslog.log mean?
These messages are generated from the system diagnotic daemon (diagmond). The message about excessive I/O's could be a few things. SCSI problems, problems with the diagnostic software itself or the start of some other hardware problem.
Suggest you restart the daemon and monitor it's output. Also load the latest diagnostic tools from either your latest patch bundle CD or from here:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE
Restart the diagnostic daemon
# /sbin/init.d/diagnostic start
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:04 PM
03-09-2003 06:04 PM
SolutionMore than likely you've got a HW I/O error and the diagnostic system is overloaded.
"...vmunix: errors from the I/O subsystem. 1 I/O error entries were lost..."
Any vmunix error message is not good.
"...if the diaglogd daemon is not active, use the Daemon Startup command..."
ps -ef | grep -i diaglogd
if not found then:
/sbin/init.d/diagnostic start
Something's probably failing. Sometimes this happens intermittently with tape drive units during backups so check the media and the drive. Also use LOGTOOL:
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > Raw Summary
Note the first and last dates and calculate the time difference, 5 days 3 hours for example.
Now note the integer numbers in parenthesis appearing next to hardware addresses as you scroll down the report. Look for anything in the hundreds. Here is an example:
Last date - First date = 4 hours and (454) 1/2/0/0/2.5 appears.
Cross reference the HW address in STM or ioscan to determine the product and product number and model and call HP. Open up a HW call with this information.
Also make a visual inspection checking for faults lights and review the other logs like /var/adm/messages (* dmesg *)and /etc/opt/resmon/log/api.log and the GSP log. Here is how you check for the GSP log:
control b
return, return
GSP>sl
(* Use a filter and check the error log *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:22 PM
03-09-2003 06:22 PM
Re: what does the syslog.log mean?
#/sbin/init.d/diagnostic start
/usr/sbin/stm/uut/bin/sys/diagmond failed during
execution.
what should i do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:38 PM
03-09-2003 06:38 PM
Re: what does the syslog.log mean?
#/sbin/init.d/diagnostic start
If the abovr does not apply and you still cannot startup diagnostic then there may be something wrong with your STM installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 07:42 PM
03-09-2003 07:42 PM
Re: what does the syslog.log mean?
You could have a bad disk.
You could have a bad scsi controller.
You could have a bad terminator on a scsi device.
You could have a bad cable
You could have a bad drive cage(if applicable).
If your OS and data is not mirrored you could be in big trouble.
try the command dmesg which, and you should get the same thing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 09:31 PM
03-09-2003 09:31 PM