我正在尝试在 Server 2008 R2 机箱上设置 Windows Server 备份到不同子网上的远程服务器。正在备份的服务器位于域中,远程服务器位于专用于备份存储的工作组中。远程服务器上设置了一个本地用户帐户,类似于备份服务器的域帐户。
尝试设置备份时,我进入了凭据框,然后收到错误“Windows Server Backup 无法访问远程共享文件夹。登录失败:指定的帐户密码已过期”。我检查了帐户,它设置为永不过期。我甚至重置了密码以确保这是正确的。
在远程服务器上,在我获取的安全日志中:
Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 24/02/2014 14:06:20
Event ID: 4776
Task Category: Credential Validation
Level: Information
Keywords: Audit Success
User: N/A
Computer: CDF-BAK-BAK-08
Description:
The computer attempted to validate the credentials for an account.
Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Logon Account: NSUK
Source Workstation: CDF-SHL-MBX-01
Error Code: 0x0
Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 24/02/2014 14:06:20
Event ID: 4624
Task Category: Logon
Level: Information
Keywords: Audit Success
User: N/A
Computer: CDF-BAK-BAK-08
Description:
An account was successfully logged on.
Subject:
Security ID: NULL SID
Account Name: -
Account Domain: -
Logon ID: 0x0
Logon Type: 3
Impersonation Level: Impersonation
New Logon:
Security ID: CDF-BAK-BAK-08\nsuk
Account Name: nsuk
Account Domain: CDF-BAK-BAK-08
Logon ID: 0x1D205DE69
Logon GUID: {00000000-0000-0000-0000-000000000000}
Process Information:
Process ID: 0x0
Process Name: -
Network Information:
Workstation Name: CDF-SHL-MBX-01
Source Network Address: 172.20.69.3
Source Port: 5528
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Transited Services: -
Package Name (NTLM only): NTLM V2
Key Length: 128
This event is generated when a logon session is created. It is generated on the computer that was accessed.
The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).
The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.
The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The impersonation level field indicates the extent to which a process in the logon session can impersonate.
The authentication information fields provide detailed information about this specific logon request.
- Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
知道为什么这不起作用吗?
答案1
没问题。我现在已经在第二个 DAG 成员上设置了备份。它已经运行了一周或更长时间,并且工作正常。