Hello,
Ran into some difficulties attempting to upgrade a e450 (2.6 > 2.7).
This server, unfortunately was my amanda backup server.
I am trying to restore using dd, as my preserved data (thanks sun for the
painless upgrade)is next to useless, and I'm running into some problems.
Following http://www.backupcentral.com/amanda-24.html 'Restoring without
Amanda' I'm able to
get a description of the image on tape (good). However I'm not able to find
the particuliar host|disk
I'm looking for. I have loaded tape atlab02, but I only see one image...
// output from dd
# mt -f /dev/rmt/0 rewind
# mt -f /dev/rmt/0 fsf
# dd if=/dev/rmt/0 bs=32k count=1
AMANDA: FILE 20010112 web6 / lev 1 comp .gz program /usr/sbin/ufsdump
To restore, position tape at start of file and run:
dd if=<tape> bs=32k skip=1 | /usr/local/bin/gzip -dc |
usr/sbin/ufsrestore -f... -
1+0 records in
1+0 records out
I had a seven tape rotation. The last email I received from amanda on
january 15th shows a dump level 0 for
the particuliar host and disk.
These dumps were to tape atlab02
DUMP SUMMARY:
DUMPER STATS TAPER
STATS
HOSTNAME DISK L ORIG-KB OUT-KB COMP% MMM:SS KB/s MMM:SS
KB/s
-------------------------- -------------------------------------- ----------
----
atsun01 /apps 0 12109311 3067264 25.3 60:25 846.1 60:25
846.1
Amanda version 2.4.1p1 (solaris 2.6)
Any ideas are greatly appreciated.
Thanks,
-Ben