C1000-026 · Question #46
A company has several appliances and the administrator needs to copy a file to all appliances to run some tests to verify the integrity of the processes. The /opt/qradar/support/all_servers.sh…
The correct answer is A. /opt/qradar/support/all_servers.sh -p. Option A (-p) is correct because the -p flag in QRadar's all_servers.sh script stands for "push", which triggers an SCP-based file copy operation, distributing a specified file to all managed appliances in the deployment simultaneously. Why the distractors are wrong: -k is used…
Question
A company has several appliances and the administrator needs to copy a file to all appliances to run some tests to verify the integrity of the processes. The /opt/qradar/support/all_servers.sh script can be used to issue commands to all QRadar appliances within the deployment. What option must be used with the script to copy the file to all appliances in the deployment?
Options
- A/opt/qradar/support/all_servers.sh -p
- B/opt/qradar/support/all_servers.sh -k
- C/opt/qradar/support/all_servers.sh -C
- D/opt/qradar/support/all_servers.sh -g
How the community answered
(26 responses)- A81% (21)
- B4% (1)
- C4% (1)
- D12% (3)
Explanation
Option A (-p) is correct because the -p flag in QRadar's all_servers.sh script stands for "push", which triggers an SCP-based file copy operation, distributing a specified file to all managed appliances in the deployment simultaneously.
Why the distractors are wrong:
-kis used to pass a specific command (or "kill" a process) to all appliances, not to copy files.-C(uppercase) is used to run a command across all appliances, not to transfer files.-gis a "get" operation - it pulls/retrieves files from remote appliances back to the console, which is the opposite of what's needed here.
Memory tip: Think "-p = push a file out" - just like SCP "push." If you're sending something to all appliances, you're pushing it, so -p is your option. Contrast it with -g for "get" (pulling files in).
Topics
Community Discussion
No community discussion yet for this question.