I need to covert a catalog tape into a regular backup tape, i did see this artical on how to do it -
1. Determine the volume pool number. The volume pool number is the number in parentheses after "volume pool."
/Program Files/volmgr/bin/vmquery -m [media_id]
2. De-assign the volume
/Program Files/volmgr/bin/vmquery -deassignbyid [media_id] [pool#] 1
3. Write a VERITAS NetBackup (tm) backup label on tape media. If the tape is in a robotic library, use this syntax:
/Program Files/netbackup/bin/admincmd/bplabel -m [media_id] -d [density] -p [volume_pool_name]
If the tape is in a standalone tape drive, use this syntax:
/Program Files/netbackup/bin/admincmd/bplabel -m [media_id] -d [density] -p [volume_pool_name] -n [drive_name]
The catalog media would now be available for NetBackup backups.
But there is no /Program Files/volmgr in the netbackup server...