Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    New in QubeInstaller v1.1

    Each time you run the installer, a kickstart file is generated.  This file will be saved next to the manifest file that was used for installation.  The filename is in the format qube-component_group-install_version-kickstart.qks, e.g qube-upgrade-6.4-4-kickstart.qks or qube-worker-6.4-4-kickstart.qks. The kickstart file can be used by the installer to replicate the install/upgrade on another computer.  This This is an OS independent file, so you can, for example, install or upgrade across Linux, OS X, and Windows using the same kickstart file on the command line of each OS.

    The kickstart file contains the list of the components that were selected for installation, uninstallation, the component group selection, and the supervisor discovery parameters if they were provided.  It It follows, then, that a kickstart file could be used to manage the removal of Qube! components as well as it can be used for install or upgrade.  For the component group options "Upgrade Installed" or "Uninstall Everything", the exact component selection saved in the kickstart file is ignored and will be replaced at run time.  For all other component group selections, the exact selections for install and uninstall will be replicated each time the kickstart file is used.  In In either case, when running on the command line (without a GUI), any component that needs to be downloaded will be downloaded by the installer before it is installed.  If If the component has already been downloaded by one computer, it will not be downloaded again by subsequent computers (assuming the location of the manifest, and therefore individual component installation files, is on a shared file server).

    ...

    As mentioned above, the "Upgrade Installed" and "Uninstall Everything" component group options will make the installer evaluate the component selection at runtime.  If one the admin wanted to upgrade all Qube! computers in a farm, they would simply run an upgrade install on a single computer (choosing the "Upgrade Installed" component group) then run the installer on every other machine with the qube-upgrade-6.x-x.qks file that was generated by the installer.  Even if one machine is a supervisorSupervisor, a second is a workerWorker, and a third is only a clientClient, the upgrade kickstart file will do what is expected and upgrade all the components on the local machine.

    ...