Good morning everyone.
I have a IDS 11.5FC5WE installed on Red Hat 6 Linux. I don't want to use
AFFINITY resources and I dont know how to avoid.
My VPCLASS ONCONFIG parameters
MULTIPROCESSOR 1
VPCLASS cpu,num=4,noage,aff=0
VP_MEMORY_CACHE_KB 0
SINGLE_CPU_VP 0
Linux commands output
[root@srvgbdb001 ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 120
On-line CPU(s) list: 0-119
Thread(s) per core: 2
Core(s) per socket: 15
Socket(s): 4
NUMA node(s): 4
Vendor ID: GenuineIntel
CPU family: 6
Model: 62
Stepping: 7
CPU MHz: 2499.974
BogoMIPS: 4999.28
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 38400K
NUMA node0 CPU(s):
0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116
NUMA node1 CPU(s):
1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77,81,85,89,93,97,101,105,109,113,117
NUMA node2 CPU(s):
2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118
NUMA node3 CPU(s):
3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,119
[root@srvgbdb001 ~]# dmidecode -t4 | grep 'Core Count'
Core Count: 15
Core Count: 15
Core Count: 15
Core Count: 15
[root@srvgbdb001 ~]# dmidecode -t 4 | grep CPU
Socket Designation: CPU1
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU2
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU3
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU4
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
[root@srvgbdb001 ~]# egrep 'siblings|cpu cores' /proc/cpuinfo | head -2
siblings : 30
cpu cores : 15
[root@srvgbdb001 ~]# cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc
-l
4
I have two questions:
1 - How many CPU do I have to consider to set the cpu VPCLASS ? 4 ? 16 ? 120 ?
2 - How can I disable AFFINITY PROCS on IDS 11.5 ?
Thansk a lot
Amndré Luiz Rufino
*******************************************************************************
To post a response via email (IIUG members only):
1. Address it to linux-informix@iiug.org
2. Include the bracketed message number in the subject line: [1624]
*******************************************************************************
I have a IDS 11.5FC5WE installed on Red Hat 6 Linux. I don't want to use
AFFINITY resources and I dont know how to avoid.
My VPCLASS ONCONFIG parameters
MULTIPROCESSOR 1
VPCLASS cpu,num=4,noage,aff=0
VP_MEMORY_CACHE_KB 0
SINGLE_CPU_VP 0
Linux commands output
[root@srvgbdb001 ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 120
On-line CPU(s) list: 0-119
Thread(s) per core: 2
Core(s) per socket: 15
Socket(s): 4
NUMA node(s): 4
Vendor ID: GenuineIntel
CPU family: 6
Model: 62
Stepping: 7
CPU MHz: 2499.974
BogoMIPS: 4999.28
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 38400K
NUMA node0 CPU(s):
0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116
NUMA node1 CPU(s):
1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77,81,85,89,93,97,101,105,109,113,117
NUMA node2 CPU(s):
2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118
NUMA node3 CPU(s):
3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,119
[root@srvgbdb001 ~]# dmidecode -t4 | grep 'Core Count'
Core Count: 15
Core Count: 15
Core Count: 15
Core Count: 15
[root@srvgbdb001 ~]# dmidecode -t 4 | grep CPU
Socket Designation: CPU1
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU2
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU3
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
Socket Designation: CPU4
Version: Intel(R) Xeon(R) CPU E7-4880 v2 @ 2.50GHz
[root@srvgbdb001 ~]# egrep 'siblings|cpu cores' /proc/cpuinfo | head -2
siblings : 30
cpu cores : 15
[root@srvgbdb001 ~]# cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc
-l
4
I have two questions:
1 - How many CPU do I have to consider to set the cpu VPCLASS ? 4 ? 16 ? 120 ?
2 - How can I disable AFFINITY PROCS on IDS 11.5 ?
Thansk a lot
Amndré Luiz Rufino
*******************************************************************************
To post a response via email (IIUG members only):
1. Address it to linux-informix@iiug.org
2. Include the bracketed message number in the subject line: [1624]
*******************************************************************************