Operating System - Linux
1752564 Members
5319 Online
108788 Solutions
New Discussion

Re: view iLO log from redhat session?

 
aparsafarjooya.com
New Member

view ILO log from redhat session ?

hello

Do you can view ILO log records from Redhat session with command in Redhat OS ?
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: view ILO log from redhat session ?

Shalom,

Normally you need to log into the iLo card, which has its own network connection.

If you install PSP, current version that may include a utility that lets you see the logs from the OS.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
aparsafarjooya.com
New Member

Re: view ILO log from redhat session ?

what is utility name or command for view ILO logs?
Sameer_Nirmal
Honored Contributor

Re: view ILO log from redhat session ?

The command to view iLO IML are
# hplog -v
# hpasmcli> show iml

kokoli
New Member

Re: view ILO log from redhat session ?

this commands show only (Integrated Management Log
)IML log.
I know which command in Redhat show (Event Log ) ILO log
Matti_Kurkela
Honored Contributor

Re: view ILO log from redhat session ?

If you have the hponcfg utility (included in the Proliant Support Pack, but optional to install) installed, you can use it to get the ILO event log.

Please see the HP iLO Management Processor Scripting and Command-Line Resources Guide:

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf

Page 82 gives an example XML command file for reading the iLO event log:








Please save the above XML into e.g. readlog.xml file (replacing the login and password with correct values), then use the hponcfg command like this:

hponcfg -f readlog.xml

You can add the option "-l logfile.xml" to store the output to a file.

MK
MK
happyjanezj
New Member

Re: view ILO log from redhat session ?

the url is invalid   

Dennis Handly
Acclaimed Contributor

Re: view iLO log from redhat session?

>the URL is invalid

 

Unfortunately you should expect that of a nearly 3 year old link.  :-(

Mr. google finds:  HP Integrated Lights-Out Management Processor Scripting and Command Line Resource Guide

http://h10032.www1.hp.com/ctg/Manual/c02237707.pdf

 

samerodeh
New Member

Re: view iLO log from redhat session?

Sorry for coming back to the topic after many years =)

 

Is there a way to ready those logs by ipmitool or any other similar way, the idea is I have too many servers and I want to collect the logs remotely.

 

Thanks a lot