Skip to content

Installation checklist (short)

❗SET DOWNTIME

Check space:

df -h

Run backup key config:

/apps/qcsupport/support/backup_key_config.sh

Backup crontab:

crontab -l > ~/qcuser.crontab.`\date -d today +%Y%m%d/`

Disable crontab:

crontab -r

Wait for running processes to end (if any):

watch ps fx

Stop tomcat container:

/apps/bin/rcqcair stop-force

Install:

./install.sh

Check tomcat container start:

tail -f /home/qcuser/apps/log/tomcat/catalina.out

Check backup key config:

/home/qcuser/apps/qcsupport/support/check_key_config.sh | less

Check crontab:

crontab -l

Set crontab if needed:

crontab ~/qcuser.crontab.\`date -d today +%Y%m%d\`

or

crontab {crontab file name}

Check logs for exceptions

zgrep "xception" /home/qcuser/apps/log/tomcat/asgard.log.

zgrep "xception" /home/qcuser/apps/log/tomcat/container.log.