Page 1 of 1

Temp space getting Full

Posted: Wed Aug 13, 2008 7:57 am
by dsusr
Hi All,

Whenever I am running the profiling jobs using the Parallel Extender the temp space i.e. /tmp directory on the server is getting full which in effect causes the profiling job to abort.

I have tried changing the TEMP parameter to a different directory but the Orchestrate files are still getting created in TEMP Directory.

I have copied few of the parameters from the Orchestrate Log File *.log.orch

'INPUT_0': '/tmp/aptfc0.14869.48a1cf0f.0'
'INPUT_1': '/tmp/aptfc1.14869.48a1cf0f.0'
'OUTPUT_0': '/tmp/aptfc2.14869.48a1cf0f.0'
'OUTPUT_1': '/tmp/aptfc3.14869.48a1cf0f.0'
'TEMP': '/apps2/tmp'


Can someone please tell me how can I stop these files getting created in the /tmp directry.


Thanks,
dsusr

Re: Temp space getting Full

Posted: Fri Aug 15, 2008 7:58 am
by divyeshpandya
Try following things.

1. Add APT_FIFO_DIRECTORY and TMPDIR into MGXPgmInit.ctl file.

APT_FIFO_DIRECTORY='Fullpath to the new temp location'
TMPDIR='Same path as above'

2. export APT_FIFO_DIRECTORY;export TMPDIR

3. Restart the service.

Hope above info help.

Re: Temp space getting Full

Posted: Fri Aug 15, 2008 10:15 am
by dsusr
Thanks Divyesh,

Got the problem resolved by following the steps given by you.

Re: Temp space getting Full

Posted: Mon Sep 19, 2011 6:33 am
by chandra.shekhar@tcs.com
Change following points in configuartion file.

1>scratch disk path: make sure you have sufficient space over there.


Thanks
Anil

Re: Temp space getting Full

Posted: Mon Sep 19, 2011 8:49 am
by prasanna_anbu
Can anyone please let me know the path of MGXPgmInit.ctl file in 8.5 version?