473,409 Members | 1,985 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,409 software developers and data experts.

Media controller -- Disk full encountered

despite the disk is not full but i have this message :Media controller
-- Disk full encountered

Dec 14 '05 #1
5 2748
DB2 8.2 on linux suse

Dec 14 '05 #2

"kaissoun" <ka****@yahoo.fr> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
despite the disk is not full but i have this message :Media controller
-- Disk full encountered


How big is your database?

Some filesystems have single-file limits of 1GB or 2GB, which you may be
hitting if your database is larger than this. You can either recreate the
filesystem you're using for your backup to allow larger files, or you can
work around the problem by creating multiple directories (ie,
/backupfs/dir1, /backupfs/dir2, etc) and then specifying all of these on the
backup command. If your database was 3GB and you specified 4 files, then
you'd have 4 files of 750MB, all of which are under the 1GB filesystem
limit.

You may also be running into a ulimit limit. Do "ulimit -a" and see if
there is a limit on file sizes, and change it to "unlimited".

--
Matt Emmerton
Dec 15 '05 #3
Matt Emmerton wrote:

"kaissoun" <ka****@yahoo.fr> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
despite the disk is not full but i have this message :Media controller
-- Disk full encountered


How big is your database?

Some filesystems have single-file limits of 1GB or 2GB, which you may be
hitting if your database is larger than this. You can either recreate the
filesystem you're using for your backup to allow larger files, or you can
work around the problem by creating multiple directories (ie,
/backupfs/dir1, /backupfs/dir2, etc) and then specifying all of these on
the
backup command. If your database was 3GB and you specified 4 files, then
you'd have 4 files of 750MB, all of which are under the 1GB filesystem
limit.

You may also be running into a ulimit limit. Do "ulimit -a" and see if
there is a limit on file sizes, and change it to "unlimited".


Another possibility is that a long-running transaction wrote lots of logs
records and that filled up the disk. When this transaction is rolled back,
the logs are freed again (assuming circular logging).

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Dec 15 '05 #4
ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 16384
virtual memory (kbytes, -v) unlimited

Dec 15 '05 #5
Log retain for recovery enabled (LOGRETAIN) = RECOVERY

Dec 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Claudio Grondi | last post by:
I would like to save time copying the same file (>6 GByte) to various different target storage media connected to the system via USB. Is there a (Python or other) tool able to help me to do...
7
by: hugo.elias | last post by:
Hi all, I hope nobody minds me posting this question to this group, but I couldn't find any group closer to the Subject. Can anyone clear up where you draw the lines when dividing up an...
0
by: Richard | last post by:
First some background... I have an application whereby I send a mail, attach some attachments stored in the windows/temp directory and then send them. This works fine on 2 servers both are not...
2
by: Divakar | last post by:
Hi All, We are trying to restore a backup that we took last night on a fresh new Tape. The backup was successful but the restore is failing with the following error: db2 =restore db gpiecuk...
5
by: vijay.db | last post by:
Hi Group, I'm running DB2 UDB Enterprise Edition V7.1 in AIX 4.3.3.0. And database backups goes to the TSM server. We have the following TSM Client API installed in the server: ...
2
riptide2049
by: riptide2049 | last post by:
I really have a problem here. I have a code that is suppost to take the href of a link from the right class;value of a link maked toreturn false. the value is a Media file the file is sent to...
0
by: Konrad | last post by:
Hi everyone. I've got problem with converting xml file to xsd schema. The Xml file looks like: <?xml version="1.0" encoding="iso-8859-2"?> <rss version="2.0"...
0
by: kplazinski | last post by:
Hi everyone. I've got problem with converting xml file to xsd schema. The Xml file looks like: <?xml version="1.0" encoding="iso-8859-2"?> <rss version="2.0"...
0
by: kplazinski | last post by:
Hi everyone. I've got problem with converting xml file to xsd schema. The Xml file looks like: <?xml version="1.0" encoding="iso-8859-2"?> <rss version="2.0"...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.