Make_recovery HP-UX 10.20


 
Thread Tools Search this Thread
Operating Systems HP-UX Make_recovery HP-UX 10.20
# 1  
Old 03-07-2013
Make_recovery HP-UX 10.20

Good Day,
I've been trying to create a bootable recovery disk with no success. I've used the command ./make_recovery -A -d /dev/rmt/1m and get the command HP-UX System Recovery returned, and after about a minute an error is returned:
Code:
/var: write failed, file system is full
/var/tmp/uxinstlf.recovery: No space left on device
./make_recovery(226) prealloc failed. At least 32MB disk space needed.
./make_recovery(228) make_recovery(1m) encountered a fatal error.
./make_recovery(230) Please fix errors and try again.
Cleanup

So I've tried to erase the disk to create space, using the commands:
Code:
mt -f /dev/rmt/1m erase
mt -t /dev/rmt/1m erase 
mt /dev/rmt/1m erase

but all these attempts have the "unknown command" error returned to me.
I've tried tar -cvf /dev/rmt/1mnwith no luck either.
I then tried mediainit -v /dev/rmt/1mn which was accepted and worked, however, when I once again tried the
./make_recovery -A -d /dev/rmt/1mcommand, I still got the same error again(no space).

Your help would be much appreciated.

Last edited by radoulov; 03-07-2013 at 09:52 AM.. Reason: Code tags!
# 2  
Old 03-07-2013
I'm no HP-UX expert but you say that you're trying to create a bootable disk. Do you meam CD/DVD?

In generic Unix terms I'm used to 'rmt' meaning "Raw Magnetic Tape" device so I don't understand what you're doing.

Check this out while we wait for a HP-UX expert to chip in.
# 3  
Old 03-07-2013
Apologies. I'm using a 4GB DAT tape. The Hard drive that I need backed up is a 4GB SCSI drive. It's a really old system.
# 4  
Old 03-07-2013
Okay, you're trying to create a mag tape that you can boot from? Yes?

One point is that most such scripts (creating bootable media of any type) stage themselves off working disk space so you'll need to ensure that the filesystem that the script wants to use as working space is not nearly full.

Come on guys! Where are the HP-UX experts who really know how this works?

Last edited by hicksd8; 03-07-2013 at 12:08 PM..
# 5  
Old 03-07-2013
Yes, mag tape to boot from.
Okay I think I undertsand what you mean. In my case this would be the /var/temp directory right?
# 6  
Old 03-07-2013
Dunno. Try taking a look at the script "make_recovery" and see what it's doing and where it tries to put stuff.

NOTE TO MODERATORS: Although the OP has posted this in dummies it's not such a dumb question. Can we move the thread to HP-UX please where the right guys will see it. Thanks.

If it is /var/temp directory you need to know what filesystem that is on. Are any of your filesystems filling up? Of course, if it's an old system with small drives and you are trying to create a full system image, I guess that could be a problem. Try running it again and from another terminal run
Code:
df -v

repeatedly and see if a filesystem hits the top when you get the error.

Last edited by hicksd8; 03-07-2013 at 12:09 PM..
# 7  
Old 03-07-2013
I would start by giving more information on your system, is it (hopefully...) a server if so what model...
next we would need the ouput of bdf in order to tell you if it makes sense to use -A option and why your system is complaining (/var full? is it so?)

And the ouput of:
Code:
ioscan -funC tape


Last edited by vbe; 03-07-2013 at 11:43 AM.. Reason: for ioscan...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Make_Recovery Question Urgent Plse Respond

I have a make_recovery tape, if I restore the VG00 volume group using this, will my other volume groups still be ok after the restore(I have 7 data volume groups) I used make_recovery -A to create the tape I have a HP9000 HP-UX 11 An internal disk is failing, the other volume groups are on... (3 Replies)
Discussion started by: rees_a
3 Replies

2. HP-UX

Problems restoring Ignite make_recovery DAT backups

Can anyone help with an HP Ignite problem please !! We currently have 2 servers running HP-UX B.11.00 connected together and using a high availability cluster (serviceguard) running one package. Each of the servers have 2 mirrored local disks. (also installed HP OpenviewDM B.05.03, Oracle 8.0.5,... (7 Replies)
Discussion started by: clivethegadget
7 Replies

3. HP-UX

HPUX make_recovery

I'm attempting to do a make_recovery on my HPUX box. My question revolves around the number of device files I have for my tape drive and what each one is intending for and which I should use. Some examples of my devices include 1m, 1mb, 1mnb, 2m, 2mb, 2mn, 2mnb, C1t0d0best, C1t0d0dds, &... (4 Replies)
Discussion started by: gonzotonka
4 Replies

4. UNIX for Dummies Questions & Answers

aix mksysb , hpux make_recovery sun?

hi, for aix and hpux, we have both mksysb and make_recovery for restoring to the former state after it was crashed. is there any equivalent to sun? any pointers will be appreciated. thanks (8 Replies)
Discussion started by: yls177
8 Replies
Login or Register to Ask a Question