<?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 Volume\qtree full notification in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49415#M11601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does netapp provide automated email notification facility either via filer or DFM or scripts to notify owners of volumes when the share or volume\qtree are near full, can you explain how this can be acomplished and what is needed.&lt;/P&gt;&lt;P&gt;We are on FAS3050 , ontap 7.2.4 P8 and use basic DFM.&lt;/P&gt;&lt;P&gt;examples or scripts are welcome.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:30:14 GMT</pubDate>
    <dc:creator>fazilsaiyed</dc:creator>
    <dc:date>2025-06-05T07:30:14Z</dc:date>
    <item>
      <title>Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49415#M11601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does netapp provide automated email notification facility either via filer or DFM or scripts to notify owners of volumes when the share or volume\qtree are near full, can you explain how this can be acomplished and what is needed.&lt;/P&gt;&lt;P&gt;We are on FAS3050 , ontap 7.2.4 P8 and use basic DFM.&lt;/P&gt;&lt;P&gt;examples or scripts are welcome.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:30:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49415#M11601</guid>
      <dc:creator>fazilsaiyed</dc:creator>
      <dc:date>2025-06-05T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49418#M11603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this with DFM, but you may need to create notification groups within Operations Manager for people that you would like to get notified. Then you can attach a volume usage event (with 2 or 3 thresholds if you like) to the required volume / qtree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of the box, I don't believe you can do this directly with qtree owners. The problems comes down to how do you define a qtree owner, you can't do it on windows ownership as this often changes during a recovery, and having named owners requires some sort of API. Operations Manager will get you close to this, otherwise you may want to look at a 3rd party quota tool that plugs into the fpolicy functionality of the filer, (something like &lt;A href="http://www.ntpsoftware.com/" target="_blank"&gt;NTP QFS&lt;/A&gt;, or &lt;A href="http://northern.net/" target="_blank"&gt;Northern Storage Suite&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 05:35:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49418#M11603</guid>
      <dc:creator>chriskranz</dc:creator>
      <dc:date>2009-03-07T05:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49423#M11605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the following thresholds in DFM to get notifications when a qtree/volume is close to getting full:&lt;/P&gt;&lt;P&gt;[root@trinity perfdata]# dfm option list | grep -i threshold&lt;/P&gt;&lt;P&gt;... output skipped for brevity ...&lt;/P&gt;&lt;P&gt;qtreeFullThreshold&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;qtreeNearlyFullThreshold&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; 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;volFullThreshold&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;volNearlyFullThreshold&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;&amp;nbsp; 80&lt;/P&gt;&lt;P&gt;... output skipped for brevity ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values listed are the defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then configure alarms to send an email to specific users whenever the thresholds are breached, as follows:&lt;/P&gt;&lt;P&gt;For volumes:&lt;/P&gt;&lt;P&gt;dfm alarm create -E &amp;lt;comma-separated-list-of-email-ids&amp;gt; -C df.kbytes -v warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For qtrees:&lt;/P&gt;&lt;P&gt;dfm alarm create -E &amp;lt;comma-separated-list-of-email-ids&amp;gt; -C qtree.kbytes -v warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 12:42:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49423#M11605</guid>
      <dc:creator>hiyer</dc:creator>
      <dc:date>2009-03-09T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49427#M11607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need for creating new alarms, because you can set an owner and email address for specific volumes and qtrees. When the threhsolds are met, they will receive an email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option to set an owner is availabe in the "edit quota settings"&amp;nbsp; which can found on bottom left after selecting the volume/qtree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 14:49:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49427#M11607</guid>
      <dc:creator>pascalduk</dc:creator>
      <dc:date>2009-03-09T14:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49431#M11609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you can't use DFM on a certain filer cluster?&amp;nbsp; We have a cluster in AU that is only on a private network so we cannot see it via DFM.&amp;nbsp; It can send emails but that's it.&amp;nbsp; Is there a way to set a vol threshold for an autosupport warning/error email to be sent by the filer itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 17:57:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49431#M11609</guid>
      <dc:creator>manheimauctions</dc:creator>
      <dc:date>2009-03-31T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49436#M11611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not out of the box on the NetApp, no. The filer will happily send AutoSupports, but this wouldn't be classed as a support request. It will send an AutoSupport when you fail to take a snapshot because of a volume full though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do this with something custom either using the ManageOnTap SDK or using some RSH / SSH scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 21:26:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49436#M11611</guid>
      <dc:creator>chriskranz</dc:creator>
      <dc:date>2009-03-31T21:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49441#M11613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We achieve this by having an alarm trigger on "qree full" and "qtree almost full" that calls an external script to generate an email message. We found that the message automatically generated by DFM is really intended for a storage adminstrator rather than an end user, and we wanted to be able to notify end users in our case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is simple PERL that generates a "user friendly" email message warning about the qtree getting close to capacity. Because of the consistent volume and qtree naming that we use, the script can identify a unique email address per qtree and then our email system forwards the message to the appropriate person. It may be possible to use the "owner email" field in DFM to specify an address but I'm not sure if that value gets passed to an alarm script or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice if DFM had in-built support for this kind of notification like it has for user quotas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 12:50:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49441#M11613</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2009-05-01T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49446#M11615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to ask if there is a chance that you provide the basic script here in the community (without your special and private logic). This would be a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 08:54:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49446#M11615</guid>
      <dc:creator>christoph_wolf</dc:creator>
      <dc:date>2009-05-07T08:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49450#M11617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. It is very straight-forward. I was originally just going to do it in shell script (my PERL is not that great) but the amount of string manipulation makes it tedious. You should note there is little to no error checking going on here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can tell Ops Manager/DFM to trigger the script by using something like 'dfm alarm modify -u &amp;lt;user&amp;gt; -s "/usr/bin/perl &amp;lt;full path to script&amp;gt;" &amp;lt;alarmid&amp;gt;'. You have to do this using the CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#!/usr/bin/perl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;use strict;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# DFM variables are passed in the environment, but have lengthy names&lt;BR /&gt;my $used = $ENV{"DFM_QTREE_KB_USED"};&lt;BR /&gt;my $limit = $ENV{"DFM_QTREE_KB_LIMIT"};&lt;BR /&gt;my $event = $ENV{"DFM_EVENT_NAME_CLI"};&lt;BR /&gt;my $source = $ENV{"DFM_SOURCE_NAME"};&lt;BR /&gt;my $pctused = $ENV{"DFM_QTREE_KB_PERCENT"};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;# sanity check to make sure this is one of the two events we're expecting&lt;BR /&gt;my $threshold;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if ($event eq "qtree-full") {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $threshold=1;&lt;BR /&gt;} elsif ($event eq "qtree-almost-full") {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $threshold=0;&lt;BR /&gt;} else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit 0;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# "source" is in the format "filer:/volume/qtree" so separate them out:&lt;BR /&gt;my ($filer,$volume,$qtree) = split('/',$source);&lt;BR /&gt;chop($filer);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# translate the quota values into sensible units&lt;BR /&gt;my @units = ('kB','MB','GB','TB');&lt;BR /&gt;my $unit=shift(@units);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while ($used &amp;gt; 1024 and @units) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $unit=shift(@units);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $used /= 1024;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $limit /= 1024;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# two decimal places should be accurate enough...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$used = sprintf("%.2f",$used);&lt;BR /&gt;$limit = sprintf("%.2f",$limit);&lt;BR /&gt;$pctused = sprintf("%.2f",$pctused);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# do whatever logic you need to do here to form an email address from the filer, volume and qtrees&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# my $email = ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# construct the email message to send using whatever logic you need....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# my $message = &amp;lt;&amp;lt;EOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# EOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# send the message thru sendmail:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;open MAIL, '|/usr/sbin/sendmail $email';&lt;BR /&gt;print MAIL $message;&lt;BR /&gt;close MAIL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;# log it, just in case&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;open LOG, '&amp;gt;&amp;gt;/var/log/quota-alert.log';&lt;BR /&gt;print LOG "Alert sent to $email about $source: $used $unit of $limit $unit ($pctused %)\n";&lt;BR /&gt;close LOG;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 11:45:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49450#M11617</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2009-05-07T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49455#M11619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uh, be careful with this as the script is being word-wrapped. Not sure how to prevent that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 11:47:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49455#M11619</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2009-05-07T11:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49459#M11620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you copy and paste the text, the wrapping goes away (at least in IE it does).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 20:43:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49459#M11620</guid>
      <dc:creator>chriskranz</dc:creator>
      <dc:date>2009-05-07T20:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49461#M11621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@pascalduk: &lt;/P&gt;&lt;P&gt;You commented that qtree alerts will be gererated by configuring "Edit Qtree Quota Settings" "Owner Email" in DFM. Somehow we can't get it to work. Did you really test this or assumed that it would work?&lt;/P&gt;&lt;P&gt;If it works: did you /and if how did you configure the message. In DFM you can use import (dfm quota mailformat import) to configure a alert message for the users when triggering a user-quota alert. How must the qtree-quota alert message be configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;Jacques&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 11:04:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49461#M11621</guid>
      <dc:creator>qqjd</dc:creator>
      <dc:date>2010-03-15T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Volume\qtree full notification</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49465#M11622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know how to make this work, I would really love a step-by-step explanation.&amp;nbsp; I've been trying for weeks to get just exactly this working, but alas, no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 22:31:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Volume-qtree-full-notification/m-p/49465#M11622</guid>
      <dc:creator>cat_towerbe</dc:creator>
      <dc:date>2010-11-15T22:31:32Z</dc:date>
    </item>
  </channel>
</rss>

