Answer Posted / dave_chamoli82
First check tape is insert or not
# ioscan -fnC tape
To check the tape status
# mt -f /dev/rmt/0mn status
Make tape recovery
# make_tape_recovery -AvI -x inc_entire=vg00 -v
-a dev/rmt/0mn
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is difference between grep and find command in unix?
What is the command to compare two files in unix?
Write a command to display a file’s contents in various formats?
How does the system know where one command ends and another begins?
Why is grep called grep?
Which command is used to delete all files in the current directory and all its sub-directories?
What are some command words?
How do I run a whois command?
Explain command to show the space allocation of files?
What does #!/ Bin sh do?
How do you grep a case insensitive?
What does find command return in unix?
What does grep v do?
What is the difference between cat command and more command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?