ID do Evento 16: Cliente do Windows Update ignorando configurações de proxy

6

Tenha alguns servidores Windows 2008 R2 autônomos e bloqueados (não em um domínio; nenhum WSUS) que se recusem a aderir às configurações de proxy todas as manhãs por volta das 4:25 AM EST com o que estou supondo ser uma investigação para verifique se há atualizações:

Unable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.

O engraçado é que o balão "você tem atualizações" sempre aparece quando realmente há atualizações e "Check for Updates" sempre funciona bem. São apenas alguns recados agendados que ignoram o proxy por algum motivo, atingem o firewall e enviam um alerta por e-mail para mim.

Realmente gostaria de aquietar isso, mas não sei onde / por que isso está acontecendo. Existe um pouco que eu posso virar no registro para dizer a parar?

EDITAR

O proxy é configurado manualmente pelo Internet Explorer e, como eu disse, funciona bem.

netsh winhttp show proxy também retorna as configurações de proxy corretas.

    
por gravyface 30.12.2011 / 17:14

3 respostas

0

Acabou desativando as Atualizações Automáticas contra qualquer verificação automatizada. Agora faço verificações, downloads e instalações completamente manualmente em intervalos de manutenção definidos a cada mês e, desde então, os servidores ficam silenciosos.

    
por 30.03.2012 / 17:03
0

Você pode usar a Política de Grupo. Embora a máquina não faça parte de um domínio, você ainda pode definir políticas por meio do GPEDIT.MSC. Posso sugerir o seguinte:

Defina o "Fazer configurações de proxy por máquina (em vez de por usuário)" para Ativado. Esta configuração está localizada em Configuração do Computador \ Modelos Administrativos \ Componentes do Windows \ Internet Explorer.

Agora, configure suas configurações de proxy no IE. Essas configurações serão aplicadas na seção HKLM, para que sejam usadas em todo o sistema. Agora, todos os serviços podem usar essas configurações.

    
por 16.02.2012 / 16:05
-1

ID do evento 16: link

This error might be caused by one of the following conditions:• The proxy server settings are incorrect. • Proxy authentication problems have occurred. • The connection between the client computer and the proxy server is broken.

Seu Windows Update Agent não consegue encontrar as configurações de proxy do IE

Veja como o Windows Update encontra as configurações de proxy, de link

The Automatic Updates service is configured to download and install updates from the Microsoft Windows Update Web site The Automatic Updates service can automatically download and install updates from the Windows Update Web site. The Automatic Updates service does not require user interaction because this service runs in the context of the Local System account. The Automatic Updates service does not have access to the user-specific proxy server settings that may be configured in Internet Explorer. WinHTTP has been employed, instead of WinInet in Internet Explorer, as the Automatic Updates service affects system wide level configuration and should require administrator level control. WinHTTP is considered as more appropriate in this type of usage scenario. The Automatic Updates service can only discover a proxy server by using one of the following methods:•The proxy server is manually configured by using the Proxycfg.exe tool for Windows XP and Windows Server 2003. For Windows Vista and newer OS, Netsh command is available to manually configure the proxy server. For more information about how to use the Proxycfg.exe tool, click the following article number to view the article in the Microsoft Knowledge Base: 289481 You may need to run the Proxycfg tool for ServerXMLHTTP to work

•Web Proxy Auto Detect (WPAD) settings are configured in either of the following locations in the network environment:◦The Domain Name System (DNS) options ◦The Dynamic Host Configuration Protocol (DHCP) options For more information about a related topic, click the following article number to view the article in the Microsoft Knowledge Base: 816320 How to configure firewall and Web proxy client Autodiscovery in Windows Server 2003

Resolução: link

To use the Netsh.exe tool to configure a proxy server, follow these steps: 1.Click Start, click Run, type cmd, and then click OK. 2.At the command prompt, type netsh winhttp set proxy proxyservername:portnumber, and then press ENTER. In this command, replace proxyservername with the fully qualified domain name of the proxy server. Replace portnumber with the port number for which you want to configure the proxy server. For example, replace proxyservername with proxy.domain.example.com and replace portnumber with 80.

...

To verify the current proxy configuration by using the Netsh.exe tool To use the Netsh.exe tool to verify the current proxy configuration, follow these steps: 1.Click Start, click Run, type cmd, and then click OK. 2.At the command prompt, type netsh winhttp show proxy, and then press ENTER.

    
por 03.02.2012 / 17:31