|
Sun Grid Engine Information Center Backing Up and Restoring Grid Engine ConfigurationBacking Up the Grid Engine System ConfigurationYou can back up your Grid Engine system configuration files automatically. The automatic backup process uses a configuration file called backup_template.conf. The backup configuration file is located by default in $SGE_ROOT/util/install_modules/backup_template.conf. The backup configuration file must define the following elements:
The backup template file looks like the following example: ################################################## # Autobackup Configuration File Template ################################################## # Please, enter your $SGE_ROOT here (mandatory) $SGE_ROOT="" # Please, enter your $SGE_CELL here (mandatory) $SGE_CELL="" # Please, enter your Backup Directory here # After backup you will find your backup files here (mandatory) # The autobackup will add a time /date combination to this dirname # to prevent an overwriting! BACKUP_DIR="" # Please, enter true to get a tar/gz package # and false to copy the files only (mandatory) TAR="true" # Please, enter the backup file name here. (mandatory) BACKUP_FILE="backup.tar" To start the automatic backup process, type the following command on the sge_qmaster host: inst_sge -bup -auto <backup-conf> backup-conf is the full path to the backup configuration file.
Your backup is created in the directory specified by BACKUP_FILE. A backup log file called install.pid is also created in this directory. pid is the process ID number. How to Perform a Manual Backup
How to Restore from a Backup
|