1833494 Members
2689 Online
110052 Solutions
New Discussion

ERROR Make_tape_recovery

 
Daniel Duarte
Frequent Advisor

ERROR Make_tape_recovery

All

I am with the following errors below
Someone help-me


root@/:>/opt/ignite/bin/make_tape_recovery -A -a /dev/rmt/0mn
* Creating local directories for configuration files and archive.

======= 03/21/05 10:35:16 SAT Started /opt/ignite/bin/make_tape_recovery.
(Mon Mar 21 10:35:16 SAT 2005)
@(#) Ignite-UX Revision B.4.4.29
@(#) net_recovery (opt) $Revision: 10.611 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2005-03-21,10:35/system_cfg vg00
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/system_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
vgexport: Volume group "/dev/vg00" is still active.

* Backing Up Volume Group /dev/vg01
* /usr/sbin/vgcfgbackup /dev/vg01
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
* Creating Map Files for Volume Group /dev/vg01
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg01.mapfile /dev/vg01
vgexport: Volume group "/dev/vg01" is still active.

* Backing Up Volume Group /dev/vg02
* /usr/sbin/vgcfgbackup /dev/vg02
Volume Group configuration for /dev/vg02 has been saved in /etc/lvmconf/vg02.conf
* Creating Map Files for Volume Group /dev/vg02
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg02.mapfile /dev/vg02
vgexport: Volume group "/dev/vg02" is still active.

* Backing Up Volume Group /dev/vg03
* /usr/sbin/vgcfgbackup /dev/vg03
Volume Group configuration for /dev/vg03 has been saved in /etc/lvmconf/vg03.conf
* Creating Map Files for Volume Group /dev/vg03
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg03.mapfile /dev/vg03
vgexport: Volume group "/dev/vg03" is still active.

* Backing Up Volume Group /dev/vg04
* /usr/sbin/vgcfgbackup /dev/vg04
Volume Group configuration for /dev/vg04 has been saved in /etc/lvmconf/vg04.conf
* Creating Map Files for Volume Group /dev/vg04
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg04.mapfile /dev/vg04
vgexport: Volume group "/dev/vg04" is still active.

* Creating Control Configuration.
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/control_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
* Creating Archive File List
* Creating Archive Configuration

* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2005-03-21,10:35/archive_cfg -g
/var/opt/ignite/recovery/2005-03-21,10:35/flist -n 2005-03-21,10:35 -r
64 -d Recovery\ Archive -t -i 1 -m t
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/archive_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/system_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/control_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
NOTE: File: /var/opt/ignite/recovery/2005-03-21,10:35/archive_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.

msgcnt 12 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
lifcp: file truncated, no space on the LIF volume
make_medialif: error - lifcp SYSCMDS failed, probable insufficient size for /var/tmp/uxinstlf.recovery
ERROR: System Error, /opt/ignite/bin/make_medialif failed creating boot LIF
file.
ERROR: Failed to generate LIF on tape .
---------------------------------------------
bdf /

root@/:>bdf /
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 524288 450643 73645 86% /

4 REPLIES 4
harry d brown jr
Honored Contributor

Re: ERROR Make_tape_recovery


/var/tmp is how big?

try not including ALL vg's.

is /dev/rmt/0mn a real tape drive?

live free or die
harry d brown jr
Live Free or Die
Daniel Duarte
Frequent Advisor

Re: ERROR Make_tape_recovery

try not including ALL vg's.
as I make this ?
-----------------------------------
is /dev/rmt/0mn a real tape drive?
Yes, its is.
-----------------------------------
var/tmp is how big?
/var/tmp is the same fs of /
-----------------------------------

Steven E. Protter
Exalted Contributor

Re: ERROR Make_tape_recovery

/var/tmp is usually part of the /var filesystem.

You probably ran out of space in the /var filesystem.

cd /var/tmp

rm -f *

bdf /var

See about clearning some space, enough to hold the archive.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
harry d brown jr
Honored Contributor

Re: ERROR Make_tape_recovery



make_tape_recovery -x inc_entire=vg00 -a /dev/rmt/0mn

bdf /var/tmp
ls -l /dev/rmt/0mn

live free or die
harry d brown jr
Live Free or Die