Hi,
Firstly, thanks to all you posters. Informal user support is an excellent model.
Here is the situation. I recently installed SME 5.6 (server only mode) and performed all the updates. Additionally, I have installed the Advanced flexbackup RPM's.
I decided to use software RAID - 2 identical drives, both on the MASTER channel of different IDE controllers. I also have a Seagate STT20000A IDE tape drive installed on the SLAVE of the secondary IDE and a DVD-ROM on the SLAVE channel of the primary IDE.
I took a look at a recent log file for flexbackup and saw errors in the listing.
Here is the listing:
|------------------------------------------------
| Trying "mt defblksize" instead of "mt setblk"
| Doing level 0 backup of all using dump
| Retensioning tape...
| Rewinding & erasing tape...
| Creating index key 200306250203.34
| Tape #0
| Filesystems = / /boot
|------------------------------------------------
At block 21.
|------------------------------------------------
| File number 1, index key 200306250203.34
| Backup of: /
| Date of this level 0 backup: Wed Jun 25 02:04:06 2003
| Date of last level 0 backup: the epoch
|------------------------------------------------
| (dump -0 -b 10 -a -f - / | gzip -4) | buffer -m 3m -s 10k -u 100 -t -p 75 -B \
| -o /dev/nst0
|------------------------------------------------
DUMP: Date of this level 0 dump: Wed Jun 25 02:04:06 2003
DUMP: Dumping /dev/md1 (/) to standard output
DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: /
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 12583019 tape blocks.
DUMP: Volume 1 started with block 1 at: Wed Jun 25 02:04:36 2003
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: 1.60% done at 670 kB/s, finished in 5:07
DUMP: 3.60% done at 755 kB/s, finished in 4:27
DUMP: 4.95% done at 692 kB/s, finished in 4:47
DUMP: 6.50% done at 681 kB/s, finished in 4:47
DUMP: 8.60% done at 721 kB/s, finished in 4:25
buffer (writer): write of data failed: Input/output error
bytes to write=10240, bytes written=-1, total written 681060K
DUMP: Broken pipe
DUMP: The ENTIRE dump is aborted.
|------------------------------------------------
| Backup start: Wed Jun 25 02:04:06 2003
| Backup end: Wed Jun 25 02:30:00 2003
|------------------------------------------------
/dev/nst0: Input/output error
mt: The device is offline (not powered on, no tape ?).
|------------------------------------------------
| File number 2, index key 200306250203.34
| Backup of: /boot
| Date of this level 0 backup: Wed Jun 25 02:30:11 2003
| Date of last level 0 backup: the epoch
|------------------------------------------------
| (dump -0 -b 10 -a -f - /boot | gzip -4) | buffer -m 3m -s 10k -u 100 -t -p \
| 75 -B -o /dev/nst0
|------------------------------------------------
DUMP: Date of this level 0 dump: Wed Jun 25 02:30:11 2003
DUMP: Dumping /dev/md0 (/boot) to standard output
DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: /boot
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 4675 tape blocks.
DUMP: Volume 1 started with block 1 at: Wed Jun 25 02:30:11 2003
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
buffer (writer): write of data failed: Input/output error
bytes to write=10240, bytes written=-1, total written 0K
DUMP: Broken pipe
DUMP: The ENTIRE dump is aborted.
|------------------------------------------------
| Backup start: Wed Jun 25 02:30:11 2003
| Backup end: Wed Jun 25 02:30:14 2003
|------------------------------------------------
/dev/nst0: Input/output error
mt: The device is offline (not powered on, no tape ?).
|------------------------------------------------
| Rewinding...
/dev/nst0: Input/output error
mt: The device is offline (not powered on, no tape ?).
|------------------------------------------------
Searching the forums indicated this has been seen before, and a potential solution is to run
/sbin/e-smith/db configuration setprop flexbackup
erase_rewind_only false
/sbin/e-smith/signal-event console-save
I just ran it and will see tomorrow if it solves the errors.
I did a command line extract of the tape, and it looks complete for the 25th, but the error messages were there in the og as well....
So, I am wondering if it imperative that the Seagate IDE tape drive be installed on the Master of one of the IDE connectors in order to get reliable backups ?
If I do this- switch the master/slave for one HD and the tape drive , will I mess up my software RAID, and if I do mess it up, is there a way to re-establish the mirror without a major system outage ? I seem to remember reading somewhere that the RAID arrays are auto-detected but my memory is really not all that good.
Any and all thoughts/comments are welcome.
Dave