C1000-156 · Question #5
A QRadar administrator needs to quickly check the disk space for all managed hosts. Which command does the administrator use?
The correct answer is C. /opt/qradar/support/all_servers.sh -C -k 'df -Th'. To quickly check the disk space for all managed hosts in IBM QRadar SIEM V7.5, the administrator uses the following command: Command: /opt/qradar/support/all_servers.sh -C -k 'df -Th' Function: This command checks the disk space across all managed hosts, providing detailed…
Question
A QRadar administrator needs to quickly check the disk space for all managed hosts. Which command does the administrator use?
Options
- A/opt/qradar/support/all_servers.sh 'Is -ltrsh"
- B/opt/qradar/support/all_servers.sh "rra -rf /store'
- C/opt/qradar/support/all_servers.sh -C -k 'df -Th'
- D/opt/qradar/support/all_servers.sh -C -K 'watch Is'
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C83% (20)
- D8% (2)
Explanation
To quickly check the disk space for all managed hosts in IBM QRadar SIEM V7.5, the administrator uses the following command: Command: /opt/qradar/support/all_servers.sh -C -k 'df -Th' Function: This command checks the disk space across all managed hosts, providing detailed information about the filesystem types and disk usage. -C: Executes the command on all managed hosts. -k: Keeps the output in a human-readable format. 'df -Th': The specific command to display the disk space usage in a tabular format with human- readable file sizes.
Topics
Community Discussion
No community discussion yet for this question.