ADSM-L

Re: How to change error log directory

1996-12-12 07:30:00
Subject: Re: How to change error log directory
From: "Pittson, Timothy ,Corp/US" <tpittson AT HIMAIL.HCC DOT COM>
Date: Thu, 12 Dec 1996 07:30:00 -0500
Julie,
        Have you tried invoking ADSM from a script ???  Here's one we use
called, appropriately enough, ADSMSCHED...



DSM_LOG=/usr/adsm/log;export DSM_LOG
start_sched()
{
 dsmc sched -servername=ADSM > /dev/null 2>&1 &
}
trap start_sched 0
exit



Tim Pittson
>----------
>From:  Francisco Franco[SMTP:francisco.franco AT HYDRO.ON DOT CA]
>Sent:  Wednesday, December 11, 1996 12:00 PM
>To:    Multiple recipients of list ADSM-L
>Subject:       Re: How to change error log directory
>
>Pittson, Timothy ,Corp/US wrote:
>Hi Tim,
>
>I recently went through this, and I have found that the setting
>of the DSM_LOG environment variable does work if you are running
>an interactive session on AIX, but when the session is started by
>the scheculer (ie dsmc sched -quiet) it will still create the
>DSMERROR.LOG file on my "/" partition, even though I've restarted
>the process several times.
>
>I have DSM_LOG defined in my ".profile".
>
>>
>> Julie,
>>         Set the DSM_LOG environment variable to point to the directory
>>where
>> you want it to reside. If not set, ADSM will write error messages to
>> DSMERROR.LOG in the current directory.
>>
>> Tim Pittson
>> tpittson AT himail.hcc DOT com
>>
>> >----------
>> >From:  Julie Xu[SMTP:CCJX AT MUSICA.MACARTHUR.UWS.EDU DOT AU]
>> >Sent:  Wednesday, December 11, 1996 12:53 AM
>> >To:    Multiple recipients of list ADSM-L
>> >Subject:       How to change error log directory
>> >
>> >How can I change dsmerror.log directory? Currently, our dsmerror.log in
>> >root derictory. Any help will be ppreciate.
>> >
>> >thank you in advance
>> >
>> >
>> >Julie Xu
>> >e-mail: j.xu AT uws.edu DOT au
>> >
>
>--
>Francisco Franco                e-mail: francisco.franco AT hydro.on DOT ca
>Ontario Hydro                   tel:    (416) 592-9477
>700 University Ave              fax:    (416)
>Toronto, Ont.
>
<Prev in Thread] Current Thread [Next in Thread>