• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Which table to check in db to see if there are pending wakeup entrys

Scheduled Pinned Locked Moved Solved
FOG Problems
6
31
11.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X
    x23piracy
    last edited by x23piracy Aug 5, 2016, 6:52 PM Aug 6, 2016, 12:46 AM

    I just found this…
    https://communities.intel.com/thread/29566

    I’m trying to refrain from celebrating until it’s been a few days with no wakes, but I think I FINALLY found the answer. I’ll document it in case some other poor soul has this problem and googles it.

    In the BIOS menu there’s an option to display the Intel ME prompt during boot. It’s together with the options to display F2 to enter setup, F10 to enter boot menu, and so on. I enabled it just to see what it was. Upon restart, sure enough, right at the end of the POST there’s a prompt to press CTRL+P to enter Intel ME. I did. Apparently it’s kind of an extension to the BIOS menus. Among the few items inside, there was a “remote wake up” thing which was set to Enabled. I set it to Disabled. Now the computer doesn’t reply to pings when it’s sleeping. As I said, it will be a couple of days until I can be sure that I’ve solved the problem, but it does look promising.

    I have to say, this Intel ME thing (I think it’s Management Engine) is not documented anywhere, nobody seems to know about it, and why Intel put those options there instead of in the BIOS menus with the rest, is beyond me. Even the prompt to enter Intel ME is disabled by default, I was lucky to stumble upon it after trying everything.

    Anyway, I hope it works permanently. I would like to thank everyone for your suggestions, especially rseiler. I may have ended solving the problem by myself (hopefully!), but I appreciate the time you took to contribute. I’ll let you know if there are any news, or I’ll mark the question as answered in a couple of days.

    I need to sleep now but the solution sounds interesting and the problematic pcs have intel nics.

    Will try this on monday!

    Regards X23

    ║▌║█║▌│║▌║▌█

    G 1 Reply Last reply Aug 6, 2016, 1:21 AM Reply Quote 0
    • G
      george1421 Moderator @x23piracy
      last edited by george1421 Aug 5, 2016, 7:23 PM Aug 6, 2016, 1:21 AM

      @x23piracy Just for some background information here, I can say that the ME (or actually vPro) is only on select model of computers. Its intended to be a software version of the light-out / RSA / iLo / DRAC / remote management adapter that you find in servers. When vPro is setup you can actually remote into a computer (via the Management Engine) and power it on/off change bios setting, reinstall an OS outside of what ever OS is running on the target computer. It is a really cool, and some what of a PITA to setup - technology. Typically if its not activated the software lays dormant and does not interact with or cause pain to the target OS. It is not part of the bios actually it has its own firmware and kind of runs outside of the traditional bios/firmware. This vPro is actually an add in to the CPU and not anything really to do with the network adapter or its interface. The reason why your network adapter remains operational even of the computer is powered down, is because of vPro is running on the computer in the background on the motherboard.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      X 1 Reply Last reply Aug 8, 2016, 11:46 AM Reply Quote 0
      • X
        x23piracy @george1421
        last edited by x23piracy Aug 8, 2016, 5:48 AM Aug 8, 2016, 11:46 AM

        @george1421 look at this, found on the Computers that made Trouble (Intel nics)

        alt text
        The text means in englisch: Activate on pattern match!

        i will now also check Intel ME…

        Regards X23

        ║▌║█║▌│║▌║▌█

        1 Reply Last reply Reply Quote 0
        • X
          x23piracy
          last edited by Aug 11, 2016, 7:41 AM

          @george1421 @tom-elliott

          no need to disable hibernating (powercfg -h off) The intel I219 NIC’s support wakeup by pattern match (ping) that can de bisabled within the driver look to my post before with the screenshot.

          The question is howto integrate that setting into the image, i think this is registry saved but howto import this before sysprepping? afaik the path in the registry can be different when it detects the nic lan-connection#2 #3 #4 etc.

          Any idea?

          Regards X23

          ║▌║█║▌│║▌║▌█

          T 1 Reply Last reply Aug 11, 2016, 10:00 AM Reply Quote 0
          • T
            Tom Elliott @x23piracy
            last edited by Aug 11, 2016, 10:00 AM

            @x23piracy Because what you’re referencing (from what I can tell) is individual device properties, I don’t think you’ll find a viable fix for imaging using that method. This is because even if every system has identical model of nic’s in them, the device between is different.

            I’d still recommend using the powercfg -h off option as it’s a sure fire way to ensure it will work across the board.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            X Q 2 Replies Last reply Aug 11, 2016, 10:20 AM Reply Quote 0
            • X
              x23piracy @Tom Elliott
              last edited by x23piracy Aug 11, 2016, 4:20 AM Aug 11, 2016, 10:20 AM

              @Tom-Elliott sure i will stick with -h off because we don’t do hibernating but i would like to share information about that behaviour maybe someone can use it 🙂

              Regards X23

              ║▌║█║▌│║▌║▌█

              T 1 Reply Last reply Aug 11, 2016, 10:21 AM Reply Quote 0
              • T
                Tom Elliott @x23piracy
                last edited by Aug 11, 2016, 10:21 AM

                @x23piracy Of course, sharing information is always good, but a “here’s how to do it always all the time” is likely not possible doing the method you show below. (Unless you go one by one to every system lol).

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • Q
                  Quazz Moderator @Tom Elliott
                  last edited by Aug 11, 2016, 10:22 AM

                  @Tom-Elliott Wouldn’t it be possible with the postdownload driver install script if you modify the associated config files for those drivers?

                  T 1 Reply Last reply Aug 11, 2016, 10:22 AM Reply Quote 0
                  • T
                    Tom Elliott @Quazz
                    last edited by Aug 11, 2016, 10:22 AM

                    @Quazz Sure, I suppose, but not quite easily. You have to know exactly where the file is. I’m not 100% sure the file actually exposes the firmware configuration in that manner though.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Aug 11, 2016, 11:13 AM

                      Should be possible to use windows scripting host (WSH) to check with number your NIC is and set the registry key. Have you found out about the registry key yet?

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      G 1 Reply Last reply Aug 11, 2016, 11:24 AM Reply Quote 0
                      • G
                        george1421 Moderator @Sebastian Roth
                        last edited by Aug 11, 2016, 11:24 AM

                        @Sebastian-Roth While I’ve been loosely following this, but setting nic properties has been problematic in the past since the nics are added based on a guid. The trick is that you have to find the right guid for the network adapter in question. You can typically do that by finding the network type (loopback, wireless, ethernet). Once you know the device guid then you can update the registry keys associated with that network adapter.

                        While I haven’t had to do this I think M$ extended netsh so that you can manage network adapters easier.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        G 1 Reply Last reply Aug 11, 2016, 11:30 AM Reply Quote 0
                        • G
                          george1421 Moderator @george1421
                          last edited by Aug 11, 2016, 11:30 AM

                          @george1421 Again be aware I did not read the entire post so there is a high possibility that this post is off point, but I did find a vbscript on Spiceworks that will set the wol function on the network adapters.

                          https://community.spiceworks.com/scripts/show/240-script-to-enable-wake-on-lan-windows

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                          1 Reply Last reply Reply Quote 0
                          • X
                            x23piracy
                            last edited by x23piracy Aug 11, 2016, 6:14 AM Aug 11, 2016, 12:08 PM

                            Hi,

                            i found out that intel offers a powershell module to manage their cards, but i have integrated the intel driver by rightclicking the inf and installed it into my base system but it seems that this will not install the ps module for it.

                            alt text

                            Lets say that module is installed we are able to set the card:

                            Get-IntelNetAdapter
                            Get-IntelNetAdapterSetting
                            Set-IntelNetAdapterSetting –Name "Intel(R) Ethernet Connection (2) I218-V" –RegistryKeyword "*WakeOnPattern"  –RegistryValue "0"
                            

                            Sources:

                            https://atsoftware.de/2014/08/configure-adapter-settings-for-intel-nic-using-powershell/
                            http://www.potentengineer.com/intel-proset-powershell-module/

                            EDIT:

                            Damnit i downloaded the current Driver package from Intel but the module is missing!

                            alt text

                            Regards X23

                            ║▌║█║▌│║▌║▌█

                            W 1 Reply Last reply Aug 11, 2016, 12:18 PM Reply Quote 0
                            • W
                              Wayne Workman @x23piracy
                              last edited by Aug 11, 2016, 12:18 PM

                              @x23piracy A for effort.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              X 1 Reply Last reply Aug 11, 2016, 2:19 PM Reply Quote 0
                              • X
                                x23piracy @Wayne Workman
                                last edited by x23piracy Aug 11, 2016, 8:20 AM Aug 11, 2016, 2:19 PM

                                @Wayne-Workman said in Which table to check in db to see if there are pending wakeup entrys:

                                @x23piracy A for effort.

                                Thank you Wayne but i cannot find that powershell module. Anyone who has it installed?
                                The Intel Cards we have are I219-LM ones.

                                Regards X23

                                ║▌║█║▌│║▌║▌█

                                1 Reply Last reply Reply Quote 0
                                • X
                                  x23piracy
                                  last edited by x23piracy Aug 11, 2016, 3:48 PM Aug 11, 2016, 9:33 PM

                                  Hi,

                                  what should i say? ok lol, they removed the extra option for powershell module in current proset setups, but if i choose to use more time reading everything i can find this:

                                  alt text alt text

                                  Ok more googling until here:

                                  ftp://ftp.supermicro.com/CDR-X9_1.23_for_Intel_X9_platform/Intel/LAN/v18.8/PRO1000/DOCS/SERVER/prosetdm.htm

                                  PS c:\> Import-Module -Name "C:\Program Files\Intel\IntelNetCmdlets\IntelNetCmdlets"
                                  

                                  Ok lets try:

                                  alt text

                                  Wooo that sh** works 🙂

                                  The corresponding registry values seems to be this @Sebastian-Roth :

                                  [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0001]
                                  "*WakeOnPattern"="0"
                                  
                                  [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0001\Ndi\Params\*WakeOnPattern]
                                  "ParamDesc"="Akt. bei Musterübereinstimmung"
                                  "type"="enum"
                                  "default"="1"
                                  
                                  [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0001\Ndi\Params\*WakeOnPattern\Enum]
                                  "0"="Deaktiviert"
                                  "1"="Aktiviert"
                                  

                                  @Tom-Elliott said in Which table to check in db to see if there are pending wakeup entrys:

                                  @Quazz Sure, I suppose, but not quite easily. You have to know exactly where the file is. I’m not 100% sure the file actually exposes the firmware configuration in that manner though.

                                  i think you are absolutely right here because changing the pattern option via rdp interrupts the connection for ~5-6 seconds, seems to be a sign that the card reinitalizes (driver reload).

                                  Regards X23

                                  ║▌║█║▌│║▌║▌█

                                  1 Reply Last reply Reply Quote 1
                                  • X
                                    x23piracy
                                    last edited by x23piracy Aug 11, 2016, 3:54 PM Aug 11, 2016, 9:53 PM

                                    Since i don’t know how the nic adapter name may be wildcard can be used to say set it to every intel nic.

                                    Set-IntelNetAdapterSetting -Name "*"–RegistryKeyword "*WakeOnPattern"  –RegistryValue "0"
                                    

                                    In the end… Who the hell want to have machine’s waking up by ping?

                                    Regards X23

                                    ║▌║█║▌│║▌║▌█

                                    W 1 Reply Last reply Aug 11, 2016, 11:03 PM Reply Quote 2
                                    • W
                                      Wayne Workman @x23piracy
                                      last edited by Aug 11, 2016, 11:03 PM

                                      @x23piracy said in Which table to check in db to see if there are pending wakeup entrys:

                                      In the end… Who the hell want to have machine’s waking up by ping?

                                      Me, if our network team can’t manage to get all our switches to work with WOL.

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                      Daily Clean Installation Results:
                                      https://fogtesting.fogproject.us/
                                      FOG Reporting:
                                      https://fog-external-reporting-results.fogproject.us/

                                      X 1 Reply Last reply Aug 12, 2016, 4:06 PM Reply Quote 0
                                      • X
                                        x23piracy @Wayne Workman
                                        last edited by Aug 12, 2016, 4:06 PM

                                        @Wayne-Workman said in Which table to check in db to see if there are pending wakeup entrys:

                                        @x23piracy said in Which table to check in db to see if there are pending wakeup entrys:

                                        In the end… Who the hell want to have machine’s waking up by ping?

                                        Me, if our network team can’t manage to get all our switches to work with WOL.

                                        Tell your boss that they should fire special people 😜

                                        ║▌║█║▌│║▌║▌█

                                        W 1 Reply Last reply Aug 12, 2016, 4:28 PM Reply Quote 0
                                        • W
                                          Wayne Workman @x23piracy
                                          last edited by Aug 12, 2016, 4:28 PM

                                          @x23piracy said in Which table to check in db to see if there are pending wakeup entrys:

                                          Tell your boss that they should fire special people 😜

                                          Only if I can quote you.

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                          Daily Clean Installation Results:
                                          https://fogtesting.fogproject.us/
                                          FOG Reporting:
                                          https://fog-external-reporting-results.fogproject.us/

                                          X 1 Reply Last reply Aug 12, 2016, 5:12 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            20/31
                                            Last post

                                          168

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project