<?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 Intel AMT configuration in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902791#M4658</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am configuring a machine for AMT in Small Buziness Mode. I have done all the configurations required and dialog box on startup shows AMT status as Enabled. But when I use URL to login in in AMT's built in web server with port 16992 it shows following lines,&lt;/P&gt;
&lt;P&gt;Web access to AMT is dsabled or web page is not available.&lt;/P&gt;
&lt;P&gt;Please help me to resolve this problem. &lt;/P&gt;
&lt;P&gt;Also Tell me where can I set DHCP server address to be used by my AMT machine?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards, Amit.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2008 11:50:23 GMT</pubDate>
    <dc:creator>amit_kulkarni83</dc:creator>
    <dc:date>2008-08-18T11:50:23Z</dc:date>
    <item>
      <title>Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902791#M4658</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am configuring a machine for AMT in Small Buziness Mode. I have done all the configurations required and dialog box on startup shows AMT status as Enabled. But when I use URL to login in in AMT's built in web server with port 16992 it shows following lines,&lt;/P&gt;
&lt;P&gt;Web access to AMT is dsabled or web page is not available.&lt;/P&gt;
&lt;P&gt;Please help me to resolve this problem. &lt;/P&gt;
&lt;P&gt;Also Tell me where can I set DHCP server address to be used by my AMT machine?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards, Amit.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 11:50:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902791#M4658</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-18T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902792#M4659</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm assuming that you are trying to connect your AMT web server from the local host interface. However access to the web UI of Intel AMT is only available via the remote interface(nework) and not accessible from the local interface. This is by design so that people managing your system can modify settings (remotely) as needed and not let the local user change them. &lt;/P&gt;
&lt;P&gt;Also AMT is usingthe DHCP protocol by default so it should find your DHCP server automatically on your network, there is no need to provide it. However the TCP/IP configuration is still available through bothMEBx (Ctrl+P on boot) andWeb Interface.&lt;/P&gt;
&lt;P&gt;you may check your DHCP server and check for the AMT machine entry to identify the address already assigned, then connect to the Web server through a remote console...&lt;/P&gt;
&lt;P&gt;Hope that helps :-)&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 12:18:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902792#M4659</guid>
      <dc:creator>DAN_A_Intel</dc:creator>
      <dc:date>2008-08-18T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902793#M4660</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;
&lt;P&gt;Thanks for the help. It worked.&lt;/P&gt;
&lt;P&gt;Now I am trying to run ApiTest.exe from sample application in AMT SDK with -t parameter I have given username and password correctly and url same as that I have used in web browser. But it failed. I think I am using wrong URL what url I should use.&lt;/P&gt;
&lt;P&gt;Also tell me what url I should use for call &lt;FONT size="2"&gt;ISVS_RegisterApplicationEx.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 13:29:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902793#M4660</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-18T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902794#M4661</link>
      <description>&lt;P&gt;Hey Amit,&lt;/P&gt;
&lt;P&gt;As mentioned when you run the sample without parameter, it depends on which machine you are running you sample app. You should try to use the following command line:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;from the remote console: apitest -t &lt;A href="http://%3chostname%3e:16992/StorageService"&gt;http://&lt;HOSTNAME&gt;:16992/StorageService&lt;/HOSTNAME&gt;&lt;/A&gt;where hostname could be you AMT Machine IP Address&lt;/LI&gt;
&lt;LI&gt;from the local host: apitest -t &lt;A href="http://localhost:16992/StorageService"&gt;http://localhost:16992/StorageService&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;hope that answer your question ...&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 16:13:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902794#M4661</guid>
      <dc:creator>DAN_A_Intel</dc:creator>
      <dc:date>2008-08-18T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902795#M4662</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I have given following command from remote console...&lt;/P&gt;
&lt;P&gt;ApiTest.exe -t &lt;A href="http://192.168.50.140:16992/StorageService"&gt;http://192.168.50.140:16992/StorageService&lt;/A&gt; -user admin -pass Amit123#Nilesh&lt;/P&gt;
&lt;P&gt;But, it gives me following output...&lt;/P&gt;
&lt;P&gt;Calling function ISVS_Initialize... success&lt;/P&gt;
&lt;P&gt;Calling function ISVS_InitializeCOMinThread... success&lt;/P&gt;
&lt;P&gt;Calling function ISVS_GetHostUUID... success&lt;/P&gt;
&lt;P&gt;Calling function ISVS_RegisterApplication...&lt;BR /&gt;Error: failed while calling ISVS_RegisterApplication&lt;BR /&gt;Status = 9&lt;/P&gt;
&lt;P&gt;Calling function ISVS_UninitializeCOMinThread... success&lt;/P&gt;
&lt;P&gt;Calling function ISVS_Uninitialize... success&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Whatis the possible problems? In command &lt;U&gt;&lt;FONT color="#0000ff"&gt;192.168.50.140 is the IP of my AMT machine.&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2008 04:12:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902795#M4662</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-19T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902796#M4663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have done it successfully. For that I haev to register the Enterprise name and application name using Storage administration interface ie. using sample application StorageAdmin.exe.&lt;/P&gt;
&lt;P&gt;It is documented that we have to use &lt;FONT face="Courier New" color="#0860a9" size="2"&gt;&lt;STRONG&gt;AddStorageEaclEntry. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#0860a9" size="2"&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;This saple ie. StorageAdmin is in C#. I want to do same in VC++. Is there any way to do it? If you have some information, please help me.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2008 13:38:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902796#M4663</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-19T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902797#M4664</link>
      <description>&lt;P&gt;Amit,&lt;/P&gt;
&lt;P&gt;Version 4.0 of the SDK was just made available yesterday, and one of the new features was that many of the examples now have C++ code as well as C# code. I went and looked at the new SDK, and the Storage Administration example (in /Intel_AMT/Samples/WS-Management/StorageAdministration) now has C++ and C# directories. Was this the application you were using, and does this help? &lt;/P&gt;
&lt;P&gt;You can obtain the latest SDK from &lt;A href="https://community.intel.com/en-us/articles/article_nice_name"&gt;http://software.intel.com/en-us/articles/download-the-latest-intel-amt-software-development-kit-sdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:46:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902797#M4664</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2008-08-19T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902798#M4665</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;The sample projects are good source of information. I am abeled to compile them in VS .NET 8.0. Now I want to create new project and write my own sample application, but it gives lot of linking errors including that of LIBCMT and runtime library errors. It seems that the sample projects have lot different setting than default.&lt;/P&gt;
&lt;P&gt;Please help me by replaying steps to create new project with required settings where I can write code for AMT.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2008 06:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902798#M4665</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-21T06:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902799#M4666</link>
      <description>&lt;P&gt;Amit,&lt;/P&gt;
&lt;P&gt;In general, it's recommended to use one of the existing projects as a starting point, then modify it to add functionality you want to experiment with. If you want to start from scratch, you could remove the files for that particular example and add your own.&lt;/P&gt;
&lt;P&gt;I haven't run through this particular exercise of creating a project from scratch before. I'm sure that there would need to be changes to the Configuration Properties, specifically the General properties under bothC/C++ and Linker,but there are quite possibly more changes needed. I'd recommend starting with an existing project to begin with, and adding functionality you would like to experiment with there.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2008 00:15:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902799#M4666</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2008-08-22T00:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902800#M4667</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;
&lt;P&gt;Thanks, Your suggession isok for tryouts. But at the time of developing our product, we require to create new projects so it is necessory to get that knowledge. Also if anyone have problems with settings then to troubleshout this knowledge is required.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2008 04:33:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902800#M4667</guid>
      <dc:creator>amit_kulkarni83</dc:creator>
      <dc:date>2008-08-22T04:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intel AMT configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902801#M4668</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;
&lt;P&gt;Sorry; we can't help you in solving the link errors for your projects. &lt;/P&gt;
&lt;P&gt;You have to write your own projects for your purpose. The SDK is just a guideline and example of how to use the various APIs in your development environment.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2008 19:08:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Intel-AMT-configuration/m-p/902801#M4668</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2008-08-22T19:08:52Z</dc:date>
    </item>
  </channel>
</rss>

