Re: [CentOS] CentOS 7 on HP DL160 G6

2017-05-02 Thread H

On 05/02/2017 06:56 AM, Steven Tardy wrote:

On May 1, 2017, at 8:49 PM, H  wrote:

the computer locks up at random intervals

Anything in /var/log/mcelog?
Is the "edac" module running?
Does that model support bundle include any Intel MCA files?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


mcelog does not exist - should it? I am not familiar with edac.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 on HP DL160 G6

2017-05-02 Thread mark

On 05/02/17 06:56, Steven Tardy wrote:



On May 1, 2017, at 8:49 PM, H  wrote:

the computer locks up at random intervals


Anything in /var/log/mcelog?
Is the "edac" module running?
Does that model support bundle include any Intel MCA files?


systemctl start ipmi
ipmitool sel list

mark

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 on HP DL160 G6

2017-05-02 Thread Steven Tardy

> On May 1, 2017, at 8:49 PM, H  wrote:
> 
> the computer locks up at random intervals

Anything in /var/log/mcelog?
Is the "edac" module running?
Does that model support bundle include any Intel MCA files?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 on HP DL160 G6

2017-05-02 Thread John R Pierce

On 5/1/2017 5:49 PM, H wrote:
Any suggestions on where to begin researching this? 



in addition to Zdenek's suggestions, I'd consider running it with the 
graphics disabled, on centos 6 set /etc/inittab to start at runlevel 3, 
then reboot.   not sure how you do it on c 7.


while its running without graphics, exercise it via ssh connections, 
running as much stuff as you can.   download a linux kernel and compile 
it with `make clean && make -j 8` over and over, that sort of thing.



--
john r pierce, recycling bits in santa cruz

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 on HP DL160 G6

2017-05-02 Thread Zdenek Sedlak
On 2017-05-02 02:49, H wrote:
> I am running the latest updated version of CentOS on a HP DL160 G6
> server as a workstation with the Mate desktop, not Gnome. The only
> expansion card I have installed is a MSI Geforce GT710 graphics card
> driving two monitors.
>
> Unfortunately the computer locks up at random intervals: neither the
> mouse nor the keyboard work and I lose the SSH connection to the
> computer I have used to see if the entire computer locks up or only
> the desktop. If I leave the computer in this state it eventually reboots.
>
> Any suggestions on where to begin researching this?
>
> Thank you.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos

dmesg

CentOS 6: less /var/log/messages

CentOS 7: journalctl -xe

It looks like a HW error, maybe CPU or RAM, so I would recommend running
memtest and some CPU bench tool as well.


//Zdenek

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos