DB2 10 for z/OS Database Administrator — Question 18
Which of the following commands will list all of the disk configurations of the file system DATAFS in a DB2 pureScale cluster?
Answer options
- A. db2cluster –cfs –list –filesystem datafs
- B. db2cluster –cfs –display –filesystem datafs
- C. db2cluster –cfs –listconfig –filesystem datafs
- D. db2cluster –cfs –displayconfig –filesystem datafs
Correct answer: A
Explanation
The correct command, A, uses the option –list, which is specifically designed to display all configurations for a file system in DB2 pureScale. The other options either use incorrect flags like –display or –displayconfig, which do not provide the complete list of disk configurations.