cpinfo
Description
Collect a Check Point Support Information (CPinfo) file.
Check Point Support uses this file to understand the appliance configuration.
Syntax
|
|
|
Parameters
Parameter |
Description |
---|---|
|
Shows the built-in help |
|
Shows the CPinfo tool version |
|
Includes the policy files in the output |
|
Compresses the output file (GZip) Applies only when you use the " |
|
Specifies the path and the name for the output file If you do not specify the path, the command creates the output file in the current working directory |
Example
[Expert@HostName]# cpinfo -p -z -o /storage/myAppliance.cpinfo cpinfo (I:0110): Beginning ... cpinfo (I:0116): Latest cpinfo version: http://www.checkpoint.com/downloads/ cpinfo (I:0123): Getting components list... cpinfo (I:0124): Getting CP status... cpinfo (I:0125): Getting CP products keys... cpinfo (I:0126): Getting CP products version information... cpinfo (I:0127): Getting system information... cpinfo (I:0128): Getting IP Interfaces information... cpinfo (I:0129): Running netstat... cpinfo (I:0133): Getting FW-1 data... cpinfo (I:0136): Getting license information... cpinfo (I:0138): Getting other CP products information... cpinfo (I:0139): Getting CPWD (Watch Dog) information... cpinfo (I:0140): Getting directory listing... cpinfo (I:0142): Getting kernel information... cpinfo (I:0112): Embedding files ... cpinfo (I:0143): Embedding appliance-specific information... cpinfo (I:0117): Zipping output file ... cpinfo (I:0118): Zipping output file - done (/storage/myAppliance.cpinfo.gz) cpinfo (I:0111): Done [Expert@HostName]# [Expert@HostName]# ls -l /storage/myAppliance.cpinfo* -rw-r--r-- 1 root root 11571353 Sep 17 17:59 /storage/myAppliance.cpinfo.gz [Expert@HostName]# |