help with syslog error


 
Thread Tools Search this Thread
Operating Systems HP-UX help with syslog error
# 1  
Old 10-13-2008
help with syslog error

hi guys need help with the syslog error that i encounter with our sever.

please see attached screenshot.

hope you could help me. thanks
help with syslog error-syslog-errorjpg
# 2  
Old 10-13-2008
That is not much help for us...
From that we could guess FC driver/port/adapter issue perhaps...

What was above and what follows in the log?
Did they do what was suggested " Execute the following command to obtain event details..."
And what did they see?
# 3  
Old 10-13-2008
You could
Code:
lod:/home/vbe # ioscan -fnC fc    
Class     I  H/W Path  Driver S/W State   H/W Type     Description
=================================================================
fc        0  0/3/1/0   td   CLAIMED     INTERFACE    HP Tachyon XL2 Fibre Channel Mass Storage Adapter
                      /dev/td0
fc        1  0/4/1/0   td   CLAIMED     INTERFACE    HP Tachyon XL2 Fibre Channel Mass Storage Adapter
                      /dev/td1

Then look at the troublesome device:
Code:
fcmsutil /dev/tdX or /dev/fcdX  whatever it is etc...

# 4  
Old 10-23-2008
vbe,

hi thanks for the reply, your right this was an fc error, right now the engineers of the external drive which fc is connected is running an a diagnose to check if the disk connecting to fc is the problem, cause hp already check and found no error on the fc & the server.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Cannot send syslog event from AIX 6.1 to RHEL Syslog server

Hi everyone, I am trying to configure AIX 6.1 using syslogd to send syslog event to syslog server configured on RHEL. However, RHEL never receives the events. I have tried to redirect the syslog event on AIX to a local file and successful. Only forwarding to remote server fails. Firewall... (10 Replies)
Discussion started by: michael_hoang
10 Replies

2. Solaris

Which are the available entries to forward syslog in syslog.conf?

Hi Community Which are the available entries to forward syslog in syslog.conf i have put *.err;kern.debug;daemon.notice;mail.crit;user.alert;user.emerg;kern.notice;auth.notice;kern.warning @172.16.200.50 and it's not going through.giving error message like below: syslogd:... (2 Replies)
Discussion started by: bentech4u
2 Replies

3. AIX

Error messages in syslog

Hi, Can you please look into the below errors from syslog in AIX? And let me know is this a issue? How can I avoid these errors with out affecting my LPAR. Detail Data SYSLOG MESSAGE <27>Aug 23 08:24:28 syslog: slp: 0660-084 The SA failed to decode and compute received message:... (0 Replies)
Discussion started by: System Admin 77
0 Replies

4. Solaris

picld error in syslog

All, I'm getting the following error in syslog when picld starts up: Jul 22 13:07:15 adl0845 picld: ld.so.1: picld: fatal: libpri.so.1: open failed: No such file or directory And I look, and lo, there is no such file. Despite the word 'fatal', picld is still running. On other systems, I... (2 Replies)
Discussion started by: james.dean
2 Replies

5. UNIX for Dummies Questions & Answers

> 5 ")syntax error: operand expected (error token is " error

im kinda new to shell scripting so i need some help i try to run this script and get the error code > 5 ")syntax error: operand expected (error token is " the code for the script is #!/bin/sh # # script to see if the given value is correct # # Define errors ER_AF=86 # Var is... (4 Replies)
Discussion started by: metal005
4 Replies

6. Programming

error: expected declaration specifiers or '...' before syslog

When I compile this i get the following error "error: expected declaration specifiers or '...' before syslog" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #define __LIBRARY__ #include <linux/unistd.h> /* define the system call, to override the library... (6 Replies)
Discussion started by: dragonpoint
6 Replies

7. HP-UX

Getting error messages in syslog in HP-UX

Hi, I'm using HP-UX 11.11 on HP9000/800 PA-RISC system.I am getting the below messages daily in /var/adm/syslog/syslog.log file.Can someone help me out in this regard, why I am getting this messages & how to resolve it. I am using SSH version(HP-UX Secure Shell-A.04.20.004) Messages: Nov 26... (2 Replies)
Discussion started by: Mike1234
2 Replies

8. HP-UX

How to Redirect the error messages from Syslog file to our own Application Log File

Hello, I am New to Unix. I am Using HP-UX 9000 Series for my Application. I am Currently Facing an Issue that the error messages are being written in the syslog file instead of the Application Log File. The Codes for that Syslog.h is written in Pro*C. I want to know how to Redirect these... (3 Replies)
Discussion started by: balasubramaniam
3 Replies

9. Solaris

Explorer causing syslog error

Hi there, I have upgraded my explorer (SUNWexplo) on a solaris 10 Sparc box from version 3.4 to the latest version (5.5) . However im a little concerned, whenever I run the new explorer either manually or scheduled, I get a syslog event as follows 1 in 0:08:31: Sep 22 17:00:15 fmy.machine.com... (8 Replies)
Discussion started by: hcclnoodles
8 Replies

10. IP Networking

syslog error

I checked my syslog for errors and the error I got was alert;kern.err;daemon.err I know the error deals with the daemon but I don't know exactly what it means. (2 Replies)
Discussion started by: Deuce
2 Replies
Login or Register to Ask a Question