Erro de backup do Windows Server 2008 R2

1

Estou tentando configurar um backup do Windows Server em uma caixa do Server 2008 R2 para um servidor remoto em uma sub-rede diferente. O servidor que está sendo submetido a backup está em um domínio, o servidor remoto está em um grupo de trabalho dedicado ao armazenamento de backup. Há uma conta de usuário local configurada no servidor remoto semelhante à conta de domínio que está fazendo o backup do servidor.

Tentando configurar o backup, chego à caixa de credenciais e obtenho o erro "O Backup do Windows Server não consegue acessar a pasta compartilhada remota. Falha de logon: a senha da conta especificada expirou". Eu verifiquei a conta, ela está configurada para nunca expirar. Até redefini a senha para ter certeza de que isso está correto.

No servidor remoto, nos registros de segurança que estou recebendo:

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.

Alguma idéia de por que isso não está funcionando?

    
por AmandaJayne 24.02.2014 / 15:23

1 resposta

0

Tudo bem. Agora, configurei o backup no segundo membro do DAG. Isso já dura uma semana ou mais e está fazendo o trabalho o suficiente.

    
por 07.03.2014 / 12:32