How to findout particular file in the backup tape with the
help of ufsdump

Answers were Sorted based on User's Feedback



How to findout particular file in the backup tape with the help of ufsdump..

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

How to findout particular file in the backup tape with the help of ufsdump..

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

Post New Answer

More Solaris AllOther Interview Questions

If ping command is not working then how to check the status of the server..?

2 Answers  


What is the profile file for ordinary user, when those will execute..?

2 Answers  


Is there any difference b/w dhcp and jumpstart..?

2 Answers  


what is State database replica?

1 Answers   IBM,


What is /etc/system for?

3 Answers  


What is process id of init daemon?

3 Answers  


You can ping servers on the subnet your workstation is on, but not other subnets. Why?

2 Answers  


What does ndd do?

2 Answers  


what is the use RAID and which is the best(Solaris)

4 Answers   IBM,


u have 10 solaris boxes and u have given to add 200 users? At fast how can u add the 200 users?

3 Answers   IBM,


If a users is logged in to your system, and now you want to restrict that user what will you do?

1 Answers  


Major Difference between sparc and X86 systems

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)