1832091 Members
2775 Online
110038 Solutions
New Discussion

disable STM

 
SOLVED
Go to solution
piet_1
New Member

disable STM

How can I disable the STM (Support Tools Manager).
So that STM do not restart after a reboot.


Thanks Piet
4 REPLIES 4
Bill McNAMARA_1
Honored Contributor

Re: disable STM

I believe it's /etc/rc.config.d/diagnostic
vi and set to 0

Look in /sbin/init.d/diagnostic for the startup script.

Later,
Bill
It works for me (tm)
Sanjay_6
Honored Contributor
Solution

Re: disable STM

The file is /etc/rc.config.d/diagnostic
Edit this file using vi and set
DIAGNOSTICS=0
This will stop the start of stm after reboot.

To stop the stm temporarily, use
/sbin/rc2.d/S742diagnostic stop

Thanks
Deshpande Prashant
Honored Contributor

Re: disable STM

Stop the diagnostics.
Set DIAGNOSTICS=0 parameter in
/etc/rc.config.d/diagnostic

Thanks.
Prashant Deshpande.
Take it as it comes.
MANOJ SRIVASTAVA
Honored Contributor

Re: disable STM

Hi Piet

Try this

/sbin/init.d/diagnostic stop

and then kill all the processes related to stm.

This will stop the stm online , and to make the change permanent change /etc/rc.config.d/diagnostic to "0" value.

Manoj Srivastava