<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.communities.hp.com/online/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title /><link>http://www.communities.hp.com/online/blogs/</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Firewall vs Application</title><link>http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/2009/11/09/firewall-vs-application-oracle-disconnect.aspx</link><pubDate>Sun, 08 Nov 2009 04:20:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118568</guid><dc:creator>hpnzdba</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Putting firewalls between application servers and database servers seems to be becoming more popular.&lt;/p&gt;
&lt;p&gt;One negative side effect of this is when the firewall decides to end
a connection due to inactivity.&amp;nbsp; Some networking devices have a timeout
period so idle connections are cut off.&amp;nbsp; This can have unpleasant
results for the users of an application.&lt;/p&gt;
&lt;p&gt;I first came across this problem while working for a new customer a
long time ago.&amp;nbsp; I was frequently asked to kill database sessions that
held row level locks and were blocking other transactions.&amp;nbsp; After a
while, I noticed a pattern.&amp;nbsp; The locking problems always started after
the blocking session had held the lock and been idle for at least 900
seconds.&amp;nbsp; When this was described to the users, they added that they
have to log in again after lunch, or coffee breaks, etc.&amp;nbsp; I referred
this issue to the network administrator, (who sat next to me and so
couldn&amp;#39;t ignore me), who soon realised that the cause was a NAT&amp;#39;ing
router.&amp;nbsp; The router cut off the (fat client) application&amp;#39;s session
after the user had been idle for 15min.&amp;nbsp; The timeout was increased and
users were asked to log out of the application when finished for the
day.&amp;nbsp; Problem solved.&lt;/p&gt;
&lt;p&gt;The SQLNET.LOG on a database server can show a DBA that idle
connections are being cut off, eg a recent example I saw on Solaris:&lt;/p&gt;
&lt;pre&gt;***********************************************************************&lt;br /&gt;Fatal NI connect error 12170.&lt;br /&gt;&lt;br /&gt; VERSION INFORMATION:&lt;br /&gt; TNS for Solaris: Version 10.2.0.3.0 - Production&lt;br /&gt; Oracle Bequeath NT Protocol Adapter for Solaris: Version 10.2.0.3.0 - Production&lt;br /&gt; TCP/IP NT Protocol Adapter for Solaris: Version 10.2.0.3.0 - Production&lt;br /&gt; Time: 01-JUL-2009 03:31:04&lt;br /&gt; Tracing not turned on.&lt;br /&gt; Tns error struct:&lt;br /&gt; ns main err code: 12535&lt;br /&gt; TNS-12535: TNS:operation timed out&lt;br /&gt; ns secondary err code: 12560&lt;br /&gt; nt main err code: 505&lt;br /&gt; TNS-00505: Operation timed out&lt;br /&gt; nt secondary err code: &lt;span style="color:#ff0000;"&gt;145&lt;/span&gt;&lt;br /&gt; nt OS err code: 0&lt;br /&gt; Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=nn.nn.nn.nn)(PORT=57922))&lt;/pre&gt;
&lt;p&gt;In this example, the Solaris error &lt;span style="color:#ff0000;"&gt;145 &lt;/span&gt;shows
that the disconnection was not due to an Oracle setting or database
problem, (as some parties were insisting), but was actually from a
connection timeout at the OS level.&amp;nbsp; (Look up error number 145 in /&lt;i&gt;usr&lt;/i&gt;/&lt;i&gt;include&lt;/i&gt;/&lt;i&gt;sys&lt;/i&gt;/&lt;i&gt;errno&lt;/i&gt;.&lt;i&gt;h ).&lt;br /&gt;
&lt;/i&gt;In this case I needed more evidence to prove my explanation to
others, so I recorded the connected database sessions and their idle
times, then matched these errors to idle sessions that had disappeared
at the same time.&amp;nbsp; Recording this data for a while showed that only
sessions that were idle for a certain amount of time were cut off.&amp;nbsp;
Later, the network support staff were able to confirm the idle
connection timeout setting.&lt;/p&gt;
&lt;p&gt;Over the years, my attempts to persuade network administrators to
increase the timeout period have often met resistance, because the
timeout exists to free up resources.&amp;nbsp; An alternative is to use some
sort of &lt;i&gt;keep alive&lt;/i&gt; packets.&amp;nbsp; There are various places &lt;i&gt;keep alives&lt;/i&gt;
can be enabled, eg at the Windows OS level or in PuTTy.&amp;nbsp; For Oracle
databases, SQLNET.EXPIRE_TIME can be used.&amp;nbsp; Although SQLNET.EXPIRE_TIME
was intended as a dead connection detection (DCD) method, a side effect
of sending probe packets between the database server and
client/application server is that the connection remains active.&amp;nbsp; Set
the SQLNET.EXPIRE_TIME to less than the firewall timeout and the
problem is solved.&lt;/p&gt;
&lt;p&gt;Another work around for applications that use connection pools is to
keep each connection active by checking running a simple SQL statement
at regular intervals.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118568" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/tags/oracle+database/default.aspx">oracle database</category><category domain="http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/tags/firewall/default.aspx">firewall</category><category domain="http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/tags/keep+alive/default.aspx">keep alive</category><category domain="http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/tags/dead+connection+detection/default.aspx">dead connection detection</category><category domain="http://www.communities.hp.com/online/blogs/databaseservicesnz/archive/tags/SQL_2A00_Net/default.aspx">SQL*Net</category></item><item><title>Imagine... What a decade it has been.</title><link>http://www.communities.hp.com/online/blogs/highered/archive/2009/11/07/imagine-what-a-decade-it-has-been.aspx</link><pubDate>Sat, 07 Nov 2009 20:10:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118531</guid><dc:creator>jgvanides</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;i&gt;Imagine a future where all students&lt;br /&gt;
are confident in approaching the unknown,&lt;br /&gt;
armed with the ability to explore and&lt;br /&gt;
the desire to constantly learn...&lt;/i&gt;&lt;/p&gt;...(&lt;a href="http://www.communities.hp.com/online/blogs/highered/archive/2009/11/07/imagine-what-a-decade-it-has-been.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118531" width="1" height="1"&gt;</description></item><item><title>Three ways to thrive</title><link>http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2009/11/07/three-ways-to-thrive.aspx</link><pubDate>Sat, 07 Nov 2009 10:35:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118515</guid><dc:creator>Charlie Bess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/innovation-eye.jpg"&gt;&lt;img width="50" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/innovation-eye.jpg" alt="innovation eye" border="0" style="border:0;float:right;" /&gt;&lt;/a&gt;Jim Miller and Mateen Greenway (a couple of other fellows here at HP) just posted an article on hp.com about &lt;i&gt;&lt;a href="http://h71028.www7.hp.com/enterprise/us/en/messaging/feature-enterprise-management-upturn-challenges.html"&gt;Three Ways to Thrive in an Uncertain Economic Upturn&lt;/a&gt;. &lt;/i&gt;These are a different perspective of some of the same issues Jean and I talked about in our &lt;em&gt;Innovation During a Downturn&lt;/em&gt; podcast a few weeks back.&lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118515" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Collaboration/default.aspx">Collaboration</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Business+value+generation+/default.aspx">Business value generation </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Emerging+technologies+/default.aspx">Emerging technologies </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Innovation+/default.aspx">Innovation </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Applications/default.aspx">Applications</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/IT+Services/default.aspx">IT Services</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Technology+adoption/default.aspx">Technology adoption</category></item><item><title>Lower energy costs and safeguard your HP ProLiant servers from catastrophic events</title><link>http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/2009/11/06/lower-energy-costs-and-safeguard-your-hp-proliant-servers-from-catastrophic-events.aspx</link><pubDate>Fri, 06 Nov 2009 23:16:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118489</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;By Mark Lackey,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;Product Manager, Insight Control power management&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;HP is introducing Data Center Power Control, the newest power management feature of Insight Control.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I want to share a cool story about how this product was invented after a nearly catastrophic event at an HP site.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;We used our experience to innovate and make sure your company doesn&amp;rsquo;t go through a similar experience.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;Last summer, a water chiller failed in the computer room at an HP site.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;As a result, our engineers had to run around manually turning off the systems before they crashed.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;We were fortunate because the right people were in place to do this as it happened, even though it was a manual process. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;That got our engineers thinking&amp;hellip; if only there were a way to set pre-defined policies to automatically shutdown servers or lower the power state during catastrophic events.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Today that&amp;rsquo;s a reality because of HP Data Center Power Control.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;In a nutshell, you set the guidelines in advance so that you can extend the ride-through time for mission critical apps by reducing power usage by non-critical workloads when there&amp;rsquo;s a failure.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;Another important perk is the ability to lower your energy bill by taking control of your power usage during peak times.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Imagine the utility company contacts you and says you need to shed 50 KWh of power today from 3 &amp;ndash; 6 PM.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;That&amp;rsquo;s no problem with HP Data Center Power Control.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;You can also drop power usage during peak or coincident peak times.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This helps you drive your infrastructure into a more efficient operating range.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;It&amp;rsquo;s also good for scheduled maintenance.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;At the given maintenance time, you can shed power to make sure certain servers are powered down.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The best part is that it&amp;rsquo;s as easy as pressing a button.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="font-size:small;"&gt;What are your thoughts on Data Center Power Control?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Has your company had a catastrophic failure or needed to shed power quickly where this capability would have been useful?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118489" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/power/default.aspx">power</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/datacenter/default.aspx">datacenter</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+saving/default.aspx">energy saving</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/data+center+management/default.aspx">data center management</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/power+savings/default.aspx">power savings</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+efficiency/default.aspx">energy efficiency</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/Data+Center+Power+Control/default.aspx">Data Center Power Control</category></item><item><title>SOA buzz for a new year</title><link>http://www.communities.hp.com/online/blogs/soa/archive/2009/11/06/soa-buzz-for-a-new-year.aspx</link><pubDate>Fri, 06 Nov 2009 21:32:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118475</guid><dc:creator>kellyemo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Happy New Year!&amp;nbsp;&amp;nbsp; Well, actually it is a happy new year for Hewlett-Packard as our Fiscal year 2010 began November 1&lt;sup&gt;st&lt;/sup&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/soa/happy_5F00_new_5F00_year_5F00_fireworks.jpg"&gt;&lt;img src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/soa/happy_5F00_new_5F00_year_5F00_fireworks.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As I look back at 2009 it was a very interesting year for SOA... First, SOA was dead, and then the SOA zombies started blogging and talking about what is working about SOA.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Later in the year, given the economic situation, the blogging turned much more pragmatic with discussions regarding whether SOA efforts could be sustained in this cost-cutting environment.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I think we&amp;#39;ve ended up in a good place now in terms of the energy and discussion around SOA.&amp;nbsp; Most of what I&amp;#39;m reading now and throughout the discussions I&amp;#39;m engaging in involve talk about best practices and pragmatic advice.&amp;nbsp; We know SOA is here to stay, now let&amp;#39;s talk about those organizations and proven processes that really put SOA to work and return results to the business.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;That said, there&amp;#39;s been a bunch of good discussion on &lt;a href="http://www.ebizq.net/blogs/ebizq_forum/soa/"&gt;eBizQ&lt;/a&gt;.&amp;nbsp; Last week, eBizQ had their SOA in Action virtual conference.&amp;nbsp; One of the best sessions was the keynote from Forrester&amp;#39;s Randy Heffner who laid out how to resolve the biggest SOA mistakes (the &amp;quot;seven deadly SOA sins&amp;quot; of sorts)&amp;nbsp; - and two of them dealt with not enough focus on Governance.&amp;nbsp; &lt;a href="http://www.ebizq.net/webinars/11483.html"&gt;Listen to Randy&amp;#39;s replay here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Secondly, the eBizQ forums are buzzing with practical SOA advice... Check out these threads:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ebizq.net/blogs/ebizq_forum/2009/10/in-soa-governance-who-has-the-authority.php"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ebizq.net/blogs/ebizq_forum/2009/10/in-soa-governance-who-has-the-authority.php"&gt;In SOA Governance, who has the authority? &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This thread has some great discussion about thinking about governance -vs.- authority and the benefits of using a Responsibility Assignment Matrix (RAM) to define, communicate and manage governance decisions and accountability.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://www.ebizq.net/blogs/ebizq_forum/2009/10/is-soa-ever-a-tactical-discipline-or-is-it-always-strategic-but-mapped-into-tactical-requirements.php"&gt;&amp;nbsp;Is SOA ever a tactical discipline or is it always strategic?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This thread has some lively dialog about what does it mean to be tactical or strategic. &amp;nbsp;The statement, &amp;quot;SOA, by its nature, is a strategic concept but can be executed tactically&amp;quot; provides the crux of the dialog but as you will read, the devil is in the details... How do you stay focused on strategic goals while executing in the trenches? &amp;nbsp;Read the thoughts in this thread.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Make sure you catch the discussions around Cloud and SOA for instance, &lt;a href="http://www.ebizq.net/blogs/ebizq_forum/2009/10/what-are-the-the-top-issues-companies-face-as-cloud-computing-and-soa-converge.php"&gt;what are the top issues when cloud computing and SOA converge?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The buzz is out there, join in! &amp;nbsp;Let us know what you think on these and other topics, post a comment here or on the &lt;a href="http://www.ebizq.net/blogs/ebizq_forum/soa/"&gt;eBizQ SOA Forum&lt;/a&gt;. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118475" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/soa/archive/tags/SOA+Governance/default.aspx">SOA Governance</category><category domain="http://www.communities.hp.com/online/blogs/soa/archive/tags/SOA/default.aspx">SOA</category><category domain="http://www.communities.hp.com/online/blogs/soa/archive/tags/Cloud+Computing/default.aspx">Cloud Computing</category></item><item><title>Gaining a 4D view of your data center </title><link>http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/2009/11/06/gaining-a-4d-view-of-your-data-center.aspx</link><pubDate>Fri, 06 Nov 2009 20:50:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118470</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;By Brandon Fears&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span&gt;Product Manager, HP Data Center Environmental Edge&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;Part of the focus of the HP Data Center Smart Grid is not only monitoring / managing power at the IT level, but also visualizing and optimizing the power and cooling infrastructure. This is where the newest version of the HP Data Center Environmental Edge solution is key to achieving the insight needed to measure and understand current energy usage and historical trends.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The solution helps both IT and facility managers understand how their cooling infrastructure is operating and visually show where they have issues to be addressed.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;As the team began the development on the Environmental Edge Program, we conducted customer visits and formal market research to better understand how customers monitor and optimize their data centers.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The one item that kept coming to the top was the lack of knowledge on how much power in KWh was consumed in a day, week or a month.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The most common answers were, &amp;ldquo;Maybe if I look at our electrical bill&amp;rdquo;, or &amp;ldquo;I don&amp;rsquo;t know because the data center is part of the office and facility managers pay the bill&amp;rdquo;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Therefore we began working on the second half of the Environmental Edge solution: power visualization.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;In the view below, as the customer scrolls over their data center layout, they can see real time results from the energy base stations to understand power, and environmental base stations to get information on cooling at the rack level.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="mso-fareast-language:EN-US;mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/reality-check-server-insights/IEOblogimg1.jpg"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/reality-check-server-insights/IEOblogimg1.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;Customers can also provide drill down on an energy meter and get more robust information, amps per phase, voltage per phase, KWh, and power factor.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="mso-fareast-language:EN-US;mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/reality-check-server-insights/IEOblogimg2.jpg"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/reality-check-server-insights/IEOblogimg2.jpg" alt="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span&gt;Additionally, the solution can show power usage for the past 18 months, and provide several different reports.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This is just part of the new power visualization capabilities.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Customers can also opt to have real-time PUE, see power consumption at the rack level with our branch circuit monitoring solution (BCMS).&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The goal of our solution is to help customers use their infrastructure more efficiently and help match the output to the needs of IT.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118470" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/datacenter/default.aspx">datacenter</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/virtualization/default.aspx">virtualization</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+saving/default.aspx">energy saving</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/data+center+management/default.aspx">data center management</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+efficiency/default.aspx">energy efficiency</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/HP+Data+Center+Environmental+Edge/default.aspx">HP Data Center Environmental Edge</category></item><item><title>Bringing technology into printing your photos</title><link>http://www.communities.hp.com/online/blogs/employment-at-hp/archive/2009/11/06/bringing-technology-into-printing-your-photos.aspx</link><pubDate>Fri, 06 Nov 2009 18:42:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118464</guid><dc:creator>Steph K</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;I don&amp;rsquo;t mean to sound like an advertisement for HP, but like everything else in our lives, this is pretty fast-evolving so I thought it might be helpful to highlight some of the technology my friends and I use, as well as one I want to try.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Admittedly, I&amp;rsquo;m a geek about having fun with technology.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;A lot of photos these days sit on cell phones and media cards sitting in a camera, but I&amp;rsquo;ve found that HP can help me get those photos out in some pretty cool ways.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;1)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Your iphone and your wireless networked printer.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This one is cool.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Download the free &amp;ldquo;iprint&amp;rdquo; app from the iphone apps store.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Make sure you are on your wireless network and that your printer is set up for wireless.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Put photo paper in your printer.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Then, this is the cool part &amp;ndash; stand near your printer.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The app will recognize it and you can select and print photos from your iphone camera roll, printing them without hooking anything up.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;2)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;The portable printer.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Also very cool, and fun for the kids.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I met the engineer at HP who led the team that created that product and I really like the vision they put behind this.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I have the HP Photosmart A626.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Hand the kids a camera and this printer and it&amp;rsquo;s great entertainment for them.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;So simple, a 5 year old was printing out pictures.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;3)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;The all-in-one.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Shoeboxes full of photos?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Use your scanner to get those onto your computer and upload to Snapfish, Facebook, and make some photo books for gifts.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;My home all-in-one is a HP Officejet Pro L7780.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;4)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;This is the one I still want to try: &lt;a href="http://www.magcloud.com"&gt;MagCloud&lt;/a&gt;.&amp;nbsp; If you try it first, let me know how it turns out.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;I&amp;rsquo;ll post more on this once I get a chance to try it.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Make your own magazine with pictures from an event or a club or even a family get-together, which people can print on demand.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Tons of potential here.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;5) &lt;a href="http://www.snapfish.com"&gt;Snapfish&lt;/a&gt;.&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;HP bought Snapfish several years ago, and to me, this was a match made in heaven.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;In Snapfish, you can do all of the traditional things like upload and share photos, and make holiday cards.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;But there is a lot more if you know where to look.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Some of the unique features are group rooms, photo books, and social media linkage.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;You can set up free group rooms &amp;ndash; you send that link to the people you want, and you can all upload and order prints of photos from anything your group members upload into the room.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;It&amp;rsquo;s like a collective photo album, and you don&amp;rsquo;t have to wait for someone to make a print for you, you can order that yourself.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Our extended family has done this, and it works great.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;I&amp;rsquo;ve made photo books for gifts, which is a great way to give a unique gift to grandparents, and I always order two so I have a copy for myself, saving me from having to create scrapbook pages.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;And try the Flip Books &amp;ndash; they are inexpensive and great to have your kids make as gifts to their friends. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;If you&amp;rsquo;re on Twitter, follow @snapfishbyhp, so you can get coupon codes and updates on new functionality.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;What are other ways you&amp;rsquo;re having fun with your photos?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:14pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;img border="0" width="16" src="http://lh6.ggpht.com/_xn2gmPb9TfM/Sb_fZkjAxpI/AAAAAAAAD3E/_9xpsQgFfTg/s128/twitter-16x16.png" height="16" alt="" /&gt;&lt;a target="_blank" href="http://twitter.com/home/?status=Check%20out%20this%20great%20%blog%20post%20http://bit.ly/1i4eQB
"&gt;&lt;span style="color:#00ccff;"&gt;Tweet this!&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;m on twitter: @StephKinHR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118464" width="1" height="1"&gt;</description></item><item><title>Multi-core, where will it end?</title><link>http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2009/11/06/multi-core-where-will-it-end.aspx</link><pubDate>Fri, 06 Nov 2009 18:31:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118463</guid><dc:creator>Charlie Bess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/cores.gif"&gt;&lt;img width="250" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/cores.gif" border="0" style="border:0;float:right;" alt="" /&gt;&lt;/a&gt;A number of times I&amp;#39;ve mentioned the rise of &lt;a href="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2008/09/03/the-power-of-processing-in-parallel.aspx"&gt;parallel processing&lt;/a&gt; and &lt;a href="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2006/04/10/multi-core-marches-on.aspx"&gt;multi-core&lt;/a&gt; as well as the &lt;a href="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2008/03/14/it-development-organizations-needs-to-heed-moore-s-law.aspx"&gt;effect on development&lt;/a&gt; and the &lt;a href="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2008/03/18/opportunistic-computing-in-the-cloud.aspx"&gt;kinds of solutions that are consumed&lt;/a&gt;. I was talking with some folks at TI the other day about the projections of &lt;a href="http://en.wikipedia.org/wiki/Manycore_processing_unit"&gt;multi-core processors&lt;/a&gt; on the market and the attached chart was discussed.&lt;/p&gt;
&lt;p&gt;If you place this information on a logarithmic scale it definitely appears to be exponential in nature and we all know examples of the shift in thinking that exponential growth causes - essentially a shift to a view to one of abundance and not scarcity. In addition to the core growth there is also the growth in the &lt;a href="http://en.wikipedia.org/wiki/Simultaneous_multithreading"&gt;number of threads a processor can run&lt;/a&gt; simultaneously to pump more computing through the cores.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.engadget.com/2008/10/28/windows-7-details-galore-interface-tweaks-netbook-builds-medi/"&gt;Windows 7 supports up to 256 processors&lt;/a&gt;, and Linux supports a large number as well, but it is the applications that actually add value, not the operating system. What &lt;em&gt;can&lt;/em&gt; be written that takes advantage of these advances may start to shift what is &lt;em&gt;actually&lt;/em&gt; written.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118463" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Infrastructure+/default.aspx">Infrastructure </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Innovation+/default.aspx">Innovation </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Trends/default.aspx">Trends</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Multi-core/default.aspx">Multi-core</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Parallel+computing/default.aspx">Parallel computing</category></item><item><title>Converged Infrastructure: Block based storage virtualization podcast</title><link>http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/06/converged-infrastructure-block-based-storage-virtualization-podcast.aspx</link><pubDate>Fri, 06 Nov 2009 17:55:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118460</guid><dc:creator>CalvinZ</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/datastorage/CartoonCalvin100X100.JPG"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/datastorage/CartoonCalvin100X100.JPG" alt="" /&gt;&lt;/a&gt;&amp;nbsp; By Calvin Zito, &lt;a target="_blank" href="http://twitter.com/HPstorageGuy"&gt;@HPStorageGuy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the third in a series of three podcasts focusing on our HP Converged Infrastructure announcement. In part 1, &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/04/converged-infrastructure-podcast-with-sr-vp-and-gm-of-storageworks-dave-roberson.aspx"&gt;I spoke with Sr. VP and GM of HP StorageWorks Dave Roberson&lt;/a&gt;.&amp;nbsp; In part 2, &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/06/converged-infrastructure-the-new-x9000-podcast.aspx"&gt;I talked to the former CEO of IBRIX Milan Shetti and Marketing Director Lee Johns&lt;/a&gt; about the new X9000.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In today&amp;#39;s podcast, we talk about block-based storage virtualization.&amp;nbsp; Storage virtualization is often a confusing topic because there are different types of storage virtualization.&amp;nbsp; Today&amp;#39;s podcast discusses two types of block-based storage virtualization: within an&amp;nbsp;controller array&amp;nbsp; (like our HP StorageWorks EVA) and network or SAN based (our StorageWorks SAN Virtualization Services Platform or SVSP).&amp;nbsp;&amp;nbsp; Each of these products had enhancements that were announced with the November 4th Converged Infrastructure announcement.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With the &lt;a target="_blank" href="http://www.hp.com/go/svsp"&gt;SVSP&lt;/a&gt;&amp;nbsp;(link goes to the hp.com product page), we announced a &amp;quot;new&amp;quot; management tool - Command View SVSP.&amp;nbsp; This will be very familiar tool to EVA customers as Command View SVSP is very consistent with Command View EVA.&amp;nbsp; But it also simplifies and automates the task of provisioning a LUN.&amp;nbsp; For the details, listen to the podcast.&lt;/p&gt;
&lt;p&gt;The advancement with the &lt;a target="_blank" href="http://www.hp.com/go/eva"&gt;StorageWorks EVA&lt;/a&gt; (link goes to EVA family page) is with our Cluster Extension EVA.&amp;nbsp; This software manages the failover and failback between EVAs in a cluster.&amp;nbsp; What&amp;#39;s new with the software is support for Microsoft Hyper-V Live Migration.&amp;nbsp; We are the first array to support the new capabilities and again, there&amp;#39;s more about this in the podcast.&amp;nbsp; I also have a guest blog from one of our engineers below that goes into more details.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;So with that, here&amp;#39;s the podcast:&lt;/p&gt;
&lt;p&gt;&lt;iframe height="450" scrolling="no" width="748" frameborder="0" src="http://www.talkshoe.com/resources/talkshoe/images/swf/lastEpisodePlayer.swf?fileUrl=http://recordings.talkshoe.com/TC-69339/TS-289409.mp3" marginheight="0" marginwidth="0"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By Matthias Popp, HP StorageWorks Architect, Storage Systems Integration&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Migrating a running server across data centers, servers and storage?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Are you tired of planning weekend downtime for storage system upgrades, server patches or network changes in your data center?&amp;nbsp; Are you getting the same &amp;quot;Not this weekend ...&amp;quot; response from your business managers and users?&lt;/p&gt;
&lt;p&gt;HP worked with Microsoft to enable Live Migration of virtual machines (VMs) in Hyper-V R2 - not just between servers but also between your storage systems and hence between your data centers!&lt;/p&gt;
&lt;p&gt;The latest release of HP StorageWorks Cluster Extension EVA orchestrates the interaction between Microsoft&amp;#39;s System Center Virtual Machine Manager, Windows Failover Clustering and Hyper-V Live Migration to move running Server VMs between servers and storage in one single step.&lt;/p&gt;
&lt;p&gt;The newest version of Cluster Extension checks the disk array replication process and prepares for a Live Migration and swaps the replication direction when the VM&amp;#39;s target server is connected to the remote disk array. All automatic with no further administrator interaction. You decide when to Live Migrate and Cluster Extension makes sure the data can be accessed. Simple as that.&lt;/p&gt;
&lt;p&gt;Since your servers and storage are distributed between data centers, the same configuration and software is used for disaster protection. No need to learn additional tools. Use the ones you have!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Finally a simple solution to proactive maintenance with no downtime! &lt;/p&gt;
&lt;p&gt;The new Live Migration support in Cluster Extension configurations will make a radical impact on your IT and business teams. &amp;nbsp;Clustering software manages unexpected failures at any time and Live Migration enables maintenance during the work day.&amp;nbsp; The IT team can now do server and storage maintenance during working hours. They no longer have to plan for downtime way ahead of a change.&amp;nbsp; The IT management doesn&amp;#39;t have to budget for expensive weekend and night working hours.&amp;nbsp; Get your server and storage patched now, because you can!&lt;/p&gt;
&lt;p&gt;The following paper explains the configuration and will soon be updated for Windows 2008 R2 and Hyper-V R2 Live Migration support:&amp;nbsp;&lt;a target="_blank" href="http://h20195.www2.hp.com/V2/getdocument.aspx?docname=4AA2-6905ENW.pdf"&gt;Disaster Tolerant Virtualization Architecture with HP StorageWorks Cluster Extension and Microsoft Hyper-V&lt;/a&gt;&lt;sup&gt;&lt;a target="_blank" href="http://h20195.www2.hp.com/V2/getdocument.aspx?docname=4AA2-6905ENW.pdf"&gt;TM&lt;/a&gt; &lt;/sup&gt;white paper&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Visit the HP booth at Microsoft&amp;#39;s Tech&amp;middot;Ed Europe in Berlin&amp;nbsp;next week&amp;nbsp;for a demonstration and &lt;a target="_blank" href="http://blogs.technet.com/virtplanet/"&gt;visit Microsoft&amp;#39;s blog&lt;/a&gt;&amp;nbsp;&amp;nbsp;for more info about the webcast &lt;a target="_blank" href="http://searchwindowsserver.bitpipe.com/data/document.do;jsessionid=A62722F1FCBFABA0BBCFDCF69D5AE73A?res_id=1256150149_996"&gt;Building Effective and Highly Available Disaster Recovery Solutions Using Microsoft Virtualization&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118460" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/virtualization/default.aspx">virtualization</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/EVA/default.aspx">EVA</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/storage/default.aspx">storage</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/SVSP/default.aspx">SVSP</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category></item><item><title>Чем однопроцессорный башенный сервер отличается от десктопа?</title><link>http://www.communities.hp.com/online/blogs/hport/archive/2009/11/07/118449.aspx</link><pubDate>Fri, 06 Nov 2009 13:55:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118449</guid><dc:creator>AKazmin</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Небольшая компания, решившая купить свой первый сервер, часто обнаруживает, что предлагаемые для СМБ модели башенных однопроцессорных серверов (например, HP ProLiant ML 110, ML115 и ML310) мало отличаются от обычного десктопа не только по габаритам корпуса, но и по таким параметрам, как тактовая частота процессора, объем оперативной памяти и емкость жесткого диска. Однако если более внимательно проанализировать конфигурацию сервера, то обнаружатся серьезные отличия.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/hport/_210435044004320435044004_-HP-ProLiant-DL150.jpg"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/hport/_210435044004320435044004_-HP-ProLiant-DL150.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Начнем с процессора&lt;/strong&gt;. В младших моделях башенных серверов используется процессор Xeon либо Opteron, хотя как опция поддерживается и Pentium или Celeron. Xeon и Opteron имеют более высокий объем встроенного кэша, чем процессоры, предназначенные для настольных ПК (если у процессоров Intel для десктопов он не превышает 3 Мбайт, то младшие модели Xeon оборудованы кэшем от 6 до 12 Мбайт), а это означает более высокую производительность при выполнении большинства приложений. В результате однопроцессорный сервер быстрее обрабатывает запросы пользователей, чем десктоп, а это напрямую транслируется в улучшение продуктивности сотрудников небольшого офиса. Кроме того, Xeon и Opteron специально разработаны для серверов, поэтому рассчитаны на более жесткие условия эксплуатации, чем процессоры на настольных ПК, и способны работать непрерывно в течение нескольких суток.&lt;/p&gt;
&lt;p&gt;Второе отличие - это &lt;strong&gt;мощная дисковая подсистема&lt;/strong&gt;, которая поддерживает как стандартные десктопные винчестеры SATA 7200 оборотов/мин, так и более скоростные жесткие диски с интерфейсом SAS (Serial Attached SCSI) 10 или 15 тысяч оборотов/мин. Применение дисков SAS существенно улучшает скорость чтения/записи приложений с интенсивным обращением к системе хранения, например, базы данных. Кроме того, винчестеры SAS имеют более высокую надежность, чем SATA-диски и способны обрабатывать запросы чтения/записи в круглосуточном режиме. Как правило, даже младшие модели башенных серверов оборудованы аппаратным RAID-контроллером для объединения внутренних дисков сервера в RAID-массив, который повышает общее быстродействие дисковой подсистемы, так и защищают данные в случае выхода из строя одного из дисков сервера.&lt;/p&gt;
&lt;p&gt;Наконец, многие модели башенных серверов поддерживают горячую замену неисправного диска без отключения машины (эта функция практически не применяется в десктопах, которые как правило, используются только с одним винчестером), которая позволяет свести к минимуму ущерб от поломки винчестера. Также для защиты от порчи данных из-за ошибок в оперативной памяти в серверах используется модули памяти с контролем четности DDR ECC.&lt;/p&gt;
&lt;p&gt;Еще одно важно отличие сервера начального уровня от десктопа - это расширенные &lt;strong&gt;возможности удаленного управления&lt;/strong&gt;. Например, в HP ProLiant ML 110 и 115 устанавливается специальная плата HP ProLiant Lights-Out 100c Remote Management Card, с помощью которой можно дистанционно контролировать состояние сервера и выполнять его диагностику (в более продвинутой модели HP ProLiant ML 310 установлен контроллер iLO2, реализующий веcь мощный функционал средств удаленного управления и обслуживания многопроцессорных HP ProLiant). Поскольку основные покупатели этих моделей HP ProLiant&amp;nbsp; - небольшие фирмы, где часто нет своего системного администратора, то с помощью этого контроллера служба технической поддержки HP может провести диагностику сбоев, а владельцу сервера не придется тратить деньги на вызов специалиста из сервисного центра или отвозить туда сам сервер.&lt;/p&gt;
&lt;p&gt;Не следует забывать, что в отличие от десктопов, которые их производители не предназначают для использования в качестве сервера, все модели HP ProLiant ML сертифицированы на &lt;strong&gt;совместимость с серверными редакциями Microsoft Windows&lt;/strong&gt; и поставляются с программами-мастерами для быстрого развертывания сервера в сети, что гарантирует отсутствие проблем совместимости компьютера с серверной операционной системой и сетевым окружением.&lt;/p&gt;
&lt;p&gt;Сам дизайн корпуса HP ProLiant ML разработан так, чтобы упростить изменения в конфигурации их внутренних компонентов, а если по мере развития своей локальной сети компания захочет собрать всю свою компьютерную технику в 19-дюймовой стойке, то эти &lt;strong&gt;серверы с помощью специального набора деталей легко трансформируются из башенных в стоечные&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Таким образом, башенные серверы начального уровня ProLiant ML превосходят обычные десктопы не только по производительности, но и по возможностям быстрого ввода в эксплуатацию и предотвращения сбоев, поэтому их применение в качестве ядра локальной сети гарантирует эффективную и надежную работу ИТ-инфраструктуры небольшого офиса.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118449" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/HP+ProLiant+ML+110/default.aspx">HP ProLiant ML 110</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/HP+ProLiant+ML115/default.aspx">HP ProLiant ML115</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/HP+ProLiant+ML310/default.aspx">HP ProLiant ML310</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/_4104350440043204350440044B04_+tower/default.aspx">серверы tower</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/_4004300431043E04470438043504_+_4104420430043D04460438043804_/default.aspx">рабочие станции</category></item><item><title>Converged Infrastructure: the new X9000 podcast</title><link>http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/06/converged-infrastructure-the-new-x9000-podcast.aspx</link><pubDate>Fri, 06 Nov 2009 08:18:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118444</guid><dc:creator>CalvinZ</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/datastorage/CartoonCalvin100X100.JPG"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/datastorage/CartoonCalvin100X100.JPG" alt="" /&gt;&lt;/a&gt;&amp;nbsp; By Calvin Zito, &lt;a target="_blank" href="http://twitter.com/HPstorageGuy"&gt;@HPStorageGuy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On Wednesday, I did the first of three podcasts talking about our HP Converged Infrastructure announcement.&amp;nbsp; If you missed that one, I highly recommend &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/04/converged-infrastructure-podcast-with-sr-vp-and-gm-of-storageworks-dave-roberson.aspx"&gt;that you listen to it&lt;/a&gt;.&amp;nbsp;&amp;nbsp;My guest&amp;nbsp;was with our Senior VP and General Manager of StorageWorks Dave Roberson.&amp;nbsp; Today in part 2, I talk with Milan Shetti, former CEO of IBRIX and Lee Johns, Director of Product Marketing about the HP StorageWorks X9000 Network Storage Systems family.&amp;nbsp; As you might have guessed, the X9000 is based on IBRIX.&amp;nbsp; Because the discussion was longer than my normal podcasts, I split it into two parts.&amp;nbsp; In part one, Milan talks about the integration of IBRIX into HP StorageWorks and Lee and Milan give an overview of the X9000 family.&amp;nbsp; Note that the volume on both of these is a bit low but since these were already a day late, I didn&amp;#39;t want to make you wait longer to hear these.&amp;nbsp; So turn your volume up a bit higher than usual.&amp;nbsp; Here it is:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;iframe height="450" scrolling="no" width="748" frameborder="0" src="http://hp.feedroom.com/linking/index.jsp?skin=popoff&amp;amp;fr_story=d92d3b41220002420b254b9db1657c9bfea9adb4&amp;amp;rf=ev&amp;amp;hl=true" marginheight="0" marginwidth="0"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;If you have difficulty with the embedded player in your browser, &lt;a target="_blank" href="http://h30431.www3.hp.com/?fr_story=d92d3b41220002420b254b9db1657c9bfea9adb4&amp;amp;rf=bm"&gt;click here to listen&lt;/a&gt; to the podcast.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In part 2, I continue the conversation with Milan and Lee.&amp;nbsp; In this part, we answer the question what&amp;#39;s happening PolyServe, how the X9000 fits into the HP Converged Infrastructure, and discuss the strategic implications of the X9000. &lt;/p&gt;
&lt;p&gt;&lt;iframe height="450" scrolling="no" width="748" frameborder="0" src="http://hp.feedroom.com/linking/index.jsp?skin=popoff&amp;amp;fr_story=f1e0d51e5034f30406b7fdfefb8b632b254660a0&amp;amp;rf=ev&amp;amp;hl=true" marginheight="0" marginwidth="0"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;If you have difficulty with the embedded player in your browser, &lt;a target="_blank" href="http://h30431.www3.hp.com/?fr_story=f1e0d51e5034f30406b7fdfefb8b632b254660a0&amp;amp;rf=bm"&gt;click here to listen&lt;/a&gt; to part 2.&lt;/p&gt;
&lt;p&gt;Here are a couple of things that can help you learn more about the X9000:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visit the &lt;a target="_blank" href="http://www.hp.com/go/X9000"&gt;X9000 product page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Attend &lt;a target="_blank" href="http://event.on24.com/r.htm?e=173980&amp;amp;s=1&amp;amp;k=81207460671D03EA24EABC85AAC170E4&amp;amp;partnerref=17JBWHBanner"&gt;an IDC webcast&lt;/a&gt; next week on 12 November at 2 PM EST/11 AM PST.&amp;nbsp; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the next podcast in the series, we&amp;#39;ll discuss what&amp;#39;s new with the HP StorageWorks EVA and SAN Virtualization Services Platform (SVSP).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118444" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/Scalable+NAS/default.aspx">Scalable NAS</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/PolyServe/default.aspx">PolyServe</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/virtualization/default.aspx">virtualization</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/storage/default.aspx">storage</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/IBRIX/default.aspx">IBRIX</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/podcast/default.aspx">podcast</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category></item><item><title>HP’s recently introduced ProLiant SL “skinless” server line snags top spot in performance per watt benchmark</title><link>http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/2009/11/05/hp-s-recently-introduced-proliant-sl-skinless-server-line-snags-top-spot-in-performance-per-watt-benchmark.aspx</link><pubDate>Thu, 05 Nov 2009 20:48:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118390</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;By Dave Peterson, group manager, Industry Standard Servers Product Marketing &lt;br /&gt;&lt;strong&gt;HP&amp;rsquo;s recently introduced ProLiant SL &amp;ldquo;skinless&amp;rdquo; server line snags top spot in performance per watt benchmark&lt;/strong&gt; &lt;/p&gt;
&lt;p class="MsoNormal"&gt;Earlier this year at the 2009 World Championships Jamaican runner Usain Bolt sprinted into history as he became the first man ever to hold the 100m and 200m world and Olympic titles at the same time.&amp;nbsp; In the process he shattered a few world records, shaving 0.11 seconds off the record he had previously set in Beijing at the 2008 Olympics.&amp;nbsp; One thing I find interesting about this man who is clearly the fastest man in the world is that he says he doesn&amp;rsquo;t run to set world records. &lt;/p&gt;
&lt;p&gt;Though I would not want to directly compare the almost superhuman feats of Usain Bolt to the work done by the HP ProLiant engineering teams, I believe there is a parallel here.&amp;nbsp; Earlier this year HP released our Extreme Scale-out (ExSO) x86 server line, dubbed &amp;ldquo;SL&amp;rdquo; for &amp;ldquo;scalable line&amp;rdquo; and often referred to as &amp;ldquo;skinless&amp;rdquo; for it&amp;rsquo;s stripped down, light-weight design. &lt;/p&gt;
&lt;p&gt;One of the key design goals for ProLiant SL was to improve power efficiency as much as possible.&amp;nbsp;When you have thousands of servers running scale-out workloads day in and day out, squeezing every cycle out of those servers for the lowest possible wattage is incredibly important from an OpEx (energy cost) perspective.&amp;nbsp; Thus HP&amp;rsquo;s engineers set about to improve performance per watt on this platform so our customers could have the most cost effective scale-out platform possible.&amp;nbsp; They didn&amp;rsquo;t set as their goal to create a new world record.&amp;nbsp; But by focusing on the challenge of saving our customers money on energy, these amazing HP engineers have also shattered a world record.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The just-published SPECpower_ssj2008* benchmark&amp;nbsp;result for HP ProLiant SL2x170z G6 is the best ever SPECpower_ssj2008 result of 2316 overall ssj_ops/watt*.&amp;nbsp; That is 3.81% better than the previous record held by IBM*.&amp;nbsp;As a comparison, Usain Bolt&amp;rsquo;s 9.58 second 100m world record was 1.34% faster than his closest competitor, Tyson Gay, who clocked a 9.71.&amp;nbsp; If Bolt had run 3.81% faster than Tyson Gay in that particular race, his world record would have been 9.34 seconds, an unheard of time for 100 meters. &lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d love to hear your thoughts &amp;ndash; what could you do with the money saved from improving your performance per watt by running HP ProLiant servers?&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:black;font-family:&amp;#39;Futura Bk&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;----------&lt;/span&gt;&lt;span style="color:black;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;SPEC&amp;reg; and the benchmark name SPECpower_ssj&amp;reg; are registered trademarks of the Standard Performance Evaluation Corporation. &amp;nbsp;Benchmark results stated above reflect results published on &lt;a href="http://www.spec.org/" title="http://www.spec.org/"&gt;www.spec.org&lt;/a&gt; as of&amp;nbsp;11/04/2009. &amp;nbsp;For the latest benchmark results, visi &lt;a href="http://www.spec.orgpower_ssj2008/" title="http://www.spec.org/power_ssj2008/"&gt;&lt;span title="http://www.spec.org/power_ssj2008/"&gt;http://www.spec.org/power_ssj2008/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118390" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/performance/default.aspx">performance</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/benchmarks/default.aspx">benchmarks</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/ProLiant+SL/default.aspx">ProLiant SL</category></item><item><title>Cloud Computing Excitement</title><link>http://www.communities.hp.com/online/blogs/infrastructure/archive/2009/11/05/cloud-computing-excitement.aspx</link><pubDate>Thu, 05 Nov 2009 19:39:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118384</guid><dc:creator>markjgrindle</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;It&amp;#39;s amazing how much attention Cloud Computing is receiving.&amp;nbsp; I was just at a data center conference in New York City&amp;nbsp;the end of last week and&amp;nbsp;Cloud was the topic of almost every session.&amp;nbsp; People in the audience had lots of questions and some were even wondering if they could establish their own &amp;quot;clouds&amp;quot;.&amp;nbsp; Now Cloud is pretty exciting, and the potential is enormous, but I think some folks are not only focusing on a technology that they aren&amp;#39;t ready for but a technology that isn&amp;#39;t ready for them!&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Many of the people and companies that I&amp;#39;ve talked with that are looking into Cloud haven&amp;#39;t even driven shared services into their organization and some have barely done virtualization.&amp;nbsp; Not that either of these are mandatory steps to implementing Cloud but if you&amp;#39;ve been unable to position these technologies in your company then I think going to Cloud will be a&amp;nbsp;tough sell and a challenging journey.&amp;nbsp; Cloud requires a new mindset, a new way of managing IT, and still has a lot of implementation and security concerns.&amp;nbsp; Yes, there are a lot of great cloud offerings already.&amp;nbsp; In fact, HP has workshops and consultants that can help with the evaluation, provisioning, and implementation of Cloud services but that still doesn&amp;#39;t mean its right for your company.&amp;nbsp; Yes, it needs to be studied, evaluated, and piloted but there is foundational work that has to be done be done if you want the transition to Cloud to be successful.&amp;nbsp; To me, Cloud is a logical extension to shared services and virtualization and both are&amp;nbsp;tested and proven technologies.&amp;nbsp;&amp;nbsp;If you&amp;#39;ve virtualized and have at least some Shared Services then you might be in a good position to go to Cloud services.&amp;nbsp; If you haven&amp;#39;t, you might be &amp;quot;biting off more than you can chew&amp;quot;.&amp;nbsp; Cloud&amp;nbsp;requires application changes (some of which would have been done if you have shared services) and still has a lot of security concerns.&amp;nbsp;&amp;nbsp; In fact, just recently there was some news on a cloud provider losing data.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Don&amp;#39;t get me wrong, as&amp;nbsp; I said Cloud computing is an amazing change to our industry and I&amp;nbsp;fully support it, but make sure it is the&amp;nbsp;right answer for your company.&amp;nbsp; What are the benefits?&amp;nbsp; How will you support it?&amp;nbsp; Are you ready for true shared services where your data and applications are&amp;nbsp;in the hands of someone else?&amp;nbsp; All these and other questions must be thought out and answered before you start chasing the latest technology.&amp;nbsp; Like anything, this is a technology that needs to be investigated and implemented based on meeting business needs, not&amp;nbsp;because it a brand new technology.&amp;nbsp;&amp;nbsp;So, is it &amp;quot;technology for the sake of technology&amp;quot; or is it providing true&amp;nbsp;value to your organization?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118384" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/IT+Transformation/default.aspx">IT Transformation</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/Cloud+Computing/default.aspx">Cloud Computing</category></item><item><title>Transforming IT organization into a service provider </title><link>http://www.communities.hp.com/online/blogs/infrastructure/archive/2009/11/05/transforming-it-organization-into-a-service-provider.aspx</link><pubDate>Thu, 05 Nov 2009 18:08:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118370</guid><dc:creator>7836857</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;Are you going through mergers, acquisitions, continuous cost cutting pressures turning consolidation into a continuous program? Well.. have you seen worsening IT-business relation in the process? Little hostility from business&amp;nbsp;may be because&amp;nbsp;you took away their servers, retired application, decreased support? Ok what have you given back other than &amp;#39;cost savings&amp;#39;? First lets ask this qustion to ourselves as IT.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;Are we missing any opportunity to do something better here while consolidating?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;IT executives who have cultivated a broader business-IT perspective realize that achieving IT agility and operational excellence requires not only cutting costs but also transforming IT so it focuses on service rather than technology management, on customers instead of users, and on integrating people, process, and technology. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;At the same time, IT departments must reassess their core competencies, changing them to enable the delivery of new services. The process may require rethinking and restructuring services and underlying infrastructure to position their organization for the future. HP has just announced a revolutionary architecture and services for converged infrastructure&lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt; (&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://www.hp.com/go/ci"&gt;www.hp.com/go/ci&lt;/a&gt;) &lt;/span&gt;to help organizations move to shared service model. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;A converged infrastructure matches the supply of IT resources with the demand for business applications in an optimal way.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;By transitioning away from a product-centric approach to a shared-service management model, customers can accelerate standardization, reduce operational costs and accelerate business results (link &lt;a href="http://www.hp.com/us/go/CIServices"&gt;www.hp.com/us/go/CIServices&lt;/a&gt; )&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-bidi-language:NE;"&gt;&lt;span style="font-size:small;font-family:Times New Roman;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="HPBodytext10pt"&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;Simply put, transforming an IT organization into a service provider requires a return to the basics. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;From an internal customer&amp;rsquo;s perspective, transforming IT into a strategic service provider means aligning the IT organization with business goals, focusing on the value-added services that businesses want, and delivering them. If you like to know more, HP has developed number of best practices in this area based on years of consolidation and shared services project experience &lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;(&lt;a href="http://www.communities.hp.com/online/controlpanel/blogs/www.hp.com/us/go/CIServices" title="www.hp.com/us/go/CIServices"&gt;www.hp.com/us/go/CIServices&lt;/a&gt;). &lt;/span&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Futura Bk&amp;#39;;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118370" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/services/default.aspx">services</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/HP+converged+infrastructure/default.aspx">HP converged infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/shared-services/default.aspx">shared-services</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/consulting/default.aspx">consulting</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/service+management/default.aspx">service management</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/datacenter/default.aspx">datacenter</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/consolidation/default.aspx">consolidation</category></item><item><title>Two strategies for your new data center</title><link>http://www.communities.hp.com/online/blogs/managementsoftware/archive/2009/11/05/two-strategies-for-your-new-data-center.aspx</link><pubDate>Thu, 05 Nov 2009 17:33:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118367</guid><dc:creator>pspielvogel</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I read an interesting article in eWeek on &amp;ldquo;&lt;a href="http://www.eweek.com/c/a/IT-Infrastructure/HP-vs-Cisco-Polar-Opposites-in-Data-Center-Strategies-582377/%20" title="eWeek article"&gt;HP vs. Cisco: Polar Opposites in Data Center Strategies&lt;/a&gt;.&amp;rdquo; &lt;/p&gt;
&lt;p&gt;The article focused on whether it is better for companies to choose from a collection of partners or a one-stop shop. From my personal experience with my home electronics purchases, I prefer to purchase components from a single vendor, as the integration and support generally runs more smoothly. On the other hand, I have other friends and colleagues (many of whom are more technical than I am) who follow the opposite approach, picking what they believe are the best in class components and integrating all the pieces themselves. &lt;/p&gt;
&lt;p&gt;In both cases, when the systems run smoothly, both approaches work equally well. The challenge, of course, is when things do not go as planned - either during the setup or when something breaks. In a home environment (at least mine), things are pretty static. I don&amp;rsquo;t add or update components very often. A corporate data center is another story. Data centers are very dynamic, with companies adding servers, applications, and other components daily in many cases. And, add to that the changes from virtualization, where business services are created on-the-fly, based on changing demands. And, if you want to leverage runbook automation, it&amp;rsquo;s probably easier if you are automating software from a single vendor. &lt;/p&gt;
&lt;p&gt;The data center has no time for finger pointing or blame storms. When an incident occurs, I want a single console to see what broke, its impact on the business, and the shortest path to resolving the problem. In my mind, this is a clear reason to follow the one-stop approach. &lt;/p&gt;
&lt;p&gt;For &lt;a href="http://www.hp.com/go/opc" title="HP Operations Center"&gt;HP Operations Center&lt;/a&gt;, Peter Spielvogel. &lt;/p&gt;
&lt;p&gt;Get the latest updates on our Twitter feed @HPITOps &lt;a href="http://twitter.com/HPITOps"&gt;http://twitter.com/HPITOps&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Join the &lt;a href="http://www.linkedin.com/groups?gid=62552&amp;amp;trk=anetsrch_name&amp;amp;goback=.gdr_1244654582519_1" title="LinkedIn group"&gt;HP OpenView &amp;amp; Operations Management group on LinkedIn&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118367" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/virtualization/default.aspx">virtualization</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/Peter+Spielvogel/default.aspx">Peter Spielvogel</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/automation/default.aspx">automation</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/business+service/default.aspx">business service</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/data+center/default.aspx">data center</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/eweek/default.aspx">eweek</category></item><item><title>How will the HP Data Center Smart Grid solve the #1 data center constraint?</title><link>http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/2009/11/05/how-will-the-hp-data-center-smart-grid-solve-the-1-data-center-constraint.aspx</link><pubDate>Thu, 05 Nov 2009 16:37:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118359</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;By Steve Cumings, Director, SCI Marketing, ISS&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;How will the HP Center Smart Grid solve the #1 data center constraint?&lt;/p&gt;
&lt;p&gt;As we talk to customers around the world, they continue to tell us their #1 challenge is power and cooling. The problem is this: When a power or cooling limit is reached in the data center, it can slow or halt deployment of additional IT. And that in turn can slow business growth. &lt;/p&gt;
&lt;p&gt;In many cases though, these limits are artificial; the data center has enough power or cooling capacity, but it&amp;rsquo;s stranded in silos and isn&amp;rsquo;t actively monitored or managed for most effective use The solution is to approach the data center holistically, and integrate the data center energy elements so they can work at maximum effectiveness.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;HP&amp;rsquo;s Data Center Smart Grid will do exactly that, and extend our existing portfolio to actively monitor and manage IT.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Result?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;A data center where energy capacity is understood, is flexibly architected, and is delivered where it&amp;rsquo;s needed &amp;ndash; in exactly the amount that&amp;rsquo;s needed.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;When IT and facilities are actively managed and linked, they can work in concert:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;the IT working at maximum power efficiency, and the facility delivering exactly the right amount of support.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This not only adds data center capacity and thus postpone capital expense, but allows maximum energy savings &amp;ndash; giving customers faster ROI, and the opportunity to align with utility and green initiatives.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118359" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/power/default.aspx">power</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+saving/default.aspx">energy saving</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/evergy+efficiency/default.aspx">evergy efficiency</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/Data+Center+Smart+Grid/default.aspx">Data Center Smart Grid</category></item><item><title>Toronto City Innovation Conference</title><link>http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2009/11/05/toronto-city-innovation-conference.aspx</link><pubDate>Thu, 05 Nov 2009 11:34:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118365</guid><dc:creator>Charlie Bess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/Toronto.gif"&gt;&lt;img src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/nextbigthingeds/Toronto.gif" style="border:0;float:right;" border="0" width="70" alt="" /&gt;&lt;/a&gt;Earlier this week I was the keynote speaker for the &lt;a href="http://www.toronto.ca/toshowcase/"&gt;Toronto Innovation Showcase&lt;/a&gt;. One of the things the mayor announced was the &lt;a href="http://toronto.ca/open"&gt;Toronto Open&lt;/a&gt; project. This activity opens up &lt;a href="http://www.toronto.ca/open/catalogue.htm"&gt;much of the cities information&lt;/a&gt; for the residents of &lt;a href="http://www.wolframalpha.com/input/?i=toronto"&gt;Toronto&lt;/a&gt; to &lt;a href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)"&gt;mashup&lt;/a&gt; into applications. They also announced an effort to coordinate the release of even more information.&lt;/p&gt;
&lt;p&gt;By end of the first set of presentations there were already applications created for the iphone using some of the data.&lt;/p&gt;
&lt;p&gt;The Toronto residents are being asked:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What matters to you?&lt;/li&gt;
&lt;li&gt;What data do you want to access?&lt;/li&gt;
&lt;li&gt;What datasets and applications would you find useful?&lt;/li&gt;
&lt;li&gt;What&amp;#39;s missing from this site?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This project is definitely looking to tap into the creativity the focus in Toronto can apply to problems on those cold winter nights. &lt;a href="http://www.opengeodata.org/2009/11/04/open-data-from-toronto/"&gt;Here&lt;/a&gt; is another blog post on the event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118365" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Collaboration/default.aspx">Collaboration</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Consumerization+/default.aspx">Consumerization </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Edge+computing+/default.aspx">Edge computing </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Innovation+/default.aspx">Innovation </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Trends/default.aspx">Trends</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Applications/default.aspx">Applications</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Technology+adoption/default.aspx">Technology adoption</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Pervasive+computing/default.aspx">Pervasive computing</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Organizational+relationships/default.aspx">Organizational relationships</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/User+Interface/default.aspx">User Interface</category></item><item><title>Sonja Hickey has joined the HP Operations Center team </title><link>http://www.communities.hp.com/online/blogs/managementsoftware/archive/2009/11/05/sonja-hickey-has-joined-the-hp-operations-center-team.aspx</link><pubDate>Thu, 05 Nov 2009 01:23:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118276</guid><dc:creator>pspielvogel</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;My name is Sonja Hickey and I just joined the &lt;a href="http://www.hp.com/go/itopsblog" title="HP Operations Center"&gt;HP Operations Center&lt;/a&gt; team 3 days ago.&amp;nbsp; I will be focusing on the data collection aspects of the Operations Center product line and working with Peter Spielvogel and Jon Haworth as a Product Marketing Manager.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m really excited to be working for Hewlett-Packard for several reasons.&amp;nbsp; First, I like &lt;a href="http://h30261.www3.hp.com/phoenix.zhtml?c=71087&amp;amp;p=irol-irhome" title="HP financial information"&gt;HP&amp;rsquo;s financial strength&lt;/a&gt;, which I think is due to its diversification in many different areas.&amp;nbsp; It&amp;rsquo;s pretty obvious that HP doesn&amp;rsquo;t put all of its eggs in one basket and that has paid off.&amp;nbsp; You&amp;rsquo;ll learn through my posts that I am very much into investing and as I read through my latest financial newsletters, I take note of comments like &amp;ldquo;HP has a pragmatic culture&amp;rdquo; and &amp;ldquo;HP was better positioned than most when the recession hit&amp;rdquo;.&amp;nbsp; I think you can now see why I&amp;rsquo;m very happy to be part of the HP team. &lt;/p&gt;
&lt;p&gt;I also truly believe in the products that I will be representing - products that help IT teams effectively monitor and manage their IT infrastructure and environment.&amp;nbsp; In my opinion, these are not &amp;ldquo;nice-to-have&amp;rdquo; products, but rather &amp;ldquo;must-have&amp;rdquo; products for any company that want to be successful in today&amp;rsquo;s marketplace. &lt;/p&gt;
&lt;p&gt;&lt;img border="0" align="left" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/managementsoftware/sonja.jpg" alt="" /&gt;On a different note, I&amp;rsquo;d like take this opportunity to let you know a little about me.&amp;nbsp; From a work/career perspective, I&amp;rsquo;ve primarily worked in the high-tech space in either product management or product marketing roles for the past 12 years.&amp;nbsp; Outside of work, my free time is spent with my family (3 children and a wonderful husband) as well as reading historical fiction books and honing my investing skills (sorry, I don&amp;rsquo;t provide stock tips!).&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d like to end this post with a request.&amp;nbsp; Pease do not hesitate to post a comment should you have any questions, concerns, issues, etc. around the Operations Center products.&amp;nbsp; This will help me understand the problems and issues you face and how our products can help solve them.&amp;nbsp; I may not have an immediate answer or I may not be the right person to answer your question, but I &lt;span style="text-decoration:underline;"&gt;will&lt;/span&gt; get back to you.&amp;nbsp; That&amp;rsquo;s a promise.&lt;/p&gt;
&lt;p&gt;Thanks so much for reading my blog and I look forward to hearing from you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For &lt;a href="http://www.hp.com/go/opc" title="HP Operations Center"&gt;HP Operations Center&lt;/a&gt;, Sonja Hickey. &lt;/p&gt;
&lt;p&gt;Get the latest updates on our Twitter feed @HPITOps &lt;a href="http://twitter.com/HPITOps"&gt;http://twitter.com/HPITOps&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Join the &lt;a href="http://www.linkedin.com/groups?gid=62552&amp;amp;trk=anetsrch_name&amp;amp;goback=.gdr_1244654582519_1" title="LinkedIn group"&gt;HP OpenView &amp;amp; Operations Management group on LinkedIn&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118276" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/HP+Operations+Center/default.aspx">HP Operations Center</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/IT+infrastructure/default.aspx">IT infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/managementsoftware/archive/tags/Sonja+Hickey/default.aspx">Sonja Hickey</category></item><item><title>Energy savings with HP Superdome vs z10 mainframe - a bright idea</title><link>http://www.communities.hp.com/online/blogs/legacy-transformation/archive/2009/11/04/energy-savings-with-hp-superdome-vs-z10-mainframe-a-bright-idea.aspx</link><pubDate>Wed, 04 Nov 2009 23:07:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118268</guid><dc:creator>john.pickett@hp.com</dc:creator><slash:comments>1</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;By John Pickett&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x300/__key/CommunityServer.Blogs.Components.WeblogFiles/legacy-transformation/Slide1.JPG" alt="" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;We hear from data center managers about their growing concerns about energy in the data center.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;According to US Environmental Protection Agency, data center &lt;/span&gt;&lt;a href="http://www.technologyreview.com/blog/arxiv/24106/"&gt;&lt;span style="font-family:Times New Roman;"&gt;energy consumption has doubled from 2000 to 2006, and expected to double again by 2010&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Some may think the only option for increasing&amp;nbsp;compute capacity is to build another data center to support the growing power needs of their servers &amp;hellip; or is it the only option?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Since the IBM z10 mainframe and HP Integrity Superdome are both large centralized servers and can run a large number of applications, you may be interested to know the HP Integrity Superdome requires 42% less energy than the IBM z10 mainframe, with both servers maximally configured.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:13pt;line-height:115%;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Putting the energy savings in to perspective, the 8 kwatts savings for using&amp;nbsp;the HP Superdome instead of the z10 mainframe,&amp;nbsp;is enough to &lt;/span&gt;&lt;a href="http://www.electriciandirectory.com/basics/conservingenergy"&gt;&lt;span style="font-family:Times New Roman;"&gt;light 80 homes for 1 year&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Times New Roman;"&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118268" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/transformation/default.aspx">transformation</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/legacy/default.aspx">legacy</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/modernization/default.aspx">modernization</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/mainframe/default.aspx">mainframe</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/MFA/default.aspx">MFA</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/hp/default.aspx">hp</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/modernisation/default.aspx">modernisation</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/mainframe+alternative/default.aspx">mainframe alternative</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/apps/default.aspx">apps</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/application/default.aspx">application</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/john+pickett/default.aspx">john pickett</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/z10/default.aspx">z10</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/energy/default.aspx">energy</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/energy+savings/default.aspx">energy savings</category></item><item><title>Time to connect datacenter IT with facilities and unleash their trapped energy capacity</title><link>http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/2009/11/04/time-to-connect-datacenter-it-with-facilities-and-unleash-their-trapped-energy-capacity.aspx</link><pubDate>Wed, 04 Nov 2009 22:21:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118254</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By: &lt;b&gt;Doug Oathout, VP of Green IT Enterprise Storage and Servers&lt;br /&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align="center"&gt;&lt;strong&gt;Time to connect datacenter IT with facilities and unleash their trapped energy capacity&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;IT organizations have been building infrastructure in silos for twenty years; the network administrator builds the interconnects, the storage administrator makes sure the data is accessible and secure, the servers administrator monitors application and server availability and the facilities manager makes sure everything is getting enough power and cooling to run safely.&amp;nbsp; This all sounds good until you run out of space, power and above all money, now what do you do?&lt;/p&gt;
&lt;p align="center"&gt;&lt;strong&gt;Enter HP Data Center Smart Grid&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://h18004.www1.hp.com/products/solutions/converged/datacenter-smartgrid.html"&gt;HP Data Center Smart Grid&lt;/a&gt; creates an intelligent, energy-aware environment across IT and facilities to optimize and adapt energy use.&amp;nbsp; It collects and communicates thousands of power and cooling measurements across IT systems and facilities in real-time to give customers more efficient insight and control over energy use. This lets customers support business growth by hosting more applications and services within the same energy footprint, thereby making more effective use of existing capacity and capital investments.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Key benefits:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Increases the capacity and useful lifespan of the data center, postponing or eliminating additional capital expense&lt;/li&gt;
&lt;li&gt;Reduces operating costs required to power and cooling IT systems&lt;/li&gt;
&lt;li&gt;Improves reliability by optimizing power and cooling efficiency of IT and facilities&lt;/li&gt;
&lt;li&gt;Provides insight and control over energy costs and environmental impact&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://h18004.www1.hp.com/products/solutions/converged/datacenter-smartgrid.html"&gt;HP Data Center Smart Grid&lt;/a&gt; works in concert with the &lt;a href="http://h18004.www1.hp.com/products/solutions/converged/infrastructure-operating-environment.html"&gt;HP Infrastructure Operating Environment&lt;/a&gt;, &lt;a href="http://h18004.www1.hp.com/products/solutions/converged/flexfabric.html"&gt;HP Flex Fabric&lt;/a&gt;, and &lt;a href="http://h18004.www1.hp.com/products/solutions/converged/virtual-resource-pools.html"&gt;HP Virtual Resource Pools&lt;/a&gt; for continual optimization of your Converged Infrastructure. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118254" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/datacenter/default.aspx">datacenter</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+saving/default.aspx">energy saving</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/innovation+/default.aspx">innovation </category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/power+savings/default.aspx">power savings</category><category domain="http://www.communities.hp.com/online/blogs/reality-check-server-insights/archive/tags/energy+efficiency/default.aspx">energy efficiency</category></item><item><title>Reduce application deployment times with HP BladeSystem Matrix ISV Solutions</title><link>http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/reduce-application-deployment-times-with-hp-bladesystem-matrix-isv-solutions.aspx</link><pubDate>Wed, 04 Nov 2009 22:01:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118253</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>Joe Sullivan Microsoft Technical Solutions Engineer - APS With the HP BladeSystem Matrix, you can radically change the way applications are deployed in your datacenter. Matrix provides an integrated platform of infrastructure (server, storage, and network) resource pools which can be dynamically allocated as application services are provisioned. This allows you to quickly adapt to the changing demands of your business and addresses the efficiency and agility challenges facing many datacenters today...(&lt;a href="http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/reduce-application-deployment-times-with-hp-bladesystem-matrix-isv-solutions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118253" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/BladeSystem/default.aspx">BladeSystem</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/BladeSystem+Matrix/default.aspx">BladeSystem Matrix</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/blades/default.aspx">blades</category></item><item><title>Extending BladeSystem Matrix through ISV partnerships</title><link>http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/extending-bladesystem-matrix-through-isv-partnerships.aspx</link><pubDate>Wed, 04 Nov 2009 21:55:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118251</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>By Karl Paetzel HP Enterprise Solution Alliances This week HP announced new investments to extend the value of BladeSystem Matrix through our ISV partnerships. Matrix is HP&amp;rsquo;s integrated offering of platform hardware, software, and services that delivers a shared-service IT infrastructure. It greatly simplifies the way organizations can deploy resources for business applications. Because it&amp;rsquo;s standards-based, Matrix works out-of-the-box for many enterprise business and infrastructure software...(&lt;a href="http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/extending-bladesystem-matrix-through-isv-partnerships.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118251" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/BladeSystem/default.aspx">BladeSystem</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/blade+innovation/default.aspx">blade innovation</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/insight+software/default.aspx">insight software</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/BladeSystem+Matrix/default.aspx">BladeSystem Matrix</category></item><item><title>Time to connect datacenter IT with facilities and unleash their trapped energy capacity</title><link>http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/time-to-connect-datacenter-it-with-facilities-and-unleash-their-trapped-energy-capacity.aspx</link><pubDate>Wed, 04 Nov 2009 21:55:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118252</guid><dc:creator>C Purcell</dc:creator><slash:comments>0</slash:comments><description>Written by Doug Oathout , VP of Green IT Enterprise Storage and Servers IT organizations have been building infrastructure in silos for twenty years; the network administrator builds the interconnects, the storage administrator makes sure the data is accessible and secure, the servers administrator monitors application and server availability and the facilities manager makes sure everything is getting enough power and cooling to run safely. This all sounds good until you run out of space, power and...(&lt;a href="http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/time-to-connect-datacenter-it-with-facilities-and-unleash-their-trapped-energy-capacity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118252" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/green+IT/default.aspx">green IT</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/HP+FlexFabric/default.aspx">HP FlexFabric</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/HP+data+center+smart+grid/default.aspx">HP data center smart grid</category></item><item><title>Swifter, higher, stronger… It’s not just the Olympics’ motto anymore</title><link>http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/swifter-higher-stronger-it-s-not-just-the-olympics-motto-anymore.aspx</link><pubDate>Wed, 04 Nov 2009 21:48:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118250</guid><dc:creator>Kristie Popp</dc:creator><slash:comments>0</slash:comments><description>By Nick van der Zweep Director of Product Management, HP Insight Software I hope you&amp;rsquo;ve heard some of the recent noise we&amp;rsquo;ve made around key enhancements to our Converged Infrastructure story. If not, I urge you to check out the news . We&amp;rsquo;re accelerating the creation of the industry&amp;rsquo;s first &amp;lsquo;Infrastructure Operating Environment&amp;rsquo; with several cool enhancements to our HP Insight Software portfolio. Swifter, higher, stronger&amp;hellip;! As you might guess, Insight Software...(&lt;a href="http://www.communities.hp.com/online/blogs/eyeonblades/archive/2009/11/04/swifter-higher-stronger-it-s-not-just-the-olympics-motto-anymore.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118250" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/insight+software/default.aspx">insight software</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/IT+convergence/default.aspx">IT convergence</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/HP+software/default.aspx">HP software</category><category domain="http://www.communities.hp.com/online/blogs/eyeonblades/archive/tags/Management+software/default.aspx">Management software</category></item><item><title>Flexing the data center with network intelligence </title><link>http://www.communities.hp.com/online/blogs/procurve/archive/2009/11/04/flexing-the-data-center-with-network-intelligence.aspx</link><pubDate>Wed, 04 Nov 2009 18:30:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118243</guid><dc:creator>Kowshik1</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Change is the one constant factor IT and I seem to count on in today&amp;rsquo;s economic uncertainty. Businesses are quickly discovering that building separate compute, storage and network resources managed by separate IT teams is ineffective and far too complex. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;As organizations deploy virtual architectures, they are finding sharp limitations around virtualization due to multiple hierarchical networks and the separate administration teams that support them. &lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The result is stifled IT responsiveness and escalating data center costs. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Today, data center computing is shifting into a service-centric model &amp;ndash; static pools of compute resources are being replaced by dynamically-provisioned, highly-utilized server infrastructures that can continuously-evolve in response to application and user requirements. &lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Therefore a converged infrastructure is needed to rapidly adjust current systems and processes to meet changing business needs. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;This combination of server, storage and network connectivity into a single fabric provides a more coherent, flexible, and agile infrastructure for greater scalability, increased performance and virtualization.&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The logic is simple, a &amp;lsquo;wire once&amp;rsquo; virtualized network interface that allows you to realize the benefits of a single fabric.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Why continue to let data center networks hand-cuff your business when you can thrive with converged infrastructure?&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;strong&gt;Connect, unify, and virtualize today &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118243" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/procurve/archive/tags/ProCurve/default.aspx">ProCurve</category><category domain="http://www.communities.hp.com/online/blogs/procurve/archive/tags/Network/default.aspx">Network</category><category domain="http://www.communities.hp.com/online/blogs/procurve/archive/tags/Data+Center/default.aspx">Data Center</category><category domain="http://www.communities.hp.com/online/blogs/procurve/archive/tags/Virtualize/default.aspx">Virtualize</category></item><item><title>GS1 Announcement of the Food Recall Portal</title><link>http://www.communities.hp.com/online/blogs/securityprinting/archive/2009/11/04/gs1-announcement-of-the-food-recall-portal.aspx</link><pubDate>Wed, 04 Nov 2009 15:45:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118234</guid><dc:creator>StevenSimske</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Yes, this is an HP blog, and so you forgive me when occasionally (and inevitably) I take an HP line on an announcement, event or trend. Out of interest of serving the broader anti-counterfeiting/anti-fraud/anti-tamper/customer safety community, I point you to our partner, GS1&amp;#39;s, announcement on the HP/GS1 Product Recall program:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.gs1ca.org/Page.asp?LSM=0&amp;amp;intNodeID=6&amp;amp;intPageID=1396"&gt;http://www.gs1ca.org/Page.asp?LSM=0&amp;amp;intNodeID=6&amp;amp;intPageID=1396&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t agree more with their opening statement:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;em&gt;November 3, 2009&lt;/em&gt; &amp;ndash; GS1 Canada, as part of a coalition of leading Canadian industry associations representing over 65,000 manufacturers, distributors and retailers, today launched a national product recall program that will enhance consumer safety and reduce the administrative burden for business.&amp;nbsp; With the increasing complexities of a global supply chain, this launch could not have come at a more important time.&amp;quot;&lt;/p&gt;
&lt;p&gt;Further down, you find the statement:&lt;/p&gt;
&lt;p&gt;&amp;quot;The Program is founded on a standardized process created by GS1 Canada, the neutral, non-profit supply chain standards organization most well-known for creation and management of the universal product code (bar code), used by millions of businesses worldwide.&amp;nbsp; This global online platform uses robust HP cloud-computing technology and is based on global GS1 standards.&amp;quot;&lt;/p&gt;
&lt;p&gt;This is a good approach. GS1 provides accepted and well-considered global standards through GTIN, GDSN, etc., as noted in past posts here. Who wants to spend time dickering over competing standards? Not I. A better use of time is working with the industry experts to create a single standard that is simultaneously useful, fair and globally available, and then spend time differentiating applications built atop these standards.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118234" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/security/default.aspx">security</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/Track+and+Trace/default.aspx">Track and Trace</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/GS1/default.aspx">GS1</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/food+recall/default.aspx">food recall</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/safety/default.aspx">safety</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/product+recall/default.aspx">product recall</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/produce+recall/default.aspx">produce recall</category><category domain="http://www.communities.hp.com/online/blogs/securityprinting/archive/tags/cloud+platform/default.aspx">cloud platform</category></item><item><title>Farewell VSE; Hello ID-VSE</title><link>http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/2009/11/04/farewell-vse-hello-id-vse.aspx</link><pubDate>Wed, 04 Nov 2009 15:21:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118260</guid><dc:creator>jacob.van-ewyk@hp.com</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size:9.5pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;It is announcement day here at HP [http://www.hp.com/hpinfo/newsroom/press/2009/091104xa.html], so there are a large number of new and updated products, services, and visions to take a look at. Many people in the Business Critical Systems group, and actually across Enterprise Servers and Networking, have been working on the new Converged Infrastructure Architecture [http://h20219.www2.hp.com/services/us/en/consolidated/converged-infrastructure-overview.html].&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Converged Infrastructure, in a nut shell, is about switching the IT budget from mostly maintenance and operations to mostly innovation and upgrades. Normally, this means moving to a shared service model, and naturally, with the announcement, there are products and services to help you get there. BCS, and all the OSes that we support, are part of the Converged Infrastructure strategy.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;However, there was one little tidbit that I knew was coming that particularly hit home. Many years ago, on a Friday afternoon, I was speaking with my manager about her idea of bundling a bunch of our server virtualization products together, at least from a naming perspective. From that and a few other discussions, the HP Virtual Server Environment (VSE)&amp;nbsp;was born. Virtualization became popular in the industry shortly thereafter, and I was busy for many years speaking with the sales force and many customers around the world about the VSE.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The idea around the VSE became popular enough, and the products effective enough, that we ported some of the management products to the x86 side, where they were named Insight Dynamics - VSE. While the product suites were somewhat different (ex. utilized VMware and MS Hyper-V on&amp;nbsp;HP ProLiant servers and the HP Partitioning Continuum on HP Integrity servers), the reality is that we had two similar names for two similar suites of products on two separate product lines, and I can tell many firsthand stories about how much confusion it caused! I would be asked to do an ID-VSE presentation, and when I was prepared to speak about managing VMware, someone would mention that they only HP-UX servers, and vice versa. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;So, with today&amp;#39;s announcement, the HP Virtual Server Environment on HP Integrity servers is going away, and being replaced with HP Insight Dynamics - VSE for Integrity servers [http://h18004.www1.hp.com/products/solutions/insightdynamics/vse-overview.html]. While it is with a feeling on melancholy that I say goodbye to that Friday afternoon idea that grew bigger than any of us imagined, it is with great relief that I welcome the simplicity of one name - Insight Dynamics - VSE - onto the HP Integrity server family. The fact that ID-VSE has grown beyond what the VSE started as, is more capable, and is a key part of HP&amp;#39;s Converged Infrastructure, makes this an exciting day for the many people who have worked on and often still are working on server virtualization and management technologies.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Jacob&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118260" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/Integrity/default.aspx">Integrity</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/mission+critical+servers/default.aspx">mission critical servers</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP+Integrity/default.aspx">HP Integrity</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP-UX+11i/default.aspx">HP-UX 11i</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/BCS/default.aspx">BCS</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP-UX/default.aspx">HP-UX</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/UNIX/default.aspx">UNIX</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP+Superdome/default.aspx">HP Superdome</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/VSE/default.aspx">VSE</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/OpenVMS/default.aspx">OpenVMS</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/Serviceguard/default.aspx">Serviceguard</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/Windows/default.aspx">Windows</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/ID-VSE/default.aspx">ID-VSE</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/Insight+Dynamics+-+VSE/default.aspx">Insight Dynamics - VSE</category></item><item><title>Did you read the news today, oh boy! HP Converged Infrastructure.</title><link>http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/2009/11/04/did-you-read-the-news-today-oh-boy-hp-converged-infrastructure.aspx</link><pubDate>Wed, 04 Nov 2009 13:29:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118233</guid><dc:creator>Duncan Campbell</dc:creator><slash:comments>0</slash:comments><description>HP is making headlines today with the introduction of an impressive new strategy and architectural framework: HP Converged Infrastructure ( click here to view the news release ). The timing couldn&amp;#39;t be better. I&amp;#39;ve heard from a lot of CIOs lately who have indicated they have more aggressive plans to invest in infrastructure innovation to attract new customers and tap new markets to combat economic conditions. This is exactly how convergence of new and existing technologies can, and is, creating...(&lt;a href="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/2009/11/04/did-you-read-the-news-today-oh-boy-hp-converged-infrastructure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118233" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Adaptive+Infrastructure/default.aspx">Adaptive Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/AI/default.aspx">AI</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/NGDC/default.aspx">NGDC</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Storage/default.aspx">Storage</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Data+Center/default.aspx">Data Center</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/CIO/default.aspx">CIO</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category></item><item><title>The HP Converged Infrastructure strategy represents HP’s IT architecture of the future to help customers gain the benefits of a next-generation data center.</title><link>http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/2009/11/04/the-hp-converged-infrastructure-strategy-represents-hp-s-it-architecture-of-the-future.aspx</link><pubDate>Wed, 04 Nov 2009 13:19:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118232</guid><dc:creator>Duncan Campbell</dc:creator><slash:comments>0</slash:comments><description>The HP Converged Infrastructure strategy represents HP&amp;#39;s IT architecture of the future to help customers gain the benefits of a next-generation data center. This &amp;#39;breakthrough&amp;#39; direction is based on the extensive work done over the past few years based on the HP Adaptive Infrastructure strategy and portfolio investments - convergence of the critical &amp;quot;enablers&amp;quot; into a defined architecture that leverages our past investments and provides a roadmap for the future. Click here to...(&lt;a href="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/2009/11/04/the-hp-converged-infrastructure-strategy-represents-hp-s-it-architecture-of-the-future.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118232" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Adaptive+Infrastructure/default.aspx">Adaptive Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/AI/default.aspx">AI</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/NGDC/default.aspx">NGDC</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Storage/default.aspx">Storage</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Data+Center/default.aspx">Data Center</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/CIO/default.aspx">CIO</category><category domain="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category></item><item><title>Did you read the news today, oh boy! HP Converged Infrastructure.</title><link>http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/2009/11/04/did-you-read-the-news-today-oh-boy-hp-converged-infrastructure.aspx</link><pubDate>Wed, 04 Nov 2009 13:11:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118231</guid><dc:creator>Duncan Campbell</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;HP is making headlines today with the introduction of an impressive new strategy and architectural framework: HP Converged Infrastructure (&lt;a href="http://www.hp.com/hpinfo/newsroom/press/2009/091104xa.html"&gt;click here to view the news release&lt;/a&gt;). The timing couldn&amp;#39;t be better. I&amp;#39;ve heard from a lot of CIOs lately who have indicated they have more aggressive plans to invest in infrastructure innovation to attract new customers and tap new markets to combat economic conditions. This is exactly how convergence of new and existing technologies can, and is, creating exciting opportunities. &lt;/p&gt;
&lt;p&gt;Converging the infrastructure isn&amp;#39;t a new concept, but being able to convert that vision into reality today, is. This is where the breakthrough &lt;a href="http://h18004.www1.hp.com/products/solutions/converged/main.html"&gt;HP Converged Infrastructure architecture&lt;/a&gt; has me excited. In my mind, it&amp;#39;s the most thorough and complete framework - all built through the pioneering work of the HP Adaptive Infrastructure - by which customers can gain the pure benefits of a services-centric IT approach that has been elusive for years.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why a converged infrastructure ... a look back in time?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I know time flies, but if you look back a few decades, IT organizations have been adding servers, storage, and networking in silos to keep pace with business demand for applications and the terabytes of data they generate. The problem is, because of this sprawl, those resources are tangled up in legacy architectures that have created inflexible stacks of IT. &lt;/p&gt;
&lt;p&gt;This sprawl has wide-reaching implications that are driving businesses to a breaking point - starting with cost. It&amp;#39;s a fairly well known fact that the average business spends around 70% of their IT budget on operations versus innovation. This is unacceptable in today&amp;#39;s market. The effects of sprawl have caused business to suffer from a lack of agility ... sluggish time to revenue ...lost opportunity and higher costs to operate through lost time ... and the lack of integration with business processes. This has placed IT under tremendous pressure. Because of sprawl, these rigid, aging infrastructures have all led to over-provisioning and underutilization ... complex physical and virtual management ... stranded capacity ... and exponential opportunities for error. Plus, back to my earlier point ... the amount of money it takes to operate and manage all of this has put a noose around the already slim IT budget. &lt;/p&gt;
&lt;p&gt;The solution to sprawl lies in a converged infrastructure that unifies business, application, and infrastructure functions to optimally deliver faster time to business value, simplified management, increased utilization, and lower power cost across a scaling set of applications. This balances the &amp;#39;cost-innovation&amp;#39; ratio - among the many other benefits - because it both addresses IT cost optimization and provides new value that directly impacts business results!&lt;/p&gt;
&lt;p&gt;Imagine being able to deliver any application anywhere, on the fly, in the cloud; have ready resources that flex &amp;#39;on demand&amp;#39; in an optimized way; unleash the trapped &amp;amp; strapped productivity of administrators, systems and facilities; have complete predictability and continuity of service; and achieve all this now while working from your current IT investments and infrastructure (we are not talking about rip &amp;amp; replace like other vendors).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why I believe the HP approach is optimal for our customers? &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;For customers to truly benefit from a Converged Infrastructure - in ways never achieved or seen before - it&amp;#39;s about bringing &amp;quot;innovation&amp;quot; into the game ... and not in a small way. As more and more businesses begin to rely on fewer, more strategic vendors (and selective partner solutions), they need the best products, the best services, and the expertise and track-record that delivers the biggest bang for the lowest cost ... and at lowest risk. This is exactly what CIOs told me at the recent HP IT forum in Hong Kong (&lt;a href="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/archive/2009/10/28/hp-it-cio-forums-the-ultimate-collaboration-zone.aspx"&gt;see my last blog&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Simply put, it requires the convergence of servers, storage systems, network, management software, and energy optimization, which is no small feat. It requires an architectural approach where all technologies and services come together - having been designed for convergence from the get-go - through years of experience delivering IT infrastructure solutions to our customers.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The HP approach uses a unique value proposition and infrastructure requirements that are Virtualized&amp;nbsp; (heterogeneous and end-to-end), Resilient, Orchestrated, Optimized and Modular (needs to scale).&lt;/p&gt;
&lt;p&gt;The bottom line: All the core areas that need to merge and converge - based on standards - cannot simply be loosely assembled or pulled out of thin air. No business I know has that kind of extra budget or resources available for long implementation cycles - or the business security and solvency to even take that risk. What HP is announcing today is very exciting with the new introduction of the HP Converged Infrastructure strategy and architectural framework.&lt;/p&gt;
&lt;p&gt;I invite you to take a look for yourself and &amp;quot;break through to the other side&amp;quot; with HP Converged Infrastructure!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.hp.com/go/convergedinfrastructure"&gt;www.hp.com/go/convergedinfrastructure&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Duncan Campbell, HP Converged Infrastructure&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118231" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Adaptive+Infrastructure/default.aspx">Adaptive Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/CIO/default.aspx">CIO</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/CI/default.aspx">CI</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Infrastructure/default.aspx">Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/AI/default.aspx">AI</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/NGDC/default.aspx">NGDC</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Data+Center/default.aspx">Data Center</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Creating the business case for converged infrastructure </title><link>http://www.communities.hp.com/online/blogs/infrastructure/archive/2009/11/04/creating-the-business-case-for-converged-infrastructure.aspx</link><pubDate>Wed, 04 Nov 2009 13:05:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118230</guid><dc:creator>7836857</dc:creator><slash:comments>0</slash:comments><description>Hi, did you go through one of these business case development processes that just seemed like an endless exercise to you? is it really important to spend couple of weeks collecting data, facts and building financial business case for your infrastructure investments? After all economy just stabilized and budgets are little more relax now. I know how that process can be a hassle when analysis turns into paralysis or your light weight business case is simply not taken serious because you just used the...(&lt;a href="http://www.communities.hp.com/online/blogs/infrastructure/archive/2009/11/04/creating-the-business-case-for-converged-infrastructure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118230" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/ROI/default.aspx">ROI</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/services/default.aspx">services</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/CI/default.aspx">CI</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/HP+converged+infrastructure/default.aspx">HP converged infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/shared-services/default.aspx">shared-services</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/data+center+costs/default.aspx">data center costs</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/business+case/default.aspx">business case</category><category domain="http://www.communities.hp.com/online/blogs/infrastructure/archive/tags/consulting/default.aspx">consulting</category></item><item><title>The HP Converged Infrastructure strategy represents HP’s IT architecture of the future to help customers gain the benefits of a next-generation data center.</title><link>http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/2009/11/04/the-hp-converged-infrastructure-strategy-represents-hp-s-it-architecture-of-the-future.aspx</link><pubDate>Wed, 04 Nov 2009 13:04:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118229</guid><dc:creator>Duncan Campbell</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The HP Converged Infrastructure strategy represents HP&amp;#39;s IT architecture of the future to help customers gain the benefits of a next-generation data center. This &amp;#39;breakthrough&amp;#39; direction is based on the extensive work done over the past few years based on the HP Adaptive Infrastructure strategy and portfolio investments - convergence of the critical &amp;quot;enablers&amp;quot; into a defined architecture that leverages our past investments and provides a roadmap for the future. &lt;a href="http://www.communities.hp.com/online/blogs/adaptiveinfrastructure/default.aspx"&gt;Click here to see recent Adaptive Infrastructure blogs&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118229" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Adaptive+Infrastructure/default.aspx">Adaptive Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/CIO/default.aspx">CIO</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/CI/default.aspx">CI</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Infrastructure/default.aspx">Infrastructure</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/AI/default.aspx">AI</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/NGDC/default.aspx">NGDC</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Data+Center/default.aspx">Data Center</category><category domain="http://www.communities.hp.com/online/blogs/convergedinfrastructure/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Winners of 2009 Ashridge Sustainable Innovation Award announced</title><link>http://www.communities.hp.com/online/blogs/csremea/archive/2009/11/04/winners-of-2009-ashridge-sustainable-innovation-award-announced.aspx</link><pubDate>Wed, 04 Nov 2009 11:41:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118228</guid><dc:creator>ulrikehaug</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;You might have seen my earlier blog entries about our support for the &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/csremea/archive/2008/09/15/challenging-tomorrow-s-leaders-on-sustainable-innovation.aspx"&gt;Ashridge Sustainable Innovation Award&lt;/a&gt;&amp;nbsp;and the &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/csremea/archive/2009/03/23/wwf-movie-on-sustainable-innovation-supports-ashridge-award.aspx"&gt;video produced by WWF&lt;/a&gt;&amp;nbsp;to support the award. Today, I am pleased to share with you the names of the winners of the essay competition! &lt;/p&gt;
&lt;p&gt;First place went to Jonathan Alexander from the &lt;a target="_blank" href="http://www.bath.ac.uk"&gt;University of Bath&lt;/a&gt;, second was awarded to Luc Petit from &lt;a target="_blank" href="http://www.ashridge.org.uk"&gt;Ashridge Business School&lt;/a&gt;&amp;nbsp;and Srikanth Madani from the &lt;a target="_blank" href="http://www.unisg.ch/hsgweb.nsf/wwwPubhomepage/webhomepageeng?opendocument"&gt;University of St. Gallen&lt;/a&gt; came third. They were awarded their prizes (EUR 7,000; EUR 5,000 and EUR 3,000 respectively plus career advice from Spencer Stuart) on Monday at the Swedish EU Presidency Conference called &amp;lsquo;&lt;a target="_blank" href="http://www.se2009.eu/en/meetings_news/2009/11/2/eco-efficient_economy_-_towards_innovative_and_sustainable_competitiveness"&gt;Eco-efficient Economy &amp;ndash; Towards Innovative and Sustainable Competitiveness&lt;/a&gt;&amp;rsquo;. &lt;/p&gt;
&lt;p&gt;If you want to learn more about the winners and the Ashridge Sustainable Innovation Award, which was supported by HP, EABIS and WWF, you can listen to a &lt;a target="_blank" href="http://h41131.www4.hp.com/uk/en/citizenship/podcasts.html"&gt;podcast&amp;nbsp;&lt;/a&gt;with Matthew Gitsham from Ashridge Business School and Jonathan and Srikanth or read our &lt;a target="_blank" href="http://h41131.www4.hp.com/uk/en/stories/ashridge-sustainable-innovation-award.html"&gt;feature story&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;d like to read the 3,000 word essays by Jonathan, Luc and Srikanth, you can also download the &lt;a target="_blank" href="http://www.ashridge.org.uk/Website/Content.nsf/FileLibrary/B0D4FF3851E611DE8025765B004F0124/$file/FARACB_Sustainable_Innovation-Award2009_ACCA.pdf]%20sponsored%20by%20ACCA%20[http://www.accaglobal.com"&gt;Award Publication&lt;/a&gt;, which includes all the shortlisted essays. &lt;/p&gt;
&lt;p&gt;Ulrike Haug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118228" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/csremea/archive/tags/social+investment/default.aspx">social investment</category><category domain="http://www.communities.hp.com/online/blogs/csremea/archive/tags/CSR/default.aspx">CSR</category><category domain="http://www.communities.hp.com/online/blogs/csremea/archive/tags/Sustainability/default.aspx">Sustainability</category><category domain="http://www.communities.hp.com/online/blogs/csremea/archive/tags/Ashridge+sustainable+innovation+award/default.aspx">Ashridge sustainable innovation award</category></item><item><title>Converged Infrastructure podcast with Sr. VP and GM of StorageWorks Dave Roberson</title><link>http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/04/converged-infrastructure-podcast-with-sr-vp-and-gm-of-storageworks-dave-roberson.aspx</link><pubDate>Wed, 04 Nov 2009 06:01:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118219</guid><dc:creator>CalvinZ</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;A podcast with Sr VP and General Manager of HP StorageWorks Dave Roberson discussing how StorageWorks will help power the HP Converged Infrastructure. &lt;/p&gt;...(&lt;a href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/04/converged-infrastructure-podcast-with-sr-vp-and-gm-of-storageworks-dave-roberson.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118219" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/storage/default.aspx">storage</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/podcast/default.aspx">podcast</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/Converged+Infrastructure/default.aspx">Converged Infrastructure</category></item><item><title>VIDEO: Meet our HP Integrity Customers (Part 1)</title><link>http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/2009/11/03/video-meet-our-hp-integrity-customers-part-1.aspx</link><pubDate>Tue, 03 Nov 2009 20:06:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118217</guid><dc:creator>Kirksblog</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I just am amazed and inspired by the important and forward-looking things our customers are doing with Integrity and Integrity NonStop servers. As I mentioned in a previous blog, last month I was at the &lt;a href="http://blog.itaniumsolutions.org/2009/09/itanium-shines-at-innovation-awards-gala/"&gt;Itanium Solutions Alliance Innovation Awards ceremony&lt;/a&gt; in San Francisco.&amp;nbsp; The &lt;a href="http://www.itaniumsolutions.org/"&gt;ISA&lt;/a&gt; is a global community of hardware, operating system and application vendors dedicated to accelerating the adoption and ongoing development of Itanium&amp;reg;-based solutions.&amp;nbsp; For this ISA Innovation Award, customers from around the globe submitted entries which demonstrated their ground-breaking use of their Itanium-based solutions. &lt;/p&gt;
&lt;p&gt;These customers are not &amp;quot;just&amp;quot; running applications inside the 4 walls of a data center. Some are using our systems to monitor a patient&amp;#39;s heart through a wireless network, to ensure that blood transfusions are available when a patient arrives in critical condition, or to manage entire stock market systems.&amp;nbsp; Ensuring system availability for these types of solutions can be the difference between millions of dollars retained or lost or even between life and death. &lt;/p&gt;
&lt;p&gt;Please take a look at the highlights video from the event here: &lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;font-family:LuzSans-Book;"&gt;and let me know what you think.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;font-family:LuzSans-Book;"&gt;In the next several posts, I&amp;rsquo;ll feature some of the contest winners we interviewed and talk more about their tremendous innovations using HP Integrity servers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;font-family:LuzSans-Book;"&gt;Lorraine&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118217" width="1" height="1"&gt;</description></item><item><title>Security Trends Report by Microsoft and McAfee: Phishing Scams Relying More Heavily on Worms and Trojans</title><link>http://www.communities.hp.com/online/blogs/mcm/archive/2009/11/03/118176.aspx</link><pubDate>Mon, 02 Nov 2009 18:04:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118176</guid><dc:creator>marcocasassamont</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Based on a recent &lt;a href="http://www.microsoft.com/security/portal/Threat/SIR.aspx"&gt;security trends report by Microsoft and MAfee&lt;/a&gt;, it looks like that social networks have been targeted with phishing scams and relying more heavily on worms and Trojans to attack computers. Rogue security software also remains a big issue.&lt;/p&gt;
&lt;p&gt;Some related articles on this topic can also be found &lt;a href="http://news.cnet.com/8301-27080_3-10387768-245.html?tag=newsEditorsPicksArea.0"&gt;here&lt;/a&gt; and &lt;a href="http://www.theregister.co.uk/2009/11/02/microsoft_security_report/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;--- Posted by Marco Casassa Mont (&lt;a href="http://www.communities.hp.com/online/blogs/mcm/Default.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;here&lt;/a&gt;)&amp;nbsp; ---&lt;/p&gt;
&lt;p&gt;--- NOTE:&amp;nbsp; use this &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;mirror blog&lt;/a&gt; if you prefer posting on an external blog site &amp;nbsp;---&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118176" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/mcm/archive/tags/phishing+attacks/default.aspx">phishing attacks</category></item><item><title>3rd PrivacyOS meeting</title><link>http://www.communities.hp.com/online/blogs/mcm/archive/2009/11/03/118175.aspx</link><pubDate>Mon, 02 Nov 2009 18:00:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118175</guid><dc:creator>marcocasassamont</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The 3&lt;sup&gt;rd&lt;/sup&gt; PrivacyOS meeting has taken place in Vienna, 26-27 October 2009.&lt;/p&gt;
&lt;p&gt;I attended, along with a few colleagues from HP Labs Bristol, the 3&lt;sup&gt;rd&lt;/sup&gt; PrivacyOS meeting, in Vienna. &lt;/p&gt;
&lt;p&gt;It has been a very interesting meeting, with presentations from various stakeholders of the privacy community and debates.&lt;/p&gt;
&lt;p&gt;A summary of presentations and related notes can be found &lt;a href="https://www.privacyos.eu/wiki/index.php/Main_Page"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;--- Posted by Marco Casassa Mont (&lt;a href="http://www.communities.hp.com/online/blogs/mcm/Default.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;here&lt;/a&gt;)&amp;nbsp; ---&lt;/p&gt;
&lt;p&gt;--- NOTE:&amp;nbsp; use this &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;mirror blog&lt;/a&gt; if you prefer posting on an external blog site &amp;nbsp;---&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118175" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/mcm/archive/tags/PrivacyOS/default.aspx">PrivacyOS</category></item><item><title>Article - Malware is bound to hit smartphone devices as users do not consider security</title><link>http://www.communities.hp.com/online/blogs/mcm/archive/2009/11/03/118174.aspx</link><pubDate>Mon, 02 Nov 2009 17:57:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118174</guid><dc:creator>marcocasassamont</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Interesting &lt;a href="http://www.scmagazineuk.com/Malware-is-bound-to-hit-smartphone-devices-as-users-do-not-consider-security/article/156858/"&gt;article&lt;/a&gt;, by Dan Raywood (called &amp;quot;Malware is bound to hit smartphone devices as users do not consider security&amp;quot;):&lt;/p&gt;
&lt;p&gt;&amp;quot;Smartphone attacks are likely to increase, as users are encouraged to take as much care with their device as with their PC. According to a report by CNN, smartphone security threats are likely to rise as the popularity of smartphones is on the rise and malware could be heading for them. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;I believe this is a real threat.&amp;nbsp; At risk, among many, are business corporate executives and senior people relying in and using more and more smartphones as their core device for their communications, including handling emails and storing confidential data.&lt;/p&gt;
&lt;p&gt;I predict that more efforts (in terms of products, solutions, services) will be paid to address these issues, at least at a corporate level&amp;nbsp; ...&lt;/p&gt;
&lt;p&gt;--- Posted by Marco Casassa Mont (&lt;a href="http://www.communities.hp.com/online/blogs/mcm/Default.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;here&lt;/a&gt;)&amp;nbsp; ---&lt;/p&gt;
&lt;p&gt;--- NOTE:&amp;nbsp; use this &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;mirror blog&lt;/a&gt; if you prefer posting on an external blog site &amp;nbsp;---&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118174" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/mcm/archive/tags/smartphones/default.aspx">smartphones</category><category domain="http://www.communities.hp.com/online/blogs/mcm/archive/tags/malware/default.aspx">malware</category></item><item><title>Update about TSB UK EnCoRe Project – Ensuring Consent and Revocation</title><link>http://www.communities.hp.com/online/blogs/mcm/archive/2009/11/03/118173.aspx</link><pubDate>Mon, 02 Nov 2009 17:54:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118173</guid><dc:creator>marcocasassamont</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The 5&lt;sup&gt;th&lt;/sup&gt; Quarter Summary of EnCoRe (&lt;a href="http://www.encore-project.info/"&gt;http://www.encore-project.info&lt;/a&gt;) R&amp;amp;D activities in the space of Consent and Revocation management is now available online at: &lt;a href="http://www.encore-project.info/press_archive/Q5%20summary.pdf"&gt;http://www.encore-project.info/press_archive/Q5%20summary.pdf&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In addition, a new &amp;quot;service&amp;quot; has been launched, about &amp;quot;Latest EnCoRe Tidbits&amp;quot; aiming at providing links to snippets of news related to consent and revocation: &lt;a href="http://www.encore-project.info/news.html#story1"&gt;http://www.encore-project.info/news.html#story1&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;More to come. Enjoy.&lt;/p&gt;
&lt;p&gt;--- Posted by Marco Casassa Mont (&lt;a href="http://www.communities.hp.com/online/blogs/mcm/Default.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;here&lt;/a&gt;)&amp;nbsp; ---&lt;/p&gt;
&lt;p&gt;--- NOTE:&amp;nbsp; use this &lt;a href="http://research-on-identitymanagement.blogspot.com/"&gt;mirror blog&lt;/a&gt; if you prefer posting on an external blog site &amp;nbsp;---&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118173" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/mcm/archive/tags/EnCoRe/default.aspx">EnCoRe</category></item><item><title>UNIX and Real-World Performance</title><link>http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/2009/11/02/unix-and-real-world-performance.aspx</link><pubDate>Mon, 02 Nov 2009 17:20:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118189</guid><dc:creator>jacob.van-ewyk@hp.com</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In the UNIX world, performance is often one of the big decision factors, especially for scale up workloads. Over the years, I&amp;#39;ve taken part in a lot of performance discussions, both with customers and with the engineers that design systems and write software. While reliability, availability, serviceability, virtualization, management, and more are all important factors, performance influences everything from server sizing, hardware, operating system, and software licensing costs to ongoing power, cooling, floor space, and support costs.&lt;/p&gt;
&lt;p&gt;However, analyzing performance, especially between vendors and different types of servers and applications, can be challenging. For instance, the very well known TCP-C benchmark is a great way to size transaction processing if you have no latency requirements and want a benchmark that is based on character-based terminals. This is a starting point, but let&amp;#39;s face it, it probably doesn&amp;#39;t reflect the workload you are actually running (for instance, do you have any queries?)..&lt;/p&gt;
&lt;p&gt;On the other hand, vendors and customers don&amp;#39;t have the ability to run realistic benchmarks for every single workload and publish them. So, how do you get an idea about what the real-world performance will be for a new server or application?&lt;/p&gt;
&lt;p&gt;This will be the topic of discussion on an upcoming webcast, based on the 2009 UNIX servey results from Gabriel Consulting Group. If you are interested, more information on the web cast on November 17th is available at http://www.cio.com/webcast/502060/?source=ciocli.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118189" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP+Integrity/default.aspx">HP Integrity</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP-UX+11i/default.aspx">HP-UX 11i</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/OS/default.aspx">OS</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/BCS/default.aspx">BCS</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP-UX/default.aspx">HP-UX</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/UNIX/default.aspx">UNIX</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/HP+Superdome/default.aspx">HP Superdome</category><category domain="http://www.communities.hp.com/online/blogs/musings-on-mcc/archive/tags/OpenVMS/default.aspx">OpenVMS</category></item><item><title>Fault and Performance management webinar with Analyst, Customer and HP</title><link>http://www.communities.hp.com/online/blogs/network-management-center/archive/2009/11/02/change-and-configuration-management-webinar-with-analyst-customer-fiserv-and-hp.aspx</link><pubDate>Mon, 02 Nov 2009 17:18:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118171</guid><dc:creator>aruna13</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:#333333;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN;mso-bidi-font-weight:normal;" lang="EN"&gt;Listen to an on-demand webinar where leading consumer customer, analyst Jim Metzler, and HP discuss &lt;span style="color:#000000;"&gt;integration of fault and performance management, discuss some of the relevant best practices, while identifying some of the key features in&amp;nbsp;Hp&amp;#39;s integrated fault and performance management solution. The panelists on the Webcast present three different perspectives &amp;ndash; that of an industry analyst, a senior IT manager and HP&amp;#39;s view on network management solutions.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:#333333;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN;mso-bidi-font-weight:normal;" lang="EN"&gt;&lt;/span&gt;&lt;span style="font-size:10pt;color:#333333;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN;mso-bidi-font-weight:normal;" lang="EN"&gt;Webinar recording: &lt;/span&gt;&lt;/p&gt;
&lt;h4 style="background:white;margin:0in 0in 3.15pt 0.5in;text-indent:-0.25in;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;span style="font-weight:normal;font-size:10pt;color:#333333;font-family:Symbol;mso-fareast-font-family:Symbol;mso-ansi-language:EN;mso-bidi-font-family:Symbol;" lang="EN"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;color:#333333;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN;mso-bidi-font-weight:normal;" lang="EN"&gt;&lt;a href="http://www.accelacomm.com/jaw/cli_NMCBlog/7/50673494/"&gt;&lt;span style="color:#0000ff;"&gt;http://www.accelacomm.com/jaw/cli_NMCBlog/7/50673494/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;Thanks&lt;br /&gt;Aruna Ravichandran&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118171" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/ANLM/default.aspx">ANLM</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Automated+Network+Lifecycle+Management/default.aspx">Automated Network Lifecycle Management</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Automation/default.aspx">Network Automation</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Node+Manager/default.aspx">Network Node Manager</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/NNMi+Advanced/default.aspx">NNMi Advanced</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/network+operations/default.aspx">network operations</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/network+engineering/default.aspx">network engineering</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/network+compliance/default.aspx">network compliance</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/network+provisioning/default.aspx">network provisioning</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/network+configuration/default.aspx">network configuration</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Aruna+Ravichandran/default.aspx">Aruna Ravichandran</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/NOC/default.aspx">NOC</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Performance/default.aspx">Network Performance</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Business+Service+Management/default.aspx">Business Service Management</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Fault/default.aspx">Network Fault</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Management/default.aspx">Network Management</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Network+Monitoring/default.aspx">Network Monitoring</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/HP+Network+Automation/default.aspx">HP Network Automation</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/Automation/default.aspx">Automation</category><category domain="http://www.communities.hp.com/online/blogs/network-management-center/archive/tags/BSA/default.aspx">BSA</category></item><item><title>Cloud Security - New ISACA Whitepaper on "Business Benefits with Security, Governance and Assurance Perspectives"</title><link>http://www.communities.hp.com/online/blogs/reed/archive/2009/11/02/cloud-security-new-isaca-whitepaper-on-quot-business-benefits-with-security-governance-and-assurance-perspectives-quot.aspx</link><pubDate>Mon, 02 Nov 2009 16:09:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118169</guid><dc:creator>ArchieReed</dc:creator><slash:comments>0</slash:comments><description>ISACA put out a paper on 29th Oct, 2009, titled &amp;quot; Cloud Computing: Business Benefits with Security, Governance and Assurance Perspectives &amp;quot; While somewhat short, this paper is a must read for senior IT and business folks, as it shows that cloud computing still fundamentally requires work in terms of new and updated strategies to mitigate risks and manage governance and regualory requirements in order to truly suceed in broad enterprise computing solutions. Not barring the success of vendors...(&lt;a href="http://www.communities.hp.com/online/blogs/reed/archive/2009/11/02/cloud-security-new-isaca-whitepaper-on-quot-business-benefits-with-security-governance-and-assurance-perspectives-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118169" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/reed/archive/tags/security/default.aspx">security</category><category domain="http://www.communities.hp.com/online/blogs/reed/archive/tags/cloud/default.aspx">cloud</category><category domain="http://www.communities.hp.com/online/blogs/reed/archive/tags/identity+management/default.aspx">identity management</category><category domain="http://www.communities.hp.com/online/blogs/reed/archive/tags/GRC/default.aspx">GRC</category></item><item><title>What will EVA customers benefit from new NetApp program be?  Zip! Zilch</title><link>http://www.communities.hp.com/online/blogs/datastorage/archive/2009/11/02/what-will-eva-customers-benefit-from-new-netapp-program-be-zip-zilch.aspx</link><pubDate>Mon, 02 Nov 2009 15:51:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118172</guid><dc:creator>CalvinZ</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/80x80/__key/CommunityServer.Blogs.Components.WeblogFiles/datastorage/CartoonCalvin100X100.JPG" alt="" /&gt;&amp;nbsp; By Calvin Zito, &lt;a target="_blank" href="http://twitter.com/HPstorageGuy"&gt;@HPStorageGuy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/10/23/hp-storageworks-tech-day-videos.aspx"&gt;In my last post&lt;/a&gt;, I included a couple of summary videos from our recent HP StorageWorks Tech Day.&amp;nbsp; The hands-on lab really stirred up a few folks over at NetApp.&amp;nbsp; The week after our Tech Day, they did a WebEx session to try to address some of the comments made by the bloggers about how difficult the management of their FAS system was.&amp;nbsp; I won&amp;#39;t go into details about that but I counted at least three different GUIs that they showed during that demo.&amp;nbsp; The HP StorageWorks EVA has one - Command View.&amp;nbsp; But, that&amp;#39;s not the topic I want to cover today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The old &amp;quot;switch-a-roonie&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;During their online demo, Vaughn Stewart from NetApp&amp;nbsp;also discussed the NetApp vSeries - a network based storage virtualization product - and suggested that HP and NetApp were partnering to help EVA customers.&amp;nbsp; Vaughn thanked me for attending the demo and talked about partnering with HP.&amp;nbsp; I thought he was trying to connect the fact that I attended as being&amp;nbsp;an HP endorsement of the vSeries.&amp;nbsp; It wasn&amp;#39;t.&amp;nbsp; I made it very clear that HP wasn&amp;#39;t working with NetApp to put vSeries products in front of our EVA&amp;#39;s.&amp;nbsp; I told the demo audience that HP has our own network-based SAN virtualization product called the SAN Virtualization Services Platform (SVSP) that competes with the vSeries and in no way do we recommend EVA customers use the vSeries to virtualize a pool of EVAs.&amp;nbsp; We have talked about the SVSP &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/SVSP/default.aspx"&gt;several times on this blog&lt;/a&gt;&amp;nbsp;and it will be discussed in a podcast later this week.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I initially didn&amp;#39;t understand why Vaughn brought the vSeries into the demo.&amp;nbsp; But a week or two after the NetApp demo, they announced a new marketing program targeting EMC CX series and HP EVA installed base customers with their vSeries.&amp;nbsp; Now it&amp;#39;s pretty clear to me what was going on then.&amp;nbsp; This new NetApp marketing program asks customers to consider putting a vSeries in front of an EVA or CX.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;So I want to spend a few minutes now discussing why I think it would be a bad decision for any EVA customer to consider such a thing.&amp;nbsp; It&amp;#39;s my belief that the benefits to an EVA customer would be zip (and interestingly that is the name of NetApp&amp;#39;s program). &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Improve storage efficiency at what price?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The claim NetApp is making is that EVA customers are not efficiently using their storage capacity.&amp;nbsp; That&amp;#39;s a bit laughable given that with an EVA, every spindle is used for data and unless using tiering, we recommend a single disk group which gives incredible storage capacity efficiency.&amp;nbsp; To be in the program, NetApp has to approve the customers&amp;#39; application.&amp;nbsp; The customer is basically signing up to purchase the vSeries in 90 days if it delivers what NetApp will stipulate.&amp;nbsp; Be sure NetApp also stipulates the peformance hit you&amp;#39;ll take - but I&amp;#39;m ahead of myself on that one.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;My guess is the number of customers that actually get into the program will be rather small and maybe that&amp;#39;s a NetApp objective of their marketing program.&amp;nbsp;&amp;nbsp;I suspect that NetApp&amp;#39;s real motive is to develop a list of CX and EVA customers&amp;nbsp;that they can continue to call on.&lt;/p&gt;
&lt;p&gt;The NetApp claims of improved storage efficiency will come from a couple of categories of services that the vSeries provides for the arrays attached to it.&amp;nbsp; &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Thin provisioning&lt;/li&gt;
&lt;li&gt;Data replication (snapshot, clones, etc)&lt;/li&gt;
&lt;li&gt;Deduplication&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The EVA customer already enjoys capacity efficiencies with the first two categories of thin provisioning&amp;nbsp;and data replication.&amp;nbsp;(Note that the EVA doesn&amp;#39;t use traditional thin provisioning today but uses a product called Dynamic Capacity Manager that accomplishes similar results by integrating with the OS).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;For that matter, if customers wanted to pool their capacity of multiple EVAs and manage it as one pool, the SVSP offers thin provisioning and replication services too.&amp;nbsp; What we don&amp;#39;t offer today is primary LUN deduplication.&amp;nbsp; But should customers running an EVA rush to deduplication their block-based mission critical storage?&amp;nbsp; I think the answer is absolutely not and here&amp;#39;s a few things to consider:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;NetApp has recently claimed 37,000 deployments of deduplication (via their PR department) but in a recent earnings call, their executives said 37,000 downloads.&amp;nbsp; I don&amp;#39;t know about you but there&amp;#39;s a big difference between the number of customers who download some free software versus who are actually using it, especially in production environments.&lt;/li&gt;
&lt;li&gt;There&amp;#39;s a trade-off to implementing deduplication with primary, block based storage - and that trade-off&amp;nbsp;is performance.&amp;nbsp; Data that I&amp;#39;ve seen from a few different sources has said that a top customer concern in a virtualized environment is performance.&amp;nbsp; I&amp;#39;ve seen&amp;nbsp;throughput testing results&amp;nbsp;that say the performance degradation on a FAS system with dedup can be as high as 65%.&amp;nbsp; Their own recommendations say to run it during low activity and not all of the time.&amp;nbsp; NetApp also makes you sign a waiver stating you understand the risks of lower performance.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;We haven&amp;#39;t tested to see what the actual deduplication capacity savings would be and frankly there are a lot of factors that would play into that. Since the controllers in the vSeries are the same controllers in the FAS system, it&amp;#39;s worth noting that we have found that the percentage of capacity savings is roughly equal to the percent of slowdown.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;And that performance hit from deduplication doesn&amp;#39;t include any other latencies that the vSeries introduces because of their in-line architecture.&amp;nbsp; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So should an EVA customer put their arrays behind a NetApp vSeries for a potential small capacity savings when the potential performance penalty is high?&amp;nbsp; And keep in mind the vSeries is based on the FAS controller.&amp;nbsp; We&amp;#39;ve &lt;a target="_blank" href="http://www.communities.hp.com/online/blogs/datastorage/archive/2009/09/26/understanding-fas-esrp-results.aspx"&gt;shown in a recent blog post&lt;/a&gt; that based on our testing, the performance of that degrades rapidly.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are some good reasons to implement SAN-based&amp;nbsp;virtualization with a product like the&amp;nbsp;StorageWorks SVSP or the NetApp vSeries.&amp;nbsp;&amp;nbsp;&amp;nbsp;However, for an EVA customer, NetApp&amp;#39;s value proposition of getting better capacity efficiency of the physical storage just isn&amp;#39;t one of them.&amp;nbsp;&amp;nbsp;A far better answer for the EVA customer is the StorageWorks SVSP.&amp;nbsp; We&amp;#39;ll cover this topic in podcast later this week so stay tuned for that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img border="0" width="16" src="http://lh6.ggpht.com/_xn2gmPb9TfM/Sb_fZkjAxpI/AAAAAAAAD3E/_9xpsQgFfTg/s128/twitter-16x16.png" height="16" alt="" /&gt;&lt;a target="_blank" href="http://twitter.com/home/?status=A%20new%20post%20talking%20about%20HP%20%23StorageWorks%20EVA%20capacity%20efficiency%20and%20NetApp%20Zip%20from%20@HPstorageGuy%20http%3A//bit.ly/3PYu32%20"&gt;&lt;span style="color:#00ccff;"&gt;Tweet this!&lt;/span&gt;&lt;span style="font-size:medium;color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118172" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/virtualization/default.aspx">virtualization</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/NetApp/default.aspx">NetApp</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/EVA/default.aspx">EVA</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/storage/default.aspx">storage</category><category domain="http://www.communities.hp.com/online/blogs/datastorage/archive/tags/SVSP/default.aspx">SVSP</category></item><item><title>Woolsey and Swanson </title><link>http://www.communities.hp.com/online/blogs/modernizationexperts/archive/2009/11/02/woolsey-and-swanson.aspx</link><pubDate>Mon, 02 Nov 2009 15:31:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118168</guid><dc:creator>woodsps56</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi. My name is Steve Woods and I work in HP Enterprise Services Application Modernization. I&amp;rsquo;ll be posting on topics that involve how we use some fairly innovative approaches to legacy transformation. In particular, I&amp;rsquo;ll discuss our Visual Intelligence Tools. Let me begin by covering the Woolsey and Swanson rule. In 1969, Woolsey and Swanson published a great book on operations research, Operations Research for Immediate Application: A Quick &amp;amp; Dirty Manual. Chapter Twelve: Final Instructions has the following warning to his students.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/modernizationexperts/Woolsey.jpg"&gt;&lt;img border="0" src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/modernizationexperts/Woolsey.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I recently showed this slide to the CIO of a large financial services company. He asked for a copy to frame and put on his desk. Seems every time he asks his staff to provide him with transformational opportunities this is the expression he gets. Legacy applications are around today for many reasons, but many organizations are living with the problem, not accepting the solution. I believe the toughest part of the &amp;ldquo;acceptance&amp;rdquo; is the acceptance of a transformational approach. Most accept that modern architectures work, but how do we get there? Can you even get there from here? In future posts, I&amp;rsquo;ll be addressing the Woolsey and Swanson impasse. I look forward to your comments. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d like to invite you to our virtual event; I&amp;rsquo;ll be discussing the Visual Intelligence Tools. Application Transformation: Getting to the bottom line.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;For a quick preview check out Dana Gardner&amp;rsquo;s recent post:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="color:yellow;"&gt;&lt;a href="http://blogs.zdnet.com/Gardner/?p=3300"&gt;&lt;span style="color:yellow;text-decoration:none;text-underline:none;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;http://blogs.zdnet.com/Gardner/?p=3300&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;Nov 5th, Americas: &lt;a href="http://www.bitpipe.com/hpsolutionsconference/america"&gt;http://www.bitpipe.com/hpsolutionsconference/america&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Nov 4th, Europe, Middle East, Africa: &lt;a href="http://www.bitpipe.com/hpsolutionsconference/europe"&gt;http://www.bitpipe.com/hpsolutionsconference/europe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Nov 3rd, Asia, Pacific and Japan: &lt;a href="http://www.bitpipe.com/hpsolutionsconference/asia"&gt;http://www.bitpipe.com/hpsolutionsconference/asia&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118168" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/modernization/default.aspx">modernization</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/transformation/default.aspx">transformation</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/legacy/default.aspx">legacy</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/asymmetrical/default.aspx">asymmetrical</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/source+code/default.aspx">source code</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/steve+woods/default.aspx">steve woods</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/inferential+statistics/default.aspx">inferential statistics</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/decompostion/default.aspx">decompostion</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/measurement/default.aspx">measurement</category><category domain="http://www.communities.hp.com/online/blogs/modernizationexperts/archive/tags/cobol/default.aspx">cobol</category></item><item><title>Why Add a Finish to Your Prints?</title><link>http://www.communities.hp.com/online/blogs/graphicarts/archive/2009/11/02/why-add-a-finish-to-your-prints.aspx</link><pubDate>Mon, 02 Nov 2009 13:09:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118167</guid><dc:creator>Eileen Fritsch</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;a href="http://www.davidsaffir.com"&gt;By David Saffir&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/graphicarts/SaffirBlogPix.jpg"&gt;&lt;span style="color:#ffffff;"&gt;&lt;img src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/graphicarts/SaffirBlogPix.jpg" border="0" style="border:0;float:right;margin:4px;" alt="" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ffffff;"&gt;I&amp;rsquo;ve long felt conflicted about finishing my prints. When I first tried it years ago, most of the products available used smelly, potentially toxic chemicals. I didn&amp;rsquo;t have time to experiment with some of the creative effects that could be achieved with gels and I was skeptical that a spray or liquid clearcoat could add to the archival life of a print.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;Those days are gone. Today there are many non-toxic/non-hazardous sprays and liquids that can applied to protect the entire print surface as well as gels that can be applied either to the whole print or selected areas of the print for artistic effects. Plus, independent testing groups such as Wilhelm Imaging Research have shown that products such as Premier Eco Print Shield can extend the display life of a print.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;Finishing products can be applied with a spray gun, roller, brush, and even one&amp;rsquo;s fingers! &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;What are some of the reasons one would want finish a print?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Protection of Print Before They Are Framed.&lt;span class="apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Even if a print will ultimately be framed and displayed behind glass, a good, evenly applied spray can protect the print from the accidental scuffing, scratching, fingerprints, or sneeze-damage that can occur as the print is handled and packed up for transport from your studio.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Protection of Unframed Prints&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:black;font-size:11pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;. Some photographers and artists regard the glass or acrylic used with frames as a barrier to accurately viewing all of the colors and details in their work. And canvas is typically displayed unframed or framed without glass, so the viewer can fully appreciate the subtle textured weave of the canvas.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Any print that is framed without glass needs to be protected, not only from UV light and abrasion, but also from airborne contaminants such as cooking fumes, cigarette smoke, and insect residue. Printed canvas that will be stretched to create a gallery wrap needs to be protected from the abrasion that can occur while the print is being stretched. Even inkjet-printed pages that will be bound into an album or portfolio book need protection as the pages will be frequently touched and turned.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Appearance&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:black;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="color:#ffffff;"&gt;. Some sprays can change the appearance of an inkjet print to better resemble continuous tone printing, by reducing or eliminating gloss differential and bronzing. The &lt;/span&gt;&lt;a href="http://www.communities.hp.com/online/blogs/graphicarts/archive/2007/09/21/HPPost4493.aspx"&gt;&lt;span style="color:#ffffff;"&gt;gloss optimizer&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ffffff;"&gt; used during printing with the HP Designjet Z-series printers greatly reduces or eliminates these problems, but many enthusiasts and professionals who use printers without gloss optimizers have discovered that the right spray can even out the gloss on a print surface.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;span style="color:#ffffff;"&gt;Artistic Effects&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="color:#ffffff;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;. Some photographers and artists now use different types of gels and varnishes to embellish their prints before they are matted and framed. These gels can either subdue or enhance overall contrast and color or add texture or brushstrokes.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Perceived Value&lt;/span&gt;&lt;/b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;. If done well, print finishing may make a print more attractive to a potential buyer or collector. Hand-embellishing a print by brushing on a gel makes each print a unique piece of art.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118167" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/gloss+enhancer/default.aspx">gloss enhancer</category><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/print+protection/default.aspx">print protection</category><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/gloss+optimizer/default.aspx">gloss optimizer</category><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/David+Saffir/default.aspx">David Saffir</category><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/canvas+printing/default.aspx">canvas printing</category><category domain="http://www.communities.hp.com/online/blogs/graphicarts/archive/tags/print+finishing/default.aspx">print finishing</category></item><item><title>The Tangibles and Intangibles of Supply Chain Collaboration</title><link>http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/2009/11/02/the-tangibles-and-intangibles-of-supply-chain-collaboration.aspx</link><pubDate>Mon, 02 Nov 2009 11:38:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118166</guid><dc:creator>christianverstraete</dc:creator><slash:comments>2</slash:comments><description>The latest recession has gotten a profound impact on many supply chains and forced rethinking strategies . In a quest to reducing costs, many have diminished safety buffers, established lean thinking, and redesigned their flows. In that process they have made themselves more vulnerable to variance, while their objective is to maximize sales. Doing so implies a much closer relationship with ecosystems partners. Cross Supply Chain collaboration is critical to gain visibility, address issues early and...(&lt;a href="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/2009/11/02/the-tangibles-and-intangibles-of-supply-chain-collaboration.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118166" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Collaboration/default.aspx">Collaboration</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Supply+Chain/default.aspx">Supply Chain</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Lean/default.aspx">Lean</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Supplier/default.aspx">Supplier</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Procurement/default.aspx">Procurement</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/thought+leadership/default.aspx">thought leadership</category><category domain="http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/tags/Community/default.aspx">Community</category></item><item><title>Application Transformation virtual conference</title><link>http://www.communities.hp.com/online/blogs/legacy-transformation/archive/2009/11/02/application-transformation-virtual-conference.aspx</link><pubDate>Mon, 02 Nov 2009 09:56:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118164</guid><dc:creator>pevans@hp.com</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I should have posted this earlier but here&amp;#39;s the details for a useful event if you have an interest in Apps Transformation &amp;amp; Modernization.&lt;/p&gt;
&lt;p&gt;We have a star-studded line-up of speakers, some of whom will be available for chat during the event. You can here from Geoffrey Moore, Crossing the Chasm etc, Dale Vecchio, VP, Gartner, Steve Woods from HP on the code visualization tools. We&amp;#39;ll also hear from Paolo de Santis, Italian Ministry of Education discussing a recent application modernization project together with other case studies from around the world. And if that wasn&amp;#39;t enough we&amp;#39;ll have our Mainframe Alternative team led by John Pickett discussing how to seriously save money &amp;amp; improve service levels.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;d like to attend just click on one of the links below for your particular regional event.&lt;/p&gt;
&lt;p&gt;If you have comments on the event we&amp;#39;d like to hear from you.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Paul Evans&lt;/p&gt;
&lt;p&gt;Dates:&lt;/p&gt;
&lt;p&gt;November 3 (Asia Pacific &amp;amp; Japan) 12:00 SGT&amp;nbsp; &lt;a href="http://bit.ly/4qULnS" style="color:#66e4ff;text-decoration:none;"&gt;&lt;span style="font-size:9pt;"&gt;Register here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;November 4 (Europe, Middle East &amp;amp; Africa) 14:00 CET &lt;span style="word-spacing:0px;font:medium Arial, Helvetica;text-transform:none;color:#e4e4e4;text-indent:0px;white-space:normal;letter-spacing:normal;border-collapse:separate;orphans:2;widows:2;webkit-border-horizontal-spacing:0px;webkit-border-vertical-spacing:0px;webkit-text-decorations-in-effect:none;webkit-text-size-adjust:auto;webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="font-size:11px;color:#ffffff;" class="Apple-style-span"&gt;&lt;a href="http://bit.ly/4qULnS" style="color:#66e4ff;text-decoration:none;"&gt;&lt;span style="font-size:9pt;"&gt;Register here&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;November 5 (Americas) 10:00 EST &lt;a href="http://bit.ly/2TlKKJ" style="color:#66e4ff;text-decoration:none;"&gt;&lt;span style="font-size:9pt;"&gt;Register here&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118164" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/transformation/default.aspx">transformation</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/legacy/default.aspx">legacy</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/visualization/default.aspx">visualization</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/modernization/default.aspx">modernization</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/mainframe/default.aspx">mainframe</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/MFA/default.aspx">MFA</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/source+code/default.aspx">source code</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/steve+woods/default.aspx">steve woods</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/cobol/default.aspx">cobol</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/asymmetrical/default.aspx">asymmetrical</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/inferential+statistics/default.aspx">inferential statistics</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/decompostion/default.aspx">decompostion</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/hp/default.aspx">hp</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/modernisation/default.aspx">modernisation</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/mainframe+alternative/default.aspx">mainframe alternative</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/apps/default.aspx">apps</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/paul+evans/default.aspx">paul evans</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/visualization+tools/default.aspx">visualization tools</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/application/default.aspx">application</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/john+pickett/default.aspx">john pickett</category><category domain="http://www.communities.hp.com/online/blogs/legacy-transformation/archive/tags/lower+costs/default.aspx">lower costs</category></item><item><title>6-гигабитный SAS для 6-го поколения HP ProLiant </title><link>http://www.communities.hp.com/online/blogs/hport/archive/2009/11/02/6-sas-6-hp-proliant.aspx</link><pubDate>Mon, 02 Nov 2009 09:40:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118163</guid><dc:creator>AKazmin</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Нынешним летом HP начала поставки полного пакета компонентов для использования в серверах HP ProLiant технологии &lt;b&gt;Serial Attached SCSI&lt;/b&gt; (&lt;b&gt;SAS&lt;/b&gt;) 6 Гбит/с, включая 2,5-дюймовые жесткие диски 7200 об/мин и скоростные диски 15k и 10k об/мин, RAID-контроллеры Smart Array и внешние дисковые полки StorageWorks D2000.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.communities.hp.com/online/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/hport/sas6gbps.jpg"&gt;&lt;img src="http://www.communities.hp.com/online/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/hport/sas6gbps.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Внедрение SAS 6 Гбит/с обеспечивает удвоение скорости обмена данными с дисковой подсистемой серверов по сравнению с SAS 3 Гбит/с, что особенно важно для таких приложений с интенсивным вводом/выводом и большими объемами данных, как базы данных и системы обработки транзакций, серверная виртуализация, работа с потоковым видео и резервное копирование данных.&lt;br /&gt;&lt;br /&gt;Также в новой версии SAS реализованы дополнительные механизмы устранения ошибок при передаче данных и улучшена гибкость конфигурирования и масштабирования дисковой подсистемы, обслуживающей несколько серверов. Также по сравнению с SAS 3 Гбит/с увеличилась c шести до десяти метров максимальная длина кабеля, что позволяет объединять в единую систему дисковые массивы из нескольких стоек, и появилась возможность использования миниатюрных коннекторов Mini SAS, рассчитанных прежде всего на подключение 2,5-дюймовых винчестеров.&lt;br /&gt;&lt;br /&gt;Диски SAS 6 Гбит/с уже поставляются для стоечных моделей серверов HP ProLiant DL380, DL370, DL360, DL180 и DL160, блейд-серверов HP ProLiant BL460c и башенных серверов HP ProLiant ML370 и ML350.&amp;nbsp; Также доступна дисковая полка HP StorageWorks D2000 с накопителями SAS 6 Гбит/с.&lt;br /&gt;&lt;br /&gt;SAS 6 Гбит/с обладает обратной совместимостью с интерфейсом SAS 3 Гбит/с, который широко используется в серверах и системах хранения с 2007 года, а также SATA 1.5 и 3 Гбит/с, поэтому новые диски и RAID-контроллеры можно устанавливать и в серверы предыдущего поколения HP ProLiant G5, однако в этом случае пропускная способность дисковой подсистемы сервера останется на уровне 3 Гбит/сек, поэтому для реализации всех преимуществ шестигигабитного SAS следует использовать новейшие HP ProLiant шестого поколения.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118163" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/_2104350440043204350440044B04_/default.aspx">Серверы</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/SAS/default.aspx">SAS</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/_410438044104420435043C044B04_+_4504400430043D0435043D0438044F04_+_340430043D043D044B044504_/default.aspx">системы хранения данных</category><category domain="http://www.communities.hp.com/online/blogs/hport/archive/tags/ProLiant+G6/default.aspx">ProLiant G6</category></item><item><title>Data Virtualization: Essential but Approach with Caution</title><link>http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2009/11/02/data-virtualization-essentail-but-approach-with-caution.aspx</link><pubDate>Mon, 02 Nov 2009 07:34:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:117913</guid><dc:creator>Fred Cummins</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Data
Virtualization is the current marketing banner for Enterprise Information Integration (EII).  It is an
important adjunct to SOA, but must be undertaken with caution.&lt;/p&gt;
&lt;p&gt;David Linthicum, Linthicum Group,
and Bradley Wright, Progress DataDirect, recently presented an ebizQ webinar on
&amp;quot;&lt;a href="http://blogs.datadirect.com/2009/10/top-data-virtualization-experts-offer-free-advice.html"&gt;Putting
Your Data to Work for Your Cloud, BPM, MDM and SOA Project&lt;/a&gt;.&amp;quot;&amp;nbsp; The
thrust of this presentation was that data virtualization will provide
consistent, cross-enterprise access to data in heterogeneous data stores.&amp;nbsp; This is not a new capability, but
was introduced as EII a number of years ago.&lt;/p&gt;
&lt;p&gt;When asked the difference between
data virtualization and EII, Bradley Wright indicated that data virtualization
includes the capability to perform updates.&amp;nbsp;
While not all EII products supported updates, some did, so it appears
the primary difference is marketing.&amp;nbsp;
At the same time, as I will discuss, below, data virtualization should
not be used for updates.&lt;/p&gt;
&lt;p&gt;The fundamental concept of data
virtualization and EII is that data is accessed from multiple, heterogeneous
databases through a virtual database that provides an integrated, consistent
view of data from these multiple sources.&amp;nbsp;
Queries are expressed in terms of the virtual database schema and
translated as required, and data from multiple sources is transformed and
integrated to provide a response that is consistent with the virtual database
schema.&lt;/p&gt;
&lt;p&gt;SOA increases the importance of
data virtualization because SOA is likely to increase the number and diversity
of databases.&amp;nbsp; I discussed
this in my blog last year entitled, &amp;quot;&lt;a href="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2008/06/16/data-management-for-soa.aspx"&gt;Data
Management for SOA&lt;/a&gt;.&amp;quot;&amp;nbsp;
A service should be loosely coupled and its data stores should be hidden
from the service users to maintain flexibility in the implementation of the
service.&amp;nbsp; This conflicts with
needs for cross-enterprise views of data for planning and decision-making.&amp;nbsp; Data virtualization can provide
such visibility; however, there are certain realities that must be understood
when using data virtualization.&amp;nbsp; Loraine
Lawson touched on some limitations in an interview with Peter Tran and Bob
Reary of Composite Software two years ago entitled, &amp;quot;&lt;a href="http://www.itbusinessedge.com/cm/community/features/interviews/blog/when-data-virtualization-works---and-when-it-doesnt/;jsessionid=7618A740508F87C8A77E703CCB1B06CF?cs=22733&amp;amp;decorator=print"&gt;When
Data Virtualization Works - And When It Doesn&amp;#39;t&lt;/a&gt;,&amp;quot; but there are additional
concerns.&lt;/p&gt;
&lt;p&gt;The following paragraphs outline
key limitations of data virtualization that must be considered when setting
expectations and when using data virtualization to obtain composite views.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Data inconsistencies&lt;/b&gt;.&amp;nbsp;
A data virtualization product can perform data conversions (e.g., feet
to meters), but it can&amp;#39;t create data that isn&amp;#39;t stored.&amp;nbsp;
For example, if one organization maintains weekly production figures and
another maintains monthly figures, these two different measures cannot be
reconciled.&amp;nbsp; If one
organization tracks numbers of defects in one set of categories, and another
uses a different set of categories, the figures cannot be compared or added.&lt;/p&gt;
&lt;p&gt;Such problems are fundamental to
the business, and if it is important to examine such data across the
enterprise, then there must be a transformation initiative to make the data
collection and storage consistent with a common scheme.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Process inconsistencies&lt;/b&gt;.&amp;nbsp;
Some enterprises will have similar business operations that are in
different geographies or produce different categories of products or services.&amp;nbsp; What they do may be similar, but
they may have business processes that cannot be compared.&amp;nbsp;
There may be different stages of production or service delivery that are
of interest to top management.&amp;nbsp; The
different operations may use the same terminology for phases, but the terms are
not applied consistently to the business processes.&amp;nbsp;
This may lead to top management comparing apples to oranges.&amp;nbsp; Such discrepancies might extend to
inconsistent metrics such as the definition of rework, and inconsistencies
between sales and the cost of goods sold.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Timing inconsistencies&lt;/b&gt;.&amp;nbsp;
An enterprise does not operate instantaneously and in lock step.&amp;nbsp; The orders being received are not
the same as the orders being filled and the orders being shipped.&amp;nbsp;
The engineering change issued by the engineering department may be
delayed until current inventories are consumed.&amp;nbsp;
Payment is not due on orders shipped but not yet delivered.&amp;nbsp; A query that combines data from
different operations will not represent a consistent view of the enterprise.&amp;nbsp; That requires the definition of
cut-off-points and the time for various activities and transactions to reach
and record consistent points in their operations.&amp;nbsp;
This is why financial information is not immediately available at the
end of a period.&lt;/p&gt;
&lt;p&gt;It is not practical to eliminate
all such inconsistencies or wait to accumulate consistent results.&amp;nbsp; Users of data virtualization must
understand such limitations when using the composite data.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Resource overload&lt;/b&gt;.&amp;nbsp;
A data virtualization service will access data from various production
databases.&amp;nbsp; These databases
are not necessarily configured to handle an increased volume of queries.&amp;nbsp; Some queries may add unexpected
workload to a database, or the workload from many potential users may be quite
unpredictable.&amp;nbsp; This ad hoc resource
demand could interfere with mainstream business application performance.&amp;nbsp; In cloud computing, the resource
may be available on demand, but there could be unacceptable increases in costs.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Update errors&lt;/b&gt;.&amp;nbsp;
If data virtualization is used to update databases, it will bypass the
applications designed to validate, control and coordinate the updates.&amp;nbsp; The updates may also be
inconsistent with the current state of the production operations.&amp;nbsp;
Furthermore, updates normally performed by associated applications may
require coordination and propagation to related operations and applications.&amp;nbsp; It is very dangerous to bypass the
responsible organizations and their applications to update their databases-it
should not happen.&amp;nbsp; Any update
should go through the appropriate processes for validation, authorization,
control and coordination that are the responsibility of those business
operations and their applications.&lt;/p&gt;
&lt;p&gt;I think data virtualization
(a.k.a., enterprise information integration) is an important technology that
should be part of a SOA strategy, but users must adopt it with their eyes wide
open.&amp;nbsp; It&amp;#39;s a long-term
investment, and it is likely there will always be the need to understand and
allow for inconsistencies in the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=117913" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/SOA+/default.aspx">SOA </category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Enterprise+Information+Integration/default.aspx">Enterprise Information Integration</category><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/data+virtualization/default.aspx">data virtualization</category></item><item><title>It must be getting closer to the end of the year than I thought</title><link>http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/2009/10/31/it-must-be-getting-closer-to-the-end-of-the-year-than-i-thought.aspx</link><pubDate>Sat, 31 Oct 2009 16:29:00 GMT</pubDate><guid isPermaLink="false">964d1d0f-bea0-4201-a2aa-8aa369a35a46:118023</guid><dc:creator>Charlie Bess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;I am seeing more of the &amp;ldquo;&lt;a href="http://news.cnet.com/8301-30685_3-10378782-264.html"&gt;&lt;span style="color:#0000ff;"&gt;technologies you can&amp;rsquo;t ignore&lt;/span&gt;&lt;/a&gt;&amp;rdquo; or &amp;ldquo;&lt;a href="http://www.pcworld.com/article/173778/5_new_technologies_that_will_change_everything.html"&gt;&lt;span style="color:#0000ff;"&gt;technologies that will change everything&lt;/span&gt;&lt;/a&gt;&amp;rdquo; articles. I usually don&amp;rsquo;t see a rush of these until December&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.communities.hp.com/online/aggbug.aspx?PostID=118023" width="1" height="1"&gt;</description><category domain="http://www.communities.hp.com/online/blogs/nextbigthingeds/archive/tags/Trends/default.aspx">Trends</category></item></channel></rss>