
|
#1
|
|||
|
|||
|
Hallo zusammen,
hier mal eine kurze Beschreibung wie WOL funktioniert 1. Client ordnet sich direkt dem BLS als Management Point zu: Auf dem BLS wird ein Job eingestellt und im JobQueue_ClientId_*.log kann man sehen was passiert 14:00.29.733 0 LocalJobManager.dll Trying to execute job '{B1EB4F4F-BABB-4FC0-8368-77107B3C2338}' of type 'WakeUpOnLan'. 14:00.29.733 0 LocalJobManager.dll Job handler 'WakeUpOnLan' is executing the job '{B1EB4F4F-BABB-4FC0-8368-77107B3C2338}' with priority '0'. 14:00.29.952 0 WoLJobHandler.dll WoL packages will be sent to following MAC address: 001B784AA0B6:10.12.6.25/255.255.252.0 14:00.29.952 0 WoLJobHandler.dll Found mac [001B784AA0B6] to which we will now send a wol package to network [10.12.7.255] 14:00.29.952 0 WoLJobHandler.dll Sucessfully sent magic package to mac [001B784AA0B6] with destination network 10.12.7.255 14:00.29.968 0 LocalJobManager.dll Job '{B1EB4F4F-BABB-4FC0-8368-77107B3C2338}' executed with result code 'Ready'. 2. Client ordnet sich einer Site zu in der ein Management Point mit Event Dispatcher installiert ist Auf dem BLS wird ein Job eingestellt und im JobQueue_ClientId_*.log kann man sehen, dass der Job an den anderen Management Point weitergeleitet wird: 14:00.35.255 0 EvTJobHandler.dll initialize event routing and start calculation of the targets 14:00.35.255 0 EvTJobHandler.dll Job needs to be executed on container 66020 14:00.35.255 0 EvTJobHandler.dll Job has been created by container object 66013 14:00.35.255 0 EvTJobHandler.dll Job has been defined with target type 0 14:00.35.255 0 EvTJobHandler.dll Job has been defined to be added on queue ClientId_15658 14:00.35.255 0 EvTJobHandler.dll Job has been defined to be executed with target handler WakeUpOnLan 14:00.35.255 1 EvTJobHandler.dll Current contrainer id on which we are running on is 66013 14:00.35.255 1 EvTJobHandler.dll Current site or ou id on which we are running on is 65535 14:00.35.255 1 EvTJobHandler.dll Root object has id 66013 14:00.35.255 0 EvTJobHandler.dll Determination of current containers (site and mgntpoint) was successful 14:00.35.255 0 EvTJobHandler.dll Job target type is unicast, now calculating the targets 14:00.35.255 1 EvTJobHandler.dll Target container has been set to id [66020]. As this is a unicast event, the system will now check if the container has all components installed 14:00.35.255 1 EvTJobHandler.dll Current mgnt point id to which we need to send the event to is 66020 14:00.35.255 0 EvTJobHandler.dll An event dispatcher has been found on container [66020] 14:00.35.255 2 EvTJobHandler.dll Calculation of the targets to which we need to send the event to was successfull 14:00.35.301 2 EvTJobHandler.dll Successfully added a new job with guid 7c170624-d353-40b0-961f-45bac6bb1ea6 on remote computer using following URL http://%Server%:8080//EventReceiver/EventService.asmx 14:00.35.301 0 LocalJobManager.dll Job '{F2FC447E-E9BD-483B-A06B-F3556EACC9A5}' executed with result code 'Ready'. Jetzt muss man auf dem anderen Management Point in das JobQueue_TriggerPolicyExecutionJob*.log 14:00.35.437 0 EvTJobHandler.dll Start time of the job has not been set, so we don't need to care about it. 14:00.35.437 2 EvTJobHandler.dll At least one target of this job can be done locally > add another job of type WakeUpOnLan to the local job manager 14:00.35.437 0 EvTJobHandler.dll LJM_AddJob into Queue [ClientId_15658], JobHandler identifier [WakeUpOnLan] with the same job data we got... 14:00.35.437 2 EvTJobHandler.dll Successfully added job. 14:00.35.437 0 EvTJobHandler.dll Target container 66020 is local, so there's no need transfering the job to another machine 14:00.35.437 0 LocalJobManager.dll Job '{7C170624-D353-40B0-961F-45BAC6BB1EA6}' executed with result code 'Ready' Passend dazu gibt es ein JobQueue_ClientId_*.log 14:00.35.671 0 WoLJobHandler.dll WoL packages will be sent to following MAC address: 001B784AA0B6:10.12.6.25/255.255.252.0 14:00.35.671 0 WoLJobHandler.dll Found mac [001B784AA0B6] to which we will now send a wol package to network [10.12.7.255] 14:00.35.671 0 WoLJobHandler.dll Sucessfully sent magic package to mac [001B784AA0B6] with destination network 10.12.7.255 Der WOL Port ist 2304 Wenn es mehrere Subnetze gibt, muss man entweder Subnetz Broadcasts ermöglichen, oder pro Subnetz einen Management Point mit Event Dispatcher installieren. Gruß Manuel |