"edge: PIPE QUE ERROR - FATAL"
Set the environment variable "TMPDIR" to your largest filesystem
Error code is 9
This problem occurs when running BackupEDGE while using the "P" option. This error occurs while compressing a very large file, or just after compressing a large file.
The Virtual Pipe is a pipe that consists of machine memory (the amount depends on your binary) and free space on one of the filesystems. The default filesystem used is the filesystem that contains the directory /tmp. Sometimes the root filesystem has a limited amount of free space and simply ran out of room. BackupEDGE requires that there be at least as much free space in the filesystem used as the size of the compressed version of any given file.
To find a larger filesystem you would execute the following from the root prompt.
df -v
This will output the filesystems and the amount of free space available. For example, if the /u filesystem has a good deal of free space, and a tmp resides on the filesystem, perform the following:
TMPDIR=/u/tmp ;export TMPDIR
/bin/edge MZvbkf 64 {volume size} /dev/{tape device} .
If you get the edge: PIPE QUE ERROR - FATAL while running an unattended
backup or through EDGEMENU, edit the file /etc/default/edge.cfg.
This file will have an entry for TMPDIR, simply change the name of the temporary directory
to one that resides on the filesystem with the largest amount of free space.
Back to the main index
Back to the M
ICROLITE Home Page