Operating System - Tru64 Unix
1753310 Members
6534 Online
108792 Solutions
New Discussion юеВ

Problem with drive for make backups

 
SOLVED
Go to solution
ALPHA_10
Advisor

Problem with drive for make backups


Hello all

I have the problem with drive for make backups, I can make brbackup in two drives but I can not make backups sysdum in the same drives ...

This sis the error

Error on device named /dev/rmt0h - Place DLT7000 tape drive unit #33 ONLINE

Also execute mt stat and this shows

bisap3[11]# mt stat /dev/nmt0h

DEVIOGET ELEMENT CONTENTS
---------------- --------
category DEV_TAPE
bus DEV_SCSI
interface SCSI
device DLT7000
adpt_num 0
nexus_num 0
bus_num 6
ctlr_num 6
slave_num 33
dev_name tz
unit_num 33
soft_count 0
hard_count 0
stat 0x5
DEV_BOM DEV_OFFLINE
category_stat 0x0
DEV_85700_BPI

DEVGETINFO ELEMENT CONTENTS
------------------ --------
media_status 0x10001
BOM POS_VALID
unit_status 0x102
Offline 2_FM_Close NO_Rewind Buffered
record_size 0
density (current) 85700 BPI
density (on write) 0 BPI
Filemark Cnt 0
Record Cnt 0
Class 2 - RDAT

MTIOCGET ELEMENT CONTENTS
---------------- --------
mt_type MT_ISSCSI
mt_dsreg 0x5
DEV_BOM DEV_OFFLINE
mt_erreg 0x2 Unit is not ready.
mt_resid 0
mt_fileno 0
mt_blkno 0
DEV_EEI_STATUS
version 0x2
status 0x3200 Device inoperable (needs initialize)
flags 0x1000007
CAM_STATUS SCSI_STATUS SCSI_SENSE CAM_DATA
cam_status 0x4 CCB request completed with an err
scsi_status 0x2 SCSI_STAT_CHECK_CONDITION
scsi_sense_data (hex)
70 0 2 0 0 0 0 16
0 0 0 0 4 2 0 0
0 0 82 b 3 0 0 4a
a1 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0
ASC/ASQ = 4/2 LUN Not ready, init command required

I don┬┤t know if it can serve this !
2 REPLIES 2
Vladimir Fabecic
Honored Contributor
Solution

Re: Problem with drive for make backups

Do not understand the question.
Is this the problem:
Error on device named /dev/rmt0h - Place DLT7000 tape drive unit #33 ONLINE ?
Looks like your OS version should be 4.X.
What is brbackup?
And command "# mt stat /dev/nmt0h" is wrong.
With this command you get status of default tape drive which is /dev/rmt0h.
If you want status of another (for example /dev/nrmt1h) tape command should be:
# mt -f /dev/nrmt1h stat
Please post output of:
- # ls -l /dev/rmt* ; ls -l /dev/nrmt*
- # file /dev/rmt* ; file /dev/nrmt*
- # scu show edt
And please provide some more details.
In vino veritas, in VMS cluster
Rob Leadbeater
Honored Contributor

Re: Problem with drive for make backups

Hi,

The error "Place DLT7000 tape drive unit #33 ONLINE" looks self explanatory to me...

As Vladimir says, it would be useful to know exactly what you're trying to do, what commands you're running, what version of Tru64 etc.

Cheers,

Rob