Difference between revisions of "get system serial number"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "serial number: # ipsctl -a | grep serial category:check point category:nokia")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
this is usefull when opening support tickets with check point.
 +
 
serial number:
 
serial number:
  # ipsctl -a | grep serial
+
  # dmidecode | grep -A 10 "System Information" | grep "Serial Num"
  
 
[[category:check point]]
 
[[category:check point]]
 
[[category:nokia]]
 
[[category:nokia]]

Latest revision as of 15:27, 25 June 2026

this is usefull when opening support tickets with check point.

serial number:

# dmidecode | grep -A 10 "System Information" | grep "Serial Num"