Showing System Messages (show smo log)

Description

Use the "show smo log" command in Gaia gClishClosed The name of the global command line shell in Check Point Gaia operating system for Security Appliances connected to Check Point Quantum Maestro Orchestrators. Commands you run in this shell apply to all Security Appliances in the Security Group. to show the output of log files aggregated from all Security GroupClosed A logical group of Security Appliances that provides Active/Active cluster functionality. A Security Group can contain one or more Security Appliances. Security Groups work separately and independently from each other. To the production networks, a Security Group appears a single Security Gateway. Every Security Group contains: (A) Applicable Uplink ports, to which your production networks are connected; (B) Security Appliances (the Quantum Maestro Orchestrator determines the applicable Downlink ports automatically); (C) Applicable management port, to which the Check Point Management Server is connected. Members.

The output shows log files in a chronological sequence.

Each line shows the Security Group Member that created the log entry.

Syntax

show smo log <Log File> [from <Date>] [to <Date>] [tail <N>] [filter <String>]

Parameters

Parameter

Description

tail <N>

Show only the last n lines of the log file for each Security Group Member.

For example, tail 3 shows only the last three lines of the specified log file.

<Log File>

Enter the name of the common log file or the full path of the file.

from <Date>

Shows only the log from a given date and above.

to <Date>

Shows only the log until the given date.

filter <String>

Word or phrase to use as an output filter.

For example, filter ospf shows only OSPF messages.

Example

This example shows messages on Site 1 that contain the word "Restarted":

[Expert@MyChassis-ch0x-0x:0]# gclish

[Global] MyChassis-ch01-01 > show smo log messages filter Restarted

Feb 5 12:40:07 1_03 MyChassis-ch01-03 pm[8465]: Restarted /bin/routed[8489], count=1

Feb 5 12:40:09 1_04 MyChassis-ch01-04 pm[8449]: Restarted /bin/routed[9995], count=1

Feb 5 12:40:09 1_04 MyChassis-ch01-04 pm[8449]: Restarted /opt/CPsuite-R81/fw1/bin/cmd[11291], count=1

Feb 5 12:40:09 1_04 MyChassis-ch01-04 pm[8449]: Restarted /usr/libexec/gexecd[11292], count=1

Feb 5 12:40:10 1_03 MyChassis-ch01-03 pm[8465]: Restarted /usr/libexec/gexecd[9701], count=1

Feb 5 12:40:10 1_03 MyChassis-ch01-03 pm[8465]: Restarted /bin/routed[11328], count=2

Feb 5 12:40:10 1_05 MyChassis-ch01-05 pm[8458]: Restarted /bin/routed[9734], count=1

Feb 5 12:40:10 1_05 MyChassis-ch01-05 pm[8458]: Restarted /usr/libexec/gexecd[11331], count=1

Feb 5 12:40:11 1_01 MyChassis-ch01-01 pm[8463]: Restarted /bin/routed[12253], count=3

Feb 5 12:40:11 1_04 MyChassis-ch01-04 pm[8449]: Restarted /bin/routed[11378], count=2

Feb 5 12:40:11 1_04 MyChassis-ch01-04 pm[8449]: Restarted /opt/CPsuite-R81/fw1/bin/cmd[11379], count=2

[Global] MyChassis-ch01-01 >