Het betreft een VM op een VMware 6.7 omgeving. De VM heeft 2 vCPU, de hypervisor constateerd ook 100% CPU, er zijn geen reserveringen van toepassing. Het probleem is begonnen precies om 19:55, volgens de logs lijkt het erop dat een cron taak dit heeft veroorzaakt.
Het systeem tref ik aan dat de CPU dus op 100% staat, zonder aanwijsbaar proces. Daarbij merk ik op dat verschillende bin bestanden weg zijn of de rechten er af zijn.
Zo is van /usr/bin/python2.7 de rechten er af, die heb ik er weer terug opgezet zodat alles weer een beetje begon te werken.
De /usr/sbin/sshd is in zijn geheel weg. Die heb ik zojuist weer via yum teruggezet.
Precies hetzelfde is afgelopen nacht ook gebeurt. We hebben de VM gerestored maar nu gebeurt dus weer hetzelfde.
Een aanwijzing kan zijn als ik erachter kom welk process of thread nu die 100% CPU veroorzaakt. Ik kan mijn weg wel vinden in Linux maar ben geen expert, ik sta open voor suggesties.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
| processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
stepping : 1
microcode : 0xb000036
cpu MHz : 2199.998
cache size : 30720 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon nopl tsc_reliable nonstop_tsc eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx hypervisor lahf_lm 3dnowprefetch arat
bogomips : 4399.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
stepping : 1
microcode : 0xb000036
cpu MHz : 2199.998
cache size : 30720 KB
physical id : 2
siblings : 1
core id : 0
cpu cores : 1
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon nopl tsc_reliable nonstop_tsc eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx hypervisor lahf_lm 3dnowprefetch arat
bogomips : 4399.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: |