How to create a "snapshot" in solaris ?

Questions by krishnaraghava   answers by krishnaraghava

Showing Answers 1 - 3 of 3 Answers

clyton.a

  • Jun 28th, 2008
 

Use the following command. It will help you to create Snapshot while the File system is Currently mounted and system runs at run level 3.

#/usr/sbin/fssnap -F ufs -o <options maxsize, minsize of backing store file> bs= <specify  backing store file path> <snapshot filename path> 

Some notes:

*Backing store should not be in a same file system which is going to be Snapshot.

*It will create /dev/fssnap/0 and /dev/rfssnap/0 which will help you to take back-up of snapshoted FS using ufsdump command.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions