How to findout particular file in the backup tape with the
help of ufsdump
Answers were Sorted based on User's Feedback
Answer / stratovarius
The magnetic tape control command (mt) only works for tape
drives that support it.
To view a file in an archive backed up using ufsdump, use
the ufsrestore command.
#ufsrestore -tf /device_name <archive_name> --->displays a
table content of files in the archive.
#ufsrestore -if /device_name -->is usfrestore interactive
mode. From where you can use the "cd & ls" subcommands to
browse, "add|delete" to select|unselect a file , "mark" to
list selected files,"extract" to extract the file and "exit"
to exit the interactive prompt.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / satya
Use the following commands
$ mt -f /dev/rmt/0cn rewind
this will rewind the tape.
$ mt fsf 1
will take you to the first file
repear the command untill you reach end of file.
You can check the status using
$ mt stats comand.
Is This Answer Correct ? | 1 Yes | 2 No |
File system creation steps??
how to take backup and restore with Ufsdump and Ufsrestore and full backup
what is state database replica and how to create it
How RPC will work..?
what is port no for telnet?
what is split brain? if it happens, what are the solutions need to be applicable?
what r the daemons have been started when u install Veritas
what are the various layouts that are available in VxVM?
How to add a patch on multiple servers(400) at a time.
what are the common errors you find in Solaris Volume manager?
in RAID 0+1 and !+0 which u will preffer(Veritas)0+1
Whats the boot process of VxVM?