- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Running STM to check out device status
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
07-09-2001 08:05 AM
07-09-2001 08:05 AM
Running STM to check out device status
So when I go to check out the Memory infolog, I get;
"Information Tool Log for MEMORY on path 63 file does not exist"
Any ideas why?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:10 AM
07-09-2001 08:10 AM
Re: Running STM to check out device status
I always do it this way:
# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:15 AM
07-09-2001 08:15 AM
Re: Running STM to check out device status
This what I get;
# cat /tmp/meminfo
Running Command File (/usr/sbin/stm/ui/config/.stmrc).
-- Information --
Support Tools Manager
Version A.20.00
Product Number B4708AA
(C) Copyright Hewlett Packard Co. 1995-1998
All Rights Reserved
Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.
cstm>selclass qualifier memory;info;wait;infolog
-- Updating Map --
Updating Map...
-- Information --
Information Tool Log for MEMORY on path 63 file does not exist.
cstm>
Now, judging by other responses to other posts, it could be the version of STM I'm using, (I know it's not that recent).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:25 AM
07-09-2001 08:25 AM
Re: Running STM to check out device status
Interesting. I've got A.24.00 on a K560 running 11.0 and A.19.00 on some 10.20 K and D boxes.
Are you running as root? What's the server kind?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:28 AM
07-09-2001 08:28 AM
Re: Running STM to check out device status
Also, since you indicate that memory is at path 63 (confirm this with an 'ioscan'), does this work (?):
# echo "sel path 63;info;wait;infolog"|cstm > /tmp/meminfo
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:29 AM
07-09-2001 08:29 AM
Re: Running STM to check out device status
Thanks for the quick responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 08:35 AM
07-09-2001 08:35 AM
Re: Running STM to check out device status
And your last suggestion gives me the same result as above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 10:53 AM
07-09-2001 10:53 AM
Re: Running STM to check out device status
# cstm
cstm> map # list of devices
cstm> sel path 63
cstm> info
cstm> infolog
save above log and view it.
Cheers...
Satish.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 04:28 PM
07-09-2001 04:28 PM
Re: Running STM to check out device status
If I were in your shoes, I would get the latest version of STM and give it a try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 11:30 PM
07-09-2001 11:30 PM
Re: Running STM to check out device status
Thanks for your input.