Project

General

Profile

Wiki » History » Revision 5

Revision 4 (Soh Keong, 09/29/2022 04:47 PM) → Revision 5/8 (Soh Keong, 09/29/2022 04:55 PM)

h1. Wiki 

 1. Whitelist DR IP 
 * TW Server 
 * Taishin 

 2. Kill all batch process 
 * PID=`ps -C killall -9 java -o pid=` 
 * kill -9 $PID 

 3. Stop crontab  
 * crontab -l > crontab.backup 
 * crontab -r 

 4. Stop postfix 
 * service postfix stop 

 5. 4. Startup DB 
 * db2start 

 6. 5. Restart Application Server 
 * service tomcat stop 
 * service tomcat start