- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SYSLOG.LOG messages
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
02-15-2001 02:30 PM
02-15-2001 02:30 PM
SYSLOG.LOG messages
I've put a copy of our old syslog.log file on-line for anyone who wants to wade into it. Be warned, it's ugly. You can find a copy of it at:
ftp://ftp.interrain.org/seth/david/syslog/
Any thoughts besides getting rid of the system?
Thanks in advance to anyone who dares taking this on.
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 02:37 PM
02-15-2001 02:37 PM
Re: SYSLOG.LOG messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 01:39 AM
02-16-2001 01:39 AM
Re: SYSLOG.LOG messages
KBRC00000053 on the ITRC site.
Regarding hte SCSI errors, I agree with Tom, get a hardware call logged.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 05:54 AM
02-16-2001 05:54 AM
Re: SYSLOG.LOG messages
I agree, get your HP hardware dude to look at it before it gets worse.
Hopefully you have a system backup tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:49 AM
02-16-2001 07:49 AM
Re: SYSLOG.LOG messages
lbolt is generally indicative of hardware failure
the dev: 1f000000 gave you the device to translate
1f is hex for 31 and 31 is /dev/dsk so it's a disk
000000 is the address of the disk now drop the last
two 00 always...the rest gives you the address
c0t0d0
Another ex: 1f0x0a6000
would translate to /dev/dsk/c10t6d0
So your problem is related to a disk going bad. I'd address that first and then make sure everything that needs to be restored is done...then I'd start accessing the rest of the system.
Just my 2cents,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2001 10:43 AM
02-19-2001 10:43 AM
Re: SYSLOG.LOG messages
Thanks again for your thoughts.
David.