Temp space getting Full

This forum contains ProfileStage posts and now focuses at newer versions Infosphere Information Analyzer.

Moderators: chulett, rschirm

Post Reply
dsusr
Premium Member
Premium Member
Posts: 104
Joined: Sat Sep 03, 2005 11:30 pm

Temp space getting Full

Post 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
divyeshpandya
Participant
Posts: 4
Joined: Fri Jan 27, 2006 5:02 am

Re: Temp space getting Full

Post 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.
Thanks
dsusr
Premium Member
Premium Member
Posts: 104
Joined: Sat Sep 03, 2005 11:30 pm

Re: Temp space getting Full

Post by dsusr »

Thanks Divyesh,

Got the problem resolved by following the steps given by you.
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Re: Temp space getting Full

Post 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
Thanx and Regards,
ETL User
prasanna_anbu
Participant
Posts: 42
Joined: Thu Dec 28, 2006 1:39 am

Re: Temp space getting Full

Post by prasanna_anbu »

Can anyone please let me know the path of MGXPgmInit.ctl file in 8.5 version?
Post Reply