问题标签 [microsoft-distributed-file-system]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1070 浏览

cluster-computing - 可以在没有 SAN 的情况下设置 Windows Server 2008 MS 故障转移群集吗?

操作系统:Windows Server 2008 R2 x64 集群版本:以上操作系统版本的附加组件

客户购买了物理服务器,以使用 Microsoft Cluster 在故障转移配置中进行设置。所需的设置是两台应用服务器和两台数据库服务器,目的是使用 MS 集群设置主动/被动集群(每个节点由 1 个应用服务器和 1 个 SQL Server 数据库组成,见下图)。但是,Microsoft 主动/被动集群设置需要共享存储来支持集群,并且客户端不再支持共享存储,因为他们的 SAN 基础设施已经退役。

使用 Windows Server 2008 R2,是否可以设置 DFS 以在两个物理应用服务器上复制本地目录(例如 C:\IAS)以满足共享存储要求?换句话说,使用运行 Windows Server 2008 R2 的两个单独的机器是否可以在没有 SAN/NAS 的情况下使用 MS Cluster 设置故障转移?

0 投票
1 回答
554 浏览

dns - DFS 复制组在域登录时凭据无效

我在前一段时间配置了域,但现在我收到此错误,我不知道在哪里可以更改帐户和密码以进行更多次测试。命名空间可以正常读写另一个服务器共享文件夹,但我真的需要这种复制。

在此处输入图像描述

0 投票
2 回答
944 浏览

iis - what is the best option for ec2 shared storage for IIS

We have about 300 sites, but the combined IIS root content is about 1TB. We'd like to use route53 failover for load balancers in two AZ's in the same region, and have the IIS web heads come up and down in an autoscaling group as needed.

1TB is a little much to attach to each autoscaling instance especially when traffic starts bringing up several instances in each AZ.

We are using a seperate pair of DFS boxes at the moment to achieve this, but I really feel like there's a better/higher performance way to achieve this.

What should we use to provide the fastest and most reliable shared storage to our IIS autoscaled nodes that can be replicated accross AZ's if needed?

Thanks

0 投票
1 回答
1082 浏览

asp.net-mvc-4 - Visual Studio 2012 在添加新的 ASP.NET MVC 控制器时冻结

我的 MVC 4 项目位于分布式文件系统 (DFS) 上。一切都像一个魅力,但最近我发现创建一个控制器(右键单击控制器 - > 添加 - > 控制器...)冻结 VS。过了一会儿,弹出窗口显示“VS 很忙……”,它永远不会完成一个动作。

所以,问题是:以前它工作正常,现在它冻结了。

我可以创建控制器的唯一方法是去“添加 - 新项目 - > 控制器”,但我错过了向导添加的一些不错的细节。

如果我将项目移动到我的本地驱动器中,它可以正常工作。

我现在找到的最好的链接是这个。向微软报告了类似的问题,但没有明确的解决方案。此外,Visual Studio 2012 在添加控制器 MVC4 时崩溃是类似的问题,但不适用于此问题。

当然,项目文件的网络位置设置为受信任。

事件查看器中没有有用的信息。操作系统是Win7。

有类似问题的人吗?

0 投票
2 回答
2822 浏览

c# - FileSystemWatcher InternalBufferOverflow

当我尝试监视网络路径上的文件夹时出现异常 System.IO.Internal.BufferOverflowException (DFS - 分布式文件系统): To many changes at once 。当 FileSystemWatcher 正在监视不使用此文件系统的本地/网络路径时,它可以正常工作。

我能够从本地路径上的 1000 + 个文件中获取事件并且我没有收到 BufferOverflow 异常,但是当我将文件复制到 DFS 上的文件夹时,我什至无法从一个文件夹中获取事件(澄清这一点,我收到了一个错误事件......)。

我已经尝试设置:

我不确定这是否会对您有所帮助,但路径如下所示:

编辑:1我不确定为什么路径中有两个双斜杠。我可以监控没有问题的文件夹,直到\corpnet\cloud路径。一旦我尝试监视从以下位置开始的任何文件夹,我就会遇到错误

您的任何提示表示赞赏。

谢谢

0 投票
0 回答
423 浏览

asp-classic - 访问 DFS 共享的 Web 服务器

我在 VB6 DLL(ASP 经典站点上的中间件)中使用以下代码来创建到网络共享的驱动器映射,以便来回复制文件:

设置 ws = CreateObject("WScript.Network")

ws.MapNetworkDrive strDrive, strPath, False, strUser, strPass

目前,如果共享是一个普通的文件服务器,例如\server\share\foo,这可以工作,但如果我移动到DFS 命名空间,它就不再工作,例如\mydomain.local\share\foo。

它在 VB IDE 中工作(像我一样运行,但使用与服务相同的凭据),但一旦在 Web 服务器下编译和运行,返回的错误是错误 -2147023584 - 指定的登录会话不存在。它可能已经被终止。

我搜索过的大多数网站都建议禁用本地系统策略“网络访问:不允许存储用于网络身份验证的密码和凭据”,我的机器上已经是这种情况,我什至启用它然后再次禁用它以确保.

另一个站点建议先连接到 DFS 的根节点,这也不起作用。

(Windows 7、IIS 7.5)

0 投票
1 回答
177 浏览

hadoop - Hadoop showing old version despite latest version installation

I am trying to install hadoop in my ubuntu OS. I followed each and every step exactly from this link Hadoop Install Tutorial and everything was going as expected until i tried to run $ start-dfs.sh and $ hadoop jar ./share/hadoop/mapreduce/hadoop-mapreduce-examples-2.2.0.jar pi 2 5 command. These commands doesn't work as expected.I tried R&D and somehow came to know that i was using older hadoop version Hadoop 1.0.2 despite of me getting latest 2.2.0 version.

As i could not solve this, i tried to uninstall hadoop completely, Now when i try doing it, it says

Appreciate any help !

0 投票
0 回答
1172 浏览

vb.net - 使用 NetDfsGetInfo 查找 DFS 目标的活动 unc 路径

我正在使用 pinvoke.net 中的 NetDfsGetInfo示例!找到 DFS 目标的活动 unc 路径。如果我使用具有两个目标的 DFS 路径调用子 DFSInfo,我会返回两个目标都处于活动状态。我搜索了互联网并找到了一个建议,用 vbNullString 替换用于调用 ServerName 和 ShareName 的 vbNull ,但这没有区别。

有人可以解释我做错了什么吗?这是我正在使用的代码:

0 投票
0 回答
311 浏览

powershell - 无法从 Powershell 设置 DFS-R RemoveDeletedFiles 属性

使用包含在 Windows Server 2012 R2 中的 Powershell v4.0,我可以设置 DFS-R,除了一个细节。我无法让 RemoveDeletedFiles 属性变为 True。cmdlet 没有报告错误或警告,但似乎没有任何效果。目前我将设置保留为 False,但鉴于文件是通过构建生成的,我们将永远不会恢复它们。DFS-R 将这些文件移动到 ConflictAndDeleted 目录似乎是一种浪费。

Set-DfsrMembership -GroupName $groupName -RemoveDeletedFiles $true -FolderName $folderName -ComputerName $computerName

GroupName : XXX
ComputerName : XXXYYY
FolderName : 文件夹
GroupDomainName : name.tlc
ComputerDomainName : name.tlc
Identifier : zzz
DistinguishedName : CN=zzz,CN=yyy,CN=DFSR-LocalSettings,CN=XXXYYY,OU=ourOU,DC=name, DC=tlc
ContentPath : C:\Folder
PrimaryMember : True
StagingPath : C:\Folder\DfsrPrivate\Staging
StagingPathQuotaInMB : 4096
MinimumFileStagingSize : Size256KB
ConflictAndDeletedPath : C:\Folder\DfsrPrivate\ConflictAndDeleted
ConflictAndDeletedQuotaInMB : 4096
只读:假
RemoveDeletedFiles:假已
启用:真
DfsnPath:
状态:正常

任何指导将不胜感激。提前致谢。

0 投票
1 回答
661 浏览

hadoop - 错误:$ hadoop namenode -format

当我运行hadoop namenode -format命令时,我收到以下错误: