Operating System - HP-UX
1826417 Members
3758 Online
109692 Solutions
New Discussion

Re: tape instance id change

 
Pred
New Member

tape instance id change

hi
i have a problem with tape an dds4 and dat72 on rx2620. When i disconnect scsi cable from machine and the reconnect id tape increase 1 2 3.., and when i make a make_recovery with right path of the tape i have a error messagges no found device, Ioscan output works ok, the hw is claimed and seems all ok.

tnx all
6 REPLIES 6
Roberto Arias
Valued Contributor

Re: tape instance id change

when you connect again the device ¿ is the same Hardware Address ?

A workaorund is scan hardware tape, configure a vrbl with tape number and use this vrbl in make_recovery command

hth
The man is your friend
Pred
New Member

Re: tape instance id change

yes it has the same path address...what is vrlb ?? he has the same address but Instance increase.
Roberto Arias
Valued Contributor

Re: tape instance id change

variable, sorry, my english is very bad
The man is your friend
Roberto Arias
Valued Contributor

Re: tape instance id change

example:

tape=`ioscan -fnk -H |awk {'print $2'} |grep -v /dev/rmt|tail -1`

make_recovery -a /dev/rmt/${tape}mn

regards
The man is your friend
Roberto Arias
Valued Contributor

Re: tape instance id change

Hi again Pred:

I send you handboof of I/O address. You can change the Instance numbers of device

I Hope this help you
The man is your friend
Pred
New Member

Re: tape instance id change

thanks!