Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

637

January 30th, 2013 06:00

Connecting a Tape Drive from a Remote Storage Node

I am trying to connect a tape drive that is connected to a remote storage node in Networker. When we do a scan on the server, it see's the device but we get an error stating that the no device driver is installed. It isn't installed because it is the server and the tape drive is connected to the remote storage node. We tried the rd=storagenode:\\Tape.00\ and it didn't seem to work unless we did something wrong there.

Is there a way that you can connect a tape drive that is connected to a remote storage node to a NW Server as a resource? We are trying to keep the NW on a virtual server (VM 5.0) and still use the tape drive for archiving since pass through is no longer supported.

268 Posts

February 1st, 2013 09:00

Run this command on the remote storage node,

dvdetect -s

This will update the networker server db with the tape drive information of remote storage node. This new device will be visible under storage node on NMC. You can configure the device easily from NMC.

Regards,

Prajith

2 Intern

 • 

14.3K Posts

January 30th, 2013 12:00

kyles81 wrote:

We tried the rd=storagenode:\\Tape.00\ and it didn't seem to work unless we did something wrong there.

You did something wrong.  Tape handler on Windows has format of \\.\TapeX so if you believe this is Tape0 then it should be \\.\Tape0 or from server perspective: rd=storagenode:\\.\Tape0

If above does not work, try \\\\.\\Tape0 (but I believe above format like \\.\Tape0 should work).

No Events found!

Top