VMware

if you only have a single Datastore - how do you migrate from VMFS 5 to 6

  1. Copy all VMs off VMFS5 to another Machine (or delete!)
  2. Disable Swamp
  3. Change Scratch Config to use “/tmp” folder

Error:

<MISSING_DEPENDENCY_VIBS ERROR: Found=['EMU_bootbank_scsi_be2iscsi_12.0.1108.0-10EM.600.0.0.2494585']

[root@MYESXISERVER:~] esxcli software vib list | egrep iscsi
ima-be2iscsi                   12.0.1108.0-1OEM.600.0.0.2494585      EMU          VMwareCertified   2019-08-16
scsi-be2iscsi                  12.0.1108.0-1OEM.600.0.0.2494585      EMU          VMwareCertified   2019-08-16
[root@MYESXISERVER:~] esxcli software vib remove -n scsi-be2iscsi
Removal Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed:
   VIBs Removed: EMU_bootbank_scsi-be2iscsi_12.0.1108.0-1OEM.600.0.0.2494585
   VIBs Skipped:

VMware References

  • Make sure no VMs reference the datastore as CD/DVD drive
  • Unregister all VMs from the Datastore
  • Move all these VMs to a different Datastore
  • Unmount the Datastore
  • Recreate the Datastore as VMFS 6
  • Download the latest bundle patch from VMware for your specific build, e.g. ESXi 6.7
  • Upload this zip file using Web Client to a specific folder on a datastore (note you can also host on the Web Server - if doing many servers - this would be quicker - see reference below on using a URL for an upgrade command line).
  • SSH to the host and run the update (not install) command line as per the below example.
esxcli software vib update -d "/vmfs/volumes/datastore1/VMwarePatch/ESXi670-202010001.zip"

Patching for VMware 7.0 uses the exact same process. Below is an example of installing its patch

esxcli software vib update -d "/vmfs/volumes/datastore1/VMwarePatch/7.0/VMware-ESXi-7.0U3g-20328353-depot.zip"

Reference

The root (or other accounts) can get locked by repeated failed attempts. To unlock the account you need to:

  • Log into ESXI console via KVM or local monitor, i.e. Direct Console Interface or “DCUI”
  • Enable ESXi Shell
  • Use ALT + F1 to switch to Command line - and log in as if you were using SSH
  • Use ALT + F2 if you need to switch back to standard Text based GUI mode - Reference
  • Enter pam_tally2 - -user root to find out how many failed login attempts
  • Enter pam_tally2 - -user root - -reset to reset the account

How to copy a VM from ESXi 'A' to ESXi 'B'

  • Enable SSH on ESXi Server A
  • Enable SSH on ESXi Server B
  • Make sure SSH client FW security profile is enabled on Server A (so you can SSH from Server A to Server B) [Network → Firewall Ports → SSH Client]
  • The below command will copy the complete VM folder from Server A to Server B
  • Use Datastore GUI interface on vSphere to add VM to the inventory

NOTE: Enable SSH Client on Firewall on Server A, so it is allowed out!!!

scp -r "/vmfs/volumes/datastore1/<VM Folder>" root@<ipaddress of esxiB>:/vmfs/volumes/datastore1/
scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r "/vmfs/volumes/datastore2/A_ISO/Gerry" root@ucs-m6-esxi-01:/vmfs/volumes/datastore2/Temp

If you are getting “rekeyed inbound cipher” throttle the BW used with the -l switch (in KBps).

8 MB/s = 65536 Kbps 1 MB/s = 8192 Kbps

Example below - limiting it to 8MB/s

scp -l 65536 /vmfs/volumes/datastore1/server1/* [email protected]:/vmfs/volumes/LocalDataStore/server1

Error

 <MISSING_DEPENDENCY_VIBS ERROR:

So the above shows 3 individual VIBs - (2 are repeated)

QLogic_bootbank_net-qlge_3.0.0.58-1OEM.550.0.0.1331820
Avago_bootbank_scsi-mpt3sas_12.00.00.00-1OEM.600.0.0.2494585
cisco_bootbank_scsi-snic_0.0.1.23-1OEM.550.0.0.1331820 

Reviewing the install VIBs (using the below command)

esxcli software vib list 

These above 3 VIBS are detailed as:

Name                           Version                               Vendor       Acceptance Level  Install Date
-----------------------------  ------------------------------------  -----------  ----------------  ------------
net-qlge                       3.0.0.58-1OEM.550.0.0.1331820         QLogic       VMwareCertified   2020-05-25
scsi-mpt3sas                   12.00.00.00-1OEM.600.0.0.2494585      Avago        VMwareCertified   2020-05-25
scsi-snic                      0.0.1.23-1OEM.550.0.0.1331820         cisco        VMwareCertified   2020-05-25

To remove the above VIBs run the below commands:

esxcli software vib remove -n net-qlge
esxcli software vib remove -n scsi-mpt3sas
esxcli software vib remove -n scsi-snic

Below is the actually output you expect to see when removing the VIBs (only 2 of the VIBs removed in below)

Once the VIBs have been removed,make sure that the VMware 7.0 ISO is attached top the vKVM and reboot the server and select to boot from vKVM DVD - to install VMware 7.0 - which now you upgrade successfully.

[root@MY-EXI-SERVER:~] esxcli software vib remove -n net-qlge
Removal Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed:
   VIBs Removed: QLogic_bootbank_net-qlge_3.0.0.58-1OEM.550.0.0.1331820
   VIBs Skipped:
[root@MY-EXI-SERVER:~] esxcli software vib remove -n scsi-mpt3sas
Removal Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed:
   VIBs Removed: Avago_bootbank_scsi-mpt3sas_12.00.00.00-1OEM.600.0.0.2494585
   VIBs Skipped:

Error

 <MISSING_DEPENDENCY_VIBS ERROR:

These above 2 VIBS (note only 2 on the M5 versus 3 on the m4?) are detailed as:

Name                           Version                               Vendor       Acceptance Level  Install Date
-----------------------------  ------------------------------------  -----------  ----------------  ------------
net-qlge                       3.0.0.58-1OEM.550.0.0.1331820         QLogic       VMwareCertified   2020-05-25
scsi-mpt3sas                   12.00.00.00-1OEM.600.0.0.2494585      Avago        VMwareCertified   2020-05-25

Increase the web server session timeout by setting the variable below from its default of 900 seconds (15 mins) to a higher value.

UserVars.HostClientSessionTimeout

Use the smbiosDump command. Example output below.

[root@localhost:/proc] smbiosDump
Dumping live SMBIOS data!
  BIOS Info (Type 0): #0
    Size: 0x00018
    Vendor: "HP"
    Version: "P70"
    Date: "05/24/2019"
    Start Address: 0xf0000
    ROM Size: 8192 kB
    Features: 0x0703000000007dc9da80
      PCI supported
      PnP supported
      BIOS flashable
      BIOS shadowing allowed
      ESCD supported
      CD boot supported
      Selectable boot supported
      EDD spec supported
      360kB Floppy supported
      1.2MB Floppy supported
      720kB Floppy supported
      Print Screen supported
      8042 Keyboard Services supported
      Serial Services supported
      Printer Services supported
      CGA/Mono Video supported
      ACPI supported
      USB Legacy supported
      BIOS Boot Spec supported
      F12 Network boot supported
      Enable targeted content distribution
    Embedded controller firmware release: 2.72
  System Info (Type 1): #256
    Manufacturer: "HP"
    Product: "ProLiant DL380p Gen8"
    Serial: "CZ35336WMA"
    SKU: "763482-B21"
    Family: "ProLiant"
    UUID: 414d5736333335335a43323834333637
    Wake-up: 0x06 (Power Switch)
  Chassis Info (Type 3): #768
    Manufacturer: "HP"
    Serial: "CZ35336WMA"
    Type: 0x17 (Rack Mount Chassis)
    Bootup State: 0x03 (Safe)
    Power Supply State: 0x03 (Safe)
    Thermal State: 0x03 (Safe)
    Security Status: 0x02 (Unknown)
    Height: 2 U
    Power Cords: 2
  Processor Info (Type 4): #1024
    Payload length: 0x2a
    Socket: "Proc 1"
    Socket Type: 0x26 (Socket LGA2011)
    Socket Status: Populated
    Type: 0x03 (CPU)
    Family: 0xb3 (Xeon)
    Manufacturer: "Intel"
    Version: "Intel(R) Xeon(R) CPU E5-2650L v2 @ 1.70GHz"
    Processor ID: 0xbfebfbff000306e4
    Status: 0x01 (Enabled)
    Voltage: 1.4 V
    External Clock: 100 MHz
    Max. Speed: 4800 MHz
    Current Speed: 1700 MHz
    L1 Cache: #1808
    L2 Cache: #1824
    L3 Cache: #1840
    Core Count: 10
    Core Enabled Count: 10
    Thread Count: 20
    Characteristics: 0x0004 (64-bit Capable)
  Processor Info (Type 4): #1025
    Payload length: 0x2a
    Socket: "Proc 2"
    Socket Type: 0x26 (Socket LGA2011)
    Socket Status: Populated
    Type: 0x03 (CPU)
    Family: 0xb3 (Xeon)
    Manufacturer: "Intel"
    Version: "Intel(R) Xeon(R) CPU E5-2650L v2 @ 1.70GHz"
    Processor ID: 0xbfebfbff000306e4
    Status: 0x04 (Idle)
    Voltage: 1.4 V
    External Clock: 100 MHz
    Max. Speed: 4800 MHz
    Current Speed: 1700 MHz
    L1 Cache: #1814
    L2 Cache: #1830
    L3 Cache: #1846
    Core Count: 10
    Core Enabled Count: 10
    Thread Count: 20
    Characteristics: 0x0004 (64-bit Capable)
  Cache Info (Type 7): #1808
    Designation: "Processor 1 Internal L1 Cache"
    Level: L1
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x04 (Data)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 384 kB
    Current Size: 320 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1814
    Designation: "Processor 2 Internal L1 Cache"
    Level: L1
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x04 (Data)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 384 kB
    Current Size: 320 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1824
    Designation: "Processor 1 Internal L2 Cache"
    Level: L2
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 3072 kB
    Current Size: 2560 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1830
    Designation: "Processor 2 Internal L2 Cache"
    Level: L2
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 3072 kB
    Current Size: 2560 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1840
    Designation: "Processor 1 Internal L3 Cache"
    Level: L3
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x0e (20-way Set-Associative)
    Max. Size: 30720 kB
    Current Size: 25600 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1846
    Designation: "Processor 2 Internal L3 Cache"
    Level: L3
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x0e (20-way Set-Associative)
    Max. Size: 30720 kB
    Current Size: 25600 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Port Connector (Type 8): #2049
    Type: 0x10 (USB)
    Internal Designator: "J33"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 1"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2051
    Type: 0x10 (USB)
    Internal Designator: "J811"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 3"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2052
    Type: 0x10 (USB)
    Internal Designator: "J64"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 4"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2053
    Type: 0x10 (USB)
    Internal Designator: "J65"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 5"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2054
    Type: 0x10 (USB)
    Internal Designator: "J66"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 6"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2055
    Type: 0x10 (USB)
    Internal Designator: "J67"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 7"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2056
    Type: 0x1c (Video Port)
    Internal Designator: "J810"
    External Designator: "Front Video Port"
    External Connector: 0x07 (DB-15 pin female)
  Port Connector (Type 8): #2057
    Type: 0x1c (Video Port)
    Internal Designator: "J36"
    External Designator: "Rear Video Port"
    External Connector: 0x07 (DB-15 pin female)
  Port Connector (Type 8): #2058
    Type: 0x09 (Serial Port 16550A Compatible)
    Internal Designator: "J87"
    External Designator: "COM Port"
    External Connector: 0x08 (DB-9 pin male)
  Port Connector (Type 8): #2059
    Type: 0x1f (Network Port)
    Internal Designator: "J39"
    External Designator: "ILO NIC port"
    External Connector: 0x0b (RJ-45)
  System Slot (Type 9): #2305
    Designation: "PCI-E Slot 1"
    Type: 0xb1 (PCI Express Gen 3)
    Bus Width: 0x0d (x16)
    Status: 0x03 (Available)
    Length: 0x04 (Long)
    Slot ID: 1
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:04:00.0
  System Slot (Type 9): #2306
    Designation: "PCI-E Slot 2"
    Type: 0xb1 (PCI Express Gen 3)
    Bus Width: 0x0b (x8)
    Status: 0x03 (Available)
    Length: 0x04 (Long)
    Slot ID: 2
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:07:00.0
  System Slot (Type 9): #2307
    Designation: "PCI-E Slot 3"
    Type: 0xaf (PCI Express Gen 2 x8)
    Bus Width: 0x0a (x4)
    Status: 0x03 (Available)
    Length: 0x03 (Short)
    Slot ID: 3
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:0a:00.0
  OEM Strings (Type 11): #2816
    PSF:
    Product ID: 763482-B21
  Physical Memory Array (Type 16): #4096
    Use: 0x03 (System memory)
    Location: 0x03 (Motherboard)
    Slots: 12
    Max. Size: 384 GB
    ECC: 0x05 (Single-bit)
  Physical Memory Array (Type 16): #4097
    Use: 0x03 (System memory)
    Location: 0x03 (Motherboard)
    Slots: 12
    Max. Size: 384 GB
    ECC: 0x05 (Single-bit)
  Memory Device (Type 17): #4352
    Location: "PROC  1 DIMM  1"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4353
    Location: "PROC  1 DIMM  2"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4354
    Location: "PROC  1 DIMM  3"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4355
    Location: "PROC  1 DIMM  4"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4356
    Location: "PROC  1 DIMM  5"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4357
    Location: "PROC  1 DIMM  6"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4358
    Location: "PROC  1 DIMM  7"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4359
    Location: "PROC  1 DIMM  8"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4360
    Location: "PROC  1 DIMM  9"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4361
    Location: "PROC  1 DIMM 10"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4362
    Location: "PROC  1 DIMM 11"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4363
    Location: "PROC  1 DIMM 12"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4364
    Location: "PROC  2 DIMM  1"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4365
    Location: "PROC  2 DIMM  2"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4366
    Location: "PROC  2 DIMM  3"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4367
    Location: "PROC  2 DIMM  4"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4368
    Location: "PROC  2 DIMM  5"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4369
    Location: "PROC  2 DIMM  6"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4370
    Location: "PROC  2 DIMM  7"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4371
    Location: "PROC  2 DIMM  8"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4372
    Location: "PROC  2 DIMM  9"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4373
    Location: "PROC  2 DIMM 10"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4374
    Location: "PROC  2 DIMM 11"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4375
    Location: "PROC  2 DIMM 12"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Array Mapping (Type 19): #4864
    Memory Array: #4096
    Partition Width: 1
    Start Address: 0x00000000
    End Address: 0xc0000000
  Memory Array Mapping (Type 19): #4865
    Memory Array: #4096
    Partition Width: 1
    Start Address: 0x0000000100000000
    End Address: 0x0000002040000000
  Type 32 Record: #8192
    Data 00: 20 0b 00 20 00 00 00 00 00 00 00
  Type 38 Record: #9728
    Data 00: 26 12 00 26 01 20 20 ff a3 0c 00 00 00 00 00 00
    Data 10: 00 00
  Type 39 Record: #9984
    Data 00: 27 16 00 27 01 00 01 02 03 00 04 00 cc 01 13 09
    Data 10: ff ff ff ff ff ff
    String 1: "Power Supply 1"
    String 2: "HP"
    String 3: "5BXRE0GHL7C0XU"
    String 4: "656362-B21"
  Type 39 Record: #9985
    Data 00: 27 16 01 27 01 00 01 02 03 00 04 00 cc 01 13 09
    Data 10: ff ff ff ff ff ff
    String 1: "Power Supply 2"
    String 2: "HP"
    String 3: "5BXRD0DLL3F1M5"
    String 4: "656362-B21"
  Onboard Device (Type 41): #10497
    Designation: "NIC Port 1"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x01
    PCI Address: 0000:03:00.0
  Onboard Device (Type 41): #10498
    Designation: "NIC Port 2"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x02
    PCI Address: 0000:03:00.1
  Onboard Device (Type 41): #10499
    Designation: "NIC Port 3"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x03
    PCI Address: 0000:03:00.2
  Onboard Device (Type 41): #10500
    Designation: "NIC Port 4"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x04
    PCI Address: 0000:03:00.3
  Onboard Device (Type 41): #10561
    Designation: "Storage Controller"
    Status: Enabled
    Type: 0x0a (SAS Controller)
    Instance: 0x01
    PCI Address: 0000:02:00.0
  Type 193 Record: #49409
    Data 00: c1 09 01 c1 01 01 02 03 04
    String 1: "05/21/2018"
    String 2: "03/05/2013"
  Type 194 Record: #49664
    Data 00: c2 05 00 c2 11
  Type 195 Record: #49920
    Data 00: c3 07 00 c3 01 b3 00
    String 1: "$0E1107BB"
  Type 196 Record: #50176
    Data 00: c4 06 00 c4 00 00
  Type 197 Record: #50432
    Data 00: c5 0c 00 c5 00 04 00 01 ff 01 46 00
  Type 197 Record: #50433
    Data 00: c5 0c 01 c5 01 04 20 00 ff 02 46 00
  Type 202 Record: #51712
    Data 00: ca 09 00 ca 00 11 ff 01 01
  Type 202 Record: #51713
    Data 00: ca 09 01 ca 01 11 ff 02 01
  Type 202 Record: #51714
    Data 00: ca 09 02 ca 02 11 ff 03 01
  Type 202 Record: #51715
    Data 00: ca 09 03 ca 03 11 ff 04 01
  Type 202 Record: #51716
    Data 00: ca 09 04 ca 04 11 ff 05 01
  Type 202 Record: #51717
    Data 00: ca 09 05 ca 05 11 ff 06 01
  Type 202 Record: #51718
    Data 00: ca 09 06 ca 06 11 ff 07 01
  Type 202 Record: #51719
    Data 00: ca 09 07 ca 07 11 ff 08 01
  Type 202 Record: #51720
    Data 00: ca 09 08 ca 08 11 ff 09 01
  Type 202 Record: #51721
    Data 00: ca 09 09 ca 09 11 ff 0a 01
  Type 202 Record: #51722
    Data 00: ca 09 0a ca 0a 11 ff 0b 01
  Type 202 Record: #51723
    Data 00: ca 09 0b ca 0b 11 ff 0c 01
  Type 202 Record: #51724
    Data 00: ca 09 0c ca 0c 11 ff 01 02
  Type 202 Record: #51725
    Data 00: ca 09 0d ca 0d 11 ff 02 02
  Type 202 Record: #51726
    Data 00: ca 09 0e ca 0e 11 ff 03 02
  Type 202 Record: #51727
    Data 00: ca 09 0f ca 0f 11 ff 04 02
  Type 202 Record: #51728
    Data 00: ca 09 10 ca 10 11 ff 05 02
  Type 202 Record: #51729
    Data 00: ca 09 11 ca 11 11 ff 06 02
  Type 202 Record: #51730
    Data 00: ca 09 12 ca 12 11 ff 07 02
  Type 202 Record: #51731
    Data 00: ca 09 13 ca 13 11 ff 08 02
  Type 202 Record: #51732
    Data 00: ca 09 14 ca 14 11 ff 09 02
  Type 202 Record: #51733
    Data 00: ca 09 15 ca 15 11 ff 0a 02
  Type 202 Record: #51734
    Data 00: ca 09 16 ca 16 11 ff 0b 02
  Type 202 Record: #51735
    Data 00: ca 09 17 ca 17 11 ff 0c 02
  Type 209 Record: #53504
    Data 00: d1 24 00 d1 00 03 d8 9d 67 16 64 50 01 03 d8 9d
    Data 10: 67 16 64 51 02 03 d8 9d 67 16 64 52 03 03 d8 9d
    Data 20: 67 16 64 53
  Type 211 Record: #54016
    Data 00: d3 07 00 d3 00 04 46
  Type 211 Record: #54022
    Data 00: d3 07 06 d3 01 04 46
  Type 198 Record: #50688
    Data 00: c6 0b 00 c6 01 00 00 00 00 00 01
  Type 199 Record: #50944
    Data 00: c7 64 00 c7 0c 02 00 80 11 20 03 05 d2 06 02 00
    Data 10: 04 03 00 80 11 20 20 04 d3 06 02 00 13 05 00 00
    Data 20: 11 20 13 10 d5 06 02 00 1f 06 00 00 19 20 21 05
    Data 30: d6 06 02 00 18 07 00 00 19 20 21 05 d7 06 02 00
    Data 40: 0d 02 00 00 13 20 21 03 e2 06 03 00 08 03 00 00
    Data 50: 13 20 21 03 e3 06 03 00 2e 04 00 00 19 20 14 03
    Data 60: e4 06 03 00
  Type 201 Record: #51456
    Data 00: c9 0b 00 c9 f0 01 00 00 40 0c 01
  Type 215 Record: #55040
    Data 00: d7 06 00 d7 00 05
  Type 216 Record: #55296
    Data 00: d8 17 00 d8 01 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System ROM"
    String 2: "05/24/2019"
  Type 216 Record: #55297
    Data 00: d8 17 01 d8 02 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "Redundant System ROM"
    String 2: "05/21/2018"
  Type 216 Record: #55298
    Data 00: d8 17 02 d8 03 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System ROM Bootblock"
    String 2: "03/05/2013"
  Type 216 Record: #55299
    Data 00: d8 17 03 d8 04 00 01 02 02 33 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 0c 00
    String 1: "Power Management Controller Firmware"
    String 2: "3.3"
  Type 216 Record: #55300
    Data 00: d8 17 04 d8 05 00 01 02 02 27 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 0c 00
    String 1: "Power Management Controller Firmware Bootloader"
    String 2: "2.7"
  Type 216 Record: #55301
    Data 00: d8 17 05 d8 08 00 01 00 01 32 32 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System Programmable Logic Device"
  Type 216 Record: #55302
    Data 00: d8 17 06 d8 08 00 01 00 01 0c 0c 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "SAS Programmable Logic Device"
  Type 216 Record: #55303
    Data 00: d8 17 07 d8 09 00 01 00 03 02 00 01 00 07 00 e7
    Data 10: 00 04 00 00 00 01 00
    String 1: "Server Platform Services (SPS) Firmware"
  Type 219 Record: #56064
    Data 00: db 20 00 db df 0b 00 00 0f 00 00 00 00 00 00 00
    Data 10: 07 08 00 00 00 00 00 00 01 00 00 00 00 00 00 00
  Type 223 Record: #57088
    Data 00: df 07 00 df 66 46 70
  Type 224 Record: #57344
    Data 00: e0 05 00 e0 00
  Type 226 Record: #57856
    Data 00: e2 15 00 e2 37 36 33 34 38 32 43 5a 33 35 33 33
    Data 10: 36 57 4d 41 01
    String 1: "CZ35336WMA"
  Type 227 Record: #58112
    Data 00: e3 0c 00 e3 00 04 00 11 0a a0 01 00
  Type 227 Record: #58113
    Data 00: e3 0c 01 e3 00 04 01 11 0a a2 01 00
  Type 227 Record: #58114
    Data 00: e3 0c 02 e3 00 04 02 11 0a a4 01 00
  Type 227 Record: #58115
    Data 00: e3 0c 03 e3 00 04 03 11 0a a8 01 01
  Type 227 Record: #58116
    Data 00: e3 0c 04 e3 00 04 04 11 0a aa 01 01
  Type 227 Record: #58117
    Data 00: e3 0c 05 e3 00 04 05 11 0a ac 01 01
  Type 227 Record: #58118
    Data 00: e3 0c 06 e3 00 04 06 11 09 ac 01 02
  Type 227 Record: #58119
    Data 00: e3 0c 07 e3 00 04 07 11 09 aa 01 02
  Type 227 Record: #58120
    Data 00: e3 0c 08 e3 00 04 08 11 09 a8 01 02
  Type 227 Record: #58121
    Data 00: e3 0c 09 e3 00 04 09 11 09 a4 01 03
  Type 227 Record: #58122
    Data 00: e3 0c 0a e3 00 04 0a 11 09 a2 01 03
  Type 227 Record: #58123
    Data 00: e3 0c 0b e3 00 04 0b 11 09 a0 01 03
  Type 227 Record: #58124
    Data 00: e3 0c 0c e3 01 04 0c 11 0c a0 01 04
  Type 227 Record: #58125
    Data 00: e3 0c 0d e3 01 04 0d 11 0c a2 01 04
  Type 227 Record: #58126
    Data 00: e3 0c 0e e3 01 04 0e 11 0c a4 01 04
  Type 227 Record: #58127
    Data 00: e3 0c 0f e3 01 04 0f 11 0c a8 01 05
  Type 227 Record: #58128
    Data 00: e3 0c 10 e3 01 04 10 11 0c aa 01 05
  Type 227 Record: #58129
    Data 00: e3 0c 11 e3 01 04 11 11 0c ac 01 05
  Type 227 Record: #58130
    Data 00: e3 0c 12 e3 01 04 12 11 0b ac 01 06
  Type 227 Record: #58131
    Data 00: e3 0c 13 e3 01 04 13 11 0b aa 01 06
  Type 227 Record: #58132
    Data 00: e3 0c 14 e3 01 04 14 11 0b a8 01 06
  Type 227 Record: #58133
    Data 00: e3 0c 15 e3 01 04 15 11 0b a4 01 07
  Type 227 Record: #58134
    Data 00: e3 0c 16 e3 01 04 16 11 0b a2 01 07
  Type 227 Record: #58135
    Data 00: e3 0c 17 e3 01 04 17 11 0b a0 01 07
  Type 228 Record: #58368
    Data 00: e4 0e 00 e4 00 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58369
    Data 00: e4 0e 01 e4 01 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58370
    Data 00: e4 0e 02 e4 02 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58371
    Data 00: e4 0e 03 e4 03 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58372
    Data 00: e4 0e 04 e4 04 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58373
    Data 00: e4 0e 05 e4 05 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58374
    Data 00: e4 0e 06 e4 06 00 00 00 00 00 00 ff 01 00
  Type 228 Record: #58375
    Data 00: e4 0e 07 e4 07 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58376
    Data 00: e4 0e 08 e4 08 06 00 00 00 00 00 ff 00 00
  Type 228 Record: #58377
    Data 00: e4 0e 09 e4 09 08 30 01 78 80 01 08 00 00
  Type 228 Record: #58378
    Data 00: e4 0e 0a e4 0a 08 30 01 78 90 01 08 00 00
  Type 228 Record: #58379
    Data 00: e4 0e 0b e4 0b 08 31 01 78 80 01 08 00 00
  Type 228 Record: #58380
    Data 00: e4 0e 0c e4 0c 08 31 01 78 90 01 08 00 00
  Type 228 Record: #58381
    Data 00: e4 0e 0d e4 0d 01 3e ff 01 00 00 07 00 00
  Type 228 Record: #58382
    Data 00: e4 0e 0e e4 0e 01 3e ff 02 00 00 07 00 00
  Type 228 Record: #58383
    Data 00: e4 0e 0f e4 0f 01 3e ff 03 00 00 07 00 00
  Type 228 Record: #58384
    Data 00: e4 0e 10 e4 10 01 3e ff 04 00 00 07 04 00
  Type 228 Record: #58385
    Data 00: e4 0e 11 e4 11 01 3e ff 05 00 00 07 00 00
  Type 228 Record: #58386
    Data 00: e4 0e 12 e4 12 01 3e ff 06 00 00 07 00 00
  Type 228 Record: #58387
    Data 00: e4 0e 13 e4 13 01 3e ff 07 00 00 07 00 00
  Type 228 Record: #58388
    Data 00: e4 0e 14 e4 14 01 3e ff 08 00 00 07 00 00
  Type 228 Record: #58389
    Data 00: e4 0e 15 e4 15 01 3e ff 09 00 00 07 00 00
  Type 228 Record: #58390
    Data 00: e4 0e 16 e4 16 01 3e ff 0a 00 00 07 00 00
  Type 228 Record: #58391
    Data 00: e4 0e 17 e4 17 01 3e ff 0b 00 00 07 00 00
  Type 228 Record: #58392
    Data 00: e4 0e 18 e4 18 01 3e ff 0c 00 00 07 00 00
  Type 229 Record: #58624
    Data 00: e5 64 00 e5 24 44 46 43 00 50 fd bd 00 00 00 00
    Data 10: 00 08 00 00 24 43 52 50 00 50 f8 bd 00 00 00 00
    Data 20: 00 00 05 00 24 48 44 44 00 30 f8 bd 00 00 00 00
    Data 30: 00 20 00 00 24 4f 43 53 00 f0 f7 bd 00 00 00 00
    Data 40: 00 40 00 00 24 4f 43 42 00 f0 f6 bd 00 00 00 00
    Data 50: 00 00 01 00 24 53 41 45 00 e0 f6 bd 00 00 00 00
    Data 60: 00 10 00 00
  Type 230 Record: #58880
    Data 00: e6 0b 00 e6 00 27 01 02 02 03 a0
    String 1: "EMRSN"
    String 2: "14"
  Type 230 Record: #58881
    Data 00: e6 0b 01 e6 01 27 01 02 02 03 a2
    String 1: "LTEON"
    String 2: "04"
  Type 232 Record: #59392
    Data 00: e8 0e 00 e8 00 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59393
    Data 00: e8 0e 01 e8 01 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59394
    Data 00: e8 0e 02 e8 02 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59395
    Data 00: e8 0e 03 e8 03 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59396
    Data 00: e8 0e 04 e8 04 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59397
    Data 00: e8 0e 05 e8 05 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59398
    Data 00: e8 0e 06 e8 06 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59399
    Data 00: e8 0e 07 e8 07 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59400
    Data 00: e8 0e 08 e8 08 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59401
    Data 00: e8 0e 09 e8 09 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59402
    Data 00: e8 0e 0a e8 0a 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59403
    Data 00: e8 0e 0b e8 0b 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59404
    Data 00: e8 0e 0c e8 0c 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59405
    Data 00: e8 0e 0d e8 0d 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59406
    Data 00: e8 0e 0e e8 0e 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59407
    Data 00: e8 0e 0f e8 0f 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59408
    Data 00: e8 0e 10 e8 10 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59409
    Data 00: e8 0e 11 e8 11 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59410
    Data 00: e8 0e 12 e8 12 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59411
    Data 00: e8 0e 13 e8 13 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59412
    Data 00: e8 0e 14 e8 14 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59413
    Data 00: e8 0e 15 e8 15 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59414
    Data 00: e8 0e 16 e8 16 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59415
    Data 00: e8 0e 17 e8 17 11 04 00 00 00 46 05 46 05
[root@localhost:/proc] smbiosdump
-sh: smbiosdump: not found
[root@localhost:/proc] smbiosDump
Dumping live SMBIOS data!
  BIOS Info (Type 0): #0
    Size: 0x00018
    Vendor: "HP"
    Version: "P70"
    Date: "05/24/2019"
    Start Address: 0xf0000
    ROM Size: 8192 kB
    Features: 0x0703000000007dc9da80
      PCI supported
      PnP supported
      BIOS flashable
      BIOS shadowing allowed
      ESCD supported
      CD boot supported
      Selectable boot supported
      EDD spec supported
      360kB Floppy supported
      1.2MB Floppy supported
      720kB Floppy supported
      Print Screen supported
      8042 Keyboard Services supported
      Serial Services supported
      Printer Services supported
      CGA/Mono Video supported
      ACPI supported
      USB Legacy supported
      BIOS Boot Spec supported
      F12 Network boot supported
      Enable targeted content distribution
    Embedded controller firmware release: 2.72
  System Info (Type 1): #256
    Manufacturer: "HP"
    Product: "ProLiant DL380p Gen8"
    Serial: "CZ35336WMA"
    SKU: "763482-B21"
    Family: "ProLiant"
    UUID: 414d5736333335335a43323834333637
    Wake-up: 0x06 (Power Switch)
  Chassis Info (Type 3): #768
    Manufacturer: "HP"
    Serial: "CZ35336WMA"
    Type: 0x17 (Rack Mount Chassis)
    Bootup State: 0x03 (Safe)
    Power Supply State: 0x03 (Safe)
    Thermal State: 0x03 (Safe)
    Security Status: 0x02 (Unknown)
    Height: 2 U
    Power Cords: 2
  Processor Info (Type 4): #1024
    Payload length: 0x2a
    Socket: "Proc 1"
    Socket Type: 0x26 (Socket LGA2011)
    Socket Status: Populated
    Type: 0x03 (CPU)
    Family: 0xb3 (Xeon)
    Manufacturer: "Intel"
    Version: "Intel(R) Xeon(R) CPU E5-2650L v2 @ 1.70GHz"
    Processor ID: 0xbfebfbff000306e4
    Status: 0x01 (Enabled)
    Voltage: 1.4 V
    External Clock: 100 MHz
    Max. Speed: 4800 MHz
    Current Speed: 1700 MHz
    L1 Cache: #1808
    L2 Cache: #1824
    L3 Cache: #1840
    Core Count: 10
    Core Enabled Count: 10
    Thread Count: 20
    Characteristics: 0x0004 (64-bit Capable)
  Processor Info (Type 4): #1025
    Payload length: 0x2a
    Socket: "Proc 2"
    Socket Type: 0x26 (Socket LGA2011)
    Socket Status: Populated
    Type: 0x03 (CPU)
    Family: 0xb3 (Xeon)
    Manufacturer: "Intel"
    Version: "Intel(R) Xeon(R) CPU E5-2650L v2 @ 1.70GHz"
    Processor ID: 0xbfebfbff000306e4
    Status: 0x04 (Idle)
    Voltage: 1.4 V
    External Clock: 100 MHz
    Max. Speed: 4800 MHz
    Current Speed: 1700 MHz
    L1 Cache: #1814
    L2 Cache: #1830
    L3 Cache: #1846
    Core Count: 10
    Core Enabled Count: 10
    Thread Count: 20
    Characteristics: 0x0004 (64-bit Capable)
  Cache Info (Type 7): #1808
    Designation: "Processor 1 Internal L1 Cache"
    Level: L1
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x04 (Data)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 384 kB
    Current Size: 320 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1814
    Designation: "Processor 2 Internal L1 Cache"
    Level: L1
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x04 (Data)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 384 kB
    Current Size: 320 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1824
    Designation: "Processor 1 Internal L2 Cache"
    Level: L2
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 3072 kB
    Current Size: 2560 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1830
    Designation: "Processor 2 Internal L2 Cache"
    Level: L2
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x07 (8-way Set-Associative)
    Max. Size: 3072 kB
    Current Size: 2560 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1840
    Designation: "Processor 1 Internal L3 Cache"
    Level: L3
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x0e (20-way Set-Associative)
    Max. Size: 30720 kB
    Current Size: 25600 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Cache Info (Type 7): #1846
    Designation: "Processor 2 Internal L3 Cache"
    Level: L3
    State: Enabled
    Mode: 0x01 (Write Back)
    Location: 0x00 (Internal, Not Socketed)
    ECC: 0x05 (Single-bit)
    Type: 0x02 (Unknown)
    Associativity: 0x0e (20-way Set-Associative)
    Max. Size: 30720 kB
    Current Size: 25600 kB
    Supported SRAM Types: 0x0008 (Burst)
    Current SRAM Type: 0x0008 (Burst)
  Port Connector (Type 8): #2049
    Type: 0x10 (USB)
    Internal Designator: "J33"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 1"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2051
    Type: 0x10 (USB)
    Internal Designator: "J811"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 3"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2052
    Type: 0x10 (USB)
    Internal Designator: "J64"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 4"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2053
    Type: 0x10 (USB)
    Internal Designator: "J65"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 5"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2054
    Type: 0x10 (USB)
    Internal Designator: "J66"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 6"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2055
    Type: 0x10 (USB)
    Internal Designator: "J67"
    Internal Connector: 0x12 (Access Bus [USB])
    External Designator: "USB Port 7"
    External Connector: 0x12 (Access Bus [USB])
  Port Connector (Type 8): #2056
    Type: 0x1c (Video Port)
    Internal Designator: "J810"
    External Designator: "Front Video Port"
    External Connector: 0x07 (DB-15 pin female)
  Port Connector (Type 8): #2057
    Type: 0x1c (Video Port)
    Internal Designator: "J36"
    External Designator: "Rear Video Port"
    External Connector: 0x07 (DB-15 pin female)
  Port Connector (Type 8): #2058
    Type: 0x09 (Serial Port 16550A Compatible)
    Internal Designator: "J87"
    External Designator: "COM Port"
    External Connector: 0x08 (DB-9 pin male)
  Port Connector (Type 8): #2059
    Type: 0x1f (Network Port)
    Internal Designator: "J39"
    External Designator: "ILO NIC port"
    External Connector: 0x0b (RJ-45)
  System Slot (Type 9): #2305
    Designation: "PCI-E Slot 1"
    Type: 0xb1 (PCI Express Gen 3)
    Bus Width: 0x0d (x16)
    Status: 0x03 (Available)
    Length: 0x04 (Long)
    Slot ID: 1
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:04:00.0
  System Slot (Type 9): #2306
    Designation: "PCI-E Slot 2"
    Type: 0xb1 (PCI Express Gen 3)
    Bus Width: 0x0b (x8)
    Status: 0x03 (Available)
    Length: 0x04 (Long)
    Slot ID: 2
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:07:00.0
  System Slot (Type 9): #2307
    Designation: "PCI-E Slot 3"
    Type: 0xaf (PCI Express Gen 2 x8)
    Bus Width: 0x0a (x4)
    Status: 0x03 (Available)
    Length: 0x03 (Short)
    Slot ID: 3
    Characteristics: 0x0104 (3.3 V, PME#)
    PCI Address: 0000:0a:00.0
  OEM Strings (Type 11): #2816
    PSF:
    Product ID: 763482-B21
  Physical Memory Array (Type 16): #4096
    Use: 0x03 (System memory)
    Location: 0x03 (Motherboard)
    Slots: 12
    Max. Size: 384 GB
    ECC: 0x05 (Single-bit)
  Physical Memory Array (Type 16): #4097
    Use: 0x03 (System memory)
    Location: 0x03 (Motherboard)
    Slots: 12
    Max. Size: 384 GB
    ECC: 0x05 (Single-bit)
  Memory Device (Type 17): #4352
    Location: "PROC  1 DIMM  1"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4353
    Location: "PROC  1 DIMM  2"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4354
    Location: "PROC  1 DIMM  3"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4355
    Location: "PROC  1 DIMM  4"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4356
    Location: "PROC  1 DIMM  5"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4357
    Location: "PROC  1 DIMM  6"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4358
    Location: "PROC  1 DIMM  7"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4359
    Location: "PROC  1 DIMM  8"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4360
    Location: "PROC  1 DIMM  9"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4361
    Location: "PROC  1 DIMM 10"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4362
    Location: "PROC  1 DIMM 11"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4363
    Location: "PROC  1 DIMM 12"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4096
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4364
    Location: "PROC  2 DIMM  1"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4365
    Location: "PROC  2 DIMM  2"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4366
    Location: "PROC  2 DIMM  3"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4367
    Location: "PROC  2 DIMM  4"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4368
    Location: "PROC  2 DIMM  5"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4369
    Location: "PROC  2 DIMM  6"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4370
    Location: "PROC  2 DIMM  7"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4371
    Location: "PROC  2 DIMM  8"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4372
    Location: "PROC  2 DIMM  9"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Device (Type 17): #4373
    Location: "PROC  2 DIMM 10"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4374
    Location: "PROC  2 DIMM 11"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x0080 (Synchronous)
    Data Width: 64 bits (+8 ECC bits)
    Size: No Memory Installed
  Memory Device (Type 17): #4375
    Location: "PROC  2 DIMM 12"
    Manufacturer: "UNKNOWN"
    Part Number: "NOT AVAILABLE"
    Memory Array: #4097
    Form Factor: 0x09 (DIMM)
    Type: 0x18 (DDR3)
    Type Detail: 0x2080 (Synchronous, Registered)
    Data Width: 64 bits (+8 ECC bits)
    Size: 16 GB
    Max. Speed: 1600 MT/s
    Rank: 2
    Configured Speed: 1333 MT/s
    Min. Voltage: 1350 mV
    Max. Voltage: 1500 mV
    Configured Voltage: 1350 mV
  Memory Array Mapping (Type 19): #4864
    Memory Array: #4096
    Partition Width: 1
    Start Address: 0x00000000
    End Address: 0xc0000000
  Memory Array Mapping (Type 19): #4865
    Memory Array: #4096
    Partition Width: 1
    Start Address: 0x0000000100000000
    End Address: 0x0000002040000000
  Type 32 Record: #8192
    Data 00: 20 0b 00 20 00 00 00 00 00 00 00
  Type 38 Record: #9728
    Data 00: 26 12 00 26 01 20 20 ff a3 0c 00 00 00 00 00 00
    Data 10: 00 00
  Type 39 Record: #9984
    Data 00: 27 16 00 27 01 00 01 02 03 00 04 00 cc 01 13 09
    Data 10: ff ff ff ff ff ff
    String 1: "Power Supply 1"
    String 2: "HP"
    String 3: "5BXRE0GHL7C0XU"
    String 4: "656362-B21"
  Type 39 Record: #9985
    Data 00: 27 16 01 27 01 00 01 02 03 00 04 00 cc 01 13 09
    Data 10: ff ff ff ff ff ff
    String 1: "Power Supply 2"
    String 2: "HP"
    String 3: "5BXRD0DLL3F1M5"
    String 4: "656362-B21"
  Onboard Device (Type 41): #10497
    Designation: "NIC Port 1"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x01
    PCI Address: 0000:03:00.0
  Onboard Device (Type 41): #10498
    Designation: "NIC Port 2"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x02
    PCI Address: 0000:03:00.1
  Onboard Device (Type 41): #10499
    Designation: "NIC Port 3"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x03
    PCI Address: 0000:03:00.2
  Onboard Device (Type 41): #10500
    Designation: "NIC Port 4"
    Status: Enabled
    Type: 0x05 (Ethernet)
    Instance: 0x04
    PCI Address: 0000:03:00.3
  Onboard Device (Type 41): #10561
    Designation: "Storage Controller"
    Status: Enabled
    Type: 0x0a (SAS Controller)
    Instance: 0x01
    PCI Address: 0000:02:00.0
  Type 193 Record: #49409
    Data 00: c1 09 01 c1 01 01 02 03 04
    String 1: "05/21/2018"
    String 2: "03/05/2013"
  Type 194 Record: #49664
    Data 00: c2 05 00 c2 11
  Type 195 Record: #49920
    Data 00: c3 07 00 c3 01 b3 00
    String 1: "$0E1107BB"
  Type 196 Record: #50176
    Data 00: c4 06 00 c4 00 00
  Type 197 Record: #50432
    Data 00: c5 0c 00 c5 00 04 00 01 ff 01 46 00
  Type 197 Record: #50433
    Data 00: c5 0c 01 c5 01 04 20 00 ff 02 46 00
  Type 202 Record: #51712
    Data 00: ca 09 00 ca 00 11 ff 01 01
  Type 202 Record: #51713
    Data 00: ca 09 01 ca 01 11 ff 02 01
  Type 202 Record: #51714
    Data 00: ca 09 02 ca 02 11 ff 03 01
  Type 202 Record: #51715
    Data 00: ca 09 03 ca 03 11 ff 04 01
  Type 202 Record: #51716
    Data 00: ca 09 04 ca 04 11 ff 05 01
  Type 202 Record: #51717
    Data 00: ca 09 05 ca 05 11 ff 06 01
  Type 202 Record: #51718
    Data 00: ca 09 06 ca 06 11 ff 07 01
  Type 202 Record: #51719
    Data 00: ca 09 07 ca 07 11 ff 08 01
  Type 202 Record: #51720
    Data 00: ca 09 08 ca 08 11 ff 09 01
  Type 202 Record: #51721
    Data 00: ca 09 09 ca 09 11 ff 0a 01
  Type 202 Record: #51722
    Data 00: ca 09 0a ca 0a 11 ff 0b 01
  Type 202 Record: #51723
    Data 00: ca 09 0b ca 0b 11 ff 0c 01
  Type 202 Record: #51724
    Data 00: ca 09 0c ca 0c 11 ff 01 02
  Type 202 Record: #51725
    Data 00: ca 09 0d ca 0d 11 ff 02 02
  Type 202 Record: #51726
    Data 00: ca 09 0e ca 0e 11 ff 03 02
  Type 202 Record: #51727
    Data 00: ca 09 0f ca 0f 11 ff 04 02
  Type 202 Record: #51728
    Data 00: ca 09 10 ca 10 11 ff 05 02
  Type 202 Record: #51729
    Data 00: ca 09 11 ca 11 11 ff 06 02
  Type 202 Record: #51730
    Data 00: ca 09 12 ca 12 11 ff 07 02
  Type 202 Record: #51731
    Data 00: ca 09 13 ca 13 11 ff 08 02
  Type 202 Record: #51732
    Data 00: ca 09 14 ca 14 11 ff 09 02
  Type 202 Record: #51733
    Data 00: ca 09 15 ca 15 11 ff 0a 02
  Type 202 Record: #51734
    Data 00: ca 09 16 ca 16 11 ff 0b 02
  Type 202 Record: #51735
    Data 00: ca 09 17 ca 17 11 ff 0c 02
  Type 209 Record: #53504
    Data 00: d1 24 00 d1 00 03 d8 9d 67 16 64 50 01 03 d8 9d
    Data 10: 67 16 64 51 02 03 d8 9d 67 16 64 52 03 03 d8 9d
    Data 20: 67 16 64 53
  Type 211 Record: #54016
    Data 00: d3 07 00 d3 00 04 46
  Type 211 Record: #54022
    Data 00: d3 07 06 d3 01 04 46
  Type 198 Record: #50688
    Data 00: c6 0b 00 c6 01 00 00 00 00 00 01
  Type 199 Record: #50944
    Data 00: c7 64 00 c7 0c 02 00 80 11 20 03 05 d2 06 02 00
    Data 10: 04 03 00 80 11 20 20 04 d3 06 02 00 13 05 00 00
    Data 20: 11 20 13 10 d5 06 02 00 1f 06 00 00 19 20 21 05
    Data 30: d6 06 02 00 18 07 00 00 19 20 21 05 d7 06 02 00
    Data 40: 0d 02 00 00 13 20 21 03 e2 06 03 00 08 03 00 00
    Data 50: 13 20 21 03 e3 06 03 00 2e 04 00 00 19 20 14 03
    Data 60: e4 06 03 00
  Type 201 Record: #51456
    Data 00: c9 0b 00 c9 f0 01 00 00 40 0c 01
  Type 215 Record: #55040
    Data 00: d7 06 00 d7 00 05
  Type 216 Record: #55296
    Data 00: d8 17 00 d8 01 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System ROM"
    String 2: "05/24/2019"
  Type 216 Record: #55297
    Data 00: d8 17 01 d8 02 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "Redundant System ROM"
    String 2: "05/21/2018"
  Type 216 Record: #55298
    Data 00: d8 17 02 d8 03 00 01 02 00 00 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System ROM Bootblock"
    String 2: "03/05/2013"
  Type 216 Record: #55299
    Data 00: d8 17 03 d8 04 00 01 02 02 33 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 0c 00
    String 1: "Power Management Controller Firmware"
    String 2: "3.3"
  Type 216 Record: #55300
    Data 00: d8 17 04 d8 05 00 01 02 02 27 00 00 00 00 00 00
    Data 10: 00 00 00 00 00 0c 00
    String 1: "Power Management Controller Firmware Bootloader"
    String 2: "2.7"
  Type 216 Record: #55301
    Data 00: d8 17 05 d8 08 00 01 00 01 32 32 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "System Programmable Logic Device"
  Type 216 Record: #55302
    Data 00: d8 17 06 d8 08 00 01 00 01 0c 0c 00 00 00 00 00
    Data 10: 00 00 00 00 00 00 00
    String 1: "SAS Programmable Logic Device"
  Type 216 Record: #55303
    Data 00: d8 17 07 d8 09 00 01 00 03 02 00 01 00 07 00 e7
    Data 10: 00 04 00 00 00 01 00
    String 1: "Server Platform Services (SPS) Firmware"
  Type 219 Record: #56064
    Data 00: db 20 00 db df 0b 00 00 0f 00 00 00 00 00 00 00
    Data 10: 07 08 00 00 00 00 00 00 01 00 00 00 00 00 00 00
  Type 223 Record: #57088
    Data 00: df 07 00 df 66 46 70
  Type 224 Record: #57344
    Data 00: e0 05 00 e0 00
  Type 226 Record: #57856
    Data 00: e2 15 00 e2 37 36 33 34 38 32 43 5a 33 35 33 33
    Data 10: 36 57 4d 41 01
    String 1: "CZ35336WMA"
  Type 227 Record: #58112
    Data 00: e3 0c 00 e3 00 04 00 11 0a a0 01 00
  Type 227 Record: #58113
    Data 00: e3 0c 01 e3 00 04 01 11 0a a2 01 00
  Type 227 Record: #58114
    Data 00: e3 0c 02 e3 00 04 02 11 0a a4 01 00
  Type 227 Record: #58115
    Data 00: e3 0c 03 e3 00 04 03 11 0a a8 01 01
  Type 227 Record: #58116
    Data 00: e3 0c 04 e3 00 04 04 11 0a aa 01 01
  Type 227 Record: #58117
    Data 00: e3 0c 05 e3 00 04 05 11 0a ac 01 01
  Type 227 Record: #58118
    Data 00: e3 0c 06 e3 00 04 06 11 09 ac 01 02
  Type 227 Record: #58119
    Data 00: e3 0c 07 e3 00 04 07 11 09 aa 01 02
  Type 227 Record: #58120
    Data 00: e3 0c 08 e3 00 04 08 11 09 a8 01 02
  Type 227 Record: #58121
    Data 00: e3 0c 09 e3 00 04 09 11 09 a4 01 03
  Type 227 Record: #58122
    Data 00: e3 0c 0a e3 00 04 0a 11 09 a2 01 03
  Type 227 Record: #58123
    Data 00: e3 0c 0b e3 00 04 0b 11 09 a0 01 03
  Type 227 Record: #58124
    Data 00: e3 0c 0c e3 01 04 0c 11 0c a0 01 04
  Type 227 Record: #58125
    Data 00: e3 0c 0d e3 01 04 0d 11 0c a2 01 04
  Type 227 Record: #58126
    Data 00: e3 0c 0e e3 01 04 0e 11 0c a4 01 04
  Type 227 Record: #58127
    Data 00: e3 0c 0f e3 01 04 0f 11 0c a8 01 05
  Type 227 Record: #58128
    Data 00: e3 0c 10 e3 01 04 10 11 0c aa 01 05
  Type 227 Record: #58129
    Data 00: e3 0c 11 e3 01 04 11 11 0c ac 01 05
  Type 227 Record: #58130
    Data 00: e3 0c 12 e3 01 04 12 11 0b ac 01 06
  Type 227 Record: #58131
    Data 00: e3 0c 13 e3 01 04 13 11 0b aa 01 06
  Type 227 Record: #58132
    Data 00: e3 0c 14 e3 01 04 14 11 0b a8 01 06
  Type 227 Record: #58133
    Data 00: e3 0c 15 e3 01 04 15 11 0b a4 01 07
  Type 227 Record: #58134
    Data 00: e3 0c 16 e3 01 04 16 11 0b a2 01 07
  Type 227 Record: #58135
    Data 00: e3 0c 17 e3 01 04 17 11 0b a0 01 07
  Type 228 Record: #58368
    Data 00: e4 0e 00 e4 00 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58369
    Data 00: e4 0e 01 e4 01 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58370
    Data 00: e4 0e 02 e4 02 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58371
    Data 00: e4 0e 03 e4 03 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58372
    Data 00: e4 0e 04 e4 04 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58373
    Data 00: e4 0e 05 e4 05 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58374
    Data 00: e4 0e 06 e4 06 00 00 00 00 00 00 ff 01 00
  Type 228 Record: #58375
    Data 00: e4 0e 07 e4 07 00 00 00 00 00 00 ff 00 00
  Type 228 Record: #58376
    Data 00: e4 0e 08 e4 08 06 00 00 00 00 00 ff 00 00
  Type 228 Record: #58377
    Data 00: e4 0e 09 e4 09 08 30 01 78 80 01 08 00 00
  Type 228 Record: #58378
    Data 00: e4 0e 0a e4 0a 08 30 01 78 90 01 08 00 00
  Type 228 Record: #58379
    Data 00: e4 0e 0b e4 0b 08 31 01 78 80 01 08 00 00
  Type 228 Record: #58380
    Data 00: e4 0e 0c e4 0c 08 31 01 78 90 01 08 00 00
  Type 228 Record: #58381
    Data 00: e4 0e 0d e4 0d 01 3e ff 01 00 00 07 00 00
  Type 228 Record: #58382
    Data 00: e4 0e 0e e4 0e 01 3e ff 02 00 00 07 00 00
  Type 228 Record: #58383
    Data 00: e4 0e 0f e4 0f 01 3e ff 03 00 00 07 00 00
  Type 228 Record: #58384
    Data 00: e4 0e 10 e4 10 01 3e ff 04 00 00 07 04 00
  Type 228 Record: #58385
    Data 00: e4 0e 11 e4 11 01 3e ff 05 00 00 07 00 00
  Type 228 Record: #58386
    Data 00: e4 0e 12 e4 12 01 3e ff 06 00 00 07 00 00
  Type 228 Record: #58387
    Data 00: e4 0e 13 e4 13 01 3e ff 07 00 00 07 00 00
  Type 228 Record: #58388
    Data 00: e4 0e 14 e4 14 01 3e ff 08 00 00 07 00 00
  Type 228 Record: #58389
    Data 00: e4 0e 15 e4 15 01 3e ff 09 00 00 07 00 00
  Type 228 Record: #58390
    Data 00: e4 0e 16 e4 16 01 3e ff 0a 00 00 07 00 00
  Type 228 Record: #58391
    Data 00: e4 0e 17 e4 17 01 3e ff 0b 00 00 07 00 00
  Type 228 Record: #58392
    Data 00: e4 0e 18 e4 18 01 3e ff 0c 00 00 07 00 00
  Type 229 Record: #58624
    Data 00: e5 64 00 e5 24 44 46 43 00 50 fd bd 00 00 00 00
    Data 10: 00 08 00 00 24 43 52 50 00 50 f8 bd 00 00 00 00
    Data 20: 00 00 05 00 24 48 44 44 00 30 f8 bd 00 00 00 00
    Data 30: 00 20 00 00 24 4f 43 53 00 f0 f7 bd 00 00 00 00
    Data 40: 00 40 00 00 24 4f 43 42 00 f0 f6 bd 00 00 00 00
    Data 50: 00 00 01 00 24 53 41 45 00 e0 f6 bd 00 00 00 00
    Data 60: 00 10 00 00
  Type 230 Record: #58880
    Data 00: e6 0b 00 e6 00 27 01 02 02 03 a0
    String 1: "EMRSN"
    String 2: "14"
  Type 230 Record: #58881
    Data 00: e6 0b 01 e6 01 27 01 02 02 03 a2
    String 1: "LTEON"
    String 2: "04"
  Type 232 Record: #59392
    Data 00: e8 0e 00 e8 00 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59393
    Data 00: e8 0e 01 e8 01 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59394
    Data 00: e8 0e 02 e8 02 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59395
    Data 00: e8 0e 03 e8 03 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59396
    Data 00: e8 0e 04 e8 04 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59397
    Data 00: e8 0e 05 e8 05 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59398
    Data 00: e8 0e 06 e8 06 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59399
    Data 00: e8 0e 07 e8 07 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59400
    Data 00: e8 0e 08 e8 08 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59401
    Data 00: e8 0e 09 e8 09 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59402
    Data 00: e8 0e 0a e8 0a 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59403
    Data 00: e8 0e 0b e8 0b 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59404
    Data 00: e8 0e 0c e8 0c 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59405
    Data 00: e8 0e 0d e8 0d 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59406
    Data 00: e8 0e 0e e8 0e 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59407
    Data 00: e8 0e 0f e8 0f 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59408
    Data 00: e8 0e 10 e8 10 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59409
    Data 00: e8 0e 11 e8 11 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59410
    Data 00: e8 0e 12 e8 12 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59411
    Data 00: e8 0e 13 e8 13 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59412
    Data 00: e8 0e 14 e8 14 11 04 00 00 00 46 05 46 05
  Type 232 Record: #59413
    Data 00: e8 0e 15 e8 15 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59414
    Data 00: e8 0e 16 e8 16 11 00 00 00 00 00 00 00 00
  Type 232 Record: #59415
    Data 00: e8 0e 17 e8 17 11 04 00 00 00 46 05 46 05
[root@localhost:/proc]

Enable and set community string using the commands below.
To restrict by IP address configure via GUI -: Networking → Firewall → SNMP Server
Then enter the IP networks you want to allow SNMP polling from.

esxcli system snmp set --enable true

esxcli system snmp set --communities <snmp community string>

esxcli system snmp get
  • vendors/vmware/home.txt
  • Last modified: 2024/05/02 14:16
  • by gerardorourke