- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- whats the difference among these mstm tool cmd?
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
03-12-2003 04:46 PM
03-12-2003 04:46 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:58 PM
03-12-2003 04:58 PM
Re: whats the difference among these mstm tool cmd?
Information: Generate an information log for a selected device
Verify: Pass/fail test of hardware's usability
Diagnose: error isolation test to the FRU level
Exercise: Stress test of the target hardware
(this was from the help in xstm)
FOr the disk you could use any of the tools.
You could also use this to test
# dd if=/dev/rdsk/cxtydx of=/dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:06 PM
03-12-2003 05:06 PM
Re: whats the difference among these mstm tool cmd?
I prefer to use xstm - the GUI stm.
Just export your DISPLAY & run
xstm &
It's a lot more intuitive. Just find the device in the display, highlight it & pull down the menu you want to select the desired action.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:38 PM
03-12-2003 05:38 PM
SolutionSTM > 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. It???s this simple.
For disks, as mentioned above, use the dd command:
??????dd if=/dev/dsk/c5t6d0 of=/dev/null count=1000000??????
With ???..dd?????? its important to have a high enough count to get passed the disk buffer cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 07:38 PM
03-12-2003 07:38 PM
Re: whats the difference among these mstm tool cmd?
http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/diag/stm/stt_ccomm.htm&searchterms=cstm&queryid=20030312-202456
As for the the tool the one you need to run is the "exercise" command within cstm. What it does is it'll run stress test on the hardware that you select. So if you decide to run this on your hard disk you might want to wait till the system is less busy before doing that. Example ..
# cstm
cstm> map
cstm> sel dev
cstm> exercise
At this point the exercise tool will begin running. To see the status (ie if it has completed or not) run ..
cstm> map
and you'll eventually see "Completed". To view the log file you would run ..
cstm> eal
cstm> efl
At any time you can usethe help command in cstm to get more information of the command you're using. For example ..
cstm> help
cstm> help exercise