Skip to content

Commit 30d73a5

Browse files
author
Pavel Yurenev
committed
Replacing machine names in log excepts with placeholders
1 parent 1eeec71 commit 30d73a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

support/mem/configmgr/setup-migrate-backup-recovery/understand-troubleshoot-updates-servicing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This event triggers HMAN to start processing. It logs entries in HMAN.log that r
219219
220220
```output
221221
STATMSG: ID=3306 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_HIERARCHY_MANAGER"
222-
SYS=<SiteServerFQDN> 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"
222+
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"
223223
```
224224
225225
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
867867
After the content is extracted, CMUpdate.exe starts the prerequisite check:
868868

869869
```output
870-
~FQDN for server BIG-CS1SITE is BIG-CS1SITE.biglab.net
870+
~FQDN for server <Site Server> is <Site Server FQDN>
871871
INFO: Target computer is a 64 bit operating system.
872872
INFO: Checking for existing setup information.
873873
INFO: Setting setup type to 8.
874874
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.
876876
INFO: Verifying the registry entry for Asset Intelligence installation
877877
INFO: Setup detected an existing Configuration Manager installation. Currently installed version is 9132~
878878
INFO: Phase is 1C7~
879-
INFO: SDK Provider is on BIG-CS1SITE.biglab.net.
879+
INFO: SDK Provider is on <SMS Provider>.
880880
Set working directory to the staging folder E:\ConfigMgr\CMUStaging\8576527E-DDE9-4146-8ED9-DB91091C38EF\SMSSetup
881881
INFO: Setting the default CSV folder path
882882
INFO: Language: Mobile Device (INTL), LangPack: 0.
883883
INFO: Configuration Manager Build Number = 9135
884884
INFO: Configuration Manager Version = 5.0
885885
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>]...~
887887
```
888888

889889
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
924924
Then CMUpdate loads prereqcore.dll, and calls the entry point `RunPrereqChecks`. The corresponding log entry resembles the following excerpt:
925925

926926
```output
927-
Running prereq checking against Server [BIG-CS1SITE.BIGLAB.NET] ...~
927+
Running prereq checking against Server [<Site Server>] ...~
928928
```
929929

930930
> [!NOTE]
@@ -944,12 +944,12 @@ Prerequisite checker starts up within the same thread as CMUpdate. (note the com
944944
********************************************
945945
INFO: PrereqCoreRes.dll source path is set to E:\CONFIGMGR\CMUSTAGING\8576527E-DDE9-4146-8ED9-DB91091C38EF\SMSSETUP\BIN\X64
946946
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>
948948
INFO: SQLNCli version is 11.4.7001.0
949949
...
950-
INFO: SDK Provider is on BIG-CS1SITE.biglab.net.
950+
INFO: SDK Provider is on <SMS Provider>.
951951
Check Type: Configuration Manager Update
952-
Check Type: Easy Update ~ Site Server: BIG-CS1SITE.biglab.net,~ SQL Server: BIG-ALWAYSON.biglab.net
952+
Check Type: Easy Update ~ Site Server: <Site Server>,~ SQL Server: <Site Database Server>
953953
...
954954
```
955955

0 commit comments

Comments
 (0)