how to make IGNITE-BACKUP in HP-UX?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramesh kumar
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
Make sure to mention correct mn number
| Is This Answer Correct ? | 0 Yes | 0 No |
What command would users use to see what file one page at a time in UNIX?
What is the first character of the output in ls l command?
How do you move or rename a file or directory?
what is the use of "fg" command ?
to list a particular line in the file
How to get the last ten lines of a file using awk utility?
What is updatedb?
Which unix command to make a new directory?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
What command is used to replace the existing string with some other?
How do you remove a directory?
what is the default signal kill in unix?