Operating System - HP-UX
1753857 Members
7635 Online
108809 Solutions
New Discussion юеВ

Re: How do I enable the CSTM infolog?

 
SOLVED
Go to solution
TalH
Advisor

How do I enable the CSTM infolog?

After running CSTM, I am trying to run:
cstm>selclass qualifier memory;infolog

And this is what I get:
^-(InfoLog) is currently disabled. --

I tried to enable the infolog using monconfig:
/etc/opt/resmon/lbin/monconfig
and then choose "(E)nable Monitoring" from the menu, but still the same output from CSTM. I also tried to run:
/sbin/init.d/diagnostic start

But no change... any idea how to fix this?

Thanks,
Tal
6 REPLIES 6
Viktor Balogh
Honored Contributor

Re: How do I enable the CSTM infolog?

It can take some time until some data will be gathered and you'll able to use (c)stm.
****
Unix operates with beer.
TalH
Advisor

Re: How do I enable the CSTM infolog?

How much time? more than 2 hours?

Thanks,
Tal
Torsten.
Acclaimed Contributor
Solution

Re: How do I enable the CSTM infolog?

Try


cstm>selclass qualifier memory;wait;infolog



In case of problems, restart the diagnostics daemon.

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!   
Hakki Aydin Ucar
Honored Contributor

Re: How do I enable the CSTM infolog?

Try this syntax:
echo "selclass qualifier memory;info;wait;infolog"|cstm
Torsten.
Acclaimed Contributor

Re: How do I enable the CSTM infolog?

OK, made a mistake.

If you select a device (sel...), you need to run a tool (info), wait until it has finished (wait) and finally show the log (il).

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!   
TalH
Advisor

Re: How do I enable the CSTM infolog?

Thanks Hakki, it works!