Can we use FILESTREAM in case of SQL Server clusterEnabling filestream on SQL Server 2008How to reattach sql...

Grey hair or white hair

Rejected in 4th interview round citing insufficient years of experience

Reverse string, can I make it faster?

PTIJ: Why can't I eat anything?

How do I express some one as a black person?

What Happens when Passenger Refuses to Fly Boeing 737 Max?

Finding algorithms of QGIS commands?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

What is the likely impact of grounding an entire aircraft series?

In the late 1940’s to early 1950’s what technology was available that could melt a LOT of ice?

Is "history" a male-biased word ("his+story")?

How to create a hard link to an inode (ext4)?

Do I really need to have a scientific explanation for my premise?

Replacing Windows 7 security updates with anti-virus?

Built-In Shelves/Bookcases - IKEA vs Built

A three room house but a three headED dog

PTIJ: How can I halachically kill a vampire?

How do I deal with a powergamer in a game full of beginners in a school club?

Should QA ask requirements to developers?

Force user to remove USB token

Fourth person (in Slavey language)

How did the power source of Mar-Vell's aircraft end up with her?

Why is this plane circling around the Lucknow airport every day?

Moving plot label



Can we use FILESTREAM in case of SQL Server cluster


Enabling filestream on SQL Server 2008How to reattach sql 2008 database without filestream?SQL Server 2008 SP2 installed, filestream failingChange SQL Server FileStream PathSQL Server filestream access from another computer using system accountSQL Server: How to shrink FileStream files?Existing tables with binaries to use filestreamJust a few questions about Hyper-V virtual machines and clusteringIn SQL Server 2012 Failover Clustering, we are getting “The action 'Move' did not complete. Error Code: 0x80071398”SQL 2016 - FILESTREAM feature is disabled. (bogus message)













1















I saw this point on Technet article about RBS.




The local FILESTREAM provider is supported only when it is used on
local hard disk drives or an attached Internet Small Computer System
Interface (iSCSI) device. You cannot use the local RBS FILESTREAM
provider on remote storage devices such as network attached storage
(NAS).




Does it mean we cannot use FILESTREAM in case of SQL Failover Cluster because Failover Cluster only works on NAS? But the thing is NAS is made available locally when setting Failover Cluster so may be FILESTREAM will work but I am not sure about it.










share|improve this question














bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    I saw this point on Technet article about RBS.




    The local FILESTREAM provider is supported only when it is used on
    local hard disk drives or an attached Internet Small Computer System
    Interface (iSCSI) device. You cannot use the local RBS FILESTREAM
    provider on remote storage devices such as network attached storage
    (NAS).




    Does it mean we cannot use FILESTREAM in case of SQL Failover Cluster because Failover Cluster only works on NAS? But the thing is NAS is made available locally when setting Failover Cluster so may be FILESTREAM will work but I am not sure about it.










    share|improve this question














    bumped to the homepage by Community 5 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      I saw this point on Technet article about RBS.




      The local FILESTREAM provider is supported only when it is used on
      local hard disk drives or an attached Internet Small Computer System
      Interface (iSCSI) device. You cannot use the local RBS FILESTREAM
      provider on remote storage devices such as network attached storage
      (NAS).




      Does it mean we cannot use FILESTREAM in case of SQL Failover Cluster because Failover Cluster only works on NAS? But the thing is NAS is made available locally when setting Failover Cluster so may be FILESTREAM will work but I am not sure about it.










      share|improve this question














      I saw this point on Technet article about RBS.




      The local FILESTREAM provider is supported only when it is used on
      local hard disk drives or an attached Internet Small Computer System
      Interface (iSCSI) device. You cannot use the local RBS FILESTREAM
      provider on remote storage devices such as network attached storage
      (NAS).




      Does it mean we cannot use FILESTREAM in case of SQL Failover Cluster because Failover Cluster only works on NAS? But the thing is NAS is made available locally when setting Failover Cluster so may be FILESTREAM will work but I am not sure about it.







      sql-server-2012 filestream






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 22 '15 at 9:24









      Frank MartinFrank Martin

      392319




      392319





      bumped to the homepage by Community 5 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 5 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          It will not work most likely. Depending on the Failover cluster type, the underlying partition (ReFS / NTFS) and also the Storage System.



          According to Technet article Install SQL Server with SMB Fileshare as a Storage Option SMB 3 is not supported. You can have a look at the requirements in Use Cluster Shared Volumes in a Failover Cluster. However, it seems to work with Microsoft SMB 3 (even though it is specified that it does not work).



          If you use VmWare there is extensive documentation on that side in book Virtualizing SQL Server with VMware: Doing IT Right.






          share|improve this answer


























          • If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

            – Frank Martin
            Apr 22 '15 at 11:31











          • Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

            – Alex H
            Apr 22 '15 at 11:36











          • The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

            – Alex H
            Apr 22 '15 at 11:41











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f684590%2fcan-we-use-filestream-in-case-of-sql-server-cluster%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          It will not work most likely. Depending on the Failover cluster type, the underlying partition (ReFS / NTFS) and also the Storage System.



          According to Technet article Install SQL Server with SMB Fileshare as a Storage Option SMB 3 is not supported. You can have a look at the requirements in Use Cluster Shared Volumes in a Failover Cluster. However, it seems to work with Microsoft SMB 3 (even though it is specified that it does not work).



          If you use VmWare there is extensive documentation on that side in book Virtualizing SQL Server with VMware: Doing IT Right.






          share|improve this answer


























          • If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

            – Frank Martin
            Apr 22 '15 at 11:31











          • Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

            – Alex H
            Apr 22 '15 at 11:36











          • The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

            – Alex H
            Apr 22 '15 at 11:41
















          0














          It will not work most likely. Depending on the Failover cluster type, the underlying partition (ReFS / NTFS) and also the Storage System.



          According to Technet article Install SQL Server with SMB Fileshare as a Storage Option SMB 3 is not supported. You can have a look at the requirements in Use Cluster Shared Volumes in a Failover Cluster. However, it seems to work with Microsoft SMB 3 (even though it is specified that it does not work).



          If you use VmWare there is extensive documentation on that side in book Virtualizing SQL Server with VMware: Doing IT Right.






          share|improve this answer


























          • If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

            – Frank Martin
            Apr 22 '15 at 11:31











          • Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

            – Alex H
            Apr 22 '15 at 11:36











          • The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

            – Alex H
            Apr 22 '15 at 11:41














          0












          0








          0







          It will not work most likely. Depending on the Failover cluster type, the underlying partition (ReFS / NTFS) and also the Storage System.



          According to Technet article Install SQL Server with SMB Fileshare as a Storage Option SMB 3 is not supported. You can have a look at the requirements in Use Cluster Shared Volumes in a Failover Cluster. However, it seems to work with Microsoft SMB 3 (even though it is specified that it does not work).



          If you use VmWare there is extensive documentation on that side in book Virtualizing SQL Server with VMware: Doing IT Right.






          share|improve this answer















          It will not work most likely. Depending on the Failover cluster type, the underlying partition (ReFS / NTFS) and also the Storage System.



          According to Technet article Install SQL Server with SMB Fileshare as a Storage Option SMB 3 is not supported. You can have a look at the requirements in Use Cluster Shared Volumes in a Failover Cluster. However, it seems to work with Microsoft SMB 3 (even though it is specified that it does not work).



          If you use VmWare there is extensive documentation on that side in book Virtualizing SQL Server with VMware: Doing IT Right.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 22 '15 at 12:21









          Esa Jokinen

          23.4k23359




          23.4k23359










          answered Apr 22 '15 at 10:15









          Alex HAlex H

          1,713918




          1,713918













          • If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

            – Frank Martin
            Apr 22 '15 at 11:31











          • Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

            – Alex H
            Apr 22 '15 at 11:36











          • The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

            – Alex H
            Apr 22 '15 at 11:41



















          • If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

            – Frank Martin
            Apr 22 '15 at 11:31











          • Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

            – Alex H
            Apr 22 '15 at 11:36











          • The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

            – Alex H
            Apr 22 '15 at 11:41

















          If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

          – Frank Martin
          Apr 22 '15 at 11:31





          If it will not work then why Microsoft has written an article about it? msdn.microsoft.com/en-us/library/cc645886.aspx

          – Frank Martin
          Apr 22 '15 at 11:31













          Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

          – Alex H
          Apr 22 '15 at 11:36





          Windows share it is said that it is working, windows share uses SMB which is marked as not working with SQL server Clustering file streaming msdn.microsoft.com/en-us/library/hh759341.aspx which means that it works only if the Share is a Windows share and accessed afterwards by the other members of the cluster. There is no clear statement for that as far as I can tell

          – Alex H
          Apr 22 '15 at 11:36













          The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

          – Alex H
          Apr 22 '15 at 11:41





          The fact that there is documentation on that and how to enable it for remote clients it means that it works in that configuration.

          – Alex H
          Apr 22 '15 at 11:41


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f684590%2fcan-we-use-filestream-in-case-of-sql-server-cluster%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Маріан Котлеба Зміст Життєпис | Політичні погляди |...