Actions
Bug #7274
closedThe daily cf-execd and cf-serverd restart should use SRC on AIX
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Currently, at Hr05.Min_00_05, we restart cf-execd and serverd by doing:
- SIGTERM
- Launch the binaries again
This is not cool on AIX, as it makes SRC go bananas:
root@sovma136:~# errpt -a|head -50 --------------------------------------------------------------------------- LABEL: SRC_RSTRT IDENTIFIER: CB4A951F Date/Time: Tue Oct 13 12:10:38 2015 Sequence Number: 3171615 Machine Id: 000A0946D600 Node Id: sovma136 Class: S Type: INFO Resource Name: SRC Description SOFTWARE PROGRAM ERROR Probable Causes APPLICATION PROGRAM Failure Causes SOFTWARE PROGRAM Recommended Actions VERIFY SUBSYSTEM RESTARTED AUTOMATICALLY Detail Data SYMPTOM CODE 589833 SOFTWARE ERROR CODE -9035 ERROR CODE 0 DETECTING MODULE 'srchevn.c'@line:'222' FAILING MODULE cf-execd --------------------------------------------------------------------------- (...)
The good way of solving this would either be to remove this automatic restart, or in AIX case, use SRC to restart them instead :)
Actions