Portal:Storage

From Wikibon

(Difference between revisions)
Jump to: navigation, search
 
(47 intermediate revisions not shown)
Line 1: Line 1:
-
{{browsebar}}
+
<meta name="description" content="The Wikibon Data Storage Portal contains data storage industry research, articles, expert opinion, case studies, and data storage company profiles." />
-
<!-- This portal was created using subst:box portal skeleton| topic=Information Technology| -->
+
<meta name="title" content="Data Storage Technology Research: Data Storage Portal" />
-
<div style="float:left; width:50%">
+
The Wikibon Data Storage Portal contains data storage industry research, articles, expert opinion, case studies, and data storage company profiles.
-
{{/box-header|<big><big><big>The Storage Portal</big></big></big>|Portal:Storage/Intro|}}
 
-
{{Portal:Storage/Intro}}
 
-
{{/box-footer|}}
 
-
{{/box-header|<big>''Featured article''</big>|Portal:Storage/Featured article/{{CURRENTMONTHNAME}}, {{CURRENTYEAR}}| }}
+
'''Latest Information Storage Research'''
-
{{Portal:Storage/Featured article/{{CURRENTMONTHNAME}}, {{CURRENTYEAR}}}}
+
* [http://wikibon.org/wiki/v/Storage_Facts%2C_Figures%2C_Best_Practices%2C_and_Estimates Storage Facts, Figures, Best Practices, and Estimates]
-
{{/box-footer|}}
+
-
{{/box-header|<big>''Did you know...''</big>|Portal:Storage/Did you know|}}
 
-
{{Portal:Storage/Did you know}}
 
-
{{/box-footer|}}
 
-
</div>
+
{| class="wikitable" style="font-size: 80%; text-align: center; width: 95%;"
 +
![[Image:LinkedIn.gif‎|100px|link=http://www.linkedin.com/groups?gid=835317&trk=hb_side_g]]
 +
|[[Image:facebook.jpeg|100px|link=http://www.facebook.com/pages/Wikibon/6191646228]]
 +
|[[Image:twitter.jpg|100px|link=http://twitter.com/wikibon]]
 +
|[[Image:blog-2.jpg|100px|link=http://wikibon.org/blog]]
 +
|-
 +
|[http://www.linkedin.com/groups?gid=835317&trk=hb_side_g >>Join our Group]
 +
|[http://www.facebook.com/pages/Wikibon/6191646228 >>Become a Fan]
 +
|[http://twitter.com/wikibon >>Follow @Wikibon]
 +
|[http://wikibon.org/blog >>Read the Blog]
 +
|-}
-
<div style="float:right; width:45%"> <!-- This margin should be right of the above -->
+
__NOTOC__
-
 
+
{|
-
{{/box-header|<big>''Publish to Wikibon''</big>|Portal:Storage/Contributor center|}}
+
|+
-
{{Portal:Storage/Contributor center}}
+
| colspan="2" | <tipoftheday category="wikitips" />
-
{{/box-footer|}}
+
|+
-
{{/box-header|<big>''Storage Topics''</big>|Category:Storage topics|}}
+
| width="50%" valign="top" |
-
{{Category:Storage topics}}
+
===Featured Case Study===
-
{{/box-footer|}}
+
[[Image:Student_union.jpg|250px]]
-
 
+
==[[Virtualization Energizes Cal State University]]==
-
</div>
+
<p style="color: #666;">John Charles is the CIO of California State University, East Bay (CSUEB) and Rich Avila is Director, Server & Network Operations. In late 2007 they were both looking down the barrel of a gun. The total amount of power being used in the data center was 67KVA. The maximum power from the current plant was 75kVA. PG&E had informed them that no more power could be delivered. They would be out of power in less than six months. A new data center was planned, but would not be available for two years. </p>
-
 
+
[[Virtualization Energizes Cal State University | read more...]]
-
<div style="float:right; width:100%">
+
| valign="top" |
-
 
+
{{Storage professional alerts 2}}
-
{{/box-header|<big>''Categories''</big>|Portal:Storage/Categories|}}
+
|+
-
{{Portal:Storage/Categories}}
+
| valign="top" |
-
{{/box-footer|}}
+
===Featured How-To Note===
-
 
+
[[Image:Storage_virtualization.jpg|left|250px]]
-
</div>
+
|
 +
==[[Storage virtualization design and deployment|Storage Virtualization Design and Deployment]]==
 +
<p style="color: #666;">A main impediment to storage virtualization is the lack of multiple storage vendor (heterogeneous) support within available virtualization technologies.  This inhibits deployment across a data center.  The only practical approach is either to implement a single vendor solution across the whole of the data center (practical only for small and some medium size data centers) or to implement virtualization in one or more  of the largest storage pools within a data center. 
 +
</p>
 +
[[Storage virtualization design and deployment | read more...]]
 +
|}[[Category:Backup and restore]][[Category: Blade computing]][[Category: Business compliance]][[Category: CDP]][[Category: Careers]][[Category: Careers wikitips]][[Category: Clustered storage]][[Category: Compliance and discovery]][[Category: Enterprise mobile wikitips]]

Current revision as of 00:18, 23 February 2010

The Wikibon Data Storage Portal contains data storage industry research, articles, expert opinion, case studies, and data storage company profiles.


Latest Information Storage Research


>>Join our Group >>Become a Fan >>Follow @Wikibon >>Read the Blog

Wikitip

Performance benefits of Multithread Robocopy

Robocopy (“robust file copy”), included with Windows operating systems, is a rich file copy utility with many options. Note that the syntax for Robocopy is different than the COPY or XCOPY commands. To get started with robocopy, open a command prompt and enter: robocopy.

For this presentation we compared the results with and without the multithread option: robocopy /MT. Using the multithread option in most cases results in faster or significantly faster file copy operations than without the multithread option. The multithread option was introduced in Windows 7 and Windows Server 2008 R2. When using the multithread option, the thread count can be 1 – 128, with a default of 8 threads. Robocopy takes advantage of Server Message Block (SMB) version 2.1, a file and print services network protocol, also sometimes known as CIFS. For additional detail on SMB 2.1 see: http://technet.microsoft.com/en-us/library/ff625695(WS.10).aspx.

For the tests shown in the presentation, we used two relatively new servers running Windows Server 2008 R2 and did local disk-to-disk (array) copies and copies across the network, using 1GbE and 10GbE infrastructure. We used three sets of files in these robocopy tests:

  • Website folder of 38.7GB, 1.5 million files
  • ISO file folder of 59.2GB, 215 files
  • Video folder of 218.9GB, 1 file

View the March 2011 RMWTUG Robocopy Multithread presentation, which includes the test descriptions, hardware configurations and results graphs, including bytes/sec and time to completion.

Look for more detailed test results to follow in an upcoming Demartek Robocopy Multithread report.


View Another Wikitip

Featured Case Study

Virtualization Energizes Cal State University

John Charles is the CIO of California State University, East Bay (CSUEB) and Rich Avila is Director, Server & Network Operations. In late 2007 they were both looking down the barrel of a gun. The total amount of power being used in the data center was 67KVA. The maximum power from the current plant was 75kVA. PG&E had informed them that no more power could be delivered. They would be out of power in less than six months. A new data center was planned, but would not be available for two years.

read more...

Storage Professional Alerts


Featured How-To Note

Storage Virtualization Design and Deployment

A main impediment to storage virtualization is the lack of multiple storage vendor (heterogeneous) support within available virtualization technologies. This inhibits deployment across a data center. The only practical approach is either to implement a single vendor solution across the whole of the data center (practical only for small and some medium size data centers) or to implement virtualization in one or more of the largest storage pools within a data center.

read more...

Personal tools