Operating System - HP-UX
1755112 Members
4725 Online
108830 Solutions
New Discussion юеВ

Re: can not understand some of the cstm output

 
SOLVED
Go to solution
leelangco_1
Frequent Advisor

can not understand some of the cstm output

when i execute cstm>map,there are two lines i donot totally understand,output are followings:
11 0/0/0/2/1.2.0 Optical Storage Device (_ Information Warning
107 0/10 CPU (5eb) Information Killed
what is the mean of "Information Killed" and "Information Warning"?and what should i do?
thank you !
2 REPLIES 2
Andrew Merritt_2
Honored Contributor
Solution

Re: can not understand some of the cstm output

Hi,

See the headings for those columns, e.g.:

Dev Last Last Op
Num Path Product Active Tool Status
=== ==================== =========================
1 10 Bus Adapter (582) Information Successful

'Information' tells you that the last tool run for that device was the Information tool. The 'Warning' or 'Killed' says that was the result of running the tool.

I'd suggest selecting those devices and looking at the info tool activity log and failure log for each ('ial' and 'ifl' in cstm) to see what happened. (There may not be a failure log in all cases.)

Andrew
Torsten.
Acclaimed Contributor

Re: can not understand some of the cstm output

Hi,

I'm sure your "optical device" is the CD_ROM without a media, to cstm cannot read it -> warning.

Regarding the CPU:
someone killed the information tool on it.

To run it again:

echo "sel dev 107;info;wait;il"|cstm

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!