Understanding and Identifying the different Group Update Provider (GUP) Options in SEP 11.0.5 RU5 and Later
| Article:TECH139867 | | | Created: 2010-09-15 | | | Updated: 2011-07-04 | | | Article URL http://www.symantec.com/docs/TECH139867 |
Problem
You are using the enhanced GUP features that SEP 11.0.5 RU5 and later provide, but some of the behavior you are seeing may either not be as expected, or, you would like to have more information on the different options.
- Single Group Update Provider
- Multiple Group Update Provider and, optionally:
- "Backup" Group Update Provider on a different subnet (if Group Update Providers on the local subnet are unavailable).
For details please refer to "New features and functionality in Symantec Endpoint Protection Release Update 5 (SEP RU 5) Group Update Provider (GUP)"
Solution
- If you have configured a "Backup" Group Update Provider on a different subnet (if Group Update Providers on the local subnet are unavailable).
- If you have configured a GUP from a different Subnet as a Single Group Update Provider.
Identifying the GUP Types on the Local SEP Client
To verify if the SEP client is configured to use a GUP or not, you can check the following Registry Key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\LiveUpdate
"UseMasterClient"=dword:00000001
A dword value of 00000001 indicates that at least one GUP is configured.
To identify the GUP type there is an additional key:
- For a Single GUP:
[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\LiveUpdate
"UseMasterClient"=dword:00000001
"MasterClientHost"="10.130.6.101"
An IP address or computer name indicates that a "Single GUP" was configured.
This is the equivalent of the following configuration settings in SEPM:

- For Multiple Group Update Providers:
[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\LiveUpdate
"UseMasterClient"=dword:00000001
"MasterClientHost"= <null>
If the "MasterClientHost" has an empty value, then "Multiple Group Update Providers" was configured without the optional "Group Update Provider on a different subnet" setting.
This is the equivalent of the following configuration settings in SEPM:

- Group Update Provider on a different subnet
It is a little bit more difficult to determine if "Backup" Group Update Provider on a different subnet is configured. The Registry settings are almost identical to the Single GUP configuration:
[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\LiveUpdate
"UseMasterClient"=dword:00000001
"MasterClientHost"="172.10.10.1"
An IP address or computer name indicates that a GUP was configured. The difference with the Single GUP entry is that the IP address should belong to a computer that is in a different subnet than this SEP Client computer.
This is the equivalent of the following configuration settings in SEPM:

From a local client configuration perspective the only difference between "GUP from a different subnet configured as a Single GUP" and the "Backup Group Update Provider on a different subnet" is that the Single GUP in this case would be the only GUP available to the client, whereas the "Backup" GUP is exactly that: just a backup. The client should have Multiple local GUPs available.
- If the client has a GUP in its local subnet that is temporarily unavailable and a Group Update Provider on a different subnet is configured and available, the client will contact that GUP in the different subnet almost immediately.
- If the client is not configured with a GUP in its local network but only one that is located in a different subnet, then the client will wait until the Maximum time specified in the bypass options before trying to contact the GUP in the different subnet. This behavior may change in a later release.
Attachments
|
|
|
Related Articles
Article URL http://www.symantec.com/docs/TECH139867
Terms of use for this information are found in Legal Notices









Thank you.