1752656 Members
5347 Online
108788 Solutions
New Discussion юеВ

Re: cc3310 HW check

 
Kenneth Wind
Advisor

cc3310 HW check

Hi

I'm have searched as a cracy to find documentation, on how to make a system and HW check o my server?.

The server I have indicates major alarm at the front diode, which can be a disk ailure issue.

BR.
Kenneth.
11 REPLIES 11
R.K. #
Honored Contributor

Re: cc3310 HW check

Hi Kenneth,

You can always check log files to find the alert details.

# dmesg
# more /var/adm/syslog.log
# more /var/opt/resmon/log/event.log
Don't fix what ain't broke
Kenneth Wind
Advisor

Re: cc3310 HW check

Thanks.

Unfortunately the server does not have either syslog og ├Г┬йvent.log running.

How can a HW diagnostic be executed. Is additional SW needed, or can it be done from the BIOS?.

BR.
Kenneth
Johnson Punniyalingam
Honored Contributor

Re: cc3310 HW check

>>Unfortunately the server does not have either syslog og ├Г ├В┬йvent.log running.

How can a HW diagnostic be executed. Is additional SW needed, or can it be done from the BIOS?.<<

Looks like you have not giving enough information of your problem ?

what OS are your running ? HP - UNIX ?

uname -a
Problems are common to all, but attitude makes the difference
Kenneth Wind
Advisor

Re: cc3310 HW check

Its HP-UX

Linux 2.4.26-1.ll.rh90.ccrma #1 Fri Apr 16 21:20:02 PDT 2004 i686 i686 i386 GNU/Linux
melvyn burnard
Honored Contributor

Re: cc3310 HW check

This is NOT HP-UX, it is Linux.
Moving to more appropriate forum.

Would also help if you posted your server model
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Johnson Punniyalingam
Honored Contributor

Re: cc3310 HW check

With Linux , the dmesg command is used to view these boot messages. Alternatively, o system logs => file /var/adm/messages


You can try below options :)

#/sbin/fsck

#/sbin/e2fsck


u should be able to check the disk for errors

*****************IMP*****************

u cannot run these command when the file system is mounted

umount all the partitions and bring it to single user mode

#init s
or
#init 1

and then run any of these commands
Problems are common to all, but attitude makes the difference
Horia Chirculescu
Honored Contributor

Re: cc3310 HW check

>Unfortunately the server does not have either syslog og ├Г ├В┬йvent.log running.

Are you sure about this?

Be aware that linux keeps this logs in /var/log
(var/log/syslog/)

ps exw | grep syslog

shows anything?

Horia.
Best regards from Romania,
Horia.
Kenneth Wind
Advisor

Re: cc3310 HW check

I haven't got any syslog files in /var/log.

The ps output show the syslogd is running. They refere to a file called boot.log!
Horia Chirculescu
Honored Contributor

Re: cc3310 HW check

cat /etc/syslog.conf

Should give you info about where the logging info is sent

Horia.
Best regards from Romania,
Horia.