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

About Syed Raheel

I have total of 17 years and more than 15 years experience in Oracle ERP E-Business Suite R11i , R12.1.3 , 12.2.4 to 12.2.11 with Oracle 10g/11g/12c and 19c with Red Hat / Oracle Enterprise Linux Environments. I am Working as Oracle EBS APPS Database Consultant in Advanced Operations Technology, A Saudi Arabian IT/ERP Consulting firm, I am responsible for New Technical Implementations, Upgradation, Migrations and Providing 24x7 support for critical ERP Production Application & Databases. Specialties: Oracle Application Oracle E-Business Suite R12 Oracle Applications System Administration Oracle Applications Database Administration

Check Also

How to Clone Oracle EBS 12.2.10 & 19c Database

Cloning Database : 19c & Application : EBS 12.2.10 Oracle Linux 7.9 ORACLE MOS DOC. …

Leave a Reply