Results 1 to 6 of 6
Does anyone know about an appilcation like "deep freeze" for rhel?
Thanks....
- 03-13-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
Deep Freeze for RHEL
Does anyone know about an appilcation like "deep freeze" for rhel?
Thanks.
- 03-13-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Never used it, but basically it snapshots your system so changes can be easily rolled back, such as if a configuration change or software update cause problems.
In any case, Deep Freeze from Faronics is not open source - it is "shareware" and requires licensing for commercial use. Personally, I would not trust my Linux server system to a tool which gets so intimate with the operating system yet that I cannot analyze the source code for vulnerabilities.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-14-2011 #3
Something you may look into is using LVM to make snapshots. Basically, you would create an LVM partition, and setup all the stuff on it how you want it to freeze.
Then, you create a snapshot, giving enough space to the snapshot partition to handle changes, and mount that as your partition. Then when you want to roll back, you delete the snapshot, and recreate it based on the original LVM partition. All changes are wiped out, and you're back to where you saved.
I used this trick with the root (had only root and /boot) partitions of virtual machines when I was practicing for my RHCE exam. I would do all the stuff I wanted to practice, then turn off the VM, delete the snapshot, recreate it, and restart the VM, and everything was back to my original config in about a minute.
I don't remember the commands off the top of my head, but google for "LVM snapshot" and you should get what you need.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 03-14-2011 #4Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
ZFS has snapshot/rollback features, and many other handy things including disk mirroring, hot swapping, and data compression.
I don't think the Linux kernel is able to be installed onto a ZFS partition, it must be installed onto ext3. But I have heard of plans to change this. So as long as your "/boot" partition is ext3, you can make everything else, like the partition for your "/home" and "/root" mount points could be made ZFS and you can enable snapshots on those.
I've never done this, so please don't just take my word for it and do some more research, but ZFS is definitely an excellent place to start looking for a solution to your problem, and it is open-source.
- 03-14-2011 #5
The problem with ZFS, is that while it is "Open Source" it is through the Sun License, which is incompatible with the GPL, which the Kernel uses.
ZFS is not able to be mounted via kernel module, only by FUSE (filesystem is user space,) and it is noted as being very buggy. I would not suggest this method until either they improve ZFS (looking more and more unlikely, since Oracle isn't known to play well with the Free software community,) or until BtrFS (linux's native response to the ZFS stuff,) is marked as stable, and go with it.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 03-14-2011 #6Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
If you're that fond on Deep Freeze, they have a version for linux as well.
Search for DeepFreezeLinux.


Reply With Quote
