> Source: [sk103348](https://support.checkpoint.com/results/sk/sk103348)

# sk103348 - Output of 'cat /proc/cpuinfo' command and of 'top' command show only one CPU core on multi-processor Open Server

| Property | Value |
|----------|-------|
| Solution ID | sk103348 |
| Date Created | 2014-11-11 |
| Last Modified | 2017-02-18 |
| Technical Level | General |
| Products | Security Gateway, Security Management Server, Multi-Domain Security Management Server |
| Versions | R82.10, R82, R81.20, R82.10, R82, R81.20, R82.10, R82.20, R81.20, R82, R82.20 |
| OS | Gaia |

## Symptoms

- * Output of the '`cat /proc/cpuinfo`' command shows only one CPU core on multi-processor Open Server.

  *Example*:

  ```
  
  processor       : 0
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 62
  model name      : Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz
  stepping        : 4
  cpu MHz         : 2592.793
  cache size      : 15360 KB
  fdiv_bug        : no
  hlt_bug         : no
  f00f_bug        : no
  coma_bug        : no
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 13
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc up ida pni cx16 popcnt lahf_lm
  bogomips        : 5191.33
  ```

* Output of the '`top`' command when pressing '1' shows only one CPU core on multi-processor Open Server.

## Cause

Possible reason: issues with power supply(ies) while booting the Open Server.

## Solution

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).

1. Reboot the Open Server.   

2. Run the '`cat /proc/cpuinfo | grep processor`' command to see how many CPU cores are reported.   

3. 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**

   <br />

   <br />

4. 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).   

5. Run the '`cat /proc/cpuinfo | grep processor`' command to see how many CPU cores are reported.   

6. If the issue persists, then:

   1. Contact the Open Server vendor's support to verify the BIOS settings and exclude any hardware issues.  

   2. [Contact Check Point Support](http://www.checkpoint.com/services/contact/index.html) for further assistance.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
