<?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>Schwarz Network &#187; Server Resources</title>
	<atom:link href="http://bobschwarz.com/tag/server-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobschwarz.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 16:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Moving Your Site to a New Server</title>
		<link>http://bobschwarz.com/moving-your-site/</link>
		<comments>http://bobschwarz.com/moving-your-site/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 16:12:43 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Server Resources]]></category>
		<category><![CDATA[new server]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/01/26/moving-your-site.html</guid>
		<description><![CDATA[From time to time someone at The Admin Zone will ask how to easily move a site from one server to another. While this article will explain how to do this if your site is hosted &#8230; <a class="more-link" href="http://bobschwarz.com/moving-your-site/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From time to time someone at <a href="http://theadmizone.com">The Admin Zone</a> will ask how to easily move a site from one server to another. While this article will explain how to do this if your site is hosted on a Windows server it can easily be applied when moving from Windows to Linux, Linux to Windows or Linux to Linux. Moving your site to a new server is not all that hard. With this article I will attempt to make a move easy for you.</p>
<p><span id="more-245"></span></p>
<p><strong>Getting everything ready to transfer and transferring the files.</strong></p>
<p>Login to the server. Put a new index page up letting your users know you are moving the site. The best way to do this is to create a new directory and configure your server to serve pages from the new directory. If you sites are in wwwroot then create a new directory out of wwwroot and configure IIS to serve pages out of it.</p>
<p>Use a zip utility and compress the wwwroot dir. After you have that done the best thing to do is start the transfer of the zip to the new server. Use FTP or connect server to server with RDP. At this point you&#8217;re better off using FTP. Once the transfer starts you can move on the next task.</p>
<p>Shutdown mysql. Once it is shutdown head into the mysql directory and zip the data dir. If you don&#8217;t have access to the data dir because you are on a shared server you can use mysqldump to dump the databases.<br />
To dump all the databases open a command box and give this command.</p>
<blockquote><p>
mysqldump -u[username] -p[password] &#8211;all-databases > C:\path\to\save\mysql.mysql
</p></blockquote>
<p>Depending on the size of your database this can take some time. Once the dump completes zip it and start the transfer to the new server. This the most time consuming part of the whole process if you have large databases. While this step is in progress you can create the xml files with IIS manger for you sites and transfer them over. If you use Apache transfer your httpd.conf file.</p>
<p>IIS Manager has a feature to save your site configuration to file. This handy to transfer all the meta data to the new server. While you are waiting for the files to transfer open IIS Manager. Right click your website and select Tasks > Save Configuration to File. Select where you want it saved and use .xml as the extension. If you have several website do the same for all of them. Also do this for your FTP sites and if you created any custom AppPools do the same to save them. Once that is done zip them all up and transfer to the new server. If your using Apache transfer httpd.conf. . Once you have the xml files transfered connect to the new server. Even if the mysql transfer isn&#8217;t complete transfer isn&#8217;t complete login to the new server anyway and continue to the next section.</p>
<p><strong>Setting everything up on the new server.</strong></p>
<p>If all your files have transfered then great. If you mysql files are still transfering that&#8217;s ok. You can still setup the websites.<br />
Extract the wwwroot files on the new server into where you want to serve your pages from. Make sure to keep the directory structure the same as what is was on the old server. Once that is done extract the configuration xml files into any working dir.<br />
Open IIS manager, right click Websites and select new > website from file. Use the browse button to navigate to the xml file for the websites and click read file. It will show you websites. Click Import. This will setup your websites with the same metadata of the old server. Do the same for your FTP sites and AppPools. IIS is now ready to server your pages. If you are using Apache extract the files into Apache webroot and overwrite httpd.conf with the one you transfered.</p>
<p>Next thing to do is to set up your database. If your database is still transfering have yourself a cup of coffee. Nothing you can do but wait at this point. Unless of course if you run your own DNS then you should use this time to set up the DNS. Don&#8217;t change the DNS at the registrar until all files have transfered and are setup. DNS propagates fairly fast, within a few minutes, and the last thing you want is to start serving pages on the new server if everything isn&#8217;t there.</p>
<p>Once the database is transfered extract the zip. Shutdown mysql. Overwrite the current mysq\data dir with the one you just extracted. If you transfered a mysqldump file then leave mysql running and run this command.</p>
<blockquote><p>
mysql -u[user] -p[password] < C\path-to-extracted-dump\mysql.mysql
</p></blockquote>
<p>Again depending on the size of the dump file this could take a while. Once that completes open a browser on the server and check  localhost to make sure everything is working. Make sure mysql is running first.</p>
<p>If your paths on the old server are different on the new server, say your wwwroot was in D: instead of C:, then right click each website in IIS manager and correct the home directory path.<br />
If your site shows up on localhost with no errors then change your DNS to point to the new IP. You&#8217;re all done.</p>
<p><!--adsense--></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/moving-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has Your Website Outgrown Shared Hosting</title>
		<link>http://bobschwarz.com/has-your-website-outgrown-shared-hosting/</link>
		<comments>http://bobschwarz.com/has-your-website-outgrown-shared-hosting/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 18:42:44 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Server Resources]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/02/02/has-your-website-outgrown-shared-hosting/</guid>
		<description><![CDATA[Just when your website becomes successful and at last you are getting the sort of traffic you have been dreaming of, you get the dreaded email. Your web host informs you that the high number of &#8230; <a class="more-link" href="http://bobschwarz.com/has-your-website-outgrown-shared-hosting/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just when your website becomes successful and at last you are getting the sort of traffic you have been dreaming of, you get the dreaded email. Your web host informs you that the high number of visitors is monopolizing the server and unless reduced immediately your account may be terminated (often without a refund) for breaking its terms of service.<br />
If this story sounds familiar, then you are one of the million of successful website owners who have quickly outgrown traditional shared hosting. So what are your options now? How can your website grow without the fear of your site being terminated? Well you will be please to know that there are several different options available to you! This article will cover each one, so that you can be sure you choose the option that is most suitable for your individual business needs.<br />
<span id="more-240"></span><br />
<strong>Premium Hosting Benefits</strong></p>
<p>Premium Hosting is ideal for those customers that have one very large and/or busy sites for example bloggs, forums and online businesses. The only sites that are not suitable are audio and video downloading or streaming websites or free/ mail providers as these sites could still monopolize the server resources.</p>
<p>If your website has outgrown shared hosting then Premium Hosting is definitely the most economical alternative. As most websites are not suitable for a reseller package, premium posting is a much cheaper alternative than having to get your own server.</p>
<p>Premium Hosting is very similar to shared hosing except the packages come with far more bandwidth (traffic) allowance and they are guaranteed to have a maximum number of accounts on each server. The benefit of premium hosting is the fact that you are sharing the server with far less accounts (normally just 30-70), therefore your website can have high traffic without effecting the server speed or causing downtime.</p>
<p>The other great thing about premium hosting is that is requires no extra technical knowledge and of course you still have peace of mind knowing that you still have 24 hour technical support (of course this depends on the host you choose). The last benefit of premium hosting is the fact there are several different packages to choose from, this means you only have to pay for the resources that you need at a given time. As soon as your website grows even further it is very easy to upgrade with only a slight increase in cost, which means your costs are always kept to a minimum.</p>
<p><strong>Reseller Hosting Benefits</strong></p>
<p>Reseller hosting is designed for individuals who wish to split up the resources allocated in their plan and resell each of these parts individually. Resellers are normally web designers, or customers that have many websites or entrepreneurs who wish to start their own web host company. (Reseller hosting is also not suitable for audio, video downloading or video streaming websites and free/email providers for the same reason as above)</p>
<p>With reseller hosting you can host unlimited domains, so you decided how many accounts you want to create and you decide the price you want to resell them for.  The great thing about resellers packages is the fact that the web host will continue to provide the technical support to these customers anonymously, which means you donâ€™t have to worry about getting your own staff. Each of the resellers customers has their own control panel, personalized email and FTP accounts, fantastico scripts. The reseller can even have their own name servers which makes them look very professional. The other benefit of reselling is that although it requires slightly more knowledge of the industry, there is always technical support close at hand.</p>
<p><strong>Dedicated Server the benefits</strong></p>
<p>If you get a dedicated server this means you are the only user of that server. However as you are not splitting the monthly costs with others users, the actual price is of course higher. The price you pay depends on the quality of the server and whether it is managed or not (always be sure that the server you get is from a reputable company). This option is for websites that are not suitable for the other two options, or for those people who just want more control or higher security for their server. There are two different types of dedicated servers available.</p>
<p>An unmanaged Server is generally cheaper, however you must know first hand how to run your server (or hire a system administrator that does) as you will be responsible for all the server side problems and configurations. The second option is a managed server. Although this option still requires technical knowledge, you have peace of mind knowing that your web host will always have technicians there to assist you, which means you do not need to hire your own administrator.</p>
<p>With a dedicated server you have full root access so you can modify the configuration of the server to whatever suits you best.  You can also install any software or scripts that you choose ( all of which are not possible with shared hosting). There are many other benefits to having a dedicated server, first there is reliability. If you are the sole user of a server, you never have to worry that another persons website is going to affect the speed, uptime or security of your server. Often your server will come with more than one CPU (check with individual web host though) which means your site (s) will have greater performance, pages will load much quicker and your scripts will run much faster. An example would be Dual AMD Opterons, Dual Xeons, Dual Pentium4â€™s and such.</p>
<p><strong>Conclusion</strong></p>
<p>As your website continues to grow, you can now have peace of mind knowing that there is always a suitable alternative available for you.</p>
<blockquote><p>
About The Author- Sarah Kirk is vice president of Micfo.com LLC, an international web hosting provider. Founded in 1999 Micfo.com LLC has quickly grown to become an award winning company with over 30,000 customers worldwide offering a range of services including shared<br />
web hosting, premium hosting, cpanel reseller hosting and dedicated servers.
</p></blockquote>
<p>Article Source: <a href="http://EzineArticles.com/?expert=Sarah_Kirk">http://EzineArticles.com/?expert=Sarah_Kirk</a></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/has-your-website-outgrown-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Tips to Find the Web Host That&#039;s Right for You</title>
		<link>http://bobschwarz.com/4-tips-to-find-the-web-host-thats-right-for-you/</link>
		<comments>http://bobschwarz.com/4-tips-to-find-the-web-host-thats-right-for-you/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 18:33:41 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Server Resources]]></category>
		<category><![CDATA[Webhosting]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/02/01/4-tips-to-find-the-web-host-thats-right-for-you/</guid>
		<description><![CDATA[So you have finally planned to invade the magical world of Internet. All captions ready, all information gathered, all details penned down. What next? Your next important step is finding the Web Host for your site, &#8230; <a class="more-link" href="http://bobschwarz.com/4-tips-to-find-the-web-host-thats-right-for-you/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you have finally planned to invade the magical world of Internet. All captions ready, all information gathered, all details penned down. What next?</p>
<p>Your next important step is finding the Web Host for your site, The Right One..</p>
<p>A web host is a service provider that places your web site on a computer that is connected to Internet. This then gives people who surf Internet a way to access your website.<br />
<span id="more-239"></span><br />
Finding the best host for your company&#8217;s Web site is one of the most important steps when taking your business online. Not only will your host be responsible for placing your company&#8217;s site on the Internet; it will also be responsible for keeping it there and being available to potential customers.</p>
<p>Now, let us take a look at the steps to be followed when choosing the right web host:</p>
<p>1. Create an online plan for your site. What you are going to sell, number of items, methods of payment and the features of your site. Then determine the possibilities for your site&#8217;s expansion over the next six months, the next year and the next five years. Look into these factors before short-listing your probable host.</p>
<p>Disk Space/Storage refers to the amount of space given by a web-hosting plan for your web site&#8217;s pages, images, and any additional files. Take this into consideration when determining the total number of files you will be using for your website and their sizes. If you are planning on creating a website with a lot of video or audio files, you will need a lot of disk space. Check whether your host can meet this requirement.</p>
<p>Programming Languages such as ASP, PHP, Perl/CGI, JSP and ColdFusion are used to create a lot of popular scripts (software) to help your website function. Make sure your web host supports the language used by you. Also, if you are planning on selling services or products from your website, make sure the web hosting plan you choose offers some type of ecommerce solution.</p>
<p>2. Now that you have checked out all your requirements, pick your top five responses. Surprisingly, many of the hosts you submit a request for a proposal to won&#8217;t respond by your set deadline. Ignore them and look at the responses you receive and pick the five best.</p>
<p>3. Ask for references. Take your short list of hosts and ask them for the names of some of their clients &#8212; then pick up the phone and see what the host&#8217;s clients have to say. Be sure to inquire how good the host is at making the site available online.</p>
<p>4. Test their customer service. Pick up the phone and call customer support at 2 a.m. Drop customer support an e-mail to see how fast they respond to you. Do what it takes to feel comfortable with your service provider before you enter into any type of business relationship.</p>
<p>Choosing the right Web host is easier if you approach it the way you would approach any other major purchase for your business. It can mean the difference between success and failure for your online venture.</p>
<p>Article Source:<br />
<a href="http://ezinearticles.com/?id=141071">http://ezinearticles.com/?id=141071</a><br />
Author:<br />
<a href="http://EzineArticles.com/?expert=Mansi_Aggarwal">Mansi Aggarwal</a></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/4-tips-to-find-the-web-host-thats-right-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

