<?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 Viewing 3PDS Storage Block in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825134#M1105</link>
    <description>My current method for creating a storage block in 3PDS:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Create Enterprise&lt;/DIV&gt;&lt;DIV&gt; Invoke AMT_ThirdPartyDataStorageAdministrationService.AddStorageEaclEntry&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Register an application in the enterprise&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.RegisterApplication&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Create a block within the application&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.AllocateBlock&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Write to the created block&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.ReadBlock&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;All the return values of these function are valid if done from a local machine and I can see the entire hierarchy of the block (enterprise, application...) using the Commander Utility except for the storage block.&lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Jan 2012 21:00:39 GMT</pubDate>
    <dc:creator>john7944</dc:creator>
    <dc:date>2012-01-26T21:00:39Z</dc:date>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825131#M1102</link>
      <description>I'm trying to create a storage block using this SDK and view it's contents using the Commander Utility. I have successfully created the block and can read back (according to non error return values). I am able to see the storage block I created using the Commander Utility but am unable to see its' contents.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Does anyone know how I would give permission to the Commander Utility to view the contents of the created storage block?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825131#M1102</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-01-23T17:26:34Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825132#M1103</link>
      <description>Hi - have you taken a look at the following blog? &lt;A style="border-style: initial; border-color: initial;" class="sectionbodytext" href="http://software.intel.com/en-us/blogs/2007/07/19/how-to-really-use-intel-amt-3pds/" rel="bookmark" title="Permanent Link: How to really use Intel AMT 3PDS."&gt;How to really use Intel AMT 3PDS.&lt;/A&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;H2&gt;&lt;A href="http://communities.intel.com/community/openportit/vproexpert/blog/2008/01/31/more-tutorial-videos-3pds-38-translation" class="sectionbodytext"&gt;More tutorial videos: 3PDS &amp;amp; Translation&lt;/A&gt;&lt;/H2&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You might also want to try this "Open" version of the DTK&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://opentools.homeip.net/open-manageability"&gt;http://opentools.homeip.net/open-manageability&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;H1&gt;&lt;/H1&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2012 19:51:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825132#M1103</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2012-01-23T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825133#M1104</link>
      <description>Yes I have. I'm using the SDK in a Linux environment to locally create an enterprise, application, and storage block. As of right now I am only able to use the Commander Utility on the localhost to see this "TestBlock". If I use connect from another machine I cannot see the storage block. I am able to see the Vendor/Application associated with the storage block. &lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would like to use this 3PDS storage block as a mailbox. My question is how do I make this storage block visible to foreign machines and allow this block to be read and writeen? The session handle associate with the allocation block only alows me to read and write while running my program. When used from another machine the same session and block handles are return invalid.&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2012 18:56:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825133#M1104</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-01-26T18:56:16Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825134#M1105</link>
      <description>My current method for creating a storage block in 3PDS:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Create Enterprise&lt;/DIV&gt;&lt;DIV&gt; Invoke AMT_ThirdPartyDataStorageAdministrationService.AddStorageEaclEntry&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Register an application in the enterprise&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.RegisterApplication&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Create a block within the application&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.AllocateBlock&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;// Write to the created block&lt;/DIV&gt;&lt;DIV&gt;Invoke AMT_ThirdPartyDataStorageService.ReadBlock&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;All the return values of these function are valid if done from a local machine and I can see the entire hierarchy of the block (enterprise, application...) using the Commander Utility except for the storage block.&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2012 21:00:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825134#M1105</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-01-26T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825135#M1106</link>
      <description>It sounds like you may not have the permissions set up correctly to view the storage block remotely. There is an option to allow local and remote viewing. &lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;See the &lt;A href="http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/HTMLDocuments/WS-Management_Class_Reference/AMT_ThirdPartyDataStorageService.htm#SetPermissionsGroupPermissions"&gt;SDK Doc for setting Permissions&lt;/A&gt; for more details on this.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Have you taken a look at the HLAPI module (High Level API)?&lt;/DIV&gt;&lt;DIV&gt;There is a storage sample in the following folder:&lt;/DIV&gt;&lt;DIV&gt;&lt;HLAPI =""&gt; HLAPI_7.0.0.136\Src\Intel_Manageability_Library\HLAPI Lib\Interface&lt;/HLAPI&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2012 22:48:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825135#M1106</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2012-01-26T22:48:50Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825136#M1107</link>
      <description>Thanks for the response. I do not believe I was setting up permissions incorrectly. Using the AMT WS-Management Flows document, sections 4.18 and 4.19, I am now able to locally read and write to a location in 3PDS and remotely view it using the Commander Utility. &lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I have seen the HLAPI but I've found the storage sample that is part of the WIndows section of the SDK (&lt;SDK =""&gt;/Windows/Intel_AMT/Samples/WS-Management/Storage/C++/StorageFlow.cpp) to be more helpful.&lt;/SDK&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My focus right now is on prolonging the timeout associated with a session handle so I am able to access the wrtten part of 3PDS indefinitely.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Steve&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:42:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825136#M1107</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-02-06T20:42:49Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825137#M1108</link>
      <description>The values of the timeouts do not look to be changeable via software.</description>
      <pubDate>Mon, 06 Feb 2012 21:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825137#M1108</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2012-02-06T21:02:36Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825138#M1109</link>
      <description>Yes. the documentation states the session timeout is set to 3600 seconds. (&lt;A href="http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/default.htm?turl=WordDocuments%2Fstorageconceptsandobjects.htm"&gt;http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/default.htm?turl=WordDocuments%2Fstorageconceptsandobjects.htm&lt;/A&gt;)&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can you tell me if this is from the creation of the session handle or if it is from the last use of the handle?&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:25:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825138#M1109</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-02-09T20:25:05Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825139#M1110</link>
      <description>It looked like it was an idle timeout - the last use of the handle.</description>
      <pubDate>Thu, 09 Feb 2012 20:26:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825139#M1110</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2012-02-09T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Viewing 3PDS Storage Block</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825140#M1111</link>
      <description>I can confirm this. &lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you for all your help Gael, it has been much appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Steve&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2012 21:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825140#M1111</guid>
      <dc:creator>john7944</dc:creator>
      <dc:date>2012-02-09T21:44:26Z</dc:date>
    </item>
    <item>
      <title>(No subject)</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825141#M1112</link>
      <description />
      <pubDate>Fri, 21 Sep 2012 02:43:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Viewing-3PDS-Storage-Block/m-p/825141#M1112</guid>
      <dc:creator />
      <dc:date>2012-09-21T02:43:29Z</dc:date>
    </item>
  </channel>
</rss>

