Error with TMP directory

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nielsek1
Participant
Posts: 5
Joined: Mon Apr 16, 2007 2:52 pm

Error with TMP directory

Post by nielsek1 »

I have a seqeunce which runs 3 parallel jobs, the first two jobs run fine but the third fails with this error about 50% of the time. I think it is a issue with Windows but I am not sure where to start. The scratch and tmp area have everyone\modify permissions.

Has anyone else seen this error?


Tfm_CriteriaResult,0: Fatal Error: APT_Communicator::waitForInitInfo: openMapFile (/I=/tmp/apTvS698469841d6cb736) failed: Permission denied on node WAFEDAETL30
The most likely reasons for this are a system-wide limit on the number of mmap'ed shared memory segments or that you have specified scratch directories or a TMPDIR that is not local to this node (e. g. is an NFS file system).
Kyle
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What is the value of the TMPDIR environment variable? How much free space is there on /tmp? Is /tmp a local file system or an NFS mount?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nielsek1
Participant
Posts: 5
Joined: Mon Apr 16, 2007 2:52 pm

Post by nielsek1 »

The TMPDIR is I:\tmp which is an NFS mount, also the same disk that the installation is on. There is approx 30GB free space.

Do I need to move the tmp to local disk?
Kyle
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nielsek1
Participant
Posts: 5
Joined: Mon Apr 16, 2007 2:52 pm

Post by nielsek1 »

Thanks!! That worked
Kyle
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Both temporary directory and scratch space should ALWAYS be local disk - just think for a moment how they're used. Resource disk should also be local disk wherever possible.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply