<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>SnapCenter — NetApp Community</title>
        <link>https://community.netapp.com/community/</link>
        <pubDate>Sun, 20 Sep 2026 19:31:25 +0000</pubDate>
        <language>en</language>
            <description>SnapCenter — NetApp Community</description>
    <atom:link href="https://community.netapp.com/community/discussions/tagged/snapcenter/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>How to back up databases in seconds and restore them in minutes with Amazon FSx for NetApp ONTAP</title>
        <link>https://community.netapp.com/community/discussion/468034/how-to-back-up-databases-in-seconds-and-restore-them-in-minutes-with-amazon-fsx-for-netapp-ontap</link>
        <pubDate>Mon, 06 Jul 2026 14:52:51 +0000</pubDate>
        <category>Tech ONTAP Blogs</category>
        <dc:creator>Semion</dc:creator>
        <guid isPermaLink="false">468034@/community/discussions</guid>
        <description><![CDATA[<div><p>Databases are at the heart of many business&#8209;critical applications and services. They underpin essential functions such as order processing, billing, inventory management, customer portals, analytics, and much more. When a database becomes unavailable, the consequences are immediate: users lose access to vital information, business operations are disrupted, and reputational damage can quickly ensue.</p><p>To ensure business continuity, organizations set strict recovery point objectives (RPO) and recovery time objectives (RTO) for their most critical databases. Having a backup alone isn&rsquo;t enough; you must be able to restore swiftly to a recent point in time. Achieving these demanding recovery targets for self-managed databases on <a href="https://aws.amazon.com/" target="_blank" rel="noopener nofollow noreferrer">Amazon Web Services (AWS)</a> becomes increasingly difficult as the environment expands in scale.</p><p>By using <a href="https://www.netapp.com/aws/fsx-ontap/" target="_blank" rel="noopener noreferrer nofollow">Amazon FSx for NetApp ONTAP</a> as the backbone of your data infrastructure, you can <a href="https://www.netapp.com/blog/aws-fsxn-blg-optimize-database-performance-costs-with-amazon-fsx-for-netapp-ontap/" target="_blank" rel="noopener noreferrer nofollow">optimize platforms such as SQL Server, Oracle DB, MongoDB, SAP HANA, and others</a>. For many demanding workloads with strict SLAs, FSx for ONTAP is often the only service that enables these databases to run reliably and at scale on the AWS Cloud. In this post, I am going to explain how this is achieved.</p><p>Here&rsquo;s what we&rsquo;ll cover:</p><ul><li><a rel="nofollow" href="https://community.netapp.com/t5/Tech-ONTAP-Blogs/How-to-back-up-databases-in-seconds-and-restore-them-in-minutes-with-Amazon-FSx/ba-p/468034#toc-hId-1707619003">Navigating database resilience challenges: Meeting strict objectives at scale on AWS</a></li><li><a rel="nofollow" href="https://community.netapp.com/t5/Tech-ONTAP-Blogs/How-to-back-up-databases-in-seconds-and-restore-them-in-minutes-with-Amazon-FSx/ba-p/468034#toc-hId--844537958">How FSx for ONTAP optimizes resilience for self-managed databases</a></li><li><a rel="nofollow" href="https://community.netapp.com/t5/Tech-ONTAP-Blogs/How-to-back-up-databases-in-seconds-and-restore-them-in-minutes-with-Amazon-FSx/ba-p/468034#toc-hId--720420875">What this means for your team: Benefits in practice</a></li><li><a rel="nofollow" href="https://community.netapp.com/t5/Tech-ONTAP-Blogs/How-to-back-up-databases-in-seconds-and-restore-them-in-minutes-with-Amazon-FSx/ba-p/468034#toc-hId-1022389460">Summary and next steps</a></li></ul><h2 id="toc-hId-1707619003">Navigating database resilience challenges: Meeting strict objectives at scale on AWS</h2><p>Protecting a single database is one thing, but the task changes dramatically when you&rsquo;re responsible for a large-scale environment. A typical mission-critical deployment can involve hundreds of databases, several hundred terabytes or more of data, and multiple environments dedicated to development, testing, pre-production, and other purposes.</p><p>Within such a landscape, you must meet a range of requirements simultaneously: High availability to ensure that business-critical workloads withstand both component failures and disruptions to Availability Zones (AZs), strict backup recovery objectives, robust disaster recovery (DR) architecture to maintain business connectivity during major incidents, and diligent cost control given the significant expenses associated with database licences, compute resources, and storage capacity.</p><p>Traditional designs that rely solely on database-level replication and periodic backups to block storage or object storage often struggle to address all these demands at scale. As a result, backup windows can expand, restore processes might take longer, and disaster recovery deployments can become increasingly complex and costly to maintain.</p><h2 id="toc-hId--844537958">How FSx for ONTAP optimizes resilience for self-managed databases</h2><p>Let&rsquo;s take a closer look at the standard architecture of self-managed databases on AWS and then discuss how FSx for ONTAP can optimize it. For this example, we will focus on a SQL Server.</p><h3 id="toc-hId-701758872">Initial architecture: AOAG SQL Server running on Amazon EC2 and Amazon EBS</h3><p>I recently worked with a financial customer managing hundreds of databases and over 500 TB of data across multiple environments, including development, test, pre-production, and others. This deployment required high availability across AZs, RPO of 10 minutes and RTO of 1 hour, and an effective DR site to protect against large-scale events and maintain business continuity. The following diagram illustrates the SQL Server architecture the customer chose, with <a href="https://aws.amazon.com/ebs" target="_blank" rel="noopener nofollow noreferrer">Amazon Elastic Block Store (Amazon EBS)</a>&mdash;a common solution for running a SQL Server on AWS:</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/f2/f2d16143b44125fe4b84cb49f996da76.jpg" role="button" title="SQL SERVER WITH EBS.jpg" alt="SQL SERVER WITH EBS.jpg" width="995" /></span></p><p>In this design:</p><ul><li>Two <strong><a href="https://aws.amazon.com/ec2" target="_blank" rel="noopener nofollow noreferrer">Amazon Elastic Compute Cloud (Amazon EC2)</a> instances running SQL Server</strong> are deployed in different AZs within an AWS Region.</li><li>Each instance uses multiple <strong>Amazon EBS volumes</strong> for database files, log files, and other data.</li><li><strong>SQL Server replication</strong>, such as AOAG, keeps the databases synchronized between the instances.</li><li><strong>Amazon EBS snapshots</strong> are used for volume-level backups, with snapshot data stored in <a href="https://aws.amazon.com/s3/" target="_blank" rel="noopener nofollow noreferrer">Amazon Simple Storage Service (Amazon S3)</a>.</li></ul><p>This architecture delivers high availability by distributing SQL Server instances across two separate AZs, while ensuring data durability and recoverability through SQL-level replication and Amazon EBS snapshots stored in Amazon S3. It provides flexible scaling, clear separation of compute and storage, and protection against outages within the Region.</p><p>However, it has several implications:</p><ul><li><strong>Licensing.</strong> AOAG often requires SQL Server Enterprise licensing, which can significantly increase costs when you have many cores and multiple replicas.</li><li><strong>Backup and restore times.</strong> As data volumes grow, the time required to create and restore from volume-level snapshots and copies increases. Meeting the 1-hour RTO across hundreds of databases becomes difficult.</li><li><strong>Storage and cost.</strong> Multiple Amazon EBS volumes, frequent snapshots, and long retention periods increase storage consumption.</li><li><strong>DR site.</strong> Building a DR site using this design typically involves additional infrastructure, extra replicas, more storage, and complex orchestration to meet the RPO and RTO targets.</li></ul><p>At this stage, companies are seeking an alternative architecture to overcome these challenges and optimize resilience. In many cases, as was the case with this customer, the solution lies in the choice of storage service.</p><h3 id="toc-hId--1850398089">Optimized architecture: SQL Server FCI running on Amazon EC2 and FSx for ONTAP</h3><p>Now let&rsquo;s look at an architecture for a SQL Server failover cluster instance (FCI) using FSx for ONTAP as the underlying storage, which the abovementioned customer eventually moved to:</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/d0/d005de08745b1a99a9e748c30c126a91.jpg" role="button" title="FSXN AS A SHARED BLOCK STORAGE.jpg" alt="FSXN AS A SHARED BLOCK STORAGE.jpg" width="1046" /></span></p><p>With this approach, backup and recovery workflows change. Instead of relying only on host-based backups, you use storage-level snapshots as the primary mechanism for protecting data. Creating a snapshot is a fast operation and restore workflows can be built around reverting or cloning from those snapshots.</p><p>Because FSx for ONTAP provides high availability across AZs, it can be used as a shared block storage for both Amazon EC2 instances. With this capability, the customer can move away from an AOAG architecture to FCI, while achieving the same or even better availability. For this architecture, a Standard SQL licence can be used, substantially reducing licensing costs.</p><p>Additionally, because this architecture requires only a single copy of data, it reduces storage capacity and costs and eliminates cross-AZ charges. And without the need for SQL-level replication, Amazon EC2 instance resources are freed up.</p><p>FSx for ONTAP backup operations are based on NetApp incremental Snapshot&trade; technology. Stored locally on the file system, These Snapshots are created rapidly, require minimal storage due to their space-efficient design, and enable quick recovery from logical failures. Their efficient use of space also keeps backup costs low and ensures performance remains unaffected during creation.</p><p>Thanks to an integrated free tool called NetApp SnapCenter&reg; that synchronizes these Snapshot copies with the SQL Server, they become database-aware and require no log forwarding as part of the restoration process.</p><h3 id="toc-hId--107587754">Adding disaster recovery to the mix</h3><p>Now let&rsquo;s add another layer of protection. To further safeguard against physical failures, the design extends to a secondary FSx for ONTAP file system, which can be air-gapped and deployed in another Region. Using NetApp SnapMirror&reg;, data is replicated asynchronously and efficiently, ensuring the latest backups are always available for DR without the overhead of full data copies.</p><p>The following diagram shows the SQL Server DR architecture with FSx for ONTAP:</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/c5/c53fe6545c8bae5d52888321e68cef10.jpg" role="button" title="SQL SERVER DEPLOYMENT WITH DR USING FSXN.jpg" alt="SQL SERVER DEPLOYMENT WITH DR USING FSXN.jpg" width="1074" /></span></p><p>In this setup, the primary FSx for ONTAP file system replicates data incrementally and asynchronously to a secondary FSx for ONTAP file system in a separate Region, providing protection against site-wide or physical failures.</p><p>A disaster recovery SQL Server instance can swiftly attach to replicated volumes or space-efficient thin clones, enabling rapid failover and recovery. DR tests and failovers rely on these storage-level copies, eliminating the need for time-consuming full data restores.</p><p>This approach aligns easily with demanding recovery objectives, such as a 10-minute RPO and 1-hour RTO, because both replication and restoration are handled efficiently at the storage layer.</p><h3 id="toc-hId-1635222581">Outcomes of the revised architecture</h3><p>Compared to the initial architecture, FSx for ONTAP streamlines resilience with high availability across AZs. Backup happens in seconds and restore in minutes, and an effective disaster recovery site is provided.</p><p>For the customer, this meant:</p><ul><li>Meeting its <strong>RPO and RTO requirements</strong>.</li><li>Achieving <strong>high availability across AZs</strong> using a storage&#8209;centric design.</li><li>Reducing <strong>backup operations to seconds</strong> and <strong>restore operations to minutes</strong> by using application-aware, lightweight snapshots.</li><li>Building an <strong>efficient DR site</strong> backed by storage replication.</li><li>Transitioning to a SQL Server Failover Cluster Instance (FCI) design that provided an approximately <strong>40% reduction in licensing and maintenance costs</strong>, along with additional savings on compute and storage.</li></ul><h2 id="toc-hId--720420875"><a target="_blank" name="_Toc257683081" id="_Toc257683081"></a>What this means for your team: Benefits in practice</h2><p>This strategy delivers significant benefits for teams managing their own databases on AWS.</p><p><strong>Database administrators</strong> enjoy quicker and more reliable backup and restore processes, even when working with hundreds of databases. Regular testing of recovery and disaster recovery procedures becomes more straightforward, because snapshot-based clones allow for the rapid creation of temporary environments.</p><p><strong>Storage administrators</strong> benefit from a solution built for efficient snapshots, thin clones, and replication&mdash;naturally supporting database protection. They can set storage policies once and apply them consistently across multiple databases and environments.</p><p><strong>Cloud architects</strong> can implement an architecture that meets stringent RPO and RTO objectives, while optimizing licensing, compute, and storage expenses. Additionally, this approach makes it easier to scale as more databases, environments, and Regions are introduced.</p><p>In short, FSx for ONTAP empowers each team to focus on strategic improvements rather than routine maintenance, enhancing both productivity and resilience.</p><h2 id="toc-hId-1022389460">Summary and next steps</h2><p>Protecting self&#8209;managed databases on AWS at scale is challenging. You need high availability, fast recovery capabilities, and a robust DR strategy, while keeping an eye on cost and operational complexity.</p><p>By adopting FSx for ONTAP as the storage layer and optimizing the architecture, companies can meet strict SLA requirements, achieve high availability across AZs, build efficient DR sites, while gaining substantial savings on licensing costs and additional cost savings on compute and storage.</p><p>If you&rsquo;re running self-managed databases on the AWS Cloud today, this architecture is worth evaluating. Start by assessing your current RPO and RTO targets, backup times, and disaster recovery design, and consider how FSx for ONTAP can help you protect your databases more efficiently.</p><p>To deepen your understanding and explore practical guidance:</p><ul><li><a href="https://www.youtube.com/watch?v=ohU4lDRuB6M&amp;t=447s" target="_blank" rel="noopener nofollow noreferrer">Watch the explainer demo video</a>, showing 3.1 TB of SQL data backed up in just 9 seconds and restored in 8 minutes.</li><li>Read about <a href="https://www.netapp.com/blog/aws-fsxn-blg-optimize-database-performance-costs-with-amazon-fsx-for-netapp-ontap/" target="_blank" rel="noopener noreferrer nofollow">how FSx for ONTAP optimizes database performance and reduces costs by up to 50%</a> and <a href="https://aws.amazon.com/blogs/storage/using-netapp-snapcenter-with-amazon-fsx-for-netapp-ontap-to-protect-your-sql-server-workloads/" target="_blank" rel="noopener nofollow noreferrer">how to protect your SQL Server workloads using NetApp SnapCenter</a> in our blogs.</li><li>Check out the <a href="https://www.netapp.com/aws/fsx-ontap/fsx-mssql-workloads-overview/" target="_blank" rel="noopener noreferrer nofollow">how-to guides and documentation</a> to help you get started.</li></ul></div>]]>
        </description>
    </item>
    <item>
        <title>IBM SVC</title>
        <link>https://community.netapp.com/community/discussion/468012/ibm-svc</link>
        <pubDate>Thu, 02 Jul 2026 17:41:29 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>hurstd</dc:creator>
        <guid isPermaLink="false">468012@/community/discussions</guid>
        <description><![CDATA[<div><p>Is the IBM SVC still supported on AIX?</p></div>]]>
        </description>
    </item>
    <item>
        <title>is anyone using Netapp SnapCenter single mailbox recovery</title>
        <link>https://community.netapp.com/community/discussion/466085/is-anyone-using-netapp-snapcenter-single-mailbox-recovery</link>
        <pubDate>Mon, 02 Mar 2026 21:52:14 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>FelixZhou</dc:creator>
        <guid isPermaLink="false">466085@/community/discussions</guid>
        <description><![CDATA[<div><p>we planned the single mailbox recovery configuration back a while ago but eventually didn't do it since we heard it is going to EOF. is there anyone currently using it?</p><p>we are currently using Rubrik to back up the Exchange database, when there is a need to recovery emails, we mount the database, use Ontrack powercontrol to access the database for recovering emails or making pst files.</p><p>we believe the single mailbox recovery will do the same and worry about the snapshots on exchange database may take too much space or even impact the performance of user access.</p><p>Please share your experience if any.&nbsp;</p><p>thank you,</p></div>]]>
        </description>
    </item>
    <item>
        <title>NetApp  BlueXP Backup and Recovery for MSSQL with advanced protection in hybrid cloud is now GA</title>
        <link>https://community.netapp.com/community/discussion/461980/netapp-bluexp-backup-and-recovery-for-mssql-with-advanced-protection-in-hybrid-cloud-is-now-ga</link>
        <pubDate>Wed, 16 Jul 2025 04:41:12 +0000</pubDate>
        <category>Tech ONTAP Blogs</category>
        <dc:creator>KManohar</dc:creator>
        <guid isPermaLink="false">461980@/community/discussions</guid>
        <description><![CDATA[<div><p>Many customers face challenges related to database discovery, resiliency, data archival, long-term retention, and infrastructure operational challenges. Your databases could be residing anywhere across hybrid cloud, on-premises, hyperscalers which could be hosted on Cloud Volumes ONTAP (CVO), first party service on AWS FSx for ONTAP or service provider-hosted environment, SQL Server could be installed as a standalone or setup with an availability group, protecting data across various setups could get very complex.</p><p>In the event of natural calamities, or the growing threat of ransomware, tapes remain the preferred method for backing up and restoring databases. Until a few years back, restoration from tapes was merely requested for a restoration drill to test whether tape restore is working fine. With an increasing number of ransomware attacks, organizations found that restoring from tape takes over a month, and only 20-40% of the data is typically recovered. &nbsp;RTO and RPO are still a concern for many businesses.</p><p>Another hurdle is lean operating management of the backup admin, where the chances of human error can lead to an incorrect restoration of data that increases the restore time. Operational challenges are mainly managing the product lifecycle of backup. Apart from managing the business infrastructure of critical applications, managing upgrades and coordinating upgrades gets complex, operation team must go through multiple levels of approval and qualifications.</p><p>All these challenges can be overcome in NetApp BlueXP Backup and recovery for Microsoft SQL Server which is now generally available. It is a single control pane to protect Microsoft SQL Server databases. The current release supports SQL Server databases mounted on storage with FC/iscsi-connected LUNs on NetApp storage. Databases running on VMware virtual disk over VMFS &nbsp;or NFS data store are also supported.</p><p><u>Onboarding SQL Server host</u></p><p>After the BlueXP organisation is created and connector is deployed, the first step is to grant the user "Backup &amp; recovery super admin" role access in the "Identity &amp; access management".</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/cb/cb3c21f654dd0ab98486117399764285.png" role="button" title="KManohar_0-1754904580597.png" alt="KManohar_0-1754904580597.png" width="2032" /></span></p><p>&nbsp;Next, go to Protection-&gt; Backup and recovery service. Click Microsoft SQL Server-&gt; Discover and Manage. Fill in the host &amp; credential details to add SQL Server host and click Discover. NetApp backup and recovery service will automatically discover all the instances and database resources running on that SQL Server host.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/9b/9b634a7c2a3b4dfe963c47bff44623ec.png" role="button" title="KManohar_0-1752552700887.png" alt="KManohar_0-1752552700887.png" width="852" /></span></p><p><u>Protecting SQL Server databases:</u></p><p>Protecting SQL Server database is based on policy created in NetApp Backup and recovery. User must define the frequency, schedule and configure destinations to store backups. Single policy can be used to backup multiple databases. Having minimum number of policies helps in reducing the backup policy management.</p><p>Protecting database start with creating policy. Below is the flow of creating policy.</p><ol><li>Enable protection at the instance level or the database level. Select an instance, and select the type of backup architecture.<br /><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/ed/ede097227388ecce9c8919dd543e83bf.png" role="button" title="KManohar_0-1754904793949.png" alt="KManohar_0-1754904793949.png" width="2042" /></span></li><li>Select the frequency &amp; retention of backup in policy<br /><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/6b/6b7d1a2878e9bdb378d6d93af1cf2b14.png" role="button" title="KManohar_2-1752552823934.png" alt="KManohar_2-1752552823934.png" width="904" /></span></li><li>&nbsp;Configure destination volume path, frequency and retention period on the secondary storage<br /><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/4b/4bb67120435ffc71144cd01bb7caf791.png" role="button" title="KManohar_0-1752643231604.png" alt="KManohar_0-1752643231604.png" width="1878" /></span></li><li>Configure object storage destination, frequency and retention period<br /><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/f1/f1ebee4985659e7b792052650294ec3b.png" role="button" title="KManohar_0-1755101866220.png" alt="KManohar_0-1755101866220.png" width="1899" /></span><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/e2/e205cfbd4fe6c40003e97c18696a1e39.png" role="button" title="KManohar_1-1755101912573.png" alt="KManohar_1-1755101912573.png" width="1889" /></span><br /></li><li><p><span>Users can check additional options in the protection policy such as receiving any notification or enabling ransomware scan on object store.</span></p></li></ol><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/69/69f0991f342dadec363f681d5cd75a55.png" role="button" title="KManohar_0-1752641102636.png" alt="KManohar_0-1752641102636.png" width="630" /></span></p><p><span>Create policy and attach it to the database or instance resource. Backup job will run as per the schedule</span></p><p><u>Database cloning:</u></p><p>&nbsp;In case of application testing or reporting, you need a copy of the database, go to clone and select the database to create new clone. With few clicks database clone can be created. The complete orchestration to create clone on ONTAP, mount filesystem to the SQL Server host, and attaching the database to SQL Server host is done from NetApp Backup and Recovery service.</p><p>Below figures shows the workflow of creating clone. User need to provide the details of source database and target destination. Then select the snapshot, recovery scope whether database must be restored with full backup or transactional logs must be restored.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/2f/2f138b7aa36585809059e855f15f5a35.png" role="button" title="KManohar_0-1755102194837.png" alt="KManohar_0-1755102194837.png" width="2126" /></span></p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/a6/a62ad1fb1cc40cf9b5d6cbd75582efe3.png" role="button" title="KManohar_1-1755102230132.png" alt="KManohar_1-1755102230132.png" width="2110" /></span></p><p>.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/25/2556933702a6568580697851b8fc1a96.png" width="88" height="84" role="button" title="KManohar_9-1752553044951.png" alt="KManohar_9-1752553044951.png" /></span><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/4f/4f4d321041aec241b9647218e576dbbb.png" role="button" title="KManohar_10-1752553073814.png" alt="KManohar_10-1752553073814.png" width="904" /></span><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/73/73b452bdc1d4d4c10174b6be41b63e3b.png" width="81" height="76" role="button" title="KManohar_11-1752553099247.png" alt="KManohar_11-1752553099247.png" /></span><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/95/95ab600ccbfb9c6c9463238e5c5a9ed4.png" role="button" title="KManohar_12-1752553113877.png" alt="KManohar_12-1752553113877.png" width="904" /></span></p><p><u>Database restore:</u></p><p>Under Databases inventory, database restoration can be performed by clicking on ellipsis&nbsp;<span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/f2/f21ffe5391c3eb6ba9df10217c8d3a58.png" width="25" height="19" role="button" title="KManohar_0-1752582618919.png" alt="KManohar_0-1752582618919.png" /></span>&nbsp;for specific database and select Restore option.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/db/dbb5dfa36f3cc05af3ab236a119d912e.png" role="button" title="KManohar_2-1755102500465.png" alt="KManohar_2-1755102500465.png" width="2277" /></span></p><p>You could restore database from just a full backup or perform point-in-time-recovery. Select the snapshot and select the source location of snapshot. If the snapshot is deleted from local or secondary storage as per the retention period, restore from object storage. Provide the destination path to restore.</p><p>Figure below shows restore option from object storage.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/df/df3ea9c57735bf544f63ee29ad242800.png" role="button" title="KManohar_14-1752553186416.png" alt="KManohar_14-1752553186416.png" width="908" /></span></p><p>NetApp Backup and recovery service will restore the database securely on same SQL server host or on alternate SQL Server host.</p><p><u>Migrating SnapCenter plug-in for MS SQL Server to NetApp backup and recovery service:</u></p><p>If you are an existing NetApp SnapCenter user, then you should take advantage of the NetApp Backup and recovery. The service has import SnapCenter functionality to migrate most of the SnapCenter protected SQL Server resources to NetApp backup and recovery. All the historical snapshots and configuration metadata will be migrated to NetApp Backup and recovery. Users don&rsquo;t have to reconfigure policies. There is a validation process that checks the feasibility of migration before switching over to NetApp Backup and recovery.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/b5/b57fbda7ff466d94544f0e4ecb0c220d.png" role="button" title="KManohar_0-1755102657078.png" alt="KManohar_0-1755102657078.png" width="1006" /></span></p><p><u>Conclusion:</u></p><p>Finally, reports are a simplified way to look at the overall protection status such as how many databases are protected, how many were successfully backed up and failed. Similar reports are available for restore and clone jobs.</p><p>With all these benefits, you can further modernize infrastructure. Get into the BlueXP management UI, don&rsquo;t worry about the setup process, as it&rsquo;s a managed infrastructure. &nbsp;You don&rsquo;t have to worry about installing a separate server to host SnapCenter or any backup infrastructure. Login into <a href="https://bluexp.netapp.com/" target="_blank" rel="noopener noreferrer nofollow">NetApp BlueXP</a>,&nbsp; evaluate NetApp Backup and recovery for MSSQL Server by signing up for 30-days trial.</p><p>To understand more about the NetApp Backup and recovery, refer documentation <a href="https://docs.netapp.com/us-en/bluexp-backup-recovery/br-use-mssql-protect-overview.html" target="_blank" rel="noopener noreferrer nofollow">here</a>.&nbsp;</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter for SQL</title>
        <link>https://community.netapp.com/community/discussion/461953/snapcenter-for-sql</link>
        <pubDate>Mon, 14 Jul 2025 21:17:16 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>Scott_G</dc:creator>
        <guid isPermaLink="false">461953@/community/discussions</guid>
        <description><![CDATA[<div><p>Where can I find the download for SnapCenter for SQL</p></div>]]>
        </description>
    </item>
    <item>
        <title>snapcenter 6.1p1 postgresql truncate wal</title>
        <link>https://community.netapp.com/community/discussion/461797/snapcenter-6-1p1-postgresql-truncate-wal</link>
        <pubDate>Tue, 01 Jul 2025 13:47:15 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>Spaceball</dc:creator>
        <guid isPermaLink="false">461797@/community/discussions</guid>
        <description><![CDATA[<div><p>I try to setup a postresql backup resource including one postgresql db.&nbsp;<br />In modify resource group, application sessings i try to add custom configuration settings as follows:<br />ARCHIVE_LOG_ENABLE=Y</p><p>ARCHIVE_LOG_RETENTION=15</p><p>ARCHIVE_LOG_DIR=/p99/databasename/archive</p><p>ARCHIVE_LOG_RECURSIVE_SEARCH=N</p><p>and for the parameter</p><p>ARCHIVE_LOG_EXT<br />i did not succeed to declare the correct value.<br /><br />All WAL logs ends with a ".wal"<br />how do i address that in tis configuration?<br />Even leave the vale blanc is not allowed and not setting&nbsp;ARCHIVE_LOG_EXT did not work.</p></div>]]>
        </description>
    </item>
    <item>
        <title>BlueXP Backup and Recovery June&#39;25 Updates v4.0.4</title>
        <link>https://community.netapp.com/community/discussion/461575/bluexp-backup-and-recovery-june25-updates-v4-0-4</link>
        <pubDate>Thu, 12 Jun 2025 19:29:23 +0000</pubDate>
        <category>Tech ONTAP Blogs</category>
        <dc:creator>SantoshLakshman</dc:creator>
        <guid isPermaLink="false">461575@/community/discussions</guid>
        <description><![CDATA[<div><p>We are excited to announce the launch of BlueXP Backup and Recovery version 4.0.4! This release introduces a range of enhancements and new features&mdash;many of which have been inspired by feedback from our customers&mdash;to improve performance and expand functionality.</p><h2 id="toc-hId-1707415396"><br />What&rsquo;s New in BlueXP Backup and Recovery v4.0.4</h2><h3 id="toc-hId--1041255070"><br />High Performance Indexing for AWS, Azure, and GCP (Green Field Customers)</h3><ul><li>In February 2025, we debuted our updated indexing feature (Indexed Catalog v2), which significantly improved data indexing performance in on-premise environments.</li><li>In current release, we&rsquo;ve extended Indexed Catalog v2 support to all major hyperscalers (AWS, Azure and GCP)</li><li>Note:
<ul><li>New Customers: This feature is enabled by default.</li><li>Existing Customers: A full re-index of your environment is required to adopt Catalog v2.</li></ul></li></ul><h3 id="toc-hId-701555265">Use existing Azure Private Link Endpoints/Service Endpoints</h3><ul><li>Typically, Backup and Recovery establishes a private endpoint with the cloud provider to handle various protection tasks.</li><li>This release introduces an optional setting that lets customers enable/disable CBS from automatically creating a private endpoint. Organizations looking for higher control can utilizing this option.</li><li>Note: If you opt out of CBS creating a private endpoint, managing network connectivity becomes your responsibility. Without proper connectivity, operations may fail.</li></ul><h3 id="toc-hId--1850601696">Support for SnapMirror to Cloud Resync &ndash; ONTAP S3</h3><ul><li>Our previous release introduced the SnapMirror to Cloud Resync (SM-C Resync) feature, designed to streamline data protection during volume migrations in NetApp environments.</li><li>This update adds support for SM-C Resync on ONTAP S3 as well as other S3-compatible providers such as Wasabi and MinIO.</li></ul><h3 id="toc-hId--107791361">Bring your own bucket for StorageGRID</h3><ul><li>When you create backup files in object storage for a working environment, by default, the backup and recovery service creates the container (bucket or storage account) for the backup files in the object storage account that you have configured.</li><li>Customers can override this and specify their own container for Amazon S3, Azure Blob Storage and Google Cloud Storage. Now, with this release, StorageGRID customers can also bring their own object storage container.</li></ul><p>For additional details and guidance on the new features, please refer to the documentation or contact our support team.</p></div>]]>
        </description>
    </item>
    <item>
        <title>Snapcenter 6.1</title>
        <link>https://community.netapp.com/community/discussion/460816/snapcenter-6-1</link>
        <pubDate>Mon, 19 May 2025 15:48:44 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>SteveBaskerville</dc:creator>
        <guid isPermaLink="false">460816@/community/discussions</guid>
        <description><![CDATA[<div><p>Setting up Snapcenter to manage snapmirror after the backup.&nbsp; I check the box for snapmirror and there is a relationship for all drives: Data, Logs, and DLM which seems to be the replacement for snapinfo. Regardless it seems to replicate the snapshots to the cluster protecting them, but it constantly give warnings below.</p><p>Are these erroneous warnings?&nbsp; has anyone else had this issue?&nbsp;</p><div><div>Activity 'Replicating to Secondary' failed with error: You have selected a backup policy indicating that you want to backup to a secondary storage</div><div>system. Some of the resources you want to backup are located on a storage system that does not have replication relationships set up. Establish your</div><div>SnapVault or SnapMirror relationships before proceeding.</div></div><div><span>Microsoft SQL Server</span></div><div><div>ms-utility-sql.regent.edu</div></div><div><div>MS-UTILITY-SQL</div></div><div><div>SQL Daily Full and Logs</div></div><div><div>05/19/2025</div><div>10:31:01 AM</div></div><div><div>0.00:01:38</div></div><div><div>Warning</div></div><div><p><span>Failed on 'MS-UTILITY-SQL':</span></p></div><div><div>Activity 'Replicating to Secondary' failed with error: You have selected a backup policy indicating that you want to backup to a secondary storage</div><div>system. Some of the resources you want to backup are located on a storage system that does not have replication relationships set up. Establish your</div><div>SnapVault or SnapMirror relationships before proceeding.</div><div>Activity 'Creating SQL Backup' failed with error: The following activities failed:Replicating to Secondary,Grouping Resources. Please check the activities</div><div>for detailed error message.</div></div><div><div>SnapCenter Backup Report</div></div><div><div>Updated on: 05/19/2025 11:30:17 AM</div></div><div><div>05/19/2025 11:30:17 AM</div></div></div>]]>
        </description>
    </item>
    <item>
        <title>Error logging into SnapCenter Server from vSphere plugin</title>
        <link>https://community.netapp.com/community/discussion/147191/error-logging-into-snapcenter-server-from-vsphere-plugin</link>
        <pubDate>Fri, 15 Mar 2019 15:13:51 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>igloolaw</dc:creator>
        <guid isPermaLink="false">147191@/community/discussions</guid>
        <description><![CDATA[<div><p><span style="font-family: arial,helvetica,sans-serif;">Hi,</span></p><p><span style="font-family: arial,helvetica,sans-serif;">We are having an issue where when we try and configure the SnapCenter vSphere plugin with the SnapCenter Server details we are presented with the following error:</span></p><p><strong><span style="font-family: arial,helvetica,sans-serif;">Unable to login to the SnapCenter Server xxx.xxx.xxx.xxx</span></strong></p><p><span style="font-family: arial,helvetica,sans-serif;">I have checked the aegis log file and can see the following entries</span></p><p><span style="font-family: arial,helvetica,sans-serif;">2019-03-15T15:02:05.0000564Z ERROR VSC com.netapp.aegis.sms.client.SnapManagerHostServiceRestImpl Unable to connect to SnapCenter Server : XXX.XXX.XXX.XXX : Object reference not set to an instance of an object.<br />2019-03-15T15:02:05.0000564Z ERROR VSC com.netapp.aegis.sms.manager.SmTokenManager Error when obtaining token: null and unable to login to the SnapCenter Server XXX.XXX.XXX.XXX : com.netapp.aegis.sms.util.SnapManagerLoginException: Unable to login to the SnapCenter Server XXX.XXX.XXX.XXX</span></p><p><span style="font-family: arial,helvetica,sans-serif;">Any help would be much appreciated.</span></p></div>]]>
        </description>
    </item>
    <item>
        <title>Prevent A Catastrophe with Superior Data Protection from NetApp SnapCenter</title>
        <link>https://community.netapp.com/community/discussion/460617/prevent-a-catastrophe-with-superior-data-protection-from-netapp-snapcenter</link>
        <pubDate>Tue, 13 May 2025 17:00:59 +0000</pubDate>
        <category>Tech ONTAP Blogs</category>
        <dc:creator>richard9</dc:creator>
        <guid isPermaLink="false">460617@/community/discussions</guid>
        <description><![CDATA[<div><p>We are pleased to announce the launch of SnapCenter 6.1, which introduces a range of advanced features designed to enhance our data protection capabilities in the areas of backup and disaster recovery. These enhancements will facilitate the broader adoption of our enterprise and cloud storage solutions.</p><p><strong>What&rsquo;s New in SnapCenter 6.1 - Key Features and Enhancements</strong></p><p><strong>NetApp All SAN Array (ASA r2) Support</strong><br />Customers who have implemented SAP, Oracle, Microsoft, and other contemporary database applications on virtualized VMFS architectures backed by ASA r2 storage can now safeguard their data locally through Consistent Group (CG) snapshots, as well as remotely utilizing SnapMirror. This advancement will benefit all SAN customers in their adoption of ASA r2 storage solutions.</p><p><strong>AWS ELB Support</strong><br />Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets in one or more Availability Zones (AZs). The integration of AWS Elastic Load Balancing (ELB) significantly enhances the high availability of SnapCenter environments, providing advantages to FSxN customers utilizing SnapCenter.</p><p><strong>Ability to Choose iGroup during Clone of Oracle and SQL Databases</strong><br />Before version 6.1, customers struggled to map clones of Oracle or SQL hosts to VMs across multiple ESXi hosts, making vMotion impossible. With version 6.1, customers can now select or create an iGroup within SnapCenter for including all hosts or multiple initiators. This enhancement allows seamless vMotion while maintaining clone functionality, benefiting numerous customers.</p><p><strong>Improved Efficiency of Bulk Job Updates</strong><br />The optimization of job update calls has resulted in a reduction of overall network calls by approximately 75%. This improvement alleviates the load on Internet Information Services (IIS), thereby enhancing scalability, concurrency, and overall system responsiveness. Large-scale SnapCenter clients are poised to benefit significantly from this enhancement.</p><p><strong>Support for Tamper-Proof Snapshots (TPS) on ONTAP Secondary</strong><br />Enterprise database customers can now lock snapshots on a non-SnapLock volume, including both primary and secondary storage, using different locking periods to enhance protection against ransomware attacks. This feature was previously limited to the primary storage volume, but with the release of version 6.1, support now extends to ONTAP secondary backups. Customers can now fully take advantage of TPS across both primary and secondary storage solutions.</p><p><strong>Ability to Assign a Snapshot Label for Primary Snapshots</strong><br />Customers can now assign SnapMirror labels to primary snapshots for remote replication, allowing them to offload snapshot replication responsibility from SnapCenter to ONTAP secondary systems. This can be done without enabling the SnapMirror or SnapVault option in the policy. This enhancement supports using SVM-DR capabilities with SnapCenter.</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/5e/5e5515a663dd735bd8ef4bcea8d1c70d.png" role="button" title="Screenshot 2025-05-07 at 2.44.55&#8239;PM.png" alt="Screenshot 2025-05-07 at 2.44.55&#8239;PM.png" width="2010" /></span></p><p><strong><em>SnapCenter supports a variety of applications and protocols.</em></strong></p><p><strong>Summary</strong><br />NetApp SnapCenter 6.1 brings a suite of advanced features to enhance data protection and ease customer adoption barriers. Key among these updates is the support for NetApp ASA A-Series for application-consistent local and remote snapshots. Customers using VMware VMFS datastores for SAP, Oracle, Microsoft, and other contemporary database applications on virtualized VMFS architectures backed by ASA A-Series storage can now safeguard their data locally.</p><p>Learn more&nbsp;<a href="https://www.netapp.com/snapcenter/" target="_blank" rel="noopener noreferrer nofollow">here</a>.</p></div>]]>
        </description>
    </item>
    <item>
        <title>Updating SnapCenter to 6.1 version on Windows Server 2012R2</title>
        <link>https://community.netapp.com/community/discussion/460450/updating-snapcenter-to-6-1-version-on-windows-server-2012r2</link>
        <pubDate>Mon, 05 May 2025 07:58:23 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>cheche030</dc:creator>
        <guid isPermaLink="false">460450@/community/discussions</guid>
        <description><![CDATA[<div><p>Does anyone know if it is possible to install the Windows and SQL Server plugins of SnapCenter version 6.1 on a Windows Server 2012 R2?</p></div>]]>
        </description>
    </item>
    <item>
        <title>Postgresql  type cluster  backup failed</title>
        <link>https://community.netapp.com/community/discussion/459070/postgresql-type-cluster-backup-failed</link>
        <pubDate>Mon, 03 Mar 2025 15:16:02 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>NeoLife</dc:creator>
        <guid isPermaLink="false">459070@/community/discussions</guid>
        <description><![CDATA[<div><p>Hi All,</p><p>I have a snapcenter 6.1, and mount a&nbsp; lun of the netapp iscsi service, and install postgresql 15.11-1 on it,</p><p>I create a postgresql backup , a failed message:</p><p>"SCC-00164: Application quiesce for the plug-in [PostgreSQL] failed with exit code [1] and with error : Operation [QUIESCE] failed with Exception [java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException] SCC-00161: Application unquiesce for the plug-in [PostgreSQL] failed with exit code [1] and error : Operation [UNQUIESCE] failed with Exception [java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException]."</p><p>I have installed java se development 11.0.26.</p><p>Anybody know how to resolv it ?</p></div>]]>
        </description>
    </item>
    <item>
        <title>Snap Center plugin for vSphere and mixed protocols FC and iSCSI</title>
        <link>https://community.netapp.com/community/discussion/458195/snap-center-plugin-for-vsphere-and-mixed-protocols-fc-and-iscsi</link>
        <pubDate>Sun, 02 Feb 2025 20:40:34 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>twigs</dc:creator>
        <guid isPermaLink="false">458195@/community/discussions</guid>
        <description><![CDATA[<div><p>Hi!</p><p>I am thinking of installing the snapcenter plugin for vSpherere in an environment where the main datacenter storage is served via FC and the DR site would have iSCSI connectivity.<br />The question is if in this scenario, Snapcenter would be able to mount snapshots on the DR site being the protocol different from the production site.</p><p>Thanks</p></div>]]>
        </description>
    </item>
    <item>
        <title>SQL script for snapcenter with Where-Object doesnt work</title>
        <link>https://community.netapp.com/community/discussion/456298/sql-script-for-snapcenter-with-where-object-doesnt-work</link>
        <pubDate>Fri, 01 Nov 2024 12:39:38 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>Nikolay3</dc:creator>
        <guid isPermaLink="false">456298@/community/discussions</guid>
        <description><![CDATA[<div><p>We have an SQL script which deletes a backup from a resource group, deletes clones from that backup, takes a new backup, and takes a new clone from the new backup. This happens each morning.&nbsp;</p><p>Since we updated to Snapcenter 5.0 due to a bug the&nbsp;Where-Object BackupName -Match "^A.*" functionality doesn't work. I am listing below the part of the script which fails to define the variables:</p><p>$oldBack=Get-SmBackup -AppObjectId M4SQLXXXXRO3\M4SQLXXXXRO3\XXX_PROD | Where-Object BackupName -Match "^A.*" | Select-Object -first 1<br />$oldClone=Get-SmClone -BackupId $oldBack.BackupId</p><p>NetApp suggests to use&nbsp;Select-String. However, with that I cannot understand how I can define the object. Any ideas how to define an object in Snapcenter 5.0. We understand that this is fixed in 6.0 but it's hard for us to plan an update to that version as all plug-in hosts need to be rebooted to update powershell and .net versions.&nbsp;</p><p>I am pasting below some more of the script for reference:</p><p>### DELETING PREVIOUS CLONE DB ###</p><p>$oldBack=Get-SmBackup -AppObjectId M4SQLXXXXRO3\M4SQLXXXXRO3\XXX_PROD | Where-Object BackupName -Match "^A.*" | Select-Object -first 1<br />$oldClone=Get-SmClone -BackupId $oldBack.BackupId</p><p>Remove-SmClone -CloneName $oldClone.CloneName -PluginCode SMSQL -Confirm:$false</p><p>Start-Sleep -Seconds 240</p><p>Remove-SmBackup -BackupIds $oldBack.BackupId -Confirm:$false</p><p>Start-Sleep -Seconds 240</p><p>### CREATING NEW BACKUP ###</p><p>New-SmBackup -ResourceGroupName XXX_XXXX_Automation -Policy Test</p><p>start-sleep -Seconds 300</p><p>## CREATING THE CLONE ###</p><p>$newBack=Get-SmBackup -AppObjectId M4SQLXXXXRO3\M4SQLXXXXRO3\XXX_PROD | Where-Object BackupName -Match "^A.*" | Select-Object -Last 1</p><p>New-SmClone -backupname $newBack.BackupName -Resources @{"Host"="XXXXXXXXXX";"Type"="SQL Database";"Names"="M4SQLXXXXRO3\M4SQLXXXXRO3\XXX_PROD"} -CloneToInstance XXXXXXXXX\XXXXXXXXX -AutoAssignMountPoint -CloneName XXX_PROD_SNAP -AppPluginCode SMSQL</p></div>]]>
        </description>
    </item>
    <item>
        <title>Where can you find housekeeping tasks in SnapCenter</title>
        <link>https://community.netapp.com/community/discussion/455223/where-can-you-find-housekeeping-tasks-in-snapcenter</link>
        <pubDate>Wed, 18 Sep 2024 09:01:13 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>DRNielsen</dc:creator>
        <guid isPermaLink="false">455223@/community/discussions</guid>
        <description><![CDATA[<div><p>Where can you find the housekeeping tasks in SnapCenter version 5 &amp; 6 (on Windows). Several KB articles refers to Windows Tasks Scheduler, but that seems to a long time ago.</p><p>You can also create a schedule using powershell and the syntax presented in the KB article but there is no apparent way to verify that the schedule is actually there, or if you have multiple entries of the same housekeeping task.</p><p>Example of a housekeeping task:&nbsp;SnapCenter_RemoveSecondaryBackup</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter scheduled update of resources</title>
        <link>https://community.netapp.com/community/discussion/455222/snapcenter-scheduled-update-of-resources</link>
        <pubDate>Wed, 18 Sep 2024 08:55:03 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>DRNielsen</dc:creator>
        <guid isPermaLink="false">455222@/community/discussions</guid>
        <description><![CDATA[<div><p>I have a very dynamic MSSQL environment and I don't want to miss a new DB instance in the GUI. What would be the best way to do a scheduled refresh of resources?</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter - Different Upgrade Versions for Different Agents</title>
        <link>https://community.netapp.com/community/discussion/454679/snapcenter-different-upgrade-versions-for-different-agents</link>
        <pubDate>Fri, 23 Aug 2024 15:49:15 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>TMADOCTHOMAS</dc:creator>
        <guid isPermaLink="false">454679@/community/discussions</guid>
        <description><![CDATA[<div><p>I have 50 SnapCenter agents deployed and am planning an upgrade from version 5 to 6. Version 6 is not compatible with three critical servers that are our last Server 2008R2 boxes [yes we are working on migrating them :)]. For those boxes only, I would at least like to upgrade to 5.0P1. Is there an easy way to do that without upgrading the entire environment to 5.0P1 and then upgrading to 6.0? I'd rather just push the patch out to the three servers rather than upgrade everything. Any suggestions on the most efficient way to do this?</p></div>]]>
        </description>
    </item>
    <item>
        <title>determine snapcenter version</title>
        <link>https://community.netapp.com/community/discussion/141572/determine-snapcenter-version</link>
        <pubDate>Thu, 19 Jul 2018 11:49:39 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>Spaceball</dc:creator>
        <guid isPermaLink="false">141572@/community/discussions</guid>
        <description><![CDATA[<div><p>Can someone provide the version numbers for Snapcenter 4.0 P1, P2, P3?<br />I have Version 4.0.0.748 installed and do not now if this is 4.0P1 or 4.0P2</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter LUN Resize Issue After 5.0 Upgrade</title>
        <link>https://community.netapp.com/community/discussion/451259/snapcenter-lun-resize-issue-after-5-0-upgrade</link>
        <pubDate>Wed, 06 Mar 2024 14:10:17 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>TMADOCTHOMAS</dc:creator>
        <guid isPermaLink="false">451259@/community/discussions</guid>
        <description><![CDATA[<div><p>Has anyone else encountered this? I just resized a LUN for the first time after upgrading SnapCenter to 5.0 and have found some oddball behavior. When I click in the text box to enter a number, it automatically increments the size by a random amount (and moves the slider forward automatically as well). I can get close to what I was going to do but it's an oddball result, like 51.67GB instead of 50GB as I intended. Basically, you are unable to type anything in the text box anymore. You have to accept the random increments (or drag the slider). I've tried it on several LUNs on several servers and they all do the same thing. Has anyone encountered/reported this? If not I'll open a case and try to get a bug submitted.</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter Plug-in for VMware Backup of Consistency Groups and Volumes</title>
        <link>https://community.netapp.com/community/discussion/453088/snapcenter-plug-in-for-vmware-backup-of-consistency-groups-and-volumes</link>
        <pubDate>Wed, 05 Jun 2024 07:36:44 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>thedwas</dc:creator>
        <guid isPermaLink="false">453088@/community/discussions</guid>
        <description><![CDATA[<div><p>In an iSCSI datastore based VMware environment, we are working with VM tags for backup in SnapCenter. There are datastores in an CG and some without the need for SM-BC. The backup only works if all VMs are either on volumes in CG or on the volumes without. Is the there a limitation in SnapCenter Plug-in for VMware with LUNs in CGs and some without? Do I have to maintain dedicated tags for VMs in CG? All VMs and datastores are mounted to the same VMware cluster. In SnapCenter we have one Resource Groups with the VM tag as selector.</p></div>]]>
        </description>
    </item>
    <item>
        <title>VM restoration from vault backup using snapcenter plug-in</title>
        <link>https://community.netapp.com/community/discussion/452945/vm-restoration-from-vault-backup-using-snapcenter-plug-in</link>
        <pubDate>Tue, 28 May 2024 18:30:03 +0000</pubDate>
        <category>Virtualization</category>
        <dc:creator>Kalki</dc:creator>
        <guid isPermaLink="false">452945@/community/discussions</guid>
        <description><![CDATA[<div><p>I have snapcenter plug-in for VMware and the underlying protocol is FC for the storage connectivity.&nbsp;</p><p>I want to retain more snapcenter snapshots at the secondary storage and hence planning to use &ldquo;mirror-vault&rdquo; policy for SM relation and update snapvault after back up option in plugin.&nbsp;<br /><br /></p><p>To restore a VM from vault backup what is the connectivity requirement from secondary storage to snapcenter plugin/vcenter/host. Do I need any fc connectivity as primary is based on FC protocol ?</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter Plug-in for VMware vSphere detects FlexGroup instead of Flex Vol volumes</title>
        <link>https://community.netapp.com/community/discussion/448341/snapcenter-plug-in-for-vmware-vsphere-detects-flexgroup-instead-of-flex-vol-volumes</link>
        <pubDate>Sun, 22 Oct 2023 11:01:52 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>Maurice-FreeOnes</dc:creator>
        <guid isPermaLink="false">448341@/community/discussions</guid>
        <description><![CDATA[<div><p>SnapCenter Plug-in for VMware vSphere detects FlexGroup instead of Flex Vol volumes, see screenshot:</p><p><span><img src="https://us.v-cdn.net/6038798/uploads/migrated-images/c1/c1116e064156b92f882b29b1fbd99348.png" role="button" title="Firefox_Screenshot_2023-10-22T10-53-28.485Z.png" alt="Firefox_Screenshot_2023-10-22T10-53-28.485Z.png" width="966" /></span></p><p>As soon as I add more than one ch_fx_vmdatastore_gen_00* volume in the Resource Group I get this warning and can not continue. I have double checked in ONTAP and these are really FlexVol volumes and not FlexGroup volumes. Also I have some older Resource Groups which still have all the ch_fx_vmdatastore_gen_00* volumes in them and are running fine. Next to that we have other environments with completely the same setup and no problems like this at all.</p><p>The only strange thing I found so far is that this envrionment with the problem does have different Permissions when I look in Administration / Access Roles / Roles and go to Edit a role. I have tried to unregister and register the SnapCenter Plug-in for VMware vSphere, but that did not make the permission structure completely the same. Anyway, it does not seem to be a problem as the old jobs can run from start to end without any problems.</p><p>Anybody with a solution for this, other than creating a Resource Group job for every single vmdatastore?</p><p>(<a href="https://docs.netapp.com/us-en/sc-plugin-vmware-vsphere-45/scpivs44_create_resource_groups_for_vms_and_datastores.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.netapp.com/us-en/sc-plugin-vmware-vsphere-45/scpivs44_create_resource_groups_for_vms_and_datastores.html</a>)</p></div>]]>
        </description>
    </item>
    <item>
        <title>Snapcenter REST API Schema Reference</title>
        <link>https://community.netapp.com/community/discussion/452103/snapcenter-rest-api-schema-reference</link>
        <pubDate>Wed, 17 Apr 2024 13:58:13 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>darraghos</dc:creator>
        <guid isPermaLink="false">452103@/community/discussions</guid>
        <description><![CDATA[<div><p>I'm using Snapcenter 4.7 and 5.0 and the REST API. I'm looking to build a front end Web app to show clone details (and other things). Where can I find a schema reference for the JSON/XML returned by the APIs?</p></div>]]>
        </description>
    </item>
    <item>
        <title>Snapcenter restore to a new Domain</title>
        <link>https://community.netapp.com/community/discussion/452097/snapcenter-restore-to-a-new-domain</link>
        <pubDate>Wed, 17 Apr 2024 11:16:59 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>darraghos</dc:creator>
        <guid isPermaLink="false">452097@/community/discussions</guid>
        <description><![CDATA[<div><p>I'm using Snapcenter 4.7 production instance and looking to <em>test</em> upgrade to 5.0. The problem is I need the workloads/config of prod (clones etc.) to do a real test so I have attempted taking a backup of 4.6 and restoreing to a new server with the same name but in a <strong>different domain</strong>. I cannot restore to the same domain as this would impact produciton.&nbsp;<br /><br />After manipulating some of the XML files and folder name sof the backup I managed ot do the restore but now I cannot logon. I'm assuming this is because all the roles on the prod instance are targted at ADDS users/groups in the prod domain and my restore is to a member server in my test domain.<br /><br /><strong>Q:</strong> is there anyway to reset the access?</p></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter, CIFS, and Snapshot Copy Locking</title>
        <link>https://community.netapp.com/community/discussion/451880/snapcenter-cifs-and-snapshot-copy-locking</link>
        <pubDate>Tue, 09 Apr 2024 16:03:41 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>TMADOCTHOMAS</dc:creator>
        <guid isPermaLink="false">451880@/community/discussions</guid>
        <description><![CDATA[<div><p>Hello,</p><p>I am testing the snapshot copy locking feature. We're on OnTAP 9.12.1P11 and SnapCenter 5. Here is my understanding of limits I've discovered during testing thus far. Can someone verify whether my analysis is correct and/or provide insights into these issues? I'm starting to think this might only be a viable solution for the VMware plug-in.</p><ul><li><strong>CIFS</strong> - you cannot restore an entire volume to an earlier snapshot&nbsp;<strong>unless</strong> it's the most recent locked snapshot copy. Of course you can restore individual files still via the hidden snapshot directory.</li><li><strong>SnapCenter Plug-In for SQL</strong> - any snapshot (locked or not) can be restored from, but the restore method is always&nbsp; single-file restore and can't be a full volume restore, unless it's the most recent locked snapshot. Best practice is to have very large databases on their own volume so the entire volume can be quickly restored, but this wouldn't be doable on anything but the latest locked snapshot. Restoring from any other snapshot would result in a lengthy outage.</li><li><strong>SnapCenter Plug-In for Windows</strong> - similar to SQL, I believe this would never be a full volume restore unless it's the most recent locked snapshot. If the volume contained significant amounts of data and we needed to restore from an older snapshot, this could cause a very large outage.</li><li><strong>SnapCenter Plug-In for VMware</strong> - I <strong>believe</strong> functionality is 100% the same with locked snapshots. Restoring a full VM creates a clone behind the scenes that is mounted, with the existing VM powered off and the backed up copy powered on and migrated, followed by unmounting the backup. You could mount a whole datastore snapshot if needed, detach the old datastore and attach the new, turning the snapshot into a separate cloned volume. Same process.</li></ul></div>]]>
        </description>
    </item>
    <item>
        <title>SnapCenter &quot;Email send to:&quot; Bug</title>
        <link>https://community.netapp.com/community/discussion/451313/snapcenter-email-send-to-bug</link>
        <pubDate>Fri, 08 Mar 2024 15:09:31 +0000</pubDate>
        <category>Data Protection</category>
        <dc:creator>ITExpert</dc:creator>
        <guid isPermaLink="false">451313@/community/discussions</guid>
        <description><![CDATA[<div><p>Hello everyone,</p><p>I made some edits to the resources in the "Resource Groups" section of SnapCenter and added another email address under "Email send to:" using a semicolon as a separator. After confirming the changes, I attempted to make further edits, but was unable to do so as I encountered a persistent "Initializing..." message.</p><p>I attempted to resolve the issue by restarting SnapCenter, but unfortunately it did not solve the problem.</p></div>]]>
        </description>
    </item>
   </channel>
</rss>
