They disappear every time I reboot the hosts, so no real logs there. I was trying to work out what made the tape drives show back up, and, to make this more bizzare than ever, if I load a tape into one of the drives, the LUN shows backup in ESXi. If I load tapes into the 10 different drives, all 10 LUNs show up. Now, once the LUNs have shown up, they stay there, until the host is rebooted.
Now, if we reboot the server, and do a
esxcfg-mpath -l
We get this output for one of the tape drive, when it's not being seen by ESXi
fc.20000024ff4894ae:21000024ff4894ae-fc.500308c098674010:500308c098674011-
UID: fc.20000024ff4894ae:21000024ff4894ae-fc.500308c098674010:500308c098674011-
Runtime Name: vmhba1:C0:T12:L0
Device: No associated device
Device Display Name: No associated device
Adapter: vmhba1
Channel: 0
Target: 12
LUN: 0
Plugin: NMP
State: dead
Transport: fc
Adapter Identifier: fc.20000024ff4894ae:21000024ff4894ae
Target Identifier: fc.500308c098674010:500308c098674011
Adapter Transport Details: Unavailable or path is unclaimed
Target Transport Details: Unavailable or path is unclaimed
One we load a tape into the drive, and do another esxcfg-mpath, the output changes to
fc.20000024ff4894ae:21000024ff4894ae-fc.500308c098674010:500308c098674011-naa.500308c098674010
UID: fc.20000024ff4894ae:21000024ff4894ae-fc.500308c098674010:500308c098674011-naa.500308c098674010
Runtime Name: vmhba1:C0:T12:L0
Device: naa.500308c098674010
Device Display Name: IBM Fibre Channel Tape (naa.500308c098674010)
Adapter: vmhba1
Channel: 0
Target: 12
LUN: 0
Plugin: NMP
State: active
Transport: fc
Adapter Identifier: fc.20000024ff4894ae:21000024ff4894ae
Target Identifier: fc.500308c098674010:500308c098674011
Adapter Transport Details: WWNN: 20:00:00:24:ff:48:94:ae WWPN: 21:00:00:24:ff:48:94:ae
Target Transport Details: WWNN: 50:03:08:c0:98:67:40:10 WWPN: 50:03:08:c0:98:67:40:11
So it does know about the tape drive, it's just not making the connection for some reason. Running a rescan gives the following
Dead path vmhba1:C0:T12:L0 for device not removed.
Device is in use by worlds:
<repeated for each device>
I was wondering if the device isn't being claimed for some reason, but adding a new claimrule
MP 114 runtime vendor NMP vendor=IBM model=ULTRIUM-TD3
and doing a rescan hasn't helped either.
Graham