我的 Windows 2003 Server 上有一个镜像动态磁盘。您如何监控卷的健康状况?
当音量出现问题时,有没有办法让服务器发送电子邮件?有没有办法让服务器运行 SMART 测试?
编辑: 没有什么比登录客户端服务器、运行 DISKPART LIST VOLUME 并看到这个更能说明 WTF 了。
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 X xDrive NTFS Mirror 233 GB Failed Rd
Volume 1 C NTFS Simple 57 GB Healthy System
Volume 2 D DVD-ROM 0 B Healthy
Volume 3 F RAW Partition 466 GB Healthy
Volume 4 E New Volume NTFS Partition 932 GB Healthy
Run Code Online (Sandbox Code Playgroud) raid windows-server-2003 monitoring software-raid dynamic-disk
我创建了一个新的存储库 A。
以存储库 B 作为源运行 svnsync init。
将转储文件从 B (rev 0 to 1690 of 1801) 加载到 A。
然后尝试运行 svnsync。我的想法是 svnsync 可以从转储文件停止的地方开始。
这是错误:
svnsync: Destination HEAD (1690) is not the last merged revision (0); have you committed to the destination without using svnsync?
Run Code Online (Sandbox Code Playgroud)
有没有办法让 svnsync 认为它已经同步到当前的转速?
我试图将 ClearOS 用作 Windows 网络的域控制器,但没有成功。
尝试加入域时,我收到了这个有趣的错误:
An error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain su.dc.
The error was: "No records found for given DNS query." (error code 0x0000251D DNS_INFO_NO_RECORDS)
The query was for the SRV record for _ldap._tcp.dc._msdcs.su.dc
Run Code Online (Sandbox Code Playgroud)
但是当我在 _ldap._tcp.dc._msdcs.su.dc 上执行 nslookup 时,我得到了 ClearOS 框的地址。
我正在使用 WinXP Pro 进行测试。
域是 su.dc。
ClearOS 正在运行:DNS 和 DHCP
有任何想法吗?