Operating System - HP-UX
1753518 Members
5295 Online
108795 Solutions
New Discussion юеВ

trying to do ignite backup.

 
SOLVED
Go to solution
Bing Wong
Frequent Advisor

trying to do ignite backup.

Does this mean that the tape has no room? If so, how can I make it available? Thanks.

root@hrisdev1:/root/util # diskinfo /dev/rmt/0mn
SCSI describe of /dev/rmt/0mn:
vendor: COMPAQ
product id: SDLT320
type: sequential access
size: 0 Kbytes
bytes per sector: 0
16 REPLIES 16
Rick Garland
Honored Contributor
Solution

Re: trying to do ignite backup.

Do the mt command against the tape.

mt -t /dev/rmt/0m status



Bing Wong
Frequent Advisor

Re: trying to do ignite backup.

root@hrisdev1:/root/util # mt -f /dev/rmt/0m status
Drive: COMPAQ SDLT320
Format:
Status: [45114185] BOT write-protected online compression immediate-report-mode
File: 0
Block: 0


Please let me know what's the next step. Thanks.
Patrick Wallek
Honored Contributor

Re: trying to do ignite backup.

diskinfo on tapes won't work. A tape does not know how much space is or isn't left on it.

Did you run a make_tape_recovery and run into problems? What exactly is the problem?
Rick Garland
Honored Contributor

Re: trying to do ignite backup.

Is this tape write protected?
Bing Wong
Frequent Advisor

Re: trying to do ignite backup.

root@hrisdev1:/root/util # mt -f /dev/rmt/0m status

Drive: COMPAQ SDLT320

Format:

Status: [45114185] BOT write-protected online compression immediate-report-mode

File: 0

Block: 0

Bing Wong
Frequent Advisor

Re: trying to do ignite backup.

root@hrisdev1:/root/util # /opt/ignite/bin/make_tape_recovery -P s -x inc_entire=vg00 -a /dev/rmt/c0t0d0BESTn
* Creating local directories for configuration files and archive.

======= 09/23/05 16:22:43 PDT Started /opt/ignite/bin/make_tape_recovery.
(Fri Sep 23 16:22:43 PDT 2005)
@(#) Ignite-UX Revision B.4.2.110
@(#) net_recovery (opt) $Revision: 10.601 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/c0t0d0BESTn:Permission denied
(errno = 13).
ERROR: Check tape device failed.

======= 09/23/05 16:22:46 PDT make_tape_recovery completed unsuccessfully
root@hrisdev1:/root/util #
Devender Khatana
Honored Contributor

Re: trying to do ignite backup.

Hi,

Try writing some small file to your tape using tar or cpio to verify the functionality of the tape. The error clearly indicates the problem related to write permission.

In one previous post the tape media is also shown as write protected. If the media is still protected, remove write protection and then retry the ignite backup.

HTH,
Devender
Impossible itself mentions "I m possible"
Bob_Vance
Esteemed Contributor

Re: trying to do ignite backup.

The status pretty-much says that the tape is write protected.
If it were not write-protected, status would report something like:

Status: [41118385] BOT online compression immediate-report-mode

If it is not really, then you must have tape drive or cartridge problem.


hth
bv
"The lyf so short, the craft so long to lerne." - Chaucer
Bing Wong
Frequent Advisor

Re: trying to do ignite backup.

I verified with a good tape and it was good. So the DLT tape drive is good. The tapes that showed me "write-protected" were previously ignite backup tapes. I have tested 4 tapes that had ignite backup copy on them and they all showed "write-protected". Does it mean that the tape was used for ignite backup cannot be overwritten?

Thank you very much for helping me.

Bing