Global Operating System Commands

Global operating system commands are standard Linux commands that run on all or specified 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. When you run a global command in the 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., the operating system runs a global script that is the standard Linux command on the Security Group Members. When you run a command in the Expert mode, it works as a standard Linux command. To use the global command in the Expert mode, run the global command script version as shown in this table:

Gaia gClish Command

Global Command in the Expert Mode

arp

g_arp

cat

g_cat

cp

g_cp

dmesg

g_dmesg

ethtool

g_ethtool

ls

g_ls

md5sum

g_md5sum

mv

g_mv

netstat

g_netstat

reboot

g_reboot

tail

g_tail

tcpdump

g_tcpdump

ifconfig

asg_ifconfig

top

g_top

Note - The parameters and options for the standard Linux command are available for the global command. You can use one or more flags. However, do not use the -l and -r flags together.

Syntax

{<Gaia gClish Command> | <Global Command>} [-b <SGM_IDs>] [<Command Options>]

Parameters

Parameter

Description

-b <SGM_IDs>

Applies to Security Group Members as specified by <SGM_IDs>.

<SGM_IDs> can be:

  • No <SGM_IDs > specified, or all - Applies to all Security Group Members and Sites

  • One Security Group Member (for example, 1_1)

  • A comma-separated list of Security Group Members (for example, 1_1,1_4)

  • A range of Security Group Members (for example, 1_1-1_4)

  • In Dual Site, one Site (chassis1, or chassis2)

  • In Dual Site, the Active Site (chassis_active)

Note - With this option you can only select Security Group Members from one Site.

<Gaia gClish Command>

Standard command in GaiaClosed Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. gClish.

<Global Command>

Global command in the Expert mode as shown in the table above.

<Command Options>

Standard command options for the specified command.

Below is the syntax for some of the global commands