<?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>Ronald Prettyman</title>
	<atom:link href="http://www.ronaldprettyman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldprettyman.com</link>
	<description>Ron&#039;s Tech Stain</description>
	<lastBuildDate>Mon, 07 Mar 2011 02:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Xen 4 Ubuntu 10.04 Self Virtualization</title>
		<link>http://www.ronaldprettyman.com/2011/03/06/xen-4-ubuntu-10-04-self-virtualization/</link>
		<comments>http://www.ronaldprettyman.com/2011/03/06/xen-4-ubuntu-10-04-self-virtualization/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 22:43:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=480</guid>
		<description><![CDATA[After experimenting with XenServer at work wanted to delve in deeper. Wanted to maintain existing md raids arrays, with out having to create images or lvm groups of existing storage, because I already had good speed and redundancy, raid 10 f2, around 100MBytes/s writes and 200Mbytes/s reads So the course I took was to go [...]]]></description>
			<content:encoded><![CDATA[<p>After experimenting with XenServer at work wanted to delve in deeper.<br />
Wanted to maintain existing md raids arrays, with out having to create images or lvm groups of existing storage, because I already had good speed and redundancy, raid 10 f2, around 100MBytes/s writes and 200Mbytes/s reads<br />
So the course I took was to go with Xen 4, and use Debian 6 for Dom0<br />
I already had full backups of my server setup and had several vbox vm&#8217;s running, first i converted my vbox hd&#8217;s to raw disk, google it<br />
then I installed over / and /boot with debian 6, all my data is on different arrays<br />
/music<br />
/Virt<br />
/dumps<br />
I gave /Virt to dom0 for disk storage and went about getting everything setup.<br />
Create several directories to make my life easier<br />
/Virt/Disk<br />
/Virt/Config<br />
/Virt/Template<br />
because its easier to spell out then /etc/xen and /var/&#8230;&#8230;images/<br />
I then just create symlinks of configs to /etc/xen and /etc/xen/auto<br />
I originally couldn&#8217;t get libvirtd to work properly with debian 6 and xen 4, but found that doing it by hand worked alot better anyway.<br />
To do the ubuntu restore I used a template to create a basic ubuntu setup like so<br />
set up my options for xen-create-image (read the man)<br />
xen-create-image &#8211;hostname whatever lucid (or whatever version your using)<br />
Then I copied the image, this is the one I restore, then editied the config it generated by hand, set the parameters I wanted, I added the other too md array for<br />
/music and /dumps<br />
as well as the copy of the raw disk<br />
so something like this<br />
<code>disk [<br />
'file:the_one_from_the_script,xvda1,w',<br />
'file:the_copy_to_restore_to,xvdb,w',<br />
'phy:/dev/md2,xvdc,w',<br />
'phy:/dev/md3,xvdd,w',<br />
]<br />
</code><br />
Then i booted it up, (note I also used pygrub so i wouldn&#8217;t have to pass an internal kernel)<br />
I did a quick apt-get install dump<br />
then mount /dumps<br />
then mount /restoredestination<br />
then cd into the restore destination, restored my full backup over top of the existing ubuntu install made sure not to restore /dev and /proc for somereason this method works, can&#8217;t get linux to do a raw restore with dump for some reason, works great on bsd though<br />
Then I mount /dev bind and /proc in the restore destination, i chroot in and remove all the virtualbox stuff, then I install a virtual kernel think its something like<br />
<code>apt-get install linux-image-virtual</code><br />
but a apt-cache search linux image virtual should give a better result going off memory here<br />
also edited fstab, I use uuid cause its safer in my experience then trying to say xvda or sda1 or hda1 or what ever<br />
ls -lh /dev/disk/by-uuid should fill you in<br />
shutdown the vm, edited the disk portition of config and removed the first line making sure the main disk was on the first line<br />
I also setup dynamic memory in the config.</p>
<p>I haven&#8217;t yet, but I&#8217;ll probably just do a file level swap, which is easy enough to do<br />
could also just add it to config file, if you use the above it can automate this for you</p>
<p>some interesting benchmarks, the first one is an image on a raid 10 f2 configuration rated to around 200r/100w MB/sec, but the results are probably due to file caching<br />
The other two are phycial md arrays, raid 10 rated to 100r/100w MB/sec</p>
<p>ron@server:~$ sudo hdparm -t /dev/xvda </p>
<p>/dev/xvda:<br />
 Timing buffered disk reads:  1088 MB in  3.00 seconds = 362.36 MB/sec<br />
ron@server:~$ sudo hdparm -t /dev/xvdb </p>
<p>/dev/xvdb:<br />
 Timing buffered disk reads:  368 MB in  3.01 seconds = 122.41 MB/sec<br />
ron@server:~$ sudo hdparm -t /dev/xvdc </p>
<p>/dev/xvdc:<br />
Timing buffered disk reads:  336 MB in  3.02 seconds = 111.27 MB/sec</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2011/03/06/xen-4-ubuntu-10-04-self-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gimp (GNU Image Manipulation Program)</title>
		<link>http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/</link>
		<comments>http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 02:55:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=436</guid>
		<description><![CDATA[Did these with Gimp, well except the last 2 picture http://www.facebook.com/album.php?fbid=492347016225&#038;id=535681225&#038;aid=265127]]></description>
			<content:encoded><![CDATA[<p>Did these with Gimp, well except the last 2 picture<br />

<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/aaron/' title='aaron'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/aaron-150x150.png" class="attachment-thumbnail" alt="aaron" title="aaron" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/emily/' title='emily'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/emily-150x150.jpg" class="attachment-thumbnail" alt="emily" title="emily" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/sony-dsc-13/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/finger-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/ian/' title='ian'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/ian-150x150.jpg" class="attachment-thumbnail" alt="ian" title="ian" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/jacob/' title='jacob'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/jacob-150x150.jpg" class="attachment-thumbnail" alt="jacob" title="jacob" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/john2/' title='john2'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/john2-150x150.jpg" class="attachment-thumbnail" alt="john2" title="john2" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/kaitlin/' title='kaitlin'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/kaitlin-150x150.png" class="attachment-thumbnail" alt="kaitlin" title="kaitlin" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/kaitlin2/' title='kaitlin2'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/kaitlin2-150x150.png" class="attachment-thumbnail" alt="kaitlin2" title="kaitlin2" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/megan/' title='megan'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/megan-150x150.jpg" class="attachment-thumbnail" alt="megan" title="megan" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/sam/' title='sam'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/sam-150x150.png" class="attachment-thumbnail" alt="sam" title="sam" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/sandi/' title='sandi'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/sandi-150x150.jpg" class="attachment-thumbnail" alt="sandi" title="sandi" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/finger2/' title='finger2'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/finger2-150x150.png" class="attachment-thumbnail" alt="finger2" title="finger2" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/blueman/' title='blueman'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/blueman-150x150.png" class="attachment-thumbnail" alt="blueman" title="blueman" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/blueman2/' title='blueman2'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/blueman2-150x150.png" class="attachment-thumbnail" alt="blueman2" title="blueman2" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/blueman3/' title='blueman3'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/blueman3-150x150.png" class="attachment-thumbnail" alt="blueman3" title="blueman3" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/blueman4/' title='blueman4'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/blueman4-150x150.png" class="attachment-thumbnail" alt="blueman4" title="blueman4" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/blueman5/' title='blueman5'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/blueman5-150x150.png" class="attachment-thumbnail" alt="blueman5" title="blueman5" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/bw12-2/' title='bw12'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/bw12-150x150.png" class="attachment-thumbnail" alt="bw12" title="bw12" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/bw13/' title='bw13'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/bw13-150x150.png" class="attachment-thumbnail" alt="bw13" title="bw13" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/167135_492571746225_535681225_6520572_4093752_n/' title='167135_492571746225_535681225_6520572_4093752_n'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/167135_492571746225_535681225_6520572_4093752_n-150x150.jpg" class="attachment-thumbnail" alt="167135_492571746225_535681225_6520572_4093752_n" title="167135_492571746225_535681225_6520572_4093752_n" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/167822_492351636225_535681225_6518065_1297737_n/' title='167822_492351636225_535681225_6518065_1297737_n'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/167822_492351636225_535681225_6518065_1297737_n-150x150.jpg" class="attachment-thumbnail" alt="167822_492351636225_535681225_6518065_1297737_n" title="167822_492351636225_535681225_6518065_1297737_n" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/179324_492347081225_535681225_6518004_6289769_n/' title='179324_492347081225_535681225_6518004_6289769_n'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/179324_492347081225_535681225_6518004_6289769_n-150x150.jpg" class="attachment-thumbnail" alt="179324_492347081225_535681225_6518004_6289769_n" title="179324_492347081225_535681225_6518004_6289769_n" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/180108_492583211225_535681225_6520811_4203625_n/' title='180108_492583211225_535681225_6520811_4203625_n'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/180108_492583211225_535681225_6520811_4203625_n-150x150.jpg" class="attachment-thumbnail" alt="180108_492583211225_535681225_6520811_4203625_n" title="180108_492583211225_535681225_6520811_4203625_n" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/180310_492732536225_535681225_6522288_140632_n/' title='180310_492732536225_535681225_6522288_140632_n'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/180310_492732536225_535681225_6522288_140632_n-150x150.jpg" class="attachment-thumbnail" alt="180310_492732536225_535681225_6522288_140632_n" title="180310_492732536225_535681225_6522288_140632_n" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/sony-dsc-14/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC00888-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/sony-dsc-15/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC00795-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<br />
<a href="http://www.facebook.com/album.php?fbid=492347016225&#038;id=535681225&#038;aid=265127">http://www.facebook.com/album.php?fbid=492347016225&#038;id=535681225&#038;aid=265127</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2011/02/06/gimp-gnu-image-manipulation-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Case For Server</title>
		<link>http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/</link>
		<comments>http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 23:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=419</guid>
		<description><![CDATA[Got the Azza Horrican 2000, waiting on 2 more hotswap boards and a spare (got em for 3 bucks a pop) but just finished putting the grill on the cpu fan and here are the before and afters. Decided to get this after installing new raid array and breaking the backup drive in the process. [...]]]></description>
			<content:encoded><![CDATA[<p>Got the Azza Horrican 2000, waiting on 2 more hotswap boards and a spare (got em for 3 bucks a pop) but just finished putting the grill on the cpu fan and here are the before and afters. Decided to get this after installing new raid array and breaking the backup drive in the process. Had to superglue the sata port back together, holding out so far..<br />

<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc/' title='Old case 1'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01170-150x150.jpg" class="attachment-thumbnail" alt="Old case 1" title="Old case 1" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-2/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01171-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-3/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01172-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-4/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01173-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-5/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01182-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-6/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01183-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-7/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01184-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-8/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01194-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-9/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01198-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-10/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01199-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-11/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01201-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
<a href='http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/sony-dsc-12/' title='SONY DSC'><img width="150" height="150" src="http://www.ronaldprettyman.com/wp-content/uploads/2011/02/DSC01200-150x150.jpg" class="attachment-thumbnail" alt="SONY DSC" title="SONY DSC" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2011/02/04/new-case-for-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fragmentation</title>
		<link>http://www.ronaldprettyman.com/2011/01/22/fragmentation/</link>
		<comments>http://www.ronaldprettyman.com/2011/01/22/fragmentation/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 17:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[fragmentation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scsi]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=408</guid>
		<description><![CDATA[A good bit of a system slowing down over time is related to the hard drive, the slowest part of any computer, their are several levels to this that can effect performance, file level fragmenation, free space fragmentation and mft fragmentation. File level is usually all you have to look at but when your disk [...]]]></description>
			<content:encoded><![CDATA[<p>A good bit of a system slowing down over time is related to the hard drive, the slowest part of any computer, their are several levels to this that can effect performance, file level fragmenation, free space fragmentation and mft fragmentation. File level is usually all you have to look at but when your disk begins to fill and you have lots of small files (temp internet) your mft can fragment causing extreme speed loss and possible crash (on workstations at least, not suppose to be an issue on nt6+ vista or higher, 2008 or higher)</p>
<p>Some good tools to deal with this are defraggler and smart defrag. defraggler is great at file level fragmentation but that about where it ends. smart defrag however has alot of the feature of premium products such as boot time defrag (to defrag system files that are normally locked during normal operation, reg hives, mft, system dll&#8217;s). It also offer contiuous defragmentation which runs defrags when system usage is below a specified level. Both these products offer the ability to easily schedule defrags to run at off hours.</p>
<p>Server fragmentation can slow down an entire network so its always a good idea to stay on top of these, both of these program will work, would not use the auto feature on a server though, and be sure to put in exceptions for things like database files and database backup files. Since these are going to always be fragmented. But if you follow best practices with disk fragmenation you can minimize the amount that they will fragment. Both of these will allow single file defrag and files this comes in handy for are outlook datafiles and sql database files, you need to close outlook or sql to run these to remove the file locks, and especially with sql you need to make sure their is enough continous free space for the defrag to have any effect. So running regular defrags before attemping sql defrag, or exchange defrag (see microsoft kb article not recommened to use these tools on stores) will provide better results.</p>
<p>For those interested, you can also check fragmentation on linux system, and if your so inclined recompile your kernel and compile the defrag tools for ext4. Or just wait a few more years for these tools to make it into mainstream releases.</p>
<p>for software raids</p>
<p><code>sudo e2fsck -nfv /dev/md0 (number of the md device)</code></p>
<p>regular scsi disk (most kern now see sata as scsi)</p>
<p><code>sudo e2fsck -nfv /dev/sda1 (letter of device and number of partition)</code></p>
<p>system that see your disk as ide</p>
<p><code>sudo e2fsck -nfv /dev/hda1 (letter of device and number of partition)</code></p>
<p><a href="http://www.iobit.com/iobitsmartdefrag.html">http://www.iobit.com/iobitsmartdefrag.html</a></p>
<p><a href="http://www.piriform.com/defraggler">http://www.piriform.com/defraggler</a></p>
<p>Server supported defrag solutions that will provide continuous and idle defrag and further fragmentation protection</p>
<p><a href="http://www.iobit.com/iobitsmartdefrag.html">http://www.iobit.com/iobitsmartdefrag.html</a></p>
<p><a href="http://www.diskeeper.com/business/diskeeper/server/default.aspx">http://www.diskeeper.com/business/diskeeper/server/default.aspx</a></p>
<p>The only exception to this rule is SSD you do not defrag SSD and in system with SSD such as 2008 R2 or windows 7 you should disable the defrag service and manually defrag any conventional disk.</p>
<p>NTFS is not much better off at dealing with this then FAT32, the real benifit with NTFS is longer file names, larger files, file system journaling</p>
<p>Virtualization is also not immune to fragmentation, and when hosting vm&#8217;s on windows, make sure you always allocate all space at the creation of a virtual disk, then check fragmentation level of the allocated disk prior to first boot, if you allocate at once, and insure fragmentation of the file is within reason you won&#8217;t have to worry so much about dual level fragmentation between the host and guest os. You will however still need to consider guest level fragmentation of your virtual machines.</p>
<p>With Pagefile fragmentation, you can avoid this all together by calculating a safe size for your pagefile in advance, which is usually recommended to be 1.5x phycial memory, setting it to allocate the entire size from the start will ensure it does scrink and grow  and risk fragmentation.</p>
<p>Keeping up with file level fragmentation can also reduce the chances of registry hives becoming heavily fragmented, their is however a special tool for checking these hive files and boot time defragging them if needed.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb897426">http://technet.microsoft.com/en-us/sysinternals/bb897426</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2011/01/22/fragmentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comcast DOCSIS 3.0 SB6120 Speed Review</title>
		<link>http://www.ronaldprettyman.com/2010/12/05/comcast-docsis-3-0/</link>
		<comments>http://www.ronaldprettyman.com/2010/12/05/comcast-docsis-3-0/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 08:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[docsis]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=380</guid>
		<description><![CDATA[Comcast recently upgraded the neighborhood to DOCSIS 3.0 quad bonded incoming. My current modem was well failing&#8230;.I spilled a drink on it. So after a little research I found a modem for a 100 bucks at bestbuy and thought I&#8217;d give it a wirl. Well I had to turn in my old modem before they [...]]]></description>
			<content:encoded><![CDATA[<p>Comcast recently upgraded the neighborhood to DOCSIS 3.0 quad bonded incoming. My current modem was well failing&#8230;.I spilled a drink on it. So after a little research I found a modem for a 100 bucks at bestbuy and thought I&#8217;d give it a wirl.</p>
<p>Well I had to turn in my old modem before they would activate the new one but other then that it was pretty painless. However new modem has gigabit eithernet port on it and can scale to 160mbps, old one was the crap they gave out, looked it up and it was a low end DOCSIS 2.0 I was getting burst of up to 24mbps but averaged around 15, with 2-3mbps up. Hooked up the new one, did a quick speed test, 50mpbs down 2 up, tested it 10 different times 10 different sites, on each one it maxed out what ever their limit was, so i&#8217;m not entirely sure how fast its capable of, but its measuring at 50mbps. Pretty freaking impressive for a one time purchase, sure didn&#8217;t upgrade my plan so they could what, give my packets higher priority, i don&#8217;t exact live someone where bandwidth is in high demand, never had slow downs, sounds like marketing BS to me.</p>
<p>But still, if you have comcast, you can go to their site and check your area for DOCSIS 3.0, we got it here, won&#8217;t say where, but the only thing is, the down stream is not bonded, its just a single connection, upstream is a quad connection so its technically capable of 160mbps, when I get that 20Mbps download i&#8217;ll be sure to post a screen shot.</p>
<p><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/12/docsis3.png"><img class="alignnone size-medium wp-image-381" title="docsis3" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/12/docsis3-300x241.png" alt="" width="300" height="241" /></a><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/12/d3.png"><img class="alignnone size-medium wp-image-382" title="d3" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/12/d3-300x231.png" alt="" width="300" height="231" /></a></p>
<p><a href="http://www.comcast.com/fastestfast/">Comcast Docsis 3.0</a></p>
<p><a href="http://www.bestbuy.com/site/Motorola+-+SURFboard+eXtreme+Broadband+Cable+Modem/9246693.p?id=1218068107245&amp;skuId=9246693">Surfboard Extreme</a></p>
<p>If you decide to upgrade with this you can reach the status page via 192.168.100.1 as long as you don&#8217;t have a route rule for that subnet<br />
Also the lights are speed sensitive, the lights are green for old school or nonbonded and blue for bonded, the ethernet port reflect gigabit-ethernet blue, or green for fast-ethernet</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/12/05/comcast-docsis-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keys to faster Samba Server(linux)</title>
		<link>http://www.ronaldprettyman.com/2010/12/05/keys-to-faster-samba-serverlinux/</link>
		<comments>http://www.ronaldprettyman.com/2010/12/05/keys-to-faster-samba-serverlinux/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 07:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ddns]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=373</guid>
		<description><![CDATA[Firstly, and can&#8217;t stress this enough, is wins I&#8217;m sure theirs a way to make dns work on a peer-to-peer network more effectively, maybe some reg edits here and their but on standard windows pc, which you can usualy assume, WINS, is going to be the best bet. First set your samba server to be [...]]]></description>
			<content:encoded><![CDATA[<p>Firstly, and can&#8217;t stress this enough, is wins</p>
<p>I&#8217;m sure theirs a way to make dns work on a peer-to-peer network more effectively, maybe some reg edits here and their but on standard windows pc, which you can usualy assume, WINS, is going to be the best bet.</p>
<p>First set your samba server to be the master wins server, these options have worked best for me<br />
<code>#WINS SHIT<br />
#Just cause i like a sure thing<br />
os level = 99<br />
# well this is needed<br />
wins support = yes<br />
name resolve order = wins lmhosts hosts bcast<br />
domain master = yes<br />
preferred master = yes<br />
#Because I auth to a local ddns server with my dhdns proxy = yescp server<br />
#the following helps with peer-to-peer traffic<br />
dns proxy = yes</code><br />
The above pretty much guarantees your be the WINS master server.</p>
<p>Now onto dhcp, because I just don&#8217;t like dicking with wins<br />
<code>option netbios-name-servers SAMBASERVERIP;<br />
option netbios-node-type 8; </code></p>
<p>This will help increase the access time of your windows clients to your samba server, pretty much instant. \\hostname and bam, also speeds up windows &#8211; windows, network neighhood(network i guess is what its called now)</p>
<p>To increase the speed on the samba server even more I increase the buffer size and set some socket options<br />
<code>socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/12/05/keys-to-faster-samba-serverlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>layering</title>
		<link>http://www.ronaldprettyman.com/2010/11/28/layering/</link>
		<comments>http://www.ronaldprettyman.com/2010/11/28/layering/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 02:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[stupidflander.org]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=353</guid>
		<description><![CDATA[New setup for stupidflander.org little insite into how it was done]]></description>
			<content:encoded><![CDATA[<p>New setup for <a href="http://stupidflander.org">stupidflander.org little insite into how it was done</a><br />
<a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw61.png"><img class="alignnone size-medium wp-image-354" title="bw61" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw61-300x225.png" alt="" width="300" height="225" /></a><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw17.png"><img class="alignnone size-medium wp-image-355" title="bw17" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw17-300x225.png" alt="" width="300" height="225" /></a><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw12.png"><img class="alignnone size-medium wp-image-356" title="bw12" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw12-300x225.png" alt="" width="300" height="225" /></a><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw62.png"><img class="alignnone size-medium wp-image-360" title="bw62" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/bw62-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/final.png"><img class="alignnone size-medium wp-image-369" title="final" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/final-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/image1.png"><img class="alignnone size-medium wp-image-359" title="image1" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/image1-300x199.png" alt="" width="300" height="199" /></a></p>
<p><a href="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/alltogether.png"><img class="alignnone size-medium wp-image-371" title="alltogether" src="http://www.ronaldprettyman.com/wp-content/uploads/2010/11/alltogether-300x225.png" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/11/28/layering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Ubuntu 10.04 32-bit to 64-bit (server)</title>
		<link>http://www.ronaldprettyman.com/2010/11/27/348/</link>
		<comments>http://www.ronaldprettyman.com/2010/11/27/348/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 06:17:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=348</guid>
		<description><![CDATA[Theirs no straight forward way about it. You have to install from scratch, but you can an in place upgrade, sort of. The first step is to get to the version of 64 bit you want to run on your 32bit system, then get up to date. Next your want to run a backup of [...]]]></description>
			<content:encoded><![CDATA[<p>Theirs no straight forward way about it. You have to install from scratch, but you can an in place upgrade, sort of.<br />
The first step is to get to the version of 64 bit you want to run on your 32bit system, then get up to date. Next your want to run a backup of your entire system, one that will preserve the entire system symlinks and perms, etc. dump comes to mind<br />
Next back up again to a different media, last thing you want is to start your restore only to find out you forgot something.<br />
Next your want a dump of everything installed on your system.<br />
<code>dpkg --get-selections &gt; install.txt</code><br />
Download install.txt your want to look it over and figure out what you installed and what is a depency of what you installed, this could take awhile and you could just go in and do<br />
<code>apt-get install `cat install.txt|awk '{print$1" "}'|tr -d '\n'`</code><br />
but then your going to mark everything as install and it won&#8217;t distinguish between dependencies and  removing or replacing anything will quickly become a nightmare. So go though it and figure out what needs to be reinstalled.<br />
cat install.txt|grep -v</p>
<p>Your want to do a dump of any db&#8217;s your hosting, i could be wrong here, but in my experience when switching architecture you can&#8217;t just grab the db&#8217;s out of var and throw them on the new system they have to be restored, again ymmv, but just incase do a dump.</p>
<p>install the 64 bit version, then before rebooting df  should tell you where your new file system is mounted, chroot into it, reinstall your applications, a good start would be to rerun<br />
<code>dpkg --get-selections &gt; install2.txt</code><br />
and do a<br />
<code>diff install2.txt install.txt</code><br />
once you have that done reboot into your now 64 bit system<br />
run updates<br />
Again ymmv, but i&#8217;ve had pretty good luck with this method going from solaris (was quiet a bit more envolved, had to convert formats on pretty much every config) to openbsd, then switch over to ubuntu, now getting ready to switch over to ubuntu 64, need more memory and gotta make the jump back to 64.<br />
first thing restore /etc, now careful here, if your just doing 32 -&gt; 64, should be ok, theirs shouldn&#8217;t be any major format changes to config files, and more then likely your not going to want to change much in etc from your old system, this will also pull in all your old users and password<br />
then restore /home /root and possible /opt /var/www /var/mail and depending on what else you were running and were you stored data their could be more<br />
your want to check and make sure your fstab is setup correctly if you formatted your parts your need to update the uuid, and you can find this in dev, google it<br />
a reboot and you should be back where you left off, only 64-bit, theirs probably going to be more to do to make sure your stable, but a quick glance at dmesg and syslog will probably point out any thing you missed, and if you have to can always restore to a dif disk and boot to that to figure out what your missing.</p>
<p><strong>Workstation</strong>, just run gparted, offload /home to a dif partition and then reinstall, before restart, ctl+alt+f1, df to see where your mounted, chroot in,<br />
<code>mv /home /home.bak<br />
mkdir /home<br />
vi /etc/fstab</code><br />
put in mount point for /home partition<br />
you can also use the<br />
<code>dpkg --get-selections </code><br />
prior to install and get an idea what will need to be reinstalled, but all your personal settings will come over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/11/27/348/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wtf, Sun Blade 1000 Welcome Video</title>
		<link>http://www.ronaldprettyman.com/2010/11/05/wtf-sun-blade-1000-welcome-video/</link>
		<comments>http://www.ronaldprettyman.com/2010/11/05/wtf-sun-blade-1000-welcome-video/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 22:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blade 1000]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sun blade 1000]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=309</guid>
		<description><![CDATA[Found this on youtube. WTF From the same people that made a purple workstation, so go figure, they&#8217;d make a video to go with said purple workstation.]]></description>
			<content:encoded><![CDATA[<p>Found this on youtube. WTF<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/wTVhkddH2u0?fs=1&amp;hl=en_US&amp;color1=0x3a3a3a&amp;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wTVhkddH2u0?fs=1&amp;hl=en_US&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>From the same people that made a purple workstation, so go figure, they&#8217;d make a video to go with said purple workstation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/11/05/wtf-sun-blade-1000-welcome-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Blade 1000 / Linux</title>
		<link>http://www.ronaldprettyman.com/2010/10/04/sun-blade-1000-linux/</link>
		<comments>http://www.ronaldprettyman.com/2010/10/04/sun-blade-1000-linux/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blade 1000]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[FC-AL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sun blade 1000]]></category>

		<guid isPermaLink="false">http://www.ronaldprettyman.com/?p=307</guid>
		<description><![CDATA[So I&#8217;ve searched the internet for a cheat sheet, closes I find is users using sata pci cards and booting off those. Now this didn&#8217;t seem like an option to me cause I&#8217;ve already added usb and GbE to the PCI bus and already have an excess of FC-AL drives I got off ebay for [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve searched the internet for a cheat sheet, closes I find is users using sata pci cards and booting off those.</p>
<p>Now this didn&#8217;t seem like an option to me cause I&#8217;ve already added usb and GbE to the PCI bus and already have an excess of FC-AL drives I got off ebay for next to nothing (guessing they were someones spares left over after retiring a server)</p>
<p>So I tried again to install debian during install it ask for EDIT THIS q22xxx.bin firmware. So I googled it. Nothing. So I decided to dig a little dipper. EDIT DETAILS</p>
<p><code>lspci</code><br />
and<br />
<code>lsmod</code><br />
Gave me enough information to then google and find that EDIT qlogic doesn&#8217;t do opensource firmware so firmware was proprietary. Also found that in dmesg it gives an ftp site to download said firmware. But better yet apt-cache search EDIT qlogic yields that in the non-free repository this be the firmware. So I download it, setup networking in the install, pull the extracted firmware from my main system over http and put it in /lib/firmware rerun the scan and good to go.</p>
<p>I ended up doing an install. Setting up a degraded raid on my second drive, migrating the install then initalizing the raid on first boot. </p>
<p>Didn&#8217;t want to wait for the intial raid to setup so I took a short cut.</p>
<p>Sound was also a bitch to get working tried to manually add the kernel module with modprobe then rerun alsa scan, still didn&#8217;t take then ran EDIT alsaconf and was good to go.</p>
<p>Ended up installing the debian desktop under tasksel then switched it to xfce4 and xdm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronaldprettyman.com/2010/10/04/sun-blade-1000-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

