<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>NewPush &#187; storage</title> <atom:link href="http://newpush.com/tag/storage/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Planning for Storage, Server, and  Network Infrastructure</title><link>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/</link> <comments>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/#comments</comments> <pubDate>Thu, 28 Oct 2010 03:23:03 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[NetApp]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Infrastructure]]></category> <category><![CDATA[Servers]]></category> <category><![CDATA[storage]]></category><guid isPermaLink="false">http://newpush.com/?p=775</guid> <description><![CDATA[Questions to ask when planning storage and server infrastructure Storage Requirements What our their current storage environment? (What technology do we use? NetApp, EMC, HP, Hitachi, Compellant?) What is our current amount of usable storage? What is our current data &#8230; <a href="http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Questions to ask when planning storage and server infrastructure</h1><h2>Storage Requirements</h2><ul><li>What our their current storage environment? (What technology do we use?  NetApp, EMC, HP, Hitachi, Compellant?)</li><li>What is our current amount of usable storage?</li><li>What is our current data in GB / TB?  How much of that data is deemed critical as opposed to 2nd tier, or even archivable?</li><li>What growth increase are we seeing from year to year?  (25%?  30%? 40%? More?)</li><li>Is this our largest variable IT cost within our overall budget?</li></ul><h2>Server Infrastructure</h2><ul><li>How many servers do we have within our overall Infrastructure environment?</li><li>What percentage is comprised of Power, Linux or “Wintel”?</li><li>Do we have a vendor standard? (HP, Dell, IBM?)</li><li>What is our overall server utilization (7%?  10%? 20%?  50%?  More?)</li><li>Do we utilize virtualization in our server infrastructure environment?</li><li>If so, what percentage of our environment is virtualized?</li><li>What version / type of virtualization do we use?</li><li>Are we looking to do a server consolidation project to help us save on additional software maintenance and energy costs?</li></ul><h2>Network Infrastructure</h2><ul><li>Do we have (primarily) our own data center or do we store all of our equipment at a co-location / managed services location?  (and if so, whom?)</li><li>What is our current network environment (Cisco?  Avaya?)</li><li>Do we standardize on a vendor?</li><li>How old / new is their network environment?</li><li>What kind of connectivity do they have?  (T1?  T3?  DS?)</li></ul><h2>Security Solutions</h2><ul><li>Do we have a set standard for our security environment?</li><li>Do we do quarterly security assessments?  (PCI and/or FFIEC Assessments?) (Who do we use?)</li><li>Are there areas we need to improve?</li></ul><h2>Software Maintenance</h2><p>Do we have a goto partner we standardize on for software and hardware maintenance contracts?</p><h2>Projects</h2><ul><li>What are there next three primary projects?</li><li>What is our IT  budget?</li><li>What is our Calendar year?  Jan – Dec?  July – June?  Etc.</li></ul><p>For more information about planning for storage, servers, and network infrastructure, look at our <a href="http://newpush.com/category/services/data-warehouse/">data warehouse</a> pages.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Adding a second disk to an LVM</title><link>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/</link> <comments>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/#comments</comments> <pubDate>Fri, 23 Jan 2009 21:04:34 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[add disk]]></category> <category><![CDATA[LVM]]></category> <category><![CDATA[resize]]></category> <category><![CDATA[storage]]></category><guid isPermaLink="false">http://www.wdream.com/archives/33</guid> <description><![CDATA[In a world of storage on demand and virtualized environments, adding more storage on the fly has become simple even on Linux machines without expensive software like Veritas storage manager.&#160; Here is how to proceed: need to use LVM or &#8230; <a href="http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>In a world of storage on demand and virtualized environments, adding more storage on the fly has become simple even on Linux machines without expensive software like Veritas storage manager.&nbsp; Here is how to proceed:<ul><li>need to use LVM or LVM 2</li><li>add the new disk as an LVM capable physical volume: pvcreate /dev/sdb (or hdX)</li><li>add the new disk to the volume group, e.g. vgextend VolGroup00 /dev/sdb</li><li>extend the logical volume, e.g. lvextend -L +55G /dev/VolGroup00/LogVol00</li><li>unmount the volume to resize (this may require stopping services and/or boot into rescue mode)</li><li>check the partition: e2fsck -f /dev/VolGroup00/LogVol00</li><li>resizet the partition: resize2fs /dev/VolGroup00/LogVol00</li></ul><p>If booting from rescue, before you can act on the partition, you need to enable it with:<ul><li>vgchange -a y VolGroup00</li><li>lvchange -a y /dev/VolGroup00/LogVol00</li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 22:29:10 by W3 Total Cache -->
