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.
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).
nmc2
268 Posts
0
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
ble1
4 Operator
•
14.4K Posts
0
January 30th, 2013 12:00
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).