Wiki » History » Version 5
Soh Keong, 09/29/2022 04:55 PM
1 | 1 | Soh Keong | h1. Wiki |
---|---|---|---|
2 | |||
3 | 2 | Soh Keong | 1. Whitelist DR IP |
4 | * TW Server |
||
5 | * Taishin |
||
6 | |||
7 | 3 | Soh Keong | 2. Kill all batch process |
8 | 5 | Soh Keong | * PID=`ps -C java -o pid=` |
9 | * kill -9 $PID |
||
10 | 1 | Soh Keong | |
11 | 5 | Soh Keong | 3. Stop crontab |
12 | * crontab -l > crontab.backup |
||
13 | * crontab -r |
||
14 | |||
15 | 4. Stop postfix |
||
16 | 3 | Soh Keong | * service postfix stop |
17 | 1 | Soh Keong | |
18 | 5 | Soh Keong | 5. Startup DB |
19 | 3 | Soh Keong | * db2start |
20 | |||
21 | 5 | Soh Keong | 6. Restart Application Server |
22 | 3 | Soh Keong | * service tomcat stop |
23 | * service tomcat start |