ADSM-L

Re: AIX startup of TSM scheduler

2004-01-07 00:37:29
Subject: Re: AIX startup of TSM scheduler
From: Bob Booth - UIUC <booth AT UIUC DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 6 Jan 2004 23:37:04 -0600
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

<Prev in Thread] Current Thread [Next in Thread>