Hi sysadmins!
I've an Alphaserver GS140, 4.0F and ADVFS. When I try to make
a backup from a 71 Gb domain, when it is nearly to finish, I obtain next
message:
v12.sh[23]: 1699 Floating exception(coredump)
v12.sh is a script which contains:
export file_out=/temp/log/file_out.log
(
echo "START: `date`"
echo "____________________________________________________"
echo " "
/sbin/mt -f /dev/rmt0h rewind
/sbin/vdump -0 -C -v -u -f /dev/rmt0h /v12
/sbin/mt -f /dev/rmt0h rewoff
echo "END: `date`"
echo "____________________________________________________"
) 2>&1 | tee $file_out
After the exception message, it generates a core file.
Could you tell me anything useful to this problem? How can I
debug the core file?
Thanks.
______________________________________________________
Get Your Private, Free Email at
http://www.hotmail.com
Received on Fri Dec 10 1999 - 10:58:53 NZDT