This file documents the installation of Queue. Installing Queue **************** On can use the script install-queue which is provided, however the procedure for installing Queue from scratch on a Unix system is: * Copy queue in your path * Copy queuerc and modify it with respect to your home queue and cluster head host name * Create a group and an user named queue on cluster head and cluster nodes * Create MySQL tables with queue.sql * Change MySQL password for non local queue connection using update-queue-password.sh script. It will also create a $HOME/.my.cnf file with the appropriate permission * Export home queue and mount it from all nodes (using NFS or autofs) * Install node service and create /var/log/queue on all nodes * All users need to be in queue group to use Queue Installation Problems ===================== This section contains a list of problems (and some apparent problems that don't really mean anything is wrong) that may show up during installation of Queue. * None