<?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: How can I collect OnTap configuration information more easily? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430305#M39684</link>
    <description>&lt;P&gt;Question - why all this manual output from a node level needed daily?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's also a tool out there call Config Advisor, that you can automatically schedule to run and will collect a lot of info.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/software_setup/task_check_cluster_with_config_advisor.html" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap/software_setup/task_check_cluster_with_config_advisor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, what Paul said.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 17:58:10 GMT</pubDate>
    <dc:creator>SpindleNinja</dc:creator>
    <dc:date>2021-12-20T17:58:10Z</dc:date>
    <item>
      <title>How can I collect OnTap configuration information more easily?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430280#M39678</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; I need to collect the information of about 30 nodes with the following command every day,Now my practice is to input commands one by one. I don't know what batch processing method is, or there are scripts that can execute the following commands in batch. The tool I use is SecureCRT. I hope I can get help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;system node run -node * -command sysconfig -ca&lt;BR /&gt;system node run -node * -command sysconfig -v&lt;BR /&gt;system node run -node * -command sysconfig -a&lt;BR /&gt;system node run -node * -command sysconfig -r&lt;BR /&gt;system node run -node * -command storage show disk -p&lt;BR /&gt;system node run -node * -command storage show fault&lt;BR /&gt;system node run -node * -command environment chassis list-sensors&lt;BR /&gt;system node run -node * -command environment all&lt;BR /&gt;system node run -node * -command aggr status -v&lt;BR /&gt;system node run -node * -command vol status -v&lt;BR /&gt;system node run -node * -command ifstat -a&lt;BR /&gt;lun show -node * -v&lt;BR /&gt;system node run -node * -command vol status -s&lt;BR /&gt;system node run -node * -command vol status -f&lt;BR /&gt;system node run -node * -command disk show -n&lt;BR /&gt;system node run -node * -command disk show -v&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:07:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430280#M39678</guid>
      <dc:creator>wzndragon1</dc:creator>
      <dc:date>2025-06-04T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I collect OnTap configuration information more easily?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430302#M39682</link>
      <description>&lt;P&gt;The probably easiest way is to run keyfile SSH auth instead of password and get the output that way...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh cluster 'command'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example on my vSIM:&lt;/P&gt;&lt;P&gt;pstejska@PSTEJSKA03-PC:/mnt/c/Users/pstejska$ vsim version&lt;BR /&gt;Access restricted to authorized users&lt;/P&gt;&lt;P&gt;Last login time: 12/17/2021 20:17:10&lt;BR /&gt;NetApp Release 9.10.1RC1: Wed Oct 27 02:46:19 UTC 2021&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pstejska@PSTEJSKA03-PC:/mnt/c/Users/pstejska$" target="_blank"&gt;pstejska@PSTEJSKA03-PC:/mnt/c/Users/pstejska$&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, no password needed. If you get fancier with bash you can do more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I just use WSL for this and it works perfect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 16:34:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430302#M39682</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2021-12-20T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I collect OnTap configuration information more easily?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430305#M39684</link>
      <description>&lt;P&gt;Question - why all this manual output from a node level needed daily?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's also a tool out there call Config Advisor, that you can automatically schedule to run and will collect a lot of info.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/software_setup/task_check_cluster_with_config_advisor.html" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap/software_setup/task_check_cluster_with_config_advisor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, what Paul said.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 17:58:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430305#M39684</guid>
      <dc:creator>SpindleNinja</dc:creator>
      <dc:date>2021-12-20T17:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I collect OnTap configuration information more easily?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430306#M39685</link>
      <description>&lt;P&gt;Semicolon separate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;system node run -node * -command “sysconfig -ca;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sysconfig -v;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sysconfig -a ; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sysconfig -r”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;etc…&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 18:04:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-can-I-collect-OnTap-configuration-information-more-easily/m-p/430306#M39685</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2021-12-20T18:04:04Z</dc:date>
    </item>
  </channel>
</rss>

