<?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: Performance Advisor 4.0 CLI User Guide (Export Help) in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61300#M12775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;leroy wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&amp;nbsp; The responses help put me in the right direction, but I would like some clarification on some of your points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;Yes. Operation Manager support creation of reports that have performance fields whose data come from Perf Advisor.Below is the list of some canned reports that are availabe.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the ability to export the canned graphs, but can operations manager (or performance advisor) export the graph image outside of the canned views.&amp;nbsp; The graphs can be saved as images via the NMC but the customer would like to export multiple graphs on a weekly basis via the command line.?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;There is no way in the cli to save a view/graph in NMC.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Yes use the below cli to do the same.&lt;BLOCKQUOTE class="jive-quote"&gt;
&lt;P&gt;dfm perf view retrieve [ -a &amp;lt;appliance-name-or-id&amp;gt; | -g &amp;lt;group-name-or-id&amp;gt; ] [ -o &amp;lt;perf-object&amp;gt; ] [ -i &amp;lt;perf-instance&amp;gt; ] &amp;lt;view-name&amp;gt; &amp;lt;starttime&amp;gt; &amp;lt;endtime&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this allow me to export the image file (similar to dfm graph) for data collected via Performance Advisor?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No.This will help you retrive the data presented in the view but not as an image file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 18:04:06 GMT</pubDate>
    <dc:creator>adaikkap</dc:creator>
    <dc:date>2010-07-27T18:04:06Z</dc:date>
    <item>
      <title>Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61272#M12769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My customer is in the middle of a full deployment of Operations Manager and have a requirement that I have not been able to find a solution for. They would like to use the data captured by Operations Manager and/or Performance Advisor to export weekly graphs for NFS Operations/sec and NFSv3 Latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph for NFS operations can be easily exported as an image using the 'dfm graph' command in the CLI.&amp;nbsp; However, I have not found a way to export a graph on counters not collected via Operations Manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my questions comes in three different parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is there a way to export graphs on counters not already graphed in Operations Manager (specifically NFSv3 Latency) over a one week period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there a way to export graphs in Performance Advisor, I would like to export the graph rather than the raw data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) What export options are available in the Performance Advisor CLI (dfm perf) to export the raw data so I can run a post process in perl to provide the customer an end to end solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an additional question, with earlier versions of DFM there was a "Advanced Guide" that provided examples of the CLI functionality.&amp;nbsp; Does this exist with DFM 4.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance, and any comments would be appreciated!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:11:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61272#M12769</guid>
      <dc:creator>leroy</dc:creator>
      <dc:date>2025-06-05T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61277#M12770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;1) Is there a way to export graphs on counters not already graphed in Operations Manager (specifically NFSv3 Latency) over a one week period&lt;/PRE&gt;&lt;P&gt;Yes. Operation Manager support creation of reports that have performance fields whose data come from Perf Advisor.Below is the list of some canned reports that are availabe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# dfm report list | grep -i perf&lt;BR /&gt;&amp;nbsp; storage-system-performance-summary performance summary of storage system&lt;BR /&gt;&amp;nbsp; storage-system-NAS-performance-summary NAS performance summary of storage system&lt;BR /&gt;&amp;nbsp; storage-system-SAN-performance-summary SAN performance summary of storage systems&lt;BR /&gt;&amp;nbsp; aggregates-performance-summary performance summary of aggregate&lt;BR /&gt;&amp;nbsp; volumes-performance-summary performance summary of volume&lt;BR /&gt;&amp;nbsp; volumes-NAS-performance-summary NAS performance summary of volume&lt;BR /&gt;&amp;nbsp; volumes-SAN-performance-summary SAN performance summary of volume&lt;BR /&gt;&amp;nbsp; qtrees-performance-summary performance summary of Qtree&lt;BR /&gt;&amp;nbsp; luns-performance-summary&amp;nbsp; performance summary of LUN&lt;BR /&gt;&amp;nbsp; disks-performance-summary performance summary&amp;nbsp; of Disks&lt;BR /&gt;&amp;nbsp; array-luns-performance-summary performance summary&amp;nbsp; of array LUNs&lt;BR /&gt;&amp;nbsp; events-perf&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show current performance events&lt;BR /&gt;&amp;nbsp; events-history-perf&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show all historic performance events&lt;BR /&gt;&amp;nbsp; vfiler-performance-summary performance summary of vFilers&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And these can be viewed aggregated on day,week month etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a week view use the cli as below.&lt;/P&gt;&lt;P&gt;dfm report view -P 1w storage-system-performance-summary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom reports have catalogs specific to performance which can be viewed using the dfm report catalog list command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;dfm report catalog list -A volume will show all fields including performance.&lt;/P&gt;&lt;P&gt;dfm report catalog list -P volume will show only performance fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;2) Is there a way to export graphs in Performance Advisor, I would like to export the graph rather than the raw data&lt;/PRE&gt;&lt;P&gt;Yes use the below cli to do the same.&lt;/P&gt;&lt;P&gt;dfm perf view retrieve [ -a &amp;lt;appliance-name-or-id&amp;gt; | -g &amp;lt;group-name-or-id&amp;gt; ] [ -o &amp;lt;perf-object&amp;gt; ] [ -i &amp;lt;perf-instance&amp;gt; ] &amp;lt;view-name&amp;gt; &amp;lt;starttime&amp;gt; &amp;lt;endtime&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;3) What export options are available in the Performance Advisor CLI (dfm perf) to export the raw data so I can run a post process in perl to provide the customer an end to end solution&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;You can either use the below cli to export the data&lt;/P&gt;&lt;P&gt;dfm perf data export [ -s &amp;lt;start-time&amp;gt; ] [ -e &amp;lt;end-time&amp;gt; ][ -m &amp;lt;maximum-file-size&amp;gt; ]&amp;nbsp; [ &amp;lt;object&amp;gt;[ =&amp;lt;export-file-directory&amp;gt; ] ...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or take a look at the below TR which give details about exporting PA data.&lt;/P&gt;&lt;P&gt;&lt;A href="http://media.netapp.com/documents/tr-3690.pdf" target="_blank"&gt;Access to DataFabric Manager and Performance Advisor Data Using Database Access and Data Export&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;As an additional question, with earlier versions of DFM there was a "Advanced Guide" that provided examples of the CLI functionality.&amp;nbsp; Does this exist with DFM 4.0?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;USe the man pages which give complete details about each cli and its options.&lt;/P&gt;&lt;P&gt;The man can be accessed from the web-ui of operations manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contorl-Center-&amp;gt;Help-&amp;gt;General Help-&amp;gt;Man Pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 03:59:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61277#M12770</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2010-07-27T03:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61281#M12771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 &amp;amp; 2. You can save any chart in performance advisor as an image. If the &lt;/P&gt;&lt;P&gt;required counter is not collected by default, you can enable them and &lt;/P&gt;&lt;P&gt;modify the retention periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can use "dfm perf data retrieve" CLI to export performance &lt;/P&gt;&lt;P&gt;information. The -x option might be of interest, if you are exporting &lt;/P&gt;&lt;P&gt;multiple counters simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. I am not aware of any such guides, at least for performance advisor CLIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish Kumar&lt;/P&gt;&lt;P&gt;Member Technical Staff&lt;/P&gt;&lt;P&gt;SMAI&lt;/P&gt;&lt;P&gt;Tel: +91-80-4184-3146&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 05:37:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61281#M12771</guid>
      <dc:creator>harish</dc:creator>
      <dc:date>2010-07-27T05:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61286#M12772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&amp;nbsp; The responses help put me in the right direction, but I would like some clarification on some of your points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Yes. Operation Manager support creation of reports that have performance fields whose data come from Perf Advisor.Below is the list of some canned reports that are availabe.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the ability to export the canned graphs, but can operations manager (or performance advisor) export the graph image outside of the canned views.&amp;nbsp; The graphs can be saved as images via the NMC but the customer would like to export multiple graphs on a weekly basis via the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Yes use the below cli to do the same.&lt;/P&gt;
&lt;P&gt;dfm perf view retrieve [ -a &amp;lt;appliance-name-or-id&amp;gt; | -g &amp;lt;group-name-or-id&amp;gt; ] [ -o &amp;lt;perf-object&amp;gt; ] [ -i &amp;lt;perf-instance&amp;gt; ] &amp;lt;view-name&amp;gt; &amp;lt;starttime&amp;gt; &amp;lt;endtime&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this allow me to export the image file (similar to dfm graph) for data collected via Performance Advisor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:37:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61286#M12772</guid>
      <dc:creator>leroy</dc:creator>
      <dc:date>2010-07-27T16:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61291#M12773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be more specific, I would like the ability to export the graph for NFS operations and NFS latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dfm graph command allows the ability to export the graph shown in operations manager, but it only provides what is available in the canned reports.&amp;nbsp; Is there a similar option for data collected via Performance Advisor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:40:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61291#M12773</guid>
      <dc:creator>leroy</dc:creator>
      <dc:date>2010-07-27T16:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61296#M12774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check out the dfm man pages for help using the dfm perf data retrieve CLI's.&amp;nbsp; In the DFM web interface, go to Help -&amp;gt; General Help -&amp;gt; Man pages and then search for the dfm perf data retrieve section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a script to convert the dfm perf data retrieve output ot a CSV, using the -x option that Harish mentioned, I have written this for my customer and it is attached.&amp;nbsp; The -x option is nice, but does not produce CSV format natively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:43:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61296#M12774</guid>
      <dc:creator>arndt</dc:creator>
      <dc:date>2010-07-27T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61300#M12775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;leroy wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&amp;nbsp; The responses help put me in the right direction, but I would like some clarification on some of your points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;Yes. Operation Manager support creation of reports that have performance fields whose data come from Perf Advisor.Below is the list of some canned reports that are availabe.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the ability to export the canned graphs, but can operations manager (or performance advisor) export the graph image outside of the canned views.&amp;nbsp; The graphs can be saved as images via the NMC but the customer would like to export multiple graphs on a weekly basis via the command line.?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;There is no way in the cli to save a view/graph in NMC.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Yes use the below cli to do the same.&lt;BLOCKQUOTE class="jive-quote"&gt;
&lt;P&gt;dfm perf view retrieve [ -a &amp;lt;appliance-name-or-id&amp;gt; | -g &amp;lt;group-name-or-id&amp;gt; ] [ -o &amp;lt;perf-object&amp;gt; ] [ -i &amp;lt;perf-instance&amp;gt; ] &amp;lt;view-name&amp;gt; &amp;lt;starttime&amp;gt; &amp;lt;endtime&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this allow me to export the image file (similar to dfm graph) for data collected via Performance Advisor?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No.This will help you retrive the data presented in the view but not as an image file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 18:04:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61300#M12775</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2010-07-27T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61304#M12776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for the guidance. I am familiar with certain dfm cli commands but the syntax is sometimes confusing on errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to request verbose error messages through the cli with a failed command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 00:13:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61304#M12776</guid>
      <dc:creator>leroy</dc:creator>
      <dc:date>2010-07-28T00:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Advisor 4.0 CLI User Guide (Export Help)</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61309#M12777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no such option for displaying error in verbose mode.&lt;/P&gt;&lt;P&gt;Butt there is a option "-v" which is used to display the deatil information in cli. But this is not applicable to all cli.&lt;/P&gt;&lt;P&gt;Use always help command with the specifi cli, it displays whether "-v" is applicable for that cli or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of failure also check the "man dfm" command and see the details use of that command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 04:04:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Advisor-4-0-CLI-User-Guide-Export-Help/m-p/61309#M12777</guid>
      <dc:creator>bipulm</dc:creator>
      <dc:date>2010-07-28T04:04:47Z</dc:date>
    </item>
  </channel>
</rss>

