...
Code Block |
---|
# see warning at top cd /var/www/html sudo ./deploy_eas_init.sh # make sure web application works and is correct version |
UP
web
put WEB (SF WEB /SD) servers into LIVE mode
Code Block |
---|
cd /var/www/html sudo ./set_eas_mode.sh LIVE |
...
and test the application. You will not be able to log into SD.
Put SD WEB servers into STANDBY mode
Code Block |
---|
cd /var/www/html sudo ./set_eas_mode.sh SD_STANDBY |
Seed Image Cache
Once again, log into ETL PROD and seed the image cache:
Code Block |
---|
python job.py --job SEED_IMAGE_CACHE --action EXECUTE --env SF_PROD |
DONE!