|
|||||||
2.3 Upgrading MoabMoab is designed to make the upgrade process short and simple. Previous versions of Moab do not need to be uninstalled before installing a new version. Installing a new version on top of an old version will not overwrite config, log, or statistical files. To upgrade Moab
> tar -xzvf moab-5.3.0.tar.gz > cd moab-5.3.0 Use the same configure options as when Moab was installed previously. If you cannot remember which options were used previously, check the config.log file in the directory where the previous version of Moab was installed from. For a complete list of configure options, use ./configure --help. > ./configure Configuring Moab (v 5.3.0)... checking system configuration... checking Makefile... building new Makefile OPSYS: LINUX COMPILER: gcc SECRET KEY: 11102 HOME DIR: /opt/moab INSTALL DIR: /usr/local PRIMARY ADMIN: root SERVERHOST: test.icluster.org Do you want to use TORQUE/PBS? [Y|N] (Default: Y) PBS Target Directory: (default: /usr/local) make -C src/moab clean ... configure successful. The Moab server must be stopped before the new version is installed. > mschedctl -k moab will be shutdown immediately
> sudo make install
> moab --about Defaults: server=:42559 cfgdir=/opt/moab vardir=/opt/moab Build dir: /home/admin01/dev/moab/ Build host: node01 Build date: Thu Mar 5 13:08:47 MST 2009 Build args: NA Compiled as little endian. Version: moab server 5.3.0 (revision 12867) Copyright 2000-2008 Cluster Resources, Inc., All Rights Reserved > moab
Searches Moab documentation only
|
|||||||
| © 2001-2010 Adaptive Computing Enterprises, Inc. | |||||||