(imported topic written by SystemAdmin)
Hello everyone,
Our issue involves the Wake on LAN feature in the “Power Management” module. We are attempting to set up our implementation of WoL by using certain systems as WoL packet forwarders. These devices have been given special authority by the network devices to communicate protocols across the network which are normally blocked. Our hope is that these devices will also be able to forward the “magic packet” to their final broadcast destination. We have been unable to test this as the fixlet checks that the system being awakened is on the same subnet. See action script below:
#############################################################
Download http://support.bigfix.com/download/bes/util/bes-wol.exe
appendfile {(if (exists subnet address whose (it as string = “XX.XX.XX.XX”) of adapters of network) then (concatenation " " of (substrings separated by ", " of (“XX.XX.XX.XX, AA-AA-AA-AA-AA-AA”))) else “”)}
wait “{pathname of client folder of site “BESSupport” & “\RunQuiet.exe”}” “__Download\bes-wol.exe” 10 @__appendfile
We’ve tried different variations of this action script for example taking out the part that checks for the correct subnet so it looks something like this:
Download http://support.bigfix.com/download/bes/util/bes-wol.exe
appendfile (concatenation " " of (substrings separated by ", " of (“XX.XX.XX.XX, AA-AA-AA-AA-AA-AA”)))
wait “{pathname of client folder of site “BESSupport” & “\RunQuiet.exe”}” “__Download\bes-wol.exe” 10 @__appendfile
Which completes but does not actually wake up the intended target even if it is actually on the same subnet. So my question is what would the correct relevance be that does not check for the systems being located on the same subnet and just broadcasts the “magic packet”?
Just as a note WoL actually works in our environment as BigFix has designed it, it works just as the documentation describes. It’s just that most if not all our system are shutdown at night and even if we have designated certain systems as “last man standing” there is no guarantee the user of that system would not shut it down as we have no dedicated systems for “last man standing”, we have so many subnets, some only having a handful of systems on them.
If anyone has any experience with using WoL in this manner or a similar manner you input would be appreciated.
Thanks
JJ