Sayfa 1/2 12 SonSon
18 sonuçtan 1 ile 10 arası

Konu: Server 2012 WSUS Hatası

  1. #1

    Standart Server 2012 WSUS Hatası

    Merhaba;

    Elimdeki mevcut 2012 standart sunucunlardan birinde wsus hizmetini devreye almak istedik ama kurulumdan sonra bir hata ile karşılaşıyorum.Yükleme bitip Dashboard > Tools> WSUS ı seçip güncelleme dosyalarının yükleceği path i gösterdiğimiz ekranda run ettikten sonra aşağıdaki hatayı alıyorum.

    j5lfy.jpg

    Kurulumda mı bir hata yapıyorum diyerek test ortamında sanal bir server 2012 üzerine kurulum yaptım ve hata almadım.

    Mevcutta denediğim sunucu Domain Admin ile açık yetki kısıtlaması yok

    Sorun nerde olabilir ?

    teşekkürler
     

  2. #2

    Standart

    event id 'i paylaşır mısınız. ( bu arada internet ve network kısmında bir problem yok değil mi * )
     

  3. #3

    Standart

    event id : 12002,12022,12012,12032,12052,12042,12072

    Vermiş olduğu hataya istinaden oluşturulan tmp dosyası içeriği

    2013-01-21 11:16:44 Postinstall started
    2013-01-21 11:16:44 Detected role services: Api, UI, WidDatabase, Services
    2013-01-21 11:16:44 Start: LoadSettingsFromParameters
    2013-01-21 11:16:44 Content local is: True
    2013-01-21 11:16:44 Content directory is: C:\Path
    2013-01-21 11:16:44 SQL instname is:
    2013-01-21 11:16:44 End: LoadSettingsFromParameters
    2013-01-21 11:16:44 Start: Run
    2013-01-21 11:16:44 Configuring content directory...
    2013-01-21 11:16:44 Configuring groups...
    2013-01-21 11:16:44 Starting group configuration for WSUS Administrators...
    2013-01-21 11:16:44 Found group in regsitry, attempting to use it...
    2013-01-21 11:16:47 Writing group to registry...
    2013-01-21 11:16:47 Finished group creation
    2013-01-21 11:16:47 Starting group configuration for WSUS Reporters...
    2013-01-21 11:16:47 Found group in regsitry, attempting to use it...
    2013-01-21 11:16:47 Writing group to registry...
    2013-01-21 11:16:47 Finished group creation
    2013-01-21 11:16:47 Configuring permissions...
    2013-01-21 11:16:47 Fetching content directory...
    2013-01-21 11:16:47 Fetching ContentDir from registry store
    2013-01-21 11:16:47 Value is C:\Path
    2013-01-21 11:16:47 Fetching group SIDs...
    2013-01-21 11:16:47 Fetching WsusAdministratorsSid from registry store
    2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1001
    2013-01-21 11:16:47 Fetching WsusReportersSid from registry store
    2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1002
    2013-01-21 11:16:47 Creating group principals...
    2013-01-21 11:16:47 Granting directory permissions...
    2013-01-21 11:16:47 Granting permissions on content directory...
    2013-01-21 11:16:47 Granting registry permissions...
    2013-01-21 11:16:47 Granting registry permissions...
    2013-01-21 11:16:47 Granting registry permissions...
    2013-01-21 11:16:47 Configuring shares...
    2013-01-21 11:16:47 Configuring network shares...
    2013-01-21 11:16:47 Fetching content directory...
    2013-01-21 11:16:47 Fetching ContentDir from registry store
    2013-01-21 11:16:47 Value is C:\Path
    2013-01-21 11:16:47 Fetching WSUS admin SID...
    2013-01-21 11:16:47 Fetching WsusAdministratorsSid from registry store
    2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1001
    2013-01-21 11:16:47 Content directory is local, creating content shares...
    2013-01-21 11:16:47 Creating share "UpdateServicesPackages" with path "C:\Path\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
    2013-01-21 11:16:47 Deleting existing share...
    2013-01-21 11:16:47 Creating share...
    2013-01-21 11:16:47 Share successfully created
    2013-01-21 11:16:47 Creating share "WsusContent" with path "C:\Path\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
    2013-01-21 11:16:47 Deleting existing share...
    2013-01-21 11:16:47 Creating share...
    2013-01-21 11:16:47 Share successfully created
    2013-01-21 11:16:47 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
    2013-01-21 11:16:47 Deleting existing share...
    2013-01-21 11:16:47 Creating share...
    2013-01-21 11:16:47 Share successfully created
    2013-01-21 11:16:47 Finished creating content shares
    2013-01-21 11:16:47 Configuring WID database...
    2013-01-21 11:16:47 Configuring the database...
    2013-01-21 11:16:47 Establishing DB connection...
    2013-01-21 11:16:47 Checking to see if database exists...
    2013-01-21 11:16:47 Database exists
    2013-01-21 11:16:47 Switching database to single user mode...
    2013-01-21 11:16:50 Loading install type query...
    2013-01-21 11:16:50 DECLARE @currentScriptVersion int
    DECLARE @currentDBVersion int
    IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
    BEGIN
    SELECT 1
    END
    ELSE
    BEGIN
    SET @currentScriptVersion = (9200 + 16384)
    SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
    IF @currentDBVersion < 926
    BEGIN
    SELECT 3
    END
    ELSE IF @currentDBVersion < @currentScriptVersion
    BEGIN
    SELECT 2
    END
    ELSE IF @currentDBVersion = @currentScriptVersion
    BEGIN
    SELECT 0
    END
    ELSE
    BEGIN
    SELECT 4
    END
    END

    2013-01-21 11:16:50 Install type is: Reinstall
    2013-01-21 11:16:50 Creating logins...
    2013-01-21 11:16:50 Fetching account info for S-1-5-20
    2013-01-21 11:16:50 Found principal
    2013-01-21 11:16:50 Found account
    2013-01-21 11:16:50 Got binary SID
    2013-01-21 11:16:50 Fetching WsusAdministratorsSid from registry store
    2013-01-21 11:16:50 Value is S-1-5-21-222556900-4227015237-2781994514-1001
    2013-01-21 11:16:50 Fetching account info for S-1-5-21-222556900-4227015237-2781994514-1001
    2013-01-21 11:16:50 Found principal
    2013-01-21 11:16:50 Found account
    2013-01-21 11:16:50 Got binary SID
    2013-01-21 11:16:50 Setting content location...
    2013-01-21 11:16:50 Fetching ContentDir from registry store
    2013-01-21 11:16:50 Value is C:\Path
    2013-01-21 11:16:50 Swtching DB to multi-user mode......
    2013-01-21 11:16:51 Finished setting multi-user mode
    2013-01-21 11:16:51 Writing DB settings to registry...
    2013-01-21 11:16:51 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
    2013-01-21 11:16:51 Configuring IIS...
    2013-01-21 11:16:51 Start: ConfigureWebsite
    2013-01-21 11:16:52 Configuring website on port 8530
    2013-01-21 11:17:22 2013-01-21 11:17:01 Info IISCustomAction Performing Setup Action, Command /Install
    2013-01-21 11:17:21 Info IISCustomAction Command /Install Succeeded

    2013-01-21 11:17:22 End: ConfigureWebsite
    2013-01-21 11:17:22 Configuring performance counters...
    2013-01-21 11:17:22 Configuring Stats.NET perf counter...
    2013-01-21 11:17:22 Configuring reporting perf counter...
    2013-01-21 11:17:22 Configuring client webservice perf counter...
    2013-01-21 11:17:22 Configuring server sync webservice perf counter...
    2013-01-21 11:17:22 Configuring API remoting perf counter...
    2013-01-21 11:17:22 Bringing services online...
    2013-01-21 11:17:22 Checking initialization status...
    2013-01-21 11:17:22 Database needs initialization.
    2013-01-21 11:17:22 StartServer starting...
    2013-01-21 11:17:22 Generating encryption key to write to the registry...
    2013-01-21 11:17:22 Generating encryption key to write to the database...
    2013-01-21 11:17:23 Generating encryption key succeeded...
    2013-01-21 11:17:23 Setting WSUSService to autostart...
    2013-01-21 11:17:23 WSUSService is set to autostart.
    2013-01-21 11:17:23 Starting WSUSService...
    2013-01-21 11:17:23 Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: An instance of the service is already running
    --- End of inner exception stack trace ---
    at System.ServiceProcess.ServiceController.Start(Stri ng[] args)
    at Microsoft.UpdateServices.Setup.StartServer.StartSe rver.StartAndConfigureService()
    2013-01-21 11:17:23 Importing default detectoids.
    2013-01-21 11:17:23 Importing CriticalUpdates.xml...
    2013-01-21 11:17:23 Importing Drivers.xml...
    2013-01-21 11:17:23 Importing FeaturePacks.xml...
    2013-01-21 11:17:23 Importing MicrosoftCorporation.xml...
    2013-01-21 11:17:23 Importing SecurityUpdates.xml...
    2013-01-21 11:17:23 Importing ServicePacks.xml...
    2013-01-21 11:17:23 Importing Tools.xml...
    2013-01-21 11:17:23 Importing UpdateRollups.xml...
    2013-01-21 11:17:23 Importing Updates.xml...
    2013-01-21 11:17:23 Importing Windows.xml...
    2013-01-21 11:17:23 Importing Windows2000family.xml...
    2013-01-21 11:17:23 Importing WindowsServer2003DatacenterEdition.xml...
    2013-01-21 11:17:23 Importing WindowsServer2003Family.xml...
    2013-01-21 11:17:23 Importing WindowsXPfamily.xml...
    2013-01-21 11:17:23 Importing LocalPublisher.xml...
    2013-01-21 11:17:23 Importing LocallyPublishedPackages.xml...
    2013-01-21 11:17:23 Importing Applications.xml...
    2013-01-21 11:17:23 Importing Exchange.xml...
    2013-01-21 11:17:23 Importing Office.xml...
    2013-01-21 11:17:23 Importing SQL.xml...
    2013-01-21 11:17:23 Importing Exchange2000Server.xml...
    2013-01-21 11:17:23 Importing ExchangeServer2003.xml...
    2013-01-21 11:17:23 Importing OfficeXP.xml...
    2013-01-21 11:17:23 Importing Office2003.xml...
    2013-01-21 11:17:23 Importing SQLServer.xml...
    2013-01-21 11:17:23 Importing WindowsXP64BitEditionVersion2003.xml...
    2013-01-21 11:17:23 Importing DefinitionUpdateSusXml.xml...
    2013-01-21 11:17:24 Importing ClientServicingApiDetectoid.xml...
    2013-01-21 11:17:24 Importing default detectoids succeeded.
    2013-01-21 11:17:24 Creating default subscription.
    2013-01-21 11:17:24 Instantiating UpdateServer
    2013-01-21 11:17:25 CreateDefaultSubscription failed. Exception: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters)
    at Microsoft.UpdateServices.Internal.ApiRemoting.GetS erverVersion()
    at Microsoft.UpdateServices.Internal.DatabaseAccess.A dminDataAccessProxy.GetServerVersion()
    at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
    at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver..ctor(Boolean bypassApiRemoting)
    at Microsoft.UpdateServices.Setup.StartServer.StartSe rver.CreateDefaultSubscription()
    2013-01-21 11:17:25 StartServer encountered errors. Exception=The request failed with HTTP status 503: Service Unavailable.
    2013-01-21 11:17:25 Microsoft.UpdateServices.Administration.CommandExc eption: Failed to start and configure the WSUS service
    at Microsoft.UpdateServices.Administration.PostInstal l.Run()
    at Microsoft.UpdateServices.Administration.PostInstal l.Execute(String[] arguments)
     

  4. #4

    Standart

    ISS servisi ve diğer wsus bileşen servisleri normal olarak çalışıyor mu?
     

  5. #5

    Standart

    Ahmet Bey;

    Herhangi bir sorun ibaresi yok dashboard ta herşey yeşil.Ama deminde event id leri verdiğim gibi wsus normal çalışmıyor.
     

  6. #6

    Standart

    http://wsusserver:8530/wsusadmin şeklinde erişim sağlayabiliyormusunuz? Eğer erişim sağlıyamıyorsanız,
    direk servis kısmını açıp ( services.msc ) bakar mısınız, dashboard kısmında bir sorun olmuş olabilir.
    Frewall üzerinden 80 ve 8530 numaralı portlarınız açık olması gerekli.

    Geri dönüşünüzü bekliyorum.
     

  7. #7

    Standart

    http://wsusserver:8530/wsusadmin şeklinde erişim sağlayamıyorum servis i restart etmeme rağmen sonuç değişmedi.Portlar açık tekrardan kontrol ettim
     

  8. #8

    Standart

    ISS servislerini start eder misiniz.
     

  9. #9

    Standart

    Ahmet Bey ; Sonuç yine aynı HTTP Error 503. The service is unavailable.
     

  10. #10

    Standart

    Olayımız kısmen netleşti;

    Siz http://system dediğinizde de büyük ihtimalle ISS karşılama ekranını göremiyorsunuz sanırım.Bu sorunuzu biraz daha açarsak probleminiz WSUS db ile ISS servisinin iletişime geçmemesinden kaynaklanmaktadır.
    Ne yapmalısınız?
    Bu durumda ilk önce kurulum yaptığınız user'ın güvenlik ayarlarını kontrol edin ve bu userı c sürücünde bütün yetkileri aldığından emin olun.
    Üzülerek söylemeliyim ki Wsus'u tekrar kurmanız gerekmektedir. ( ISS yapılandırmasına dikkat edin ) Ziraa doğru konumlandırılmamış ISS servisinde sorunu düzelttikce, yeni sorunlara yelken açmanız muhtemel.
    Üzgünüm
     

Benzer Konular

  1. windows 2012 wsus server
    By ms_uzun in forum Server2012
    Cevaplar: 1
    Son Mesaj: 02-23-2015, 04:40 PM
  2. wsus 2012 raporlama
    By ms_uzun in forum Server2012
    Cevaplar: 1
    Son Mesaj: 12-08-2014, 11:25 AM
  3. Windows 2012 WSUS hakkında
    By BlackEdition in forum Server2012
    Cevaplar: 1
    Son Mesaj: 07-18-2014, 10:33 AM
  4. Server 2012 R2 hyper-v Cluster kurulum hatası
    By ozcanaldemir in forum Server2012
    Cevaplar: 1
    Son Mesaj: 04-04-2014, 11:29 PM
  5. Windows 2012 Server WSUS Sorunu
    By BlackEdition in forum Server2012
    Cevaplar: 2
    Son Mesaj: 03-01-2014, 06:36 PM

Yetkileriniz

  • Konu Açma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  
Hakkımızda
MSHOWTO, herhangi bir firma ya da kuruluş ile bağı olmayan bağımsız teknik bir topluluktur.
Sosyal Medya Linklerimiz