Start a Conversation

Unsolved

This post is more than 5 years old

978

February 9th, 2012 09:00

kernel: Lprobe2[11629]: segfault .....

Does anyone know what this alert means in Avamar world? it was found in one of our data node run on Axion 4.0.

/var/log/messages:Feb  9 13:59:46 (Hostname) kernel: Lprobe2[11629]: segfault at 0

000000000000001 rip 00000000f7ef4404 rsp 00000000ffffc3b8 error 4

Thanks.

February 21st, 2012 02:00

I am unable grab much information from the reported error, however looks like a segmentation fault with the hardware or the OS.

Please pull the logs from the commands listed below.

Note:- run the commands after loading the ssh keys.

# for multi node

mapall --all 'egrep -i "error|degrade|fatal|scsi" /var/log/messages | tail'

mapall --all 'omreport system summary | egrep "^Name|^State"'

mapall --all 'omreport storage vdisk | egrep "^Name|^State"'

mapall --all 'omreport storage adisk controller=0 | egrep "^Name|^State"'

mapall --all 'omreport chassis pwrsupplies'

mapall --all 'omreport chassis memory | egrep "^Connector|^Status"'

# For a single host

egrep -i "error|degrade|fatal|scsi" /var/log/messages | tail

omreport system summary | egrep "^Name|^State"

omreport storage vdisk | egrep "^Name|^State"

omreport storage adisk controller=0 | egrep "^Name|^State"

omreport chassis pwrsupplies

omreport chassis memory | egrep "^Connector|^Status"

Thanks

Rudresh



No Events found!

Top