1834220 Members
2725 Online
110066 Solutions
New Discussion

logtool HPUX 11

 
JUAN_17
Occasional Advisor

logtool HPUX 11

Hi everybody!

what's Logtool?

how i can obtain i/o, memory, and chassis codes?

thanks!
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: logtool HPUX 11

Hi:

'logtool' is part of the Support Tools Manager ('stm' 'cstm' and 'mstm').

To obtain memory information you can do:

# echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo

For processor information:

# echo "selclass qualifier cpu;info;wait;infolog" | cstm > /tmp/cpuinfo

For a guide to 'logtool', see the Technical Knowledge Base document #HKCLAKBCA00001123.

Regards!

...JRF...
Helen French
Honored Contributor

Re: logtool HPUX 11

A tool used by STM functions. A good refernce can be found from here (TKB #HKCLAKBCA00001123):

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066936191
Life is a promise, fulfill it!
Michael Steele_2
Honored Contributor

Re: logtool HPUX 11

Logtool is an STM diagnostics utility heavily relied upon by HP CE's.

It accumlates errors over a period of time indicated by first and last date. First and last date are at the top of every logtool report.

Here's an example of how to use it:

STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > RAW SUMMARY.

Note the first and last dates of transactions and calculate the difference. If the difference is short, like 4 hours, then this is important to note. Now read down the report of hardware addresses and observe the integer numbers in parenthesis. Anything over 150 in this 4 hour period should be called into HP for replacement.

Regarding: "...how i can obtain i/o, memory, and chassis codes?..."

Refer to the information utility in STM and drill down.
Support Fatherhood - Stop Family Law
James R. Ferguson
Acclaimed Contributor

Re: logtool HPUX 11

Hi (again):

I should add that the current logfile that you retrieve with 'logtool' is named '/var/stm/logs/os/log*.raw.cur'.

Regards!

...JRF...