EBS 12.2 Application Tier Cloning on DMZ/Secondary App Node error out with Insufficient space in /tmp mount point

ERROR:
[root@isupplier tmp]# cat /u01/8052/ebiz8052/fs2/inst/apps/ERPPROD_isupplier/admin/log/clone/fmwT2PApply/CLONE2017-01-18_02-03-38AM.error
SEVERE : Jan 18, 2017 2:06:23 AM – ERROR – CLONE-20275 Insufficient space to create /tmp/CLONINGCLIENT-6554959005609214176.
SEVERE : Jan 18, 2017 2:06:23 AM – CAUSE – CLONE-20275 Minimum required space was at least “2,339” MB, but only “2,101” MB was available for use.

CAUSE:
Insufficient space in /tmp mount point

SOLUTION:
Option 1: ( If you can ).
Free up space

Options 2: ( If you cannot ).
Unfortunately in my case /tmp is badly allocated with very low space during the Linux installation.
So we were unable to delete files to recover sufficient enough space

WORKAROUND:
export T2P_JAVA_OPTIONS=”-Djava.io.tmpdir=/u01/8052/ebiz8052/tmp”

Verify if Directory for Temp is redirected to other Path now
echo T2P_JAVA_OPTIONS
-Djava.io.tmpdir=/u01/8052/ebiz8052/tmp

This entry was posted in Uncategorised. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *