156-835 Exam QuestionsBrowse all questions from this exam

156-835 Exam - Question 26


What does the command'g_all' do?

Show Answer
Correct Answer: A

The command 'g_all' is used to execute a specified command on all active appliances within a Security Group. This means that whatever instruction follows 'g_all' will be performed across all currently active appliances in that group, ensuring consistent behavior and actions are taken in a distributed environment.

Discussion

4 comments
Sign in to comment
bcleve1982
Jan 14, 2024

Per the official exam book: "The g_all command will perform following instruction on all ACTIVE SGMs. For example, g_all “touch test.txt” will create the test.txt file on all SGMs." Answer is A.

Jallic
Aug 7, 2023

Believe the answer is B

Examinator1111
May 28, 2024

Answer A: "Gaia gClish commands apply globally to all Security Group Members, by default.commands apply globally to all Security Group Members, by default. Gaia gClish commands do not apply to Security Group Members that are in the DOWN state in the Security Group." https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_Maestro_AdminGuide/Topics-Maestro-AG/Global-Commands.htm

weikoOption: A
Oct 6, 2024

"Using Expert Mode When operating in Expert mode on anymembers of the SG, there is a useful shortcut that causes a command to be executed across all active members of the SG. The output is displayed on your screen. Follow these steps: 1. Preface the command with g_ or g_all 2. An arbitrary Expert mode bash command is run on all SGmembers. It delivers output to you without the need for multiple SSH sessions."