Application Log Filling Up With Control Channel Reloads

kpgraci

Member
Joined
Jul 14, 2011
Messages
5
Location
NOLA
Hi all,

I'm a programmer with just enough server knoledge to get into trobule.

On our hosted virtual 2008 r2 server, every 5 minutes there is a new set of events in the application log.

They start with the event: received control channel command 'reload' and then there is a series
of 7 additional events describing the success of the reload.

The result is a large event log.

Is this normal? What process is causing this? why would it need to 'reload' whatever its reloading
every 5 minutes?

Here is the initial event in detail.

Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
-

3
4
0
0x80000000000000

123046
Application
myserver.com


-
received control channel command 'reload'




EDIT:

This seems to be related to a program called WebSitePanel, which the hosting company uses to
manage the hosting account. Other than that I know nothing much else about it.
 
Hi, can please export the entire "set" of the error? It looks like the event ID is the number 3, but this is odd because of event ID 3 should be related to kerberos or spooler.
 
Here is the full series of 8 events (listed in order of event)

The referenced folder, 'C:\bind\etc\named.conf' has files that deal with DNS,
but I'm not at all familiar with how all that works. My thought is this
is normal setup but I should probably direct my query to the hosting company.


-
-

3
4
0
0x80000000000000

123714
Application
myserver.com


-
received control channel command 'reload'



-
-

3
4
0
0x80000000000000

123715
Application
myserver.com


-
loading configuration from 'C:\bind\etc\named.conf'



-
-

3
4
0
0x80000000000000

123716
Application
myserver.com


-
using default UDP/IPv4 port range: [1024, 65535]



-
-

3
4
0
0x80000000000000

123717
Application
myserver.com


-
using default UDP/IPv6 port range: [1024, 65535]



-
-

3
4
0
0x80000000000000

123718
Application
myserver.com


-
set up managed keys zone for view _default, file 'managed-keys.bind'



-
-

3
4
0
0x80000000000000

123719
Application
myserver.com


-
reloading configuration succeeded




-
-

3
4
0
0x80000000000000

123720
Application
myserver.com


-
managed-keys-zone ./IN: loaded serial 0





-
-

3
4
0
0x80000000000000

123721
Application
myserver.com


-
reloading zones succeeded
 
Everything is ok here, BIND is a DNS server which reads the file bind.conf every X minutes and apply (if possible) modifications. You could check on google if there's a way to disable this notification (maybe by logging only errors or waring).
 
Back
Top