- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Diagnostic System Warning
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
05-18-2001 02:05 PM
05-18-2001 02:05 PM
Diagnostic System Warning
Diagnostic System Warning
The diagnostic logging facility has started receiving excessive errors from the I/O subsystem. I/O error entries will be lost until the cause of the excessive I/O logging is corrected......If teh Diaglogd daemon is not active, use the daemon startup command in stm to start it....if the Diaglogd daemon is active, use the logtool utility in stm to determine which I/O substem is logging excessive errors.
I can get around in UNIX but not well enough to get this fixed. I have run fsck on the filesystems and cleaned them but can not get past the above error.
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 06:14 PM
05-18-2001 06:14 PM
Re: Diagnostic System Warning
that smells like a hardware failure of some sort.
As the message indicates you probably need to run stm to determine what is broken.
But because you need to get some parts replaced then anyways and need to pace a call to hp you might as well ask them to help you run the diagnostics.
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 08:05 PM
05-18-2001 08:05 PM
Re: Diagnostic System Warning
Run stm and get into logtool to decide where you're getting excessive errors.
It'll show you the number of IO errors per each IO subsystem with figures.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 12:17 AM
05-19-2001 12:17 AM
Re: Diagnostic System Warning
install the patch for fibre channel interface
(sorry not sure about the patch name)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 11:05 AM
05-19-2001 11:05 AM
Re: Diagnostic System Warning
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 07:45 PM
05-19-2001 07:45 PM
Re: Diagnostic System Warning
temporarily turn off fiber channel. Install the patch; re-enable fiber channel.
I don't know your configuration but this should be close.
1) Boot single-user. /sbin/mount /usr
/sbin/mount /var
2) cd /etc/rc.config.d
3) vi fc_td_conf (this is probably your FC config file but if not it should be close)
4) set FC_TD_START=0 (again you may be a little different) and save the file
5)
/sbin/umount /var
/sbin/umount /usr
sync; sync; sync
6) Now reboot normally and the FC should be bypassed so that you can run swinstall.
Obviously you need to set FC_TD_START=1 but I would wait until I came up ok after the patch install.
Hope this gets you out of the ditch, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 09:08 AM
05-21-2001 09:08 AM
Re: Diagnostic System Warning
Should this not have lan0 after the eguals sign? would this be the corredt file for placing the START=0 line you mentioned?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 10:12 AM
05-23-2001 10:12 AM
Re: Diagnostic System Warning
# init 1
This will put you into Run level 1 that if I'm not mistaken should have the swagent running. If not start it manually, then install the patch and reboot.