Restore from HP Tape Drive


 
Thread Tools Search this Thread
Operating Systems SCO Restore from HP Tape Drive
# 8  
Old 12-03-2007
Hammer & Screwdriver Still having issues

OK I finally figured out what I had to do.

When installing the tape drive through
# mkdev tape

I selected SCSI tape drive,
then the type I selected was: alad
this is the first thing on the list when you select "h" to view list.
I was in rule out mode and trying every single item in the list, and lucked out
when I selected the first one.

Then I determined that the SCSI Channel, ID settings, Lun # as such

0 0 3 0

3 being the SCSI ID setting.

Now I finally have communication with the tape drive. But..........

I insert tapes and it gives me blocksize=0

I also get some checksome errors as well sometimes.

In further research, it seems like I have to use a cleaning tape.

I will try this and then execute my tar commands.


thanks to all who have helped, or tried to help. It is greatly appreciated.

I will keep you posted on the rest of the project.

-jon
# 9  
Old 12-03-2007
You realise that you are now the resident SCO expert...!
# 10  
Old 12-03-2007
tape drv

prowla, i sure as heck hope not, but thank you though.
As far as other progress on this project, i have to determine what was used to creat this backup.

was it cpio ? was it tar ?
im not sure but i will try them all and let you know.

if anyone has any suggestions, feel free to comment

also i have tried a few dd* commands but no luck


thanks again
# 11  
Old 12-04-2007
You cannot restore the entire root file system. The disk controller driver is different, (scsi vs ide), you will end up with a system that will not boot.
When you find out the format of the tape, you will have to selectively restore any files that are in the root file system.
You may be better off to acquire another HP system with the same or similar (at least with the same RAID controller, the disk sizes don't matter so much) hardware configuration.
# 12  
Old 12-11-2007
Im Back Baby

I actually restored the entire thing to the IDE drive. Sorry it took me a while to get back....

The whole (of the 2nd) problem was the tapes themself (of course after figuring out which driver to use for the SCSI Tape Drive). After digging and searching physically for more tapes, I ran
# tar xvf /dev/rct0
and BOOOOOM.......
the files started pouring out like no tomorrow.
After the reboot, it loaded right in like it was supposed to.
I actually logged in as the old sys admin login and password, and the
CMHC MIS system started right up.

However, you are correct in stating that a problem may occur. But here is the solution. I kept the default name of the SCO system during the initial installation.
When extracted the files, it tacked on myough.scosysv which then inturn made some minor problems because myough was the name of the old system. Since then, I have reinstalled and reconfigured down to the bone. I didn't know the name of the old system during the initial trials, but when i found out that it was myough, i renamed it to that, reinstalled the tape drive, ran tar xvf /dev/rct0, rebooted, and it works like a champ.

The problems i had before renaming and reinstalling the sys, were kernel issues. any config change that required a kernel relinking would show as a failure, but still work i.e. ip address config. I would go into netconfig, change IP, NETmask, etc, and then exit, when it would rebuild kernel it would fail, but i would reboot, and config changes stayed.
Thank you though for your concern and help. It is greatly appreciated.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Restore directory and contents from tape

Hi, I have taken a backup of a directory on my tape in using below command cd /backup find * -print|backup -ivf '/dev/rmt0' '-U' |tee -a /syslogs/backup.log and output appear in below format. a 0 rman-before-08032014 a 58403323904... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

2. Emergency UNIX and Linux Support

Can't restore my deleted etc from tape

Hi I recently deleted my /etc but I had a backup on tape. I was able to boot the server with a cd-rom and mounted the /c1t0d0s0 which is where the root directory resides. However when I tried to restore the backup with tar xvf /dev/rmt/0n I wasn't successful even though I was able to use the tar... (2 Replies)
Discussion started by: rahmantanko
2 Replies

3. Solaris

Solaris 2.6 restore from tape

Hope someone can help me here... I've got to restore an E450 with 300MHz cpus which was running Solaris 2.6 from tape. Regrettably the boot drive has failed. I've access to the first release of Solaris 2.6 CD's and to a set of Solaris 9 CD's. I remember that different E450 CPUs needed different... (1 Reply)
Discussion started by: pamplemousse
1 Replies

4. Solaris

FLAR Tape Backup/Restore

I have a T2000 server that is JumpStarted with Solaris 10 from the JumpStart server. Host name and IP address is changed after that. Then we backup the server using FLAR to tape: root.damas# date; flarcreate -c -t -n "Sol10_cairo_image" -a "engineering@starsolutions.com" -R / /dev/rmt/0n ;... (2 Replies)
Discussion started by: StarSol
2 Replies

5. UNIX for Dummies Questions & Answers

I cannot restore my backup from my exabyte tape drive

Hi All, I have an old Unix system used by a client as a backup server.I installed an Exabyte tape drive and on restarting the server and during POSTs, the system recognizes the tape drive with its scsi id. On running the command devstat -IAF, the system sees the tape drive quite well. When... (1 Reply)
Discussion started by: ezleone
1 Replies

6. AIX

Restore a tape

Hello everyone I have a tape with some information that I got to restore, the tape was made with the fbackup command in a hp box. My question is that I have to restore in a Ibm box, how can I do this ? Thanks in advance (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

7. HP-UX

Backup Tape Restore?

I am trying to do a restore on a backup tape (DDS2) and am having a little trouble. For one, I dont know how the tape was made, whether is was tar, cpio, dump..etc. Anyone know how to restore a tape without knowing the format of the backup? (5 Replies)
Discussion started by: bake255
5 Replies

8. Filesystems, Disks and Memory

Restore to disk from tape

I have been restoring from tape some old data. I have done quite a few tapes and have had no problems until now. The command I am running is "dd if=/dev/rmt/1hbn bs=1024 | tar -pBxF - ". This is the second tape have have come up with the error "Not enough space". This tape has a couple of... (1 Reply)
Discussion started by: mtoombs
1 Replies

9. UNIX for Dummies Questions & Answers

Tape Restore Problems!!!

Hi. I have been having problems with restoring from a tape backup. I use the following cpio command: find / -print | cpio -ouvB > /dev/rStp0 After running this cpio command, the screen will display all files, but when I try to read or restore the tape I get the following error: Tape input... (1 Reply)
Discussion started by: cstovall
1 Replies
Login or Register to Ask a Question