- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cstm questions
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-29-2003 05:32 PM
05-29-2003 05:32 PM
A couple of questions about cstm.
Firstly whats the best set of commands to use within cstm to search for any HW errors. I used "selall or sel dev ; info ; infolog". I had a disk failure the other day, which was easy to identify through lvm commands. However I was curious to see what cstm said. The above cstm command ignored the failed disk.
Secondly I???ve got an L Class system that when I run map from cstm it shows product as unknown. Normally it should display cpu, memory, SCSI disk etc. When I try a "sel dev 23 ; info", cstm reports that ???Information is currently disabled???. I have a feeling this could be something to do with codewords?
Any help appreciated
Cheers
Con
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:52 PM
05-29-2003 06:52 PM
Re: cstm questions
Second part ... does all of the components show "unknown" or just some. Unsupported hardware (example .. 3rd party memory) can show up as "unknown". If all of them are showing up as unknown you might want to check if diagmond is running or not. But then again if it's not running it should give you some warning messages just after you run cstm...so don't bother .. instead try to restart diagmond and see if it helps.
# /sbin/init.d/diagnostic stop
# /sbin/init.d/diagnostic start
The device that you have selected (ie dev 23), what is that ? What if you do ..
cstm> sel dev all
cstm> info
cstm> infolog
Does that do anything ? STM is not a codeword activated software so I don't think it's codeword related.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:33 PM
05-29-2003 07:33 PM
Re: cstm questions
When examining the disk info provided by cstm, is there anything in particular to look for. I know for memory, it's probably a good idea to keep an eye on PDT.
Second part...All of the components are showing unknown. I can run "sel dev all ; info ; il" and I get the report. But I can't select individual devices (Dev 23 is a CPU). The other columns "Last Active Tool" and "Last Op Successful" are all blank, except for the first device - system. This is probably why the "sel dev all" command was successful.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:40 PM
05-29-2003 07:40 PM
Re: cstm questions
I just restarted diagnostics and that fixed the problem. Sorry should have done that before I posted the reply and should have awarded you the 10 points.
Thanks for your help.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:48 PM
05-29-2003 08:48 PM
Solution