1842016 Members
5028 Online
110185 Solutions
New Discussion

CSTM

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

CSTM

Hi All,

Im trying to use cstm to get some info on my disk drives. Read, Writes errors and things like that. Can someone supply me with syntax for this. I can't seem to figure ut how to get any info about my disks.

Thanks,
Bob
UNIX IS GOOD
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor

Re: CSTM

Use XSTM or mstm
its easier.

XSTM with Xwindows, right click and exercise!

Later,
Bill
It works for me (tm)
S.K. Chan
Honored Contributor
Solution

Re: CSTM

Try this .. (interactive cstm)

# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
Sanjay_6
Honored Contributor

Re: CSTM

Hi,

to get the system info, i normally try,

echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/sys_info.txt

more /tmp/sys_info.txt

But to do a read / write test on the disk you have to go thru mstm/xstm and then do a exercise on the disk. You can do so using cstm too, but i never bother to look into the command structure, since it is easier to do it through xstm.

Hope this helps.

Regds