- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error in syslog
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
06-03-2003 02:19 AM
06-03-2003 02:19 AM
Error in syslog
I am getting the following message in my syslog. what should i do.
DIAGNOSTIC SYSTEM WARNING:
Jun 3 16:16:57 billing vmunix: If the diaglogd daemon is not active, use the Daemon Startup command
Jun 3 16:16:57 billing vmunix: in stm to start it.
Jun 3 16:16:57 billing vmunix: If the diaglogd daemon is active, use the logtool utility in stm
Jun 3 16:16:57 billing vmunix: to determine which I/O subsystem is logging excessive errors.
Jun 3 16:16:57 billing vmunix: DIAGNOSTIC SYSTEM WARNING:
Jun 3 16:16:57 billing vmunix: The diagnostic logging facility is no longer receiving excessive
Jun 3 16:16:57 billing vmunix: errors from the I/O subsystem. 1 I/O error entries were lost.
Jun 3 16:16:57 billing vmunix: The diagnostic logging facility has started receiving excessive
Jun 3 16:16:57 billing vmunix: errors from the I/O subsystem. I/O error entries will be lost
Jun 3 16:16:57 billing vmunix: until the cause of the excessive I/O logging is corrected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:25 AM
06-03-2003 02:25 AM
Re: Error in syslog
first of all start diaglogd:
check /etc/rc.config.d/diagnostic config file to contain string "DIAGNOSTICS=1", and then run "/sbin/init.d/diagnostic start" and check with 'ps -ef' for running diag daemons.
The you can see extended messages in syslog, and examine evens using logtool in STM (support tools manager - cstm, mstm, xstm)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:30 AM
06-03-2003 02:30 AM
Re: Error in syslog
You can check the error message through STM,but before that you make sure that you have started Diagnostics which will be available in /etc/rc.config.d
DIAGNOSTIC=1
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:33 AM
06-03-2003 02:33 AM
Re: Error in syslog
From logtool i got a device 1/0/8/0/2.2.22.0.0.1.7 is creating the problem. But how can i correct that problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:37 AM
06-03-2003 02:37 AM
Re: Error in syslog
attach an ioscan -fnk in your next post. It may be an unavailable device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:42 AM
06-03-2003 02:42 AM
Re: Error in syslog
Here is the ioscan -fnk output
disk 41 1/0/8/0/0.2.22.0.0.1.7 sdisk CLAIMED DEVICE HP A6189A
/dev/dsk/c10t1d7 /dev/rdsk/c10t1d7
actually this lun should be connected bu other node not with this node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:45 AM
06-03-2003 02:45 AM
Re: Error in syslog
Do you see any problems on the other node with the same lun?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:53 AM
06-03-2003 02:53 AM
Re: Error in syslog
It is in cluster solution. The other node is ok. This problem occured when we tried to run nickel. It tried to access a lun that is supposed to be in other package. thats why from this server it is noit getting that path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 03:05 AM
06-03-2003 03:05 AM
Re: Error in syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 03:09 AM
06-03-2003 03:09 AM
Re: Error in syslog
What was nickel doing at the time? diskinfo? ioscan? vgdisplays? What version of nickel? open a call with nickel too! http://www.grc.hp.com/docs/nickel
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 03:27 AM
06-03-2003 03:27 AM
Re: Error in syslog
At that time it was executing lvlnboot -v and trying to collect information about a lun that was not this systems volumegroup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 03:46 AM
06-03-2003 03:46 AM
Re: Error in syslog
Check
armdsp -a
for VA overall state report
armlog -e
for VA logs to see anything unusual
Eugeny