Sponsored Content
Full Discussion: Make_recovery HP-UX 10.20
Operating Systems HP-UX Make_recovery HP-UX 10.20 Post 302777001 by Newnix on Thursday 7th of March 2013 08:48:40 AM
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!
 

4 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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
mkdevalloc(1M)                                            System Administration Commands                                            mkdevalloc(1M)

NAME
mkdevalloc - Make device_allocate entries SYNOPSIS
/usr/sbin/mkdevalloc DESCRIPTION
The mkdevalloc command writes to standard out a set of device_allocate(4) entries describing the system's frame buffer, audio and removable media devices. The mkdevalloc command is used by the init.d(4) scripts to create or update the /etc/security/device_allocate file. Entries are generated based on the device special files found in /dev. For the different categories of devices, the mkdevalloc command checks for the following files under /dev: audio /dev/audio, /dev/audioctl, /dev/sound/... tape /dev/rst*, /dev/nrst*, /dev/rmt/... floppy /dev/diskette, /dev/fd*, /dev/rdiskette, /dev/rfd* removable disk /dev/sr*, /dev/nsr*, /dev/dsk/c0t?d0s?, /dev/rdsk/c0t?d0s? frame buffer /dev/fb All entries set the device-minimum and device-maximum fields to the hex representations of ADMIN_LOW and ADMIN_HIGH, respectively. The device-authorization field is set to solaris.device.allocate, except for the framebuffer entry, where it is set to *. The device-name, device-type and device-clean fields are set to the following values: device-name device-type device-clean audio audio audio audio_clean_wrapper tape mag_tape_0,1,... st st_clean floppy floppy_0,1,... fd disk_clean removable disk cdrom_0,1,... sr disk_clean frame buffer framebuffer fb /bin/true ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
allocate(1), bsmconv(1M), attributes(5) NOTES
mkdevalloc might not be supported in a future release of the Solaris operating system. SunOS 5.10 8 Oct 2003 mkdevalloc(1M)
All times are GMT -4. The time now is 10:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy