DB2level is
DB21085I Instance "arcprod" uses "64" bits and DB2 code release "SQL09012"
with level identifier "01030107".
Informational tokens are "DB2 v9.1.0.2", "s070210", "U810940", and Fix Pack
"2".
Product is installed at "/usr/opt/db2_09_01".
OS is
AIX ksh [odadmin@archa15] export $ uname -a
AIX archa15 3 5 00CEBB6C4C00
I am trying to run a bunch of loads into database, an example is below
db2 "load from FBA1.ixf of ixf savecount 5000 insert into ODADMIN.FBA1"
db2 "load from FCA1.ixf of ixf savecount 5000 insert into ODADMIN.FCA1"
db2 "load from GAA1.ixf of ixf savecount 5000 insert into ODADMIN.GAA1"
db2 "load from GBA1.ixf of ixf savecount 5000 insert into ODADMIN.GBA1"
db2 "load from GCA1.ixf of ixf savecount 5000 insert into ODADMIN.GCA1"
db2 "load from HAA1.ixf of ixf savecount 5000 insert into ODADMIN.HAA1"
But I pipe the output to a text file and I see messages similar to this in it
SQL3109N The utility is beginning to load data from file
"/archive/prod/arscache/cache1/export/ZBA1.ixf".
SQL3500W The utility is beginning the "LOAD" phase at time "10/18/2007
08:30:47.255813".
SQL3150N The H record in the PC/IXF file has product "DB2 02.00", date
"20071017", and time "163049".
SQL3153N The T record in the PC/IXF file has name "ZBA1.ixf", qualifier "",
and source " ".
SQL3519W Begin Load Consistency Point. Input record count = "0".
SQL3520W Load Consistency Point was successful.
SQL0968C The file system is full. SQLSTATE=57011
SQL0968C The file system is full. SQLSTATE=57011
The only filesystem that is full is
/dev/hd4 393216 0 100% 2394 81% /
What could possibly be happening that is filling up the root filesystem?
thanks
Mark