여러가지 이유로 SGE spool db 가 손상되는 경우가 발생할 수 있다.
SGE 에서 제공하는 db_ tool 을 이용하는 복구하는 절차는 아래와 같다.
# cd $SGE_ROOT/default
# cp -a spool spool_bak
# cd spool_bak/spooldb
# $SGE_ROOT/utilbin/lnx24-amd64/db_verify sge
# $SGE_ROOT/utilbin/lnx24-amd64/db_recover
# $SGE_ROOT/utilbin/lnx24-amd64/db_dump -f sge.out sge
# mv sge sge.old
# $SGE_ROOT/utilbin/lnx24-amd64/db_load -f sge.out sge
# $SGE_ROOT/utilbin/lnx24-amd64/db_verify sge