<?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: Operations Manager - specify time period for a report at cli in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Operations-Manager-specify-time-period-for-a-report-at-cli/m-p/31647#M6546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer in another thread:&lt;/P&gt;&lt;P&gt;&lt;A href="http://communities.netapp.com/thread/5855?tstart=0" target="_blank"&gt;http://communities.netapp.com/thread/5855?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In cli there is an options to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option is -P but some how this got missed in the cli help and man pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fixed in one of the upcoming release(cli help and man pages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the option works in 3.7 and 3.8 releases of DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below is the option name and its possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-P time frame signifies the period to fetch performance data.&lt;/P&gt;&lt;P&gt;           Valid values are 'last, 1d, 1w, 1m, 3m and 1y'. This option&lt;/P&gt;&lt;P&gt;           is valid only in conjunction with performance reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below is the help of the fixed cli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="root@lnx ~" target="_blank"&gt;&lt;/A&gt;# dfm report view help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;    view -- Generate one of several reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;/P&gt;&lt;P&gt;    dfm report view [  (in seconds; for streaming reports)&lt;/P&gt;&lt;P&gt;        -H show deleted objects&lt;/P&gt;&lt;P&gt;        -P time frame signifies the period to fetch performance data.&lt;/P&gt;&lt;P&gt;           Valid values are 'last, 1d, 1w, 1m, 3m and 1y'. This option&lt;/P&gt;&lt;P&gt;           is valid only in conjunction with performance reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 02:05:51 GMT</pubDate>
    <dc:creator>dominicb</dc:creator>
    <dc:date>2009-11-06T02:05:51Z</dc:date>
    <item>
      <title>Operations Manager - specify time period for a report at cli</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Operations-Manager-specify-time-period-for-a-report-at-cli/m-p/31642#M6545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I'm using the following command in a batch file to extract data into a csv from ops manager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;STRONG style=": ; color: #000000; font-size: 12pt; font-family: Calibri; "&gt;dfm report view -F csv volumes-nas-performance-summary &amp;gt; c:\reports\nasperf.csv&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;This outputs the data from the last time it was collected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I would like to know how to specify a time period of 1 month for this report. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;This is possible from the GUI but I need it automated in a script, just can't see how to do it from cli?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Dominic &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:22:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Operations-Manager-specify-time-period-for-a-report-at-cli/m-p/31642#M6545</guid>
      <dc:creator>dominicb</dc:creator>
      <dc:date>2025-06-05T07:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Manager - specify time period for a report at cli</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Operations-Manager-specify-time-period-for-a-report-at-cli/m-p/31647#M6546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer in another thread:&lt;/P&gt;&lt;P&gt;&lt;A href="http://communities.netapp.com/thread/5855?tstart=0" target="_blank"&gt;http://communities.netapp.com/thread/5855?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In cli there is an options to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option is -P but some how this got missed in the cli help and man pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fixed in one of the upcoming release(cli help and man pages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the option works in 3.7 and 3.8 releases of DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below is the option name and its possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-P time frame signifies the period to fetch performance data.&lt;/P&gt;&lt;P&gt;           Valid values are 'last, 1d, 1w, 1m, 3m and 1y'. This option&lt;/P&gt;&lt;P&gt;           is valid only in conjunction with performance reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below is the help of the fixed cli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="root@lnx ~" target="_blank"&gt;&lt;/A&gt;# dfm report view help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;    view -- Generate one of several reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;/P&gt;&lt;P&gt;    dfm report view [  (in seconds; for streaming reports)&lt;/P&gt;&lt;P&gt;        -H show deleted objects&lt;/P&gt;&lt;P&gt;        -P time frame signifies the period to fetch performance data.&lt;/P&gt;&lt;P&gt;           Valid values are 'last, 1d, 1w, 1m, 3m and 1y'. This option&lt;/P&gt;&lt;P&gt;           is valid only in conjunction with performance reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 02:05:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Operations-Manager-specify-time-period-for-a-report-at-cli/m-p/31647#M6546</guid>
      <dc:creator>dominicb</dc:creator>
      <dc:date>2009-11-06T02:05:51Z</dc:date>
    </item>
  </channel>
</rss>

