Creating A Make Recovery Tape


 
Thread Tools Search this Thread
Operating Systems HP-UX Creating A Make Recovery Tape
# 1  
Old 07-17-2002
Question Creating A Make Recovery Tape

A customer called me and stated that when they created a make recovery tape for their hp-ux 9000/770, it wiped out three of their volume groups from the lvmtab, fstab, /dev directory(all associated files). I didn't believe them until I conducted a tech assist. I restored their system by recreating the volume groups from SAM. After completing our disaster and recovery procedures, all was fine until I created a new make recovery tape. I monitored the entire process, after completion I looked at the file save.log to check for errors from the make recovery but the tape was created successfully. The next morning I came in and to my suprise, the system was back to it's original state when I came for the tech assist. So there is something in the creating of the make recovery tape that is not restoring the volume groups back to normal. I believe it's the import.scr file that's not running. Do anyone have a clue to what could be the problem....

Smilie
# 2  
Old 07-18-2002
I have no clue but this link may help you find an answer.

HP Support

I searched for "make recovery tape destroys data".. could not find your exact problem. Lots of interesting comments on the way to do the tape - some may help you (like this
one ).
# 3  
Old 07-24-2002
www.itrc.com is the online support. go to search.

I am also an HPUX admin. It is very unlikely that make_recovery did this. There is most likely something else going on.

Have you checked the syslog.log for any errors or config info?

It sounds more likely that someone is doing an export of the filesystems. That is the only way that I know of to remove every entry for a filesystem/logical volume/volume group and /dev entries for disks.

If someone is trying to backup this information usign the vgexport command they need to use the "-p" option to ensure that they ONLY make a Mapfile and not actually export the filesystems and everything else as well.


I could be wrong, but I'll wager that is it. Let me know.

Also check the /var/adm/cron/log for any suspcious scripts executed by cron.

I hope this is your problem, otherwise I would get HP Support involved. 800-593-6602.

Smilie
# 4  
Old 08-06-2002
DOn't forget that make_recovery only takes a backup of the root volumegroup, not any others.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

How to make a copy of a tape to another tape?

Hello, We need to make a copy of a backup tape, using the 2 tape recorders in IBM 3582 Tape Library We tried tu use "tcopy", it seems to work fine (no error messages) but we aren't sure if we can rely on it. my question is how to check if the copy succeded or not, but i also want to know... (3 Replies)
Discussion started by: fastlane3000
3 Replies

2. AIX

Boot from TS3200 FC tape library in case of mksysb recovery

Hi all, Is it possible to boot from SMS menu boot devices into TS3200 FC tape library in case of an mksysb recovery on system p550 - 520 power6. please note the library is fibre channel (1 Reply)
Discussion started by: h@foorsa.biz
1 Replies

3. HP-UX

HP-Unix 64 bit Tape Drive creating problem

Hello All, I have HP Openview storage data protector version 5.5. When I am going to write my backup I have an error message saying "Connot Open Device /dev/rmt/0mn" Follownig is my output: # ls -l /dev/rmt/0mn crw-rw-rw- 2 bin bin 205 0x080140 Jan 17 16:41 /dev/rmt/0mn # uname -a... (2 Replies)
Discussion started by: hellozishan
2 Replies

4. Solaris

/dev/rmt is empty - Trying to make Tape Drive Functional

I have an HP Proliant DL380 with Intel Processors that I recently loaded Solaris 10 with latest patches on it. I'm trying to do a ufsdump to an HP DAT 40 tape drive via SCSI, but I can't get it to do anything because /dev/rmt is empty. I've tried the following with luck: touch /reconfigure,... (7 Replies)
Discussion started by: cvaughn
7 Replies

5. HP-UX

IGNITE / Make recovery

Hi, Currently, we are doing make recovery in our servers but dds tape drive of 1 of our servers is not working. I suppose to use external dds tape drive but the problem is that there is no slot from the server for the scsi type external dds device. Is it possible to use drives from other... (5 Replies)
Discussion started by: Tris
5 Replies

6. AIX

make a recovery CD/DVD - system has no writable devices

Hi, Has anyone please got some advise as to how I can make a CD/DVD on an AIX 5.3 system so that it can be fully recoverd just by inserting the backed up system. The system that I need to recover has no writable devices, not even a tape drive (it wasn't specified by me btw). I am trying to... (0 Replies)
Discussion started by: stevek007
0 Replies

7. Solaris

Command to determine Tape Drive model and make

Hi, We have some IBM LTO tape drives connect over SAN. I have the following questions :- 1) Command that can list the tape drive details like who is manufacturer, model number, make etc etc 2) I would like to know what are the key differences between IBM LTO Generation 1 and Generation... (5 Replies)
Discussion started by: new2prog
5 Replies

8. Shell Programming and Scripting

make recovery tape for solaris

Hello All I am need of amke recover tape for solaris.Could anybody tell me how do i create a make recovery tape for solaris.I am on sun-solaris 2.8 regards Hrishy (2 Replies)
Discussion started by: xiamin
2 Replies
Login or Register to Ask a Question