<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Graceful Shutdown and Graceful Reset in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071293#M6476</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I want to execute a Graceful-Shutdown and a Graceful-Reset on a another computer, but don't get the option for it (when printing the allowed commands). I can connect to the other computer via vPro, Webbrowser (&lt;A href="http://ip:16992"&gt;http://ip:16992&lt;/A&gt;) and C# programs. I am able to&amp;nbsp;change the boot order and execute other power commands, but not the Graceful ones. The intel AMT firmware Version of the other computer is 9.1.2-build 1010.&lt;/P&gt;

&lt;P&gt;Can someone help me with this or has an idea what i am missing?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Ben&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2017 16:24:46 GMT</pubDate>
    <dc:creator>Ben_D_</dc:creator>
    <dc:date>2017-01-16T16:24:46Z</dc:date>
    <item>
      <title>Graceful Shutdown and Graceful Reset</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071293#M6476</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I want to execute a Graceful-Shutdown and a Graceful-Reset on a another computer, but don't get the option for it (when printing the allowed commands). I can connect to the other computer via vPro, Webbrowser (&lt;A href="http://ip:16992"&gt;http://ip:16992&lt;/A&gt;) and C# programs. I am able to&amp;nbsp;change the boot order and execute other power commands, but not the Graceful ones. The intel AMT firmware Version of the other computer is 9.1.2-build 1010.&lt;/P&gt;

&lt;P&gt;Can someone help me with this or has an idea what i am missing?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Ben&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 16:24:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071293#M6476</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-16T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Hey Ben,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071294#M6477</link>
      <description>&lt;P&gt;Hey Ben,&lt;/P&gt;

&lt;P&gt;Graceful shutdown is only available with AMT version 9 and higher. So your firmware version is just fine.&lt;/P&gt;

&lt;P&gt;As I am not sure what tools you are using, I would suggest you use&amp;nbsp;&lt;A href="http://www.meshcommander.com/"&gt;Mesh Commander&lt;/A&gt; as a base line tool. The WebUI does not support graceful shutdown, so that is expected.&lt;/P&gt;

&lt;P&gt;As to c# tools, take a look at the document "&lt;A href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/WordDocuments/changesystempowerstate.htm"&gt;Change Power State&lt;/A&gt;", within the article is a sample snippet you can use, just change the set property line to the Graceful Shutdown option of #12. Example:&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;$inputObject.SetProperty("PowerState","12") # '12' = Off - Soft Graceful&lt;/PRE&gt;

&lt;P&gt;Also be aware as this command is asking for a Graceful shutdown, the command interacts with the OS, as such you will need to make sure you have a complete driver install and of course the OS must be in a usable state.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:52:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071294#M6477</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-01-17T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Hello Joseph,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071295#M6478</link>
      <description>&lt;P&gt;Hello Joseph,&lt;/P&gt;

&lt;P&gt;i am using the MDTK as a tool (i just used it in the beginning to make sure i get a Connection before i started with the programming). In the end everything should be handled by&amp;nbsp;the C# program.&lt;/P&gt;

&lt;P&gt;As for my current C# program, i have just used the High Level API so far. I will test it with the article that you refered to.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I have tried out the 'Remote Control' sample that came with the download (it uses the '&lt;FONT face="Courier New"&gt;SetProperty(&lt;CODE class="csharp string"&gt;"PowerState"&lt;/CODE&gt;&lt;CODE class="csharp plain"&gt;,&lt;/CODE&gt;&lt;CODE class="csharp string"&gt;"...)&lt;/CODE&gt;&lt;/FONT&gt;. It had the same result as before, the graceful options did not work.&lt;/P&gt;

&lt;P&gt;I also installed the Mesh Commander and tried it out. I was able to connect but not to execute the desired commands.&lt;/P&gt;

&lt;P&gt;What exactly do you mean with 'complete driver install'?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071295#M6478</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-18T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Hey Ben,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071296#M6479</link>
      <description>&lt;P&gt;Hey Ben,&lt;/P&gt;

&lt;P&gt;If you are using custom OS builds is where you may encounter issues with drivers. What occurs is that WIndows updates only the drivers and not any of the related services. This driver is called "Intel Management Engine Interface" within device Manager.&lt;/P&gt;

&lt;P&gt;Easy way to identify if you have the required service, &amp;nbsp;is to inspect your&amp;nbsp;client for&amp;nbsp;LMS.exe. In services.msc you can find it as "Intel(R) Management and Security Application Local Management Service".&lt;/P&gt;

&lt;P&gt;If this service is not installed, look for the chipset driver from the device OEM and install the full package.&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 16:46:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071296#M6479</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-01-18T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Hello Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071297#M6480</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;

&lt;P&gt;i checked the Computer that i want to remotely manage and the file and service were missing.&amp;nbsp;I installed the Intel Management Engine Interface from a CD that was provided by the manufacturer. The Installation went smoothly and after Installation the file and service were on the System. The process however does not start and&amp;nbsp;when i try to start manually i get this warning:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9367i87DD8DAB7BC486CA/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I also checked the Event Viewer, but there is just the Information that LMS started and right after the Information that it stopped.&lt;/P&gt;

&lt;P&gt;I then downloaded the most recent drivers from the manufaturers Homepage but it ended with the same result.&lt;/P&gt;

&lt;P&gt;The remote Systems Hardware is: &lt;A href="http://new.ieiworld.com/en/product/model.php?II=178"&gt;http://new.ieiworld.com/en/product/model.php?II=178&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:26:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071297#M6480</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-19T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Hey Ben,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071298#M6481</link>
      <description>&lt;P&gt;Hey Ben,&lt;/P&gt;

&lt;P&gt;Make sure your OS is fully up to date with all patches. The issue could easily be a missing security certificate.&lt;/P&gt;

&lt;P&gt;To identify the certificate in question go to: "C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\LMS\LMS.exe"&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Find the file LMS.exe&lt;/LI&gt;
	&lt;LI&gt;Right click the file, select properties&lt;/LI&gt;
	&lt;LI&gt;Select Digital Signatures&lt;/LI&gt;
	&lt;LI&gt;Select the Signature in the list&lt;/LI&gt;
	&lt;LI&gt;Select Details
		&lt;OL&gt;
			&lt;LI&gt;Digital Signature Details window opens
				&lt;OL&gt;
					&lt;LI&gt;The second line of the general window should say "This digital Signature is OK" if LMS is to work correctly&lt;/LI&gt;
				&lt;/OL&gt;
			&lt;/LI&gt;
			&lt;LI&gt;Select View Certificate
				&lt;OL&gt;
					&lt;LI&gt;Certificate Window opens
						&lt;OL&gt;
							&lt;LI&gt;Select Certificate Path&lt;/LI&gt;
							&lt;LI&gt;One if not more of the certificates should be invalid&lt;/LI&gt;
						&lt;/OL&gt;
					&lt;/LI&gt;
				&lt;/OL&gt;
			&lt;/LI&gt;
		&lt;/OL&gt;
	&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Joe&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 19:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071298#M6481</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-01-19T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Hello Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071299#M6482</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;

&lt;P&gt;I will test it again on an up to date machine.&lt;/P&gt;

&lt;P&gt;As for the LMS.exe on the current machine and the certificates there, they seem to be all ok.&lt;/P&gt;

&lt;P&gt;The LMS.exe certificate:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="LMS Certificate.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9368i9803872A7EE9E99A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LMS Certificate.PNG" alt="LMS Certificate.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The Certificate view:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="LMS Certificates.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9369i93F99C120FB37E2C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LMS Certificates.JPG" alt="LMS Certificates.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;One Thing that i noticed was that the certificate are past their and date:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="LMS Certificate End Date.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9370i037258E34DD4446A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LMS Certificate End Date.PNG" alt="LMS Certificate End Date.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But i assume that certificate will get renewed as soon as it is up to date (the Computer i want to control has a fixed patch number and is not connected to the internet).&lt;/P&gt;

&lt;P&gt;I give an update as soon as i tested it with the up to date machine.&lt;/P&gt;

&lt;P&gt;ben&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 09:05:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071299#M6482</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-20T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Hey Ben</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071300#M6483</link>
      <description>&lt;P&gt;Hey Ben&lt;/P&gt;

&lt;P&gt;Great catch on the expired certificate, according to some old notes Microsoft KB931125 should fix the issue, if doing a full update doesn't actually download it as well.&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:54:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071300#M6483</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-01-20T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Hello Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071301#M6484</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	I updaten the Computer and after installing the newest version of Intel ME i was finally able to start LMS.exe and also execute a Graceful Shutdown. Thank you very much for your support!&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	I would just have one final question, is it possible to shorten the time the computer takes to gracefully shutdown? Now it takes about one whole minute.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Ben&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071301#M6484</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-23T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Hello Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071302#M6485</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;

&lt;P&gt;i would have another question. I hooked up a second computer and whenever i try to connect to it and establish a AMT connection it turns on and boots up. The other computer does not do that at all. It happens when i use Mesh Commander, the web interface&amp;nbsp;and my own code.&lt;/P&gt;

&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 07:14:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071302#M6485</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-01-30T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Hey Ben,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071303#M6486</link>
      <description>&lt;P&gt;Hey Ben,&lt;/P&gt;

&lt;P&gt;That is certainly a strange behavior, my first suggestion would be to do a BIOS/firmware update.&lt;/P&gt;

&lt;P&gt;What is the OEM and model of the system in Question? What was the original BIOS and what are the results of the BIOS update?&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071303#M6486</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-01-30T21:25:54Z</dc:date>
    </item>
    <item>
      <title>Hello Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071304#M6487</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	The System has this motherboard: &lt;A href="http://new.ieiworld.com/de/product/model.php?II=178"&gt;http://new.ieiworld.com/de/product/model.php?II=178&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	The BIOS on the machine is the latest one. and when i try to execute the update provided by the manufaturer i get an error that complains about the os not being x64 despite it being one.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	What iritates me is, that the two machine i have for testing (one of whitch is causing this Problem) are identical, one is working fine and the other is not. A coworker suggested that i try a BIOS reset and i will try that when i got some spare time again.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Ben&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071304#M6487</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-02-01T07:03:46Z</dc:date>
    </item>
    <item>
      <title>Hey Ben,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071305#M6488</link>
      <description>&lt;P&gt;Hey Ben,&lt;/P&gt;

&lt;P&gt;Unfortunately I do not have any experience with the OEM, so I don't have platform &amp;nbsp;specific insights.&lt;/P&gt;

&lt;P&gt;However I would suggest resetting the BIOS to factory defaults and pulling the CMOS battery. That will reset you MEBx to factory defaults and you can then start fresh and see if the behavior continues.&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 20:59:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071305#M6488</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-02-01T20:59:37Z</dc:date>
    </item>
    <item>
      <title>Hey Joe,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071306#M6489</link>
      <description>&lt;P&gt;Hey Joe,&lt;/P&gt;

&lt;P&gt;i will try that if it comes up again, i was not able to do it on the machines i had since i had to give them back already. It was a research project after all and i am already assigned to a new Project.&lt;/P&gt;

&lt;P&gt;Thanks for your time, it really helped a lot!&lt;/P&gt;

&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 06:32:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Graceful-Shutdown-and-Graceful-Reset/m-p/1071306#M6489</guid>
      <dc:creator>Ben_D_</dc:creator>
      <dc:date>2017-02-06T06:32:47Z</dc:date>
    </item>
  </channel>
</rss>

