The solution is to instruct EDGE to use another filesystem for it's Virtual Pipe.
The way to do this is to set the environment variable TMPDIR to a directory that
exists on a larger filesystem.
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 if you are using BackupEDGE 01.01.0x or earlier. Under BackupEDGE 01.02.00 the file is found under /usr/lib/edge/config and is named master.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. If the line is commented out with a leading '#', be sure to remove the '#' or the change will not take effect.
|