- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logtool HPUX 11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 09:47 AM
05-02-2003 09:47 AM
logtool HPUX 11
what's Logtool?
how i can obtain i/o, memory, and chassis codes?
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 10:02 AM
05-02-2003 10:02 AM
Re: logtool HPUX 11
'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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 10:04 AM
05-02-2003 10:04 AM
Re: logtool HPUX 11
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066936191
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 10:05 AM
05-02-2003 10:05 AM
Re: logtool HPUX 11
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 10:06 AM
05-02-2003 10:06 AM
Re: logtool HPUX 11
I should add that the current logfile that you retrieve with 'logtool' is named '/var/stm/logs/os/log*.raw.cur'.
Regards!
...JRF...