Actions
Bug #7274
closedThe daily cf-execd and cf-serverd restart should use SRC on AIX
Bug #7274:
The 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 :)
Updated by Nicolas CHARLES almost 11 years ago
- Related to Bug #6118: cf-agent execution is killed if cf-execd is restarted (for example on a 5a.m daily restart) added
Updated by Matthieu CERDA almost 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Benoît PECCATTE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/755
Updated by Matthieu CERDA almost 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|903c9b7ef9105c133b18035b44d83aab5cec264d.
Updated by Benoît PECCATTE almost 11 years ago
Applied in changeset rudder-techniques|6a9a7eb8a3490cf8b9946f72e0fc1e9926fcc800.
Updated by Vincent MEMBRÉ over 10 years ago
- Category changed from Techniques to System techniques
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
Updated by Nicolas CHARLES over 10 years ago
- Related to Bug #8184: Do not kill cf-execd with aix added
Actions