ADSM-L

Re: AIX Help

2001-05-09 19:06:19
Subject: Re: AIX Help
From: "McClean, Frank" <Frank_McClean AT CALPERS.CA DOT GOV>
Date: Wed, 9 May 2001 16:07:49 -0700
Put this in a file and execute the file as root:

#!/bin/ksh
start_sched O
dsmc sched > /dev/null 2>&1 &
trap start_sched O
exit


This is from Curt Schriever at IBM support. IC26843 for AIX4.3.3
You may get a false error stating that "start_sched not found",
but the scheduler will stay running when you exit.


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