<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Intel Communities : Thread List - Open Port IT Community</title>
    <link>http://communities.intel.com/community/openportit?view=discussions</link>
    <description>Latest Forum Threads in Open Port IT Community</description>
    <language>en</language>
    <pubDate>Thu, 26 Nov 2009 06:41:27 GMT</pubDate>
    <generator>Clearspace 2.5.9 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-26T06:41:27Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>ProSet - authenticate as computer</title>
      <link>http://communities.intel.com/thread/2013</link>
      <description>&lt;!-- [DocumentBodyStart:0410cc8f-984c-4661-80fa-e44da262fe53] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying machine authentication using PEAP with Intel ProSet. The machine authenctication can be triggered by XP settings "Authenticate as computer when computer information is available". I want to know if there is a similar setting in ProSet. Please notice that I am not using TLS and client certificate (I see similar post about PreLogon Connect)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0410cc8f-984c-4661-80fa-e44da262fe53] --&gt;</description>
      <pubDate>Sat, 04 Oct 2008 01:56:38 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2013</guid>
      <dc:date>2008-10-04T01:56:38Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Anyone can help me with OpenMP and the Intel Fortran Compiler?</title>
      <link>http://communities.intel.com/thread/7229</link>
      <description>&lt;!-- [DocumentBodyStart:0c177808-9b55-4e3a-bcd1-cbb6d542ca73] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi everyone. I'm trying to paralellize a Fortran program. I'm quite experienced using Fortran, but I'm almost a newbie using OpenMP, so I'm finding a bit of trouble.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First, I have built the structure (the important things are the parallel region and a big parallel loop) and then I am inserting the rest of the code in it. Now, it has 6000 lines, and it should end with about 20000.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use the Intel Fotran Compiler v11.0, I type:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;gt; ifort -fast -openmp -o try try.f90&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The thing is that when everything's ok, it says:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;try.f90(1125): (col. 7) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.&lt;br/&gt;try.f90(1098): (col. 7) remark: OpenMP DEFINED REGION WAS PARALLELIZED.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I added some more lines, the message becomes:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;try.f90(1098): (col. 7) remark: OpenMP DEFINED REGION WAS PARALLELIZED.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And it does not parallelize my loop and my program fails.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found a similar problem when my program was smaller (1000 lines) and I compiled with "-O0 -openmp", so I think it may be related with optimizations. Am I right?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd like to know if this problem can be solved and if it's related to the Intel compiler. My machine is an Intel Xeon 2GHz.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c177808-9b55-4e3a-bcd1-cbb6d542ca73] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">fortran</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">compilers</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">openmp</category>
      <pubDate>Thu, 08 Oct 2009 07:29:01 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/7229</guid>
      <dc:date>2009-10-08T07:29:01Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>End-to-end Rich Services Cloud on Intel</title>
      <link>http://communities.intel.com/thread/6677</link>
      <description>&lt;!-- [DocumentBodyStart:63f79d04-b65e-4ee8-9990-78d679546271] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The Cloud means many things to many people. It can be discussed as a usage, business model or an architecture. Here, I am covering the emergence of Cloud architectures which provide for a stronger user experience and greater economies for IT. Cloud was initially perceived as a move to a fully centralised, unbalanced model, providing a lowest common denominator user experience through tradtional browser-based applications. Yet, in the last couple of years, there has been recognition that Cloud has more than one access model, and vendors, developers and deployments alike have been moving to a more distributed, balanced model.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This model, Rich Services Cloud, represents the convergence of Web technologies, Cloud architectures and Virtualization infrastructure to provide data and applications that can be accessed from any device, anywhere. Clients are peers in the Cloud along with the nodes in the Data Centre, with data and application processing distributed across them according to device capabilities (processor, display, graphics, network, power, storage, etcetera), location (nearest node, quality of services of local network and ecosystem), and workload. Together with rich internet application technologies and the emergence of the next generation of browsers which serve as application runtimes and enable native code integration, this model provides the targeted, responsive experience of desktop applications, ubiquitous data and applications, and the economies of scale afforded to IT by centralised management.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rich Services provide a truly immersive and expansive Cloud for consumers, SMB and the enterprise. Yet there are still a number of concerns with Cloud as to security, performance, energy efficiency, manageability and standards. Intel architecture has addressed these concerns on both client and server platforms. With AMT, VT, TPM and TXT on vPro and Nehalem platforms, Intel enables manageable, secure, trusted and scalable Rich Services Cloud, with applications that best leverage client processing power, form factors and experience.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Josh Hilliker has produced the following videos which demonstrate the power of Rich Services Cloud on Intel using a Financials and a Document Editor application.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/j3crbofbQ7Q"/&gt;&lt;param name="wmode" value="transparent"/&gt;&lt;embed height="350" src="http://www.youtube.com/v/j3crbofbQ7Q" type="application/x-shockwave-flash" width="425" wmode="transparent"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;object height="350" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/b3ClZW838OY"/&gt;&lt;param name="wmode" value="transparent"/&gt;&lt;embed height="350" src="http://www.youtube.com/v/b3ClZW838OY" type="application/x-shockwave-flash" width="425" wmode="transparent"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With Rich Services and Intel technologies, you can take full advantage of all that the Cloud has to offer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will be demonstrating these applications at &lt;a class="jive-link-external-small" href="http://www.intel.com/IDF/"&gt;IDF 2009&lt;/a&gt; in San Francisco Sept 22-24. Drop by to see these in action and to learn more about Rich Services and Intel. Read my &lt;a class="jive-link-external-small" href="http://charltonb.typepad.com/weblog"&gt;blog&lt;/a&gt; to learn more about emerging Cloud models, architectures and technologies&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63f79d04-b65e-4ee8-9990-78d679546271] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">nehalem</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">idf</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">vpro</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">charlton_barretp</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">vpro_expert_center</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">web2.0</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">xeon</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">cloud</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">cloud_computing</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">idf2009</category>
      <pubDate>Wed, 16 Sep 2009 18:59:41 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/6677</guid>
      <dc:date>2009-09-16T18:59:41Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>IT Security Solutions: People or Technology - Who Makes a Bigger Impact?</title>
      <link>http://communities.intel.com/thread/6499</link>
      <description>&lt;!-- [DocumentBodyStart:70f03b2e-1ec0-4254-b1dd-c610f2a1a659] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've written two blogs about IT security solutions recently where i highlight the importance that both emerging &lt;a class="jive-link-blog-small" href="http://communities.intel.com/community/openportit/server/blog/2009/09/08/submarines-stealth-fighters-and-evolving-needs-of-information-security"&gt;technologies&lt;/a&gt; and IT staff (&lt;a class="jive-link-blog-small" href="http://communities.intel.com/community/openportit/it/blog/2009/09/09/it-information-security-the-first-layer-of-defense-is-people"&gt;people&lt;/a&gt;) play in delivering information security for their business.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I invite you to read the blogs linked above and offer your thoughts about what you think is more important or makes a bigger impact inside an IT organization for delivering more business value as it relates to IT information security.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;People or Technology?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I vote People!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70f03b2e-1ec0-4254-b1dd-c610f2a1a659] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">security</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">it</category>
      <pubDate>Thu, 10 Sep 2009 00:33:12 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/6499</guid>
      <dc:date>2009-09-10T00:33:12Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Question on S5000VSA and Raid controller</title>
      <link>http://communities.intel.com/thread/5327</link>
      <description>&lt;!-- [DocumentBodyStart:11822847-7219-4054-9324-d19f53449e69] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would need some help in relation to a Intel server with a S5000VSA board and the Raid Enabler key AXXRAKSW5&lt;/p&gt;&lt;p&gt;One customer has a defective system board (it just hangs during the boot sequence and we proved it's the systems board)&lt;/p&gt;&lt;p&gt;I odered a new one. The question is the following: The customer has a RAID 5 configured and we would like to know if, when we replace the system board tomorrow with the new one , the RAID configuration is automatically kept and the RAID volume put back online with the new system board and RAID key or will we need to do some manual steps to have the volumes recognized by the new system board and Key enabler. The customer has not saved the RAID configuration.&lt;/p&gt;&lt;p&gt;I only have experience with the HP servers that when a RAID card is replaced there is nothing to be do, as the new card will automatically put on line the RAID volumes found on the drives. Is it the same with the Intel servers or is there any manula steps to do?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot to anyone who can provide a answer&lt;/p&gt;&lt;p&gt;Fausto&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11822847-7219-4054-9324-d19f53449e69] --&gt;</description>
      <pubDate>Mon, 03 Aug 2009 14:32:33 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/5327</guid>
      <dc:date>2009-08-03T14:32:33Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Error to explore Management Engine with Powershell</title>
      <link>http://communities.intel.com/thread/4637</link>
      <description>&lt;!-- [DocumentBodyStart:d3a6e44f-adac-4768-97f8-179b7152fef6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to have some informations about my computer, if it was provisioniong or not. For this, I used Powershell posted by Trevor &lt;a class="jive-link-blog-small" href="http://communities.intel.com/community/openportit/vproexpert/blog/2009/02/24/powershell-exploring-the-management-engine"&gt;http://communities.intel.com/community/openportit/vproexpert/blog/2009/02/24/powershell-exploring-the-management-engine&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I lauched script, i don't have any information. Someone help my please  !&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Intel(R) MEInfo Win Version: 2.5.0.1034&lt;/p&gt;&lt;p&gt;BIOS Version:                68PCD Ver. F.0E&lt;/p&gt;&lt;p&gt;Intel(R) AMT code versions:&lt;br/&gt;        Flash:                       4.1.1&lt;br/&gt;        Netstack:                    4.1.1&lt;br/&gt;        Apps:                        4.1.1&lt;br/&gt;        Intel(R) AMT:                4.1.1&lt;br/&gt;        Sku:                         8200&lt;br/&gt;        VendorID:                    8086&lt;br/&gt;        Build Number:                1028&lt;br/&gt;        Recovery Version:            4.1.1&lt;br/&gt;        Recovery Build Num:          1028&lt;br/&gt;        Legacy Mode:                 False&lt;/p&gt;&lt;p&gt;Link status:                 Link up&lt;br/&gt;Cryptography fuse:           Enabled&lt;br/&gt;Flash protection:            Enabled&lt;br/&gt;Last reset reason:           Global system reset&lt;br/&gt;Setup and Configuration:     Completed&lt;br/&gt;BIOS Mode:                   Post Boot&lt;/p&gt;&lt;p&gt;Error: The operation failed due to an internal error.&lt;br/&gt;FWU Override Counter:        Always&lt;br/&gt;FWU Override Qualifier:      Always&lt;br/&gt;FW on Flash Desc Override:   Disable&lt;br/&gt;Kedron Driver Version:       Not Available&lt;br/&gt;Kedron HW Version:           Not Available&lt;br/&gt;UNS Version:                 4.0.5.1103&lt;br/&gt;LMS Version:                 4.0.6.1103&lt;br/&gt;HECI Version:                4.0.1.1074&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3a6e44f-adac-4768-97f8-179b7152fef6] --&gt;</description>
      <pubDate>Fri, 26 Jun 2009 16:02:41 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/4637</guid>
      <dc:date>2009-06-26T16:02:41Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>What are the most prevalent display resolutions people use?</title>
      <link>http://communities.intel.com/thread/4789</link>
      <description>&lt;!-- [DocumentBodyStart:f28499e5-d798-43d1-b9b7-754e61b06f8b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anecdotal data suggests that most IT shops configure the systems to use 1024x768 display resolution and most people in corporate settings also use 1024x768 (instead of changing to some higher resolution like 1280x1024). Do you have any data/information about the most prevalent display resolutions in corporate settings? Thanx&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f28499e5-d798-43d1-b9b7-754e61b06f8b] --&gt;</description>
      <pubDate>Mon, 06 Jul 2009 21:53:11 GMT</pubDate>
      <author>ramesh.k.dontha@intel.com</author>
      <guid>http://communities.intel.com/thread/4789</guid>
      <dc:date>2009-07-06T21:53:11Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Follow Open Port on Twitter</title>
      <link>http://communities.intel.com/thread/4706</link>
      <description>&lt;!-- [DocumentBodyStart:9086155a-fc6b-4bbe-b1cd-26f6b4ba7a58] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p class="MsoPlainText"&gt;With the popularity of social networking tools becoming more widely used, we've made the decision to expand the Open Port presence in an attempt to not only keep up with what's happening and where people are hanging out but also to connect the members of the Open Port community with each other in new and engaging ways.&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;That's why we've started a number of social media profiles to connect with interesting people and distribute Open Port content where they are, hopefully prompting them to come back here to Open Port and further engage in the conversation.&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/2-35627-6243/open-port-avatar.jpg"&gt;&lt;img alt="open-port-avatar.jpg" class="jive-image" height="120" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/2-35627-6243/120-120/open-port-avatar.jpg" style="float: left;" width="120"/&gt;&lt;/a&gt;To that end you can follow us on &lt;a class="jive-link-external-small" href="http://twitter.com/intelopenport"&gt;Twitter&lt;/a&gt;, subscribe to our profile on &lt;a class="jive-link-external-small" href="http://friendfeed.com/intelopenport"&gt;FriendFeed&lt;/a&gt;, see what we find interesting on &lt;a class="jive-link-external-small" href="http://delicious.com/intelopenport"&gt;Delicious&lt;/a&gt; and become a fan of Open Port on &lt;a class="jive-link-external-small" href="http://www.facebook.com/pages/Intel-Open-Port/83155713545?ref=s"&gt;Facebook&lt;/a&gt;.&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;We hope these profiles will be useful to all of you. Those sites and networks have a ton to offer in the way of two-way conversation, which is why we're using them.&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;If you're an Open Port community member and are on those networks we'd encourage you to share your profile here so that not only can we connect with you but so that other members of the community can find you there as well.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;thanks&lt;/p&gt;&lt;p class="MsoPlainText"&gt;Mike (Open Port Community Admin)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9086155a-fc6b-4bbe-b1cd-26f6b4ba7a58] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">facebook</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">twitter</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">profiles</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">open_port</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">social_media</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">social_computing</category>
      <pubDate>Tue, 30 Jun 2009 16:21:44 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/4706</guid>
      <dc:date>2009-06-30T16:21:44Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Intel Backplane Controller Firmware Upgrade..... S3200SH Method</title>
      <link>http://communities.intel.com/thread/4597</link>
      <description>&lt;!-- [DocumentBodyStart:9934adb1-2965-4fa9-bc74-5f4e439be9e2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;It is possible to update the Backplane Controller firmware on a S3200SH.  I had a time updating a &lt;span&gt;AXX6DRV3GEXP from firmware from 2.02 to 2.09,  in which&lt;/span&gt;&lt;span&gt; Aryan finally came up with a workaround, &lt;/span&gt;&lt;span&gt;(see &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://communities.intel.com/message/21287#21287"&gt;http://communities.intel.com/message/21287#21287&lt;/a&gt;&lt;span&gt;) (Tons of info and step by step instructions if needed&lt;/span&gt;&lt;span&gt;.)&lt;/span&gt;&lt;span&gt;   &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;When I attempted to upgrade the firmware from ver 2.09 to 2.12 the install failed.  All I had to do is &lt;/span&gt;replace the original "ipmi.efi" and "fwpiaupd.efi" files that were part of the 2.12 firmware upgrade with &lt;span style="font-family: Arial; font-size: 10pt;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;the efi files in &lt;span&gt;"&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;S3200_EFI_BIOS_Firmware_Update_Configuration_Utilities_rev3_1.zip"  which includes, &lt;/span&gt;&lt;/span&gt;FWPIAUPD Version 4.0.1 Build 11.   The update was successful.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9934adb1-2965-4fa9-bc74-5f4e439be9e2] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">ipmb</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">s3200</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2006">hsbp</category>
      <pubDate>Tue, 23 Jun 2009 19:54:34 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/4597</guid>
      <dc:date>2009-06-23T19:54:34Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Intel Teaming Best practice</title>
      <link>http://communities.intel.com/thread/3539</link>
      <description>&lt;!-- [DocumentBodyStart:146a9cc3-e433-4efc-9f44-efa9a24a2b91] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to define the best teaming solution for below attached diagram.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;basically each server/pc (Intel SR 1500) will be connected with two nic each nic will be attached to differnt switch and each switch will be connected to remote switch.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;my question is the only supported teaming for such configuration would be Switch Fault Tolerance (SFT) or other configuration could support this kind of configuration like Adaptive Load Balancing (ALB) or other?.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please advice&lt;/p&gt;&lt;p&gt;Thanks in advanced&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/2-12274-4412/siteTeaming.jpg"&gt;&lt;img alt="siteTeaming.jpg" class="jive-image-thumbnail jive-image" height="361" onclick="myJiveImage.start(this, 'http://communities.intel.com/openport/servlet/JiveServlet/downloadImage/4412/siteTeaming.jpg');return false;" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/2-12274-4412/450-361/siteTeaming.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:146a9cc3-e433-4efc-9f44-efa9a24a2b91] --&gt;</description>
      <pubDate>Sun, 26 Apr 2009 13:53:07 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/3539</guid>
      <dc:date>2009-04-26T13:53:07Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Difference between the PRO ET and PT Cards ?</title>
      <link>http://communities.intel.com/thread/3291</link>
      <description>&lt;!-- [DocumentBodyStart:9826f0ed-8396-4900-8dee-38b2bdbbbaa4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are looking at getting some NIC's for a Wireshark and Proxy server for high throughput.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We currently have the PRO PT cards in one of our boxes and have not had an issue with them (They handle the high throughput very well without dropped packets - even on a windows server), but I have noticed there is an ET card out there and was wondering what the differences between the two were (besides the Virtual Technology differences), and which one would perform better (Under Linux).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9826f0ed-8396-4900-8dee-38b2bdbbbaa4] --&gt;</description>
      <pubDate>Wed, 08 Apr 2009 06:41:26 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/3291</guid>
      <dc:date>2009-04-08T06:41:26Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
  </channel>
</rss>

