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")
 
Line 1: Line 1:
 
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]]

Revision as of 15:26, 25 June 2026

serial number:

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