Use the following in Solaris to dd file on tape to file on disk.
bash-3.00# dd if=/dev/rmt/0bn of=/<path>/<output_file> bs=32768k
Use the following in Solaris to dd file on tape to file on disk.
bash-3.00# dd if=/dev/rmt/0bn of=/<path>/<output_file> bs=32768k