I'm checking to see if there is a real hardware issue, but If not there might be an issue with flexbackup.
Here is what I have:
Athlon XP2200
1Gig Ram
160 EIDE HD
SIS 760
SME 7.8b
Adaptec AHAXXXX SCSI card
Sony SDT-9000 DSS3 tape backup
Did a standard backup to tape. Completed with no errors. Then commanded a restore from tape..ended up with a broken mess. The screen changed to "internal server error"
Forced the server to re-configure and got it going again. So then I start to check the tape drive with a known good backup from another SCO Unix server. CPIO lists all files just perfect (from the SCO server).. I attempt to list files with CPIO from flexbackup and I get no listing and then it spits out the tape with "end of file" listing. I check the log from flexbackup and it appears to leave 2 seperate files on the tape? 1 index and then another with the files in it? Here is the log:
|------------------------------------------------------------
| Doing level 0 backup of set all using tar
| All sets = full (1 tapes)
| Rewinding & erasing tape...
| Found index key 200512181625, next file is 2
| Deleting record for 200512181625 file 0
| Deleting record for 200512181625 file 1
|------------------------------------------------------------
| Creating index key 200512181843
| Backup set "full" (/)
| Tape #0
|------------------------------------------------------------
At block 1.
|------------------------------------------------------------
| File number 1, tape index 200512181843
| Backup of: /
| Date of this level 0 backup: Sun Dec 18 18:43:40 2005
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/" && /tmp/collectexit.3898.sh find . -depth -xdev ! -type s ! -regex \
| "news/articles" ! -regex ".*~"$ -print0 | /tmp/collectexit.3898.sh tar \
| --create --null --files-from=- --ignore-failed-read --same-permissions \
| --no-recursion --totals --label "level 0 / Sun Dec 18 18:43:40 2005 \
| tar+gzip from bserver" --sparse --atime-preserve -b 64 --file - | \
| /tmp/collectexit.3898.sh gzip -4 | /tmp/collectexit.3898.sh buffer -m \
| 20m -p 75 -s 32k -t -u 100 -B -o "/dev/nst0"
| [ ! -e /tmp/exitstatus.3898 ]
|------------------------------------------------------------
Total bytes written: 848625664 (810MiB, 3.3MiB/s)
Kilobytes Out 298720
|------------------------------------------------------------
| Backup start: Sun Dec 18 18:43:40 2005
| Backup end: Sun Dec 18 18:48:08 2005
|------------------------------------------------------------
At block 9336.
|------------------------------------------------------------
| Rewinding...
| Removing old level 0 log of all (dated 200512181625)
|------------------------------------------------------------
I can access the tape drive through /dev/st0 or dev/nst0 or /dev/tape it looks like flexbackup used /dev/nst0..
Should I attempt an uncompressed tar backup from /home, /user, /var and see if CPIO can list and restore all?
Where can I adjust the template for flexbackup to turn off the compression and perfrom other adjustments?
Please help.
-Tim