[[ShowPath]] [[PageOutline]] = Welcome to '''SALI'''! = For node installation we at [http://www.sara.nl SARA] used [http://wiki.systemimager.org SystemImager]. We switched to SALI for all our clusters. SALI allows you to create a clone of your running system. This clone can be distributed by various protocols ( [http://aria2.sourceforge.net aria2]) eg: rsync, Bittorent, ftp, http/https, metalink == Why SALI == SALI is created due the fact that on the moment of starting SALI: * Systemimager kernel/initrd and BOEL utilities are outdated. New hardware was not detected/supported * no ''grub2'' support * no ext4 support The trigger for us was that there is no ''grub2'' support. We thought this could be easily added, but during this process we decided to upgrade all software to the newest levels and replace some software components. The biggest hurdle was detecting of which hardware is in the system ([http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html udev]). We believe that SALI is better in detecting which hardware is in the system than the SystemImager setup. The focus for this project is/was: * Easily create a new kernel/initrd when a new kernel is released or one of the software components is updated, eg: [http://www.busybox.net busybox]. * The SALI initrd contains all kernel modules and software utilities. In SystemImager this software is distributed as a separate package (BOEL binaries). * Drop support for flamethrower/multicast and floppy disk support. * With some minor [wiki:SaliUsage/UsingYourOldInstallScript adjustments] you can use your old generated SystemImager scripts. These scripts uses ''/etc/init.d/functions'' which is included in the initrd. We have added/changed a lot of functions to hide the complexity. We have reduced the code of the SystemImager scripts significantly, See [source:trunk/example/masterscript.new masterscript.new]. Read the [wiki:SaliUsage/Functions Functions Documentation] * For detailed overview of the changes read this [source:trunk/CHANGELOG changelog] * For now you must set ''SCRIPTNAME='' in the pxelinux file * If ''GRUB2=yes'' is set then we expect a seperate grub2 partition: * Added [http://code.google.com/p/diskscrub diskscrub], Diskscrub overwrites hard disks, files, and other devices with repeating patterns intended to make recovering data from these devices more difficult == SALI xCAT plugin == Currently we are investigating the possibilities to use SALI with xCAT. First SALI is used to restore the machine with an image. Then xCAT is used to finalize the installation. In our setup the installation time of 55 minutes is reduced to 15 minutes. We have tested this on a Power 6 machine with SLES 11. The xCAT module can be found in the [source:trunk/contrib contrib] directory. = Documentation = The documentation is far from perfect. We have to write a `simple HOWTO` and reorganize this section. Contributions or suggestions are appreciated Visit our online documentation here: * [wiki:SaliHowto Howto] * [wiki:SaliRequirements Building instructions] * [wiki:SaliConfiguration Configuration] * [wiki:SaliUsage Usage] * [wiki:SaliFAQ Frequently Asked Questions] = !Bugs/Feature Requests = Existing bugs and feature requests for sali are [report:1 here]. If you have any issues, create a [http://subtrac.sara.nl/oss/sali/newticket?owner=bas new ticket] or email your problem to [mailto:sali@sara.nl this] address = Download = You can grab the tarball from our ftp site: * [ftp://ftp.sara.nl/pub/sali/sali-x86_64.tar.gz sali-x86_64.tar.gz]. * [ftp://ftp.sara.nl/pub/sali/sali-ppc64.tar.gz sali-ppc64.tar.gz]. * [ftp://ftp.sara.nl/pub/sali/sali-i386.tar.gz sali-i386.tar.gz]. The changelog can be found [source:trunk/CHANGELOG here]. = Source code = You can browse the current code here: * Release tree: [source:tags/] * Development tree: [source:trunk/] Or you can check out code through subversion: * Release tree: {{{svn co https://subtrac.sara.nl/oss/sali/svn/tags}}} * Development tree: {{{svn co https://subtrac.sara.nl/oss/sali/svn/trunk}}} = Authors / Contributers = == Authors == * Bas van der Vlies * Dennis Stam * Michel Scheerman * PPC64 development and testing * The author of the SALI xCAT plugin = Recent changes = [[ChangeLog(/, 6)]]