Operating System - HP-UX
1834178 Members
2464 Online
110064 Solutions
New Discussion

using information tool in cstm

 
SOLVED
Go to solution
Holger Knoppik
Valued Contributor

using information tool in cstm

Hello admins !

I would like to get some infos in my xstm screen. Most of my devices are shown in grey color. I know that i can run the information tool by right-clicking on the selected device. My problem is that i have four servers with many, many devices, and i would like to do this within a script (not clicking the whole day away!). When i run cstm and say "information", i just get an "information disabled". Any ideas ??

RGDS, Holger
Live long and prosper!
2 REPLIES 2
Jean-Louis Phelix
Honored Contributor

Re: using information tool in cstm

hi,

You must first select one or more devices (sel dev xx or sel dev all or ...). Then your will be able to run info, then infolog :

cstm>sel dev all
cstm>info
cstm>il
-- Converting multiple raw log files to text. --
Preparing the Information Tool Log for each selected device...
....
cstm>usal
cstm>info
^-- (Information) is currently disabled. --

Regards
It works for me (© Bill McNAMARA ...)
Tom Geudens
Honored Contributor
Solution

Re: using information tool in cstm

Hi,
Yes, you can do this from a script. Example :
echo "selclass qualifier cpu;info;wait;infolog" | cstm > /tmp/procinfo

This will give you the CPU(s) information ...
and so on.

Regards,
Tom
Quote of the day : "According to my calculations the problem doesn't exist"
A life ? Cool ! Where can I download one of those from ?