I usually put the startup in /etc/rc.local, but you can put it in /etc/inittab
(not respawn), or /etc/rc.tcpip.

As root, to restart the sched process and detach it:

# sh -c "/bin/dsmc sched > /dev/null 2>&1 &"

If placing in an rc file, remember to background it '&', probably the inittab
as well.

hope this helps.

bob

On Tue, Jan 06, 2004 at 07:45:50PM -0600, Coats, Jack wrote:
> Ok, I am showing my old age/lack of memory/in-experience in this area, but:
>
>    I need to reset the passwords for a couple AIX clients.
>
> Where do I start up the scheduler on these machines? (AIX 4.3.3)
>
> How do I do an elequent kind of thing to do:
>         nohup dsmc sched
>
> or whatever to restart the scheduler by hand (rather than rebooting)?
>
> ... TIA ... JC

Reply via email to