How will you take ufsdump and ufsrestore in a sing command line?

Answers were Sorted based on User's Feedback



How will you take ufsdump and ufsrestore in a sing command line?..

Answer / sbrahman75

# ufsdump 0f - /dev/rdsk/c0t0d0s6 | (cd /mnt/haz ufsrestore
xf -)

Is This Answer Correct ?    2 Yes 0 No

How will you take ufsdump and ufsrestore in a sing command line?..

Answer / mohammed mukram

If you want to restore from another disk (such as c0t1d0s0),

# mkdir /tmp/backup
# mount /dev/dsk/c0t1d0s0 /tmp/backup
# ufsdump 0f - /tmp/backup | (cd /tmp/slice0;ufsrestore xvf -)

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Solaris Commands Interview Questions

How to bring the Disk into diskgroup on veritas.

3 Answers  


Explain FSCK

2 Answers  


Explain rc script and run level

1 Answers  


How to check the sleeping process in Solaris.

10 Answers   Chase, JPMorgan Chase,


How to check the patch level in solaris

4 Answers   IBM,






What is difference between incremental backup and differential backup?

2 Answers  


How can we take the failback in Veritas Cluster Server.

1 Answers   ITC Infotech,


Which command to lock the user Account?

3 Answers  


What is the basic requirement for cluster.

2 Answers   ITC Infotech,


what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)

3 Answers   Systel,


What is difference between Hard and Soft mount?

1 Answers  


How to boot the solaris system in 64 0r 32 bit kernel

3 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)