<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automation in General Discussion</title>
    <link>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153971#M718</link>
    <description>&lt;P&gt;Hi Matt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response,&lt;/P&gt;
&lt;P&gt;you are right, so you mean to say I should run set of ad-hoc commands to get the status and produce a report using those outputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I am spending lot of time running health check commands on daily basis, which I need to automate, so I thought there can be some playbooks in ansible which can automate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And AcitveIQ is dependent on asup messages, which is not showing the present status/alerts of the system, my plan is to run this script twice a day and get the report generated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any alternative like shell script can get this done I think, do you have any idea on the same?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Vishal&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 08:39:19 GMT</pubDate>
    <dc:creator>VishalKV</dc:creator>
    <dc:date>2020-01-31T08:39:19Z</dc:date>
    <item>
      <title>Automation</title>
      <link>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153955#M716</link>
      <description>&lt;P&gt;can anyone guide on how to build a ansible playbook for cluster health check including,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hardware faults on Nodes, Shelfs, Disks, Ports, PSU, Fan, Motherboard, Connectivity and Configuration&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Event logs - Find out critical errors and highlight the same on report, check on repeated warnings&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:20:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153955#M716</guid>
      <dc:creator>VishalKV</dc:creator>
      <dc:date>2025-06-04T11:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automation</title>
      <link>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153967#M717</link>
      <description>&lt;P&gt;Hi Vishal,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ansible is not designed to be a reporting tool for Hardware faults on Nodes, Shelfs, Disks, Ports, PSU, Fan, Motherboard etc. IE you can't manage the configuration state for a hardware fault. You could run a series of commands to enumerate hardware environment issues. See:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://docs.ansible.com/ansible/latest/modules/na_ontap_command_module.html#na-ontap-command-module" href="https://docs.ansible.com/ansible/latest/modules/na_ontap_command_module.html#na-ontap-command-module" target="_blank" rel="noopener"&gt;https://docs.ansible.com/ansible/latest/modules/na_ontap_command_module.html#na-ontap-command-module&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Active IQ is designed to monitor your storage clusters which will detects and alert on such hardware related events.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://mysupport.netapp.com/products/p/activeiq_um.html" href="https://mysupport.netapp.com/products/p/activeiq_um.html" target="_blank" rel="noopener"&gt;https://mysupport.netapp.com/products/p/activeiq_um.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 04:52:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153967#M717</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2020-01-31T04:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automation</title>
      <link>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153971#M718</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response,&lt;/P&gt;
&lt;P&gt;you are right, so you mean to say I should run set of ad-hoc commands to get the status and produce a report using those outputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I am spending lot of time running health check commands on daily basis, which I need to automate, so I thought there can be some playbooks in ansible which can automate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And AcitveIQ is dependent on asup messages, which is not showing the present status/alerts of the system, my plan is to run this script twice a day and get the report generated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any alternative like shell script can get this done I think, do you have any idea on the same?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Vishal&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 08:39:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Automation/m-p/153971#M718</guid>
      <dc:creator>VishalKV</dc:creator>
      <dc:date>2020-01-31T08:39:19Z</dc:date>
    </item>
  </channel>
</rss>

