First of all see whether u can see the tape device files in /dev/rmt directory, like 0,0c,0cbn,0n.....etc, if u can see this that means the tape drive is being detucted .
Now you can use mt command to determine the status of the tape drive like
#mt -f /dev/rmt/0 status
Then u can use the tape drive for backing up data.