Checkpoint: Using “dmidecode” to Find the Appliance Model of a UTM-1

This article details how to use “dmidecode” to find out your Checkpoint UTM-1’s model number.

Dmidecode reports information about your system’s hardware as described in your system BIOS according to the SMBIOS/DMI standard  – see here for a sample output.

This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).

This also works on a number of linux-based operating systems including (but not limited to):

  • Linux i386, x86-64, ia64
  • FreeBSD i386, amd64
  • NetBSD i386, amd64
  • OpenBSD i386, amd64
[Expert@fw-trinity:0]# /usr/sbin/dmidecode | grep "Product Name"
Product Name: U-5-00

Here is the Product Name dmidecode table for the UTM-1/Power-1 appliances:

DMI Code: Model of UTM:
C2_UTM UTM-1 450 Appliance
C6P_UTM UTM-1 2050 Appliance
C6_UTM UTM-1 1050 Appliance
P-10-00 Power-1 5070 Appliance
P-20-00 Power-1 9070 Appliance
U-10-00 UTM-1 270 Appliance
U-15-00 UTM-1 570 Appliance
U-20-00 UTM-1 1070 Appliance
U-30-00 UTM-1 2070 Appliance
U-40-00 UTM-1 3070 Appliance
U-5-00 UTM-1 130 Appliance

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.