Contents
-
Introducing Nomad 7.0.200
-
Implementing Nomad
-
Working with Nomad
-
Troubleshooting
-
Training
-
Reference
-
Supported Platforms
-
Server sizing
-
Communication ports
-
Nomad installer properties
-
Nomad registry values
-
Alphabetic NomadBranch registry values
-
AssumedLinkSpeed
-
AuthenticatedUsers
-
BlockSize
-
CacheCleanCycleHrs
-
CachePath
-
CentralMCastExtraDelayMins
-
CertIssuer
-
CertSubject
-
CompatibilityFlags
-
ContentProviderOnWifi
-
ContentRegistration
-
ContentRegSyncBatchSz
-
ContentRegSyncCycleHrs
-
ContentRegSyncReqDelay
-
Debug
-
DebugDynamicBlock
-
DownloadTimeout
-
DpCacheCleanupEnabled
-
DPNotAvailableCodes
-
EncryptionType
-
EnforceQuotas
-
ExtraReplyDelayMs
-
GenerateWEREvents
-
HAACKTimeoutMins
-
InstallationDirectory
-
KnownMobileDevices
-
LocalCachePath
-
LocalSsdStagger
-
LogFileName
-
MaxAllocRequest
-
MaxAllowedLinkSpeed
-
MaxBusyBackOffSecs
-
MaxCacheDays
-
MaxCacheSizeMB
-
MaxConcurrency
-
MaxDevicesFromAE
-
MaxElectionResponseLogging
-
MaximumMegaByte
-
MaxLogFileSize
-
MaxPackageSizeFastLAN
-
MaxPackageSizeRAS
-
MaxPackageSizeSlowLAN
-
MaxPacketsPerSecond
-
MaxPreCacheDays
-
MaxStatusFrequency
-
MaxStuckCount
-
MaxSUCacheDays
-
MaxWorkRates
-
MultiCastMADCAPScope
-
MulticastSupport
-
NoHardlink
-
NomadInhibitedADSites
-
NomadInhibitedSubnets
-
NomadNeverUseSubnets
-
NoSsdReqOnInhibitedSubnets
-
P2P_Port
-
P2PClientCertWaitPeriodMins
-
P2PDisqualifyMaxNumPeers
-
P2PDisqualifyMaxWindowMins
-
P2PElectionWeight
-
P2PEnabled
-
P2PHttpPort
-
P2PHttpsPort
-
P2PSslSettings
-
PercentAvailableDisk
-
PercentDelayedContentReg
-
PermittedLSZShares
-
PlatformURL
-
PostCompleteTimeoutHours
-
PrecachePollBatchSize
-
PrecachePollMinutes
-
PreCompleteTimeoutHours
-
RecycleDPDelay
-
RunUncachedPermittedFastLAN
-
SigsFolder
-
SiteSsdStagger
-
SpecialNetShare
-
SSDEnabled
-
SSPBAEnabled
-
StatusMsgEvents
-
SuccessCodes
-
WakeUpBatchSize
-
WakeUpEnabled
-
WakeUpMinPackageSizeMB
-
WLanBlipSecs
-
WLanProfileList
-
AssumedLinkSpeed
-
Nomad client registry values and installer properties
-
Alphabetic NomadBranch registry values
-
Nomad command-line switches
-
Nomad return codes
-
Status messages for download events
-
Nomad local multicast
-
Basic Nomad behavior in a simple environment
-
Index
-
Release notes
-
Log files
-
Supported Platforms
Defines the number of election responses Nomad will write to the log for a given election.
Registry value | Default value | Notes | Installer Property |
---|---|---|---|
MaxElectionResponseLogging | By default this REG_DWORD value is not present and all election responses are logged. | Add this REG_DWORD value and set it to the number of responses that Nomad should log for any given election. Setting the value to 0 effectively turns off logging of any election responses. | MODULE.NOMAD.MAXELECTIONRESPONSELOGGING |
The value of MaxElectionResponseLogging specifies the number of election replies to be logged per election request. As an example, if MaxElectionResponseLogging = 5 and there are two election requests for the same package at different times, a maximum of 5 election responses will be logged for each elections (up to 10 election replies in total). If there are two concurrent election requests for the same package, the number of maximum election replies logged may vary from 5 to 10. In general, if MaxElectionResponseLogging = n and if there are m concurrent election requests for the same package, the number of maximum election replies logged may vary from n to m*n.