You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYS=<Site Server FQDN> SITE=XXX PID=2168 TID=4888 GMTDATE=Wed Dec 21 16:15:08.957 2016 ISTR0="C:\Program Files\Microsoft Configuration Manager\inboxes\hman.box\CAS.SCU"
223
223
```
224
224
225
225
HMAN checks for the download signature, and then extracts the manifest to the \\CMUStaging folder on the site server. During this process, HMAN logs entries that resemble the following excerpt:
@@ -867,23 +867,23 @@ Additionally, CMUpdate verifies the signature and extracts the update.map.cab fi
867
867
After the content is extracted, CMUpdate.exe starts the prerequisite check:
868
868
869
869
```output
870
-
~FQDN for server BIG-CS1SITE is BIG-CS1SITE.biglab.net
870
+
~FQDN for server <Site Server> is <Site Server FQDN>
871
871
INFO: Target computer is a 64 bit operating system.
872
872
INFO: Checking for existing setup information.
873
873
INFO: Setting setup type to 8.
874
874
INFO: Checking for existing SQL information.
875
-
INFO: 'BIG-ALWAYSON.biglab.net' is a valid FQDN.
875
+
INFO: '<Site Database Server>' is a valid FQDN.
876
876
INFO: Verifying the registry entry for Asset Intelligence installation
877
877
INFO: Setup detected an existing Configuration Manager installation. Currently installed version is 9132~
878
878
INFO: Phase is 1C7~
879
-
INFO: SDK Provider is on BIG-CS1SITE.biglab.net.
879
+
INFO: SDK Provider is on <SMS Provider>.
880
880
Set working directory to the staging folder E:\ConfigMgr\CMUStaging\8576527E-DDE9-4146-8ED9-DB91091C38EF\SMSSetup
881
881
INFO: Setting the default CSV folder path
882
882
INFO: Language: Mobile Device (INTL), LangPack: 0.
883
883
INFO: Configuration Manager Build Number = 9135
884
884
INFO: Configuration Manager Version = 5.0
885
885
INFO: Configuration Manager Minimum Build Number = 800
886
-
Preparing prereq check for site server [BIG-CS1SITE.BIGLAB.NET]...~
886
+
Preparing prereq check for site server [<Site Server FQDN>]...~
887
887
```
888
888
889
889
During this process, CMUpdate silently sets the `Update State` in the `CM_UpdatePackages` table to `131073 (PREREQ_IN_PROGRESS)`.
@@ -924,7 +924,7 @@ prereqcore has hash value SHA256:48899098998C712DDF097638B281D5620D8C511FB9B51E2
924
924
Then CMUpdate loads prereqcore.dll, and calls the entry point `RunPrereqChecks`. The corresponding log entry resembles the following excerpt:
925
925
926
926
```output
927
-
Running prereq checking against Server [BIG-CS1SITE.BIGLAB.NET] ...~
927
+
Running prereq checking against Server [<Site Server>] ...~
928
928
```
929
929
930
930
> [!NOTE]
@@ -944,12 +944,12 @@ Prerequisite checker starts up within the same thread as CMUpdate. (note the com
944
944
********************************************
945
945
INFO: PrereqCoreRes.dll source path is set to E:\CONFIGMGR\CMUSTAGING\8576527E-DDE9-4146-8ED9-DB91091C38EF\SMSSETUP\BIN\X64
946
946
Commandline :~"E:\ConfigMgr\bin\x64\cmupdate.exe"
947
-
INFO: Checking SQLNCli version on ServerName BIG-CS1SITE
947
+
INFO: Checking SQLNCli version on ServerName <Site Server>
0 commit comments