Operating System - HP-UX
1832857 Members
3266 Online
110048 Solutions
New Discussion

make_tape_recovery giving an error

 
SOLVED
Go to solution
Asif Sharif
Honored Contributor

make_tape_recovery giving an error

Hi All,
I want to take backup of my J5600 work station when i am running this command i am getting an error.

make_tape_recovery -a /dev/rmt/0mn -I -m tar -t "$(uname -n) recovery tape create on $(date)" -v -x inc_entire=vg00

* Creating local directories for configuration files and archive.

======= 08/08/05 15:10:55 PST Started make_tape_recovery. (Mon Aug 08
15:10:55 PST 2005)
@(#) Ignite-UX Revision B.5.4.50
@(#) net_recovery (opt) $Revision: 10.637 $

NOTE; Other make_sys_image process running, wait for completion.
Please check /var/tmp/ign_configure/make_sys_image_flag
for the Process ID of it.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.



Please help.

Regards,

Asif Sharif
Regards,
Asif Sharif
5 REPLIES 5
Asif Sharif
Honored Contributor

Re: make_tape_recovery giving an error

Sorry,
The Error message is as fellows,


make_tape_recovery -a /dev/rmt/0mn -I -m tar -t "$(uname -n) recovery tape create on $(date)" -v -x inc_entire=vg00
* Creating local directories for configuration files and archive.

======= 08/08/05 15:10:55 PST Started make_tape_recovery. (Mon Aug 08
15:10:55 PST 2005)
@(#) Ignite-UX Revision B.5.4.50
@(#) net_recovery (opt) $Revision: 10.637 $

NOTE; Other make_sys_image process running, wait for completion.
Please check /var/tmp/ign_configure/make_sys_image_flag
for the Process ID of it.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.

NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
NOTE: The other make_sys_image process still has not stopped.
ERROR: Please take care that any other make_sys_image has finished
before starting a new recovery process. It appears that the
other process is stuck.
* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = /dev/rmt/0mn

* Number of Archives to Save = 2

* Pax type = tar


In? dsk/vg name minor# Associated disks/mountpoints
2 v /dev/vg00 0x00 /dev/dsk/c3t6d0
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /tmp 2
/dev/vg00/lvol5 /home 2
/dev/vg00/lvol6 /opt 2
/dev/vg00/lvol7 /usr 2
/dev/vg00/lvol8 /var 2
/dev/vg00/data
-1 v /dev/vg01 0x01 /dev/dsk/c3t5d0
/dev/vg01/lvol1

** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive

* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/0mn:I/O error (errno = 5).
ERROR: Check tape device failed.

======= 08/08/05 15:15:57 PST make_tape_recovery completed unsuccessfully


Thanks and Regards,

Asif Sharif
Regards,
Asif Sharif
V. Nyga
Honored Contributor

Re: make_tape_recovery giving an error

Hi,

check if another ignite process is running:
'ps -ef|grep make'
or if your device is blocked:
'fuser /dev/rmt/0mn'

Can you tell us the output?

Volkmar
*** Say 'Thanks' with Kudos ***
Asif Sharif
Honored Contributor

Re: make_tape_recovery giving an error

Thanks for replying,

The output is ,

#fuser /dev/rmt/0mn
/dev/rmt/0mn:

# ps -ef|grep make
root 3986 2953 0 16:19:04 pts/ta 0:00 grep make
#

But when we run the command ,
make_tape_recovery -a /dev/rmt/0mn -I -m tar -t "$(uname -n) recovery tape create on $(date)" -v -x inc_entire=vg00

then we got this output,

ps -ef|grep make
root 4117 4110 0 16:21:23 pts/tc 0:00 grep make
root 4088 2953 0 16:20:59 pts/ta 0:00 make_tape_recovery -a /dev/rmt/0mn -I -m tar -t Mlynx-HO recove
root 4089 4088 0 16:20:59 pts/ta 0:00 /usr/bin/sh /opt/ignite/data/scripts/make_sys_image -tp


Thanks in advance.

Asif Sharif

Regards,
Asif Sharif
V. Nyga
Honored Contributor
Solution

Re: make_tape_recovery giving an error

Hi again,

looks good ...
Please check this message:
'Please check /var/tmp/ign_configure/make_sys_image_flag for the Process ID of it.'

If /var/tmp/ign_configure isn't empty, I think you can erase that file.
You can also check that PID before, to be sure that that process isn't running.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Asif Sharif
Honored Contributor

Re: make_tape_recovery giving an error

Thanks A lot for you help. Problem has been solve. Tape was out of order, So after chnaging it works fine.

Regards,

Asif Sharif
Regards,
Asif Sharif