Win Serv 2016 1670

P

Pavel Majorov

Hello.

new install windows 2016. For SCCM 1810.

try install wsus.

2019-01-28 15:48:26 Fetching WsusAdministratorsSid from registry store
2019-01-28 15:48:26 Value is S-1-5-21-1054762746-2346559801-4265663033-1009
2019-01-28 15:48:26 Fetching WsusReportersSid from registry store
2019-01-28 15:48:26 Value is S-1-5-21-1054762746-2346559801-4265663033-1010
2019-01-28 15:48:26 Creating group principals...
2019-01-28 15:48:26 Granting directory permissions...
2019-01-28 15:48:26 Granting permissions on content directory...
2019-01-28 15:48:26 Granting registry permissions...
2019-01-28 15:48:26 Granting registry permissions...
2019-01-28 15:48:26 Granting registry permissions...
2019-01-28 15:48:26 Configuring shares...
2019-01-28 15:48:26 Configuring network shares...
2019-01-28 15:48:26 Fetching content directory...
2019-01-28 15:48:26 Fetching ContentDir from registry store
2019-01-28 15:48:26 Value is c:\TEMP\WSUS
2019-01-28 15:48:26 Fetching WSUS admin SID...
2019-01-28 15:48:26 Fetching WsusAdministratorsSid from registry store
2019-01-28 15:48:26 Value is S-1-5-21-1054762746-2346559801-4265663033-1009
2019-01-28 15:48:26 Content directory is local, creating content shares...
2019-01-28 15:48:26 Creating share "UpdateServicesPackages" with path "c:\TEMP\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2019-01-28 15:48:26 Deleting existing share...
2019-01-28 15:48:26 Creating share...
2019-01-28 15:48:26 Share successfully created
2019-01-28 15:48:26 Creating share "WsusContent" with path "c:\TEMP\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2019-01-28 15:48:27 Deleting existing share...
2019-01-28 15:48:27 Creating share...
2019-01-28 15:48:27 Share successfully created
2019-01-28 15:48:27 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."
2019-01-28 15:48:27 Deleting existing share...
2019-01-28 15:48:27 Creating share...
2019-01-28 15:48:27 Share successfully created
2019-01-28 15:48:27 Finished creating content shares
2019-01-28 15:48:27 Stopping service WSUSService
2019-01-28 15:48:27 Stopping service W3SVC
2019-01-28 15:48:29 Configuring WID database...
2019-01-28 15:48:29 Configuring the database...
2019-01-28 15:48:29 Establishing DB connection...
2019-01-28 15:48:29 Checking to see if database exists...
2019-01-28 15:48:29 Database exists
2019-01-28 15:48:29 Switching database to single user mode...
2019-01-28 15:48:29 Loading install type query...
2019-01-28 15:48:29 DECLARE @currentDBVersion int
DECLARE @scriptMajorVersion int = (14393)
DECLARE @scriptMinorVersion int = (0)
DECLARE @databaseMajorVersion int
DECLARE @databaseMinorVersion int
DECLARE @databaseBuildNumber nvarchar(10)
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
SELECT 1
END
ELSE
BEGIN
SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber)
IF (@delimiterPosition = 0)
BEGIN
RAISERROR('Invalid schema version number', 16, 1) with nowait
return
END
SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1)
SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition))
IF @currentDBVersion < 926
BEGIN
SELECT 3
END
ELSE
BEGIN
IF (@scriptMajorVersion > @databaseMajorVersion OR
(@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion))
BEGIN
SELECT 2
END
ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND
@scriptMinorVersion = @databaseMinorVersion)
BEGIN
SELECT 0
END
ELSE
BEGIN
SELECT 4
END
END
END
2019-01-28 15:48:29 Install type is: Reinstall
2019-01-28 15:48:29 Creating logins...
2019-01-28 15:48:29 Fetching account info for S-1-5-20
2019-01-28 15:48:29 Found principal
2019-01-28 15:48:29 Found account
2019-01-28 15:48:29 Got binary SID
2019-01-28 15:48:29 Fetching WsusAdministratorsSid from registry store
2019-01-28 15:48:29 Value is S-1-5-21-1054762746-2346559801-4265663033-1009
2019-01-28 15:48:29 Fetching account info for S-1-5-21-1054762746-2346559801-4265663033-1009
2019-01-28 15:48:29 Found principal
2019-01-28 15:48:29 Found account
2019-01-28 15:48:29 Got binary SID
2019-01-28 15:48:29 Setting content location...
2019-01-28 15:48:29 Fetching ContentDir from registry store
2019-01-28 15:48:29 Value is c:\TEMP\WSUS
2019-01-28 15:48:29 Swtching DB to multi-user mode......
2019-01-28 15:48:30 Finished setting multi-user mode
2019-01-28 15:48:30 Writing DB settings to registry...
2019-01-28 15:48:30 Disposing Connection
2019-01-28 15:48:30 Clearing Connection Pools
2019-01-28 15:48:30 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2019-01-28 15:48:30 Starting service W3SVC
2019-01-28 15:48:31 Configuring IIS...
2019-01-28 15:48:31 Start: ConfigureWebsite
2019-01-28 15:48:31 Configuring website on port 8530
2019-01-28 15:48:31 System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
at Microsoft.UpdateServices.Administration.UseCustomWebSite.CreateWebsite(Int32 newPortNumber)
at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
at Microsoft.UpdateServices.Administration.PostInstall.Run()
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: The system cannot find the file specified



wsus services started.

Continue reading...
 
Back
Top Bottom