<?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: SMSQL Not Deleting Snapshots in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9240#M2090</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go ahead and follow our best practice on SMSQL. Both ReportServer and ReportServerTempDB are to be treated as any other user database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the primary and log files of both reportserver and reportservertemp databases on separate luns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e ReportServer and ReportServerTempDb primary files on LUN 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ReportServer and ReportServerTempDb log files on LUN 2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 16:59:11 GMT</pubDate>
    <dc:creator>abhisek</dc:creator>
    <dc:date>2011-08-18T16:59:11Z</dc:date>
    <item>
      <title>SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9205#M2078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started to notice that SMSQL was not deleting my Snapshots before/after a backup, even though my backup command had the paramater configured to do so:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;BR /&gt;&lt;EM&gt;new-backup -svr 'SQLServer' -d 'SQLServer', '0' -ver -verInst 'SQLServer' -mp -mpdir 'C:\Program Files\NetApp\SnapManager for SQL Server\SnapMgrMountPoint'&lt;STRONG&gt; -RetainBackupDays 5&lt;/STRONG&gt; -lb -bksif &lt;STRONG&gt;-RetainSnapofSnapInfoDays 5 &lt;/STRONG&gt;-trlog -noutm -mgmt daily&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I went to my backup job log, and noticed the following line:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;[23:00:31.387]&amp;nbsp; WARNING: Deletion of the oldest snapinfo snapshot does not proceed, as the backup partially completed, backup of one or more databases was skipped.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found&lt;EM&gt; &lt;/EM&gt;in the &lt;EM&gt; &lt;/EM&gt;&lt;STRONG&gt;SnapManager® 5.0 for Microsoft® SQL Server Installation and Administration Guide &lt;/STRONG&gt;(although I am using v.5.1 already) on pages 176-177:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;When you select databases at the SQL Server instance level and one of the selected databases cannot be backed up for an unexpected reason (such as the database being offline or in a loading state at the time of the backup), the full database backup operation progresses as follows:&lt;BR /&gt;❖ The backup report includes a message at the beginning of the summary section that indicates that the backup was only partially completed because one or more databases were skipped.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going back to my SMSQL job log I see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;[23:00:22.479]&amp;nbsp;&amp;nbsp;&amp;nbsp; WARNING: Database [ReportServerSCOMTempDB] of [&lt;/EM&gt;&lt;EM&gt;SQLServer&lt;/EM&gt;&lt;EM&gt;] is not in valid configuration, and will not be included in this backup. &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;[23:00:22.495]&amp;nbsp;&amp;nbsp;&amp;nbsp; WARNING: Database [ReportServerTempDB] of [&lt;/EM&gt;&lt;EM&gt;SQLServer&lt;/EM&gt;&lt;EM&gt;] is not in valid configuration, and will not be included in this backup.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never moved the tempdb for my SQL Reporting Services to a LUN since I figured it had the same rule as the "tempdb" database which I also left on Drive C.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my questions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is the best practice location for SQL Reporting Service TempDBs? Should I just move them to the same LUN as the Reporting Services DB?&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How is it that "tempdb" is also on local disk but it works regardless, while if these are on local disk it does not? Is that some built-in exception that is ok?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a way for the job to show something like that clearly or do I need to enable e-mail configurations for this? Is enabling an Event Log Filter Rule Alert for EVID 453 any better? What do other people do?&lt;/P&gt;&lt;OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reuv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:02:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9205#M2078</guid>
      <dc:creator>israelmmi</dc:creator>
      <dc:date>2025-06-05T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9209#M2079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you did not specify the names of databases to be backed up in your backup cmdlet, SMSQL assumed you wanted to back up all the databases on that server, and there was a built in logic to avoid accidentally deleting backups (The logic can be improved to continue deleting snapshots if databases are in local drives).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround for you is to specify databases you want to backup in the cmdlet explicitly.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Qing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 17:35:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9209#M2079</guid>
      <dc:creator>qzhang</dc:creator>
      <dc:date>2011-01-03T17:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9215#M2080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well - I can't do that. The reason I specifically do NOT list databases is because every time I add/remove a database I then need to modify the script - something which I still think is funny for someone to have to do. So I enabled the '0' paramater to include all databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I understand I should just migrate the temp DBs then for RS to LUNs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 06:09:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9215#M2080</guid>
      <dc:creator>israelmmi</dc:creator>
      <dc:date>2011-01-04T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9220#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just kind of curious if you figured out why you are having this issue.&amp;nbsp; I'm having the same issue on a test database that is causing the snapshots to not roll off.&amp;nbsp; It's configured exactly as the other databases. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 14:12:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9220#M2081</guid>
      <dc:creator>chadharter</dc:creator>
      <dc:date>2011-03-30T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9225#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just moved those databases to my luns instead of keeping them on the local disk. Where are your DBs situated presently? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 14:42:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9225#M2083</guid>
      <dc:creator>israelmmi</dc:creator>
      <dc:date>2011-03-30T14:42:50Z</dc:date>
    </item>
    <item>
      <title>SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9230#M2085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this resolve&amp;nbsp; your issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:41:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9230#M2085</guid>
      <dc:creator>bengelstad</dc:creator>
      <dc:date>2011-08-18T15:41:41Z</dc:date>
    </item>
    <item>
      <title>SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9235#M2087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A couple of month ago I create a sql script, witch one list SQL DB per localisation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm would like have several type of retention regarding DB.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;So it's possible to generate the command line without the ReportServerSCOMTempDB &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you want I can provide you the Script.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regard,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:48:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9235#M2087</guid>
      <dc:creator>lagenevoise</dc:creator>
      <dc:date>2011-08-18T15:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: SMSQL Not Deleting Snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9240#M2090</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go ahead and follow our best practice on SMSQL. Both ReportServer and ReportServerTempDB are to be treated as any other user database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the primary and log files of both reportserver and reportservertemp databases on separate luns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e ReportServer and ReportServerTempDb primary files on LUN 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ReportServer and ReportServerTempDb log files on LUN 2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 16:59:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SMSQL-Not-Deleting-Snapshots/m-p/9240#M2090</guid>
      <dc:creator>abhisek</dc:creator>
      <dc:date>2011-08-18T16:59:11Z</dc:date>
    </item>
  </channel>
</rss>

