Possible reason: issues with power supply(ies) while booting the Open Server.
Follow these recommendations:
Note: Before following the steps below, verify that the BIOS settings are correct (e.g., all CPU cores are enabled, "APIC Mode" is enabled, etc).
- Reboot the Open Server.
- Run the '
cat /proc/cpuinfo | grep processor
' command to see how many CPU cores are reported.
-
If the issue persists (only one CPU core is reported), then check whether other CPU cores are logically offline:
[Expert@HostName]# for CPUCORE in $(ls -1 /sys/devices/system/cpu) ; do echo "Status of ${CPUCORE}: $(cat /sys/devices/system/cpu/${CPUCORE}/online)" ; done
- If the returned value for a CPU core is 0, then this CPU core is logically offline
- If the returned value for a CPU core is 1, then this CPU core is logically online
-
Bring logically online the desired CPU cores:
[Expert@HostName]# echo 1 > /sys/devices/system/cpu/cpu<X>/online
where cpu<X> denotes a CPU core - cpu1, cpu2, etc. (run 'ls -1 /sys/devices/system/cpu
' command).
- Run the '
cat /proc/cpuinfo | grep processor
' command to see how many CPU cores are reported.
-
If the issue persists, then:
- Contact the Open Server vendor's support to verify the BIOS settings and exclude any hardware issues.
- Contact Check Point Support for further assistance.
|
This solution has been verified for the specific scenario, described by the combination of Product, Version and Symptoms. It may not work in other scenarios.
|