NetApp Certified Support Engineer (NCSE) – ONTAP — Question 15
Which LOADER prompt command ensures that POST is done on boot?
Answer options
- A. setenv POST=true
- B. bye
- C. boot_diag
- D. boot_ontap
Correct answer: A
Explanation
The correct answer is A, as the command 'setenv POST=true' explicitly sets the POST environment variable to true, ensuring that POST is executed on boot. The other options do not influence the POST process; 'bye' exits the LOADER prompt, while 'boot_diag' and 'boot_ontap' are commands for booting into specific modes, not for enabling POST.