QuestionQ7
Troubleshooting Management ServersYou need to run a kernel debug for an extended period because the issue occurs only once or twice each week. You therefore need to add a timestamp to the kernel debug and write its output to a file, but you cannot risk consuming all remaining disk space and have only 10 GB available to save the debug output. What is the correct syntax for this?
- A fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename
- B fw ctl debug -T -f -m 10 -s 1000000 -o debugfilename
- C fw ctl kdebug -T -f -m 10 -s 1000000 > debugfilename
- D fw ctl kdebug -T -m 10 -s 1000000 -o debugfilename
Community Discussion