Exam NS0-184 All QuestionsBrowse all questions from this exam
Question 8

After the installation of a new ONTAP 9.8 cluster, you have to verify if AutoSupport works.

In this scenario, which two commands would you use to accomplish this task? (Choose two.)

    Correct Answer: A, D

    To verify if AutoSupport works after installing a new ONTAP 9.8 cluster, you should use the commands 'system node autosupport history show' and 'system node autosupport invoke'. 'system node autosupport history show' provides a record of the 50 most recent AutoSupport messages, indicating whether AutoSupport messages have been sent successfully or failed. 'system node autosupport invoke' allows you to manually trigger an AutoSupport message, confirming that the system can send such messages. These two commands together provide both historical data and a means to perform a real-time check.

Discussion
HangLiuOptions: AB

https://docs.netapp.com/us-en/ontap-cli-93/system-node-autosupport-history-show.html#description

whoisthegOptions: AB

There are 3 right answers for this. A. B. D. I think the correct answer is A. and B. A. will show you if an auto support has been sent and weather its successful or failed. B. auto support check show will show you if Http/SMTP/ and your configuration is correct. D. This will try and send an auto support but this command will not show you if it has failed/worked..

pablogtOptions: AD

A & D, You can invoke a test message https://docs.netapp.com/us-en/ontap-cli-93/system-node-autosupport-invoke.html#parameters in B the correct command is system node autosupport check show-details

ec9ab55Options: AB

Should be A+B. D would used to only trigger an autosupport, but then you have to run command B to see the results.

ec9ab55

*run comman A to see the result

cyberman2024

B is not correct on both GPT4 and Claude pro. the reason is on the document: https://docs.netapp.com/us-en/ontap-cli-93/system-node-autosupport-check-show.html the real command is system node autosupport status check show. B is missing a word "status".

Buddy_the_elf

The document you linked to is for ONTAP 9.3. This exam is based on 9.8. "system node autosupport check show" is a valid command in 9.8+. I verified this in Lab On Demand.

Wario9921Options: AB

We going to consider that "D" is for run an autosupport , then the correct answers are A and B. https://kb.netapp.com/onprem/ontap/os/How_to_troubleshoot_autosupport_issues

scanossaOptions: BD

B is wrong, the right syntax is:system node autosupport status check show https://docs.netapp.com/us-en/ontap-cli-9111/system-node-autosupport-check-show.html B and D are correct

scanossa

sorry for typo A and D are correct

whoistheg

this is wrong.. ONTAP 9.12.1 in diag mode 100% supports system node autosupport check show..and its a lot better than looking at command A which just shows you failed attempts

Eiri_FOptions: AB

http://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-970/system__node__autosupport__history__show.html The system node autosupport history show command displays information about the 50 most recent AutoSupport messages sent by nodes in the cluster. http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-970%2Fsystem__node__autosupport__check__show.html The system node autosupport status check show command displays the overall status of the AutoSupport subsystem.

MasterHowOptions: BD

It could be A, B and D... pablogt is wrong, the command with autosupport check show does exist. So I believe the correct answers are B & D, check shows if everything is reachable, D shows if it is working correctly. A does just show if and how the data is transmitted. So I go with B & D