Project

General

Profile

Actions

Wiki » History » Revision 5

« Previous | Revision 5/8 (diff) | Next »
Soh Keong, 09/29/2022 04:55 PM


Wiki

1. Whitelist DR IP
  • TW Server
  • Taishin
2. Kill all batch process
  • PID=`ps -C java -o pid=`
  • kill -9 $PID
3. Stop crontab
  • crontab -l > crontab.backup
  • crontab -r
4. Stop postfix
  • service postfix stop
5. Startup DB
  • db2start
6. Restart Application Server
  • service tomcat stop
  • service tomcat start

Updated by Soh Keong almost 2 years ago · 5 revisions