<?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>databasically // Kansas City Small Business IT &#38;&#38; Ruby on Rails Programming &#187; Sysadmin</title>
	<atom:link href="http://databasically.com/category/blog/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://databasically.com</link>
	<description>Kansas City Small Business IT</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing A Virtual Machine With Dell OEM Disks</title>
		<link>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/</link>
		<comments>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:53:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=264</guid>
		<description><![CDATA[If you&#8217;re willing to put in the effort (and assuming you&#8217;re legal), it could work, but I&#8217;d suggest using a retail license which avoids the caveats you&#8217;ll soon be reading about below:
First, some helpful information:
OEM Dell installation CDs depend on the SLP code in the Dell BIOS for activation.  If the installation program can&#8217;t see [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re willing to put in the effort (and assuming you&#8217;re legal), it could work, but I&#8217;d suggest using a retail license which avoids the caveats you&#8217;ll soon be reading about below:</p>
<p><strong>First, some helpful information:</strong></p>
<p>OEM Dell installation CDs depend on the SLP code in the Dell BIOS for activation.  If the installation program can&#8217;t see the real bios, it can&#8217;t activate.  With a commercially purchased installation CD this is not a problem as you have a COA that can be activated on line or by phone.  OEM installation CDs cannot be activated on line, and since Dell is responsible for support of an OEM disk that was issued by Dell, Microsoft will not normally give you an activation key if you call them.  You can try the phone method, of course, since so far as I can tell you are running only Windows XP Pro rather than both Vista and Windows XP.  Once you explain what you are doing they might grant you an activation code.</p>
<p>If you are installing an OEM version onto a virtual machine, it will not activate as it cannot see the BIOS String of the real Dell machine. It is only seeing the Virtual BIOS which doesn&#8217;t have the SLP String to activate.</p>
<p><strong>How to resolve this:</strong></p>
<ol>
<li>Boot up XP Pro VM installation, and select the Telephone activation option for the XP activation.</li>
<li>Call MS. Try to go on to speak to a representative to explain further.</li>
<li>Here it&#8217;s important to explain exactly what you&#8217;re doing to the rep &#8212; Explain that you simply want to activate this one XP license, on the Dell with which it was purchased, but you are doing so in a virtual machine. They can quickly confirm why it&#8217;s not working, due to not seeing the real BIOS.</li>
<li>You should end up transferred to the Product Key Team.</li>
<li>Once connected with the Product Key Team, they should provide you with a new product key (after confirming you are installing XP on the Dell that it came with and installing just one instance) there are a couple more steps &#8212; after entering the new product key, give the new activation code to the rep, get the confirmation to enter in the activation screen; and with luck, success!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu postfix error &#8212; postdrop: warning: unable to look up public/pickup: No such file or directory</title>
		<link>http://databasically.com/2009/12/02/ubuntu-postfix-error-postdrop-warning-unable-to-look-up-publicpickup-no-such-file-or-directory/</link>
		<comments>http://databasically.com/2009/12/02/ubuntu-postfix-error-postdrop-warning-unable-to-look-up-publicpickup-no-such-file-or-directory/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:40:36 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=176</guid>
		<description><![CDATA[I installed postfix and got this error:
postdrop: warning: unable to look up public/pickup: No such file or directory.

Turns out that sendmail was previously installed and that was messing things up.  I had to stop sendmail and make the appropriate directory and restart postfix.
Specifically:

mkfifo /var/spool/postfix/public/pickup
ps aux &#124; grep mail
kill 
sudo /etc/init.d/postfix restart

]]></description>
			<content:encoded><![CDATA[<p>I installed postfix and got this error:<br />
<code>postdrop: warning: unable to look up public/pickup: No such file or directory.</code><br />
<span id="more-176"></span><br />
Turns out that sendmail was previously installed and that was messing things up.  I had to stop sendmail and make the appropriate directory and restart postfix.</p>
<p>Specifically:<br />
<code><br />
mkfifo /var/spool/postfix/public/pickup<br />
ps aux | grep mail<br />
kill <sendmail process id><br />
sudo /etc/init.d/postfix restart<br />
</sendmail></code></p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2009/12/02/ubuntu-postfix-error-postdrop-warning-unable-to-look-up-publicpickup-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XP password reset</title>
		<link>http://databasically.com/2009/01/23/xp-password-reset/</link>
		<comments>http://databasically.com/2009/01/23/xp-password-reset/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:29:50 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=83</guid>
		<description><![CDATA[Someone asked me to fix their computer, but they didn&#8217;t know any of the passwords for it.  Short of formatting it, I didn&#8217;t really know what to do.
After some searching, I found the Offline NT Password &#38; Registry Editor, Bootdisk / CD which worked perfectly.

Download the CD image
Burn to a CD
Boot to the CD
A [...]]]></description>
			<content:encoded><![CDATA[<p>Someone asked me to fix their computer, but they didn&#8217;t know any of the passwords for it.  Short of formatting it, I didn&#8217;t really know what to do.</p>
<p>After some searching, I found the <a href="http://home.eunet.no/pnordahl/ntpasswd/">Offline NT Password &amp; Registry Editor, Bootdisk / CD</a> which worked perfectly.</p>
<ul>
<li>Download the CD image</li>
<li>Burn to a CD</li>
<li>Boot to the CD</li>
<li>A small linux program runs</li>
<li>Answer a few questions about what partition and the user(s) you need to clear and/or reset the password for</li>
<li>Write your changes to the disk</li>
</ul>
<p>You can also edit the registry if you need to hack some bad keys out of there, like spyware startup entries.</p>
<p>Super handy tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2009/01/23/xp-password-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SFTP on Windows 2003 Server</title>
		<link>http://databasically.com/2009/01/19/installing-sftp-on-windows-2003-server/</link>
		<comments>http://databasically.com/2009/01/19/installing-sftp-on-windows-2003-server/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 16:43:18 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=78</guid>
		<description><![CDATA[I needed to set up a quick FTP server on a Windows server.  I don&#8217;t like opening FTP ports if I can help it, so I wanted to find a easy SFTP server.  This one is great and super easy to set up:
http://www.coreftp.com/server/

You give it a username and password and a directory where [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to set up a quick FTP server on a Windows server.  I don&#8217;t like opening FTP ports if I can help it, so I wanted to find a easy SFTP server.  This one is great and super easy to set up:</p>
<p><a href="http://www.coreftp.com/server/   ">http://www.coreftp.com/server/<br />
</a></p>
<p>You give it a username and password and a directory where the user should end up. Simple, but effective.</p>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 319px"><img class="size-full wp-image-81" title="coreftp-setup" src="http://www.databasically.com/wp-content/uploads/2009/01/coreftp-setup.png" alt="CoreFTP setup" width="309" height="282" /><p class="wp-caption-text">CoreFTP setup</p></div>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2009/01/19/installing-sftp-on-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore IMAP mail from local cache via Time Machine</title>
		<link>http://databasically.com/2009/01/16/restore-imap-mail-from-local-cache-via-time-machine/</link>
		<comments>http://databasically.com/2009/01/16/restore-imap-mail-from-local-cache-via-time-machine/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 23:11:53 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=75</guid>
		<description><![CDATA[I had a real scary moment last night.  I was cleaning off my server and deleted the home directory for my databasically email account. I don&#8217;t host the website on that server, so I thought removing the home directory would be fine.  However, I do host the mail on that server and it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I had a real scary moment last night.  I was cleaning off my server and deleted the home directory for my databasically email account. I don&#8217;t host the website on that server, so I thought removing the home directory would be fine.  However, I do host the mail on that server and it&#8217;s stored in the home directory.</p>
<p>I had Apple Mail.app running and connected to that mailbox.  I didn&#8217;t really notice it until a few minutes later when a message came in on another account.</p>
<p>My work account was blank.  Empty. Also, I had a nice exclamation point saying the account couldn&#8217;t be found.</p>
<p>Whoops.  Oh hell.</p>
<p>I have my computer hooked to an external hard drive which I&#8217;m using as my Time Machine (the built-in Mac backup software) drive.  I poked through the folders from an hour ago and found all my mail.</p>
<p>The mail is stored in ~/Library/Mail/, where each IMAP account has a folder called <strong>IMAP-user@host</strong>. This folder contains many folders with the .imapmbox extension.</p>
<p>Here&#8217;s how I restored my mailbox:</p>
<ul>
<li>Recreated my home directory and made sure that the email address still worked.  You may want to set up a new account if you&#8217;re moving hosts or whatever.  Get a working IMAP account up and running.</li>
<li>Put the IMAP-user@host folder to my Desktop.  Actually, I restored it from Time Machine and then copied it to the Desktop. I selected &#8220;Keep both&#8221; when doing the Time Machine restore which renamed my existing folder to end in &#8220;(original)&#8221;.  I moved the restored folder to my Desktop and removed the &#8220;(original)&#8221;.</li>
<li>Renamed each folders&#8217; extension from <strong>.imapmbox</strong> to <strong>.mbox</strong> . Make sure you get any subfolders as well.</li>
<li>Import the file:  File &gt; Import Mailboxes &gt; Mail for Mac OS X</li>
<li>Select the parent folder (IMAP-user@host) containing all your .mbox files.</li>
<li>Your mail will be imported to a folder named <strong>Import</strong> inside the On My Mac folder.</li>
<li>Drag your mail to your new/restored IMAP mailbox.  I copied 5000 messages at a time without an issue.</li>
</ul>
<p>Hopefully you never need this information.</p>
<p>If it helped you out or if you have any other information, please let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2009/01/16/restore-imap-mail-from-local-cache-via-time-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Outlook Attachments Bar vs View As Icon</title>
		<link>http://databasically.com/2008/12/04/outlook-attachments-bar-vs-view-as-icon/</link>
		<comments>http://databasically.com/2008/12/04/outlook-attachments-bar-vs-view-as-icon/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:52:53 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=72</guid>
		<description><![CDATA[When using Outlook 2003, I try to discourage the option of &#8220;Use Microsoft Word to edit emails&#8221;.  I don&#8217;t see any reason to run Word in the background all the time and the HTML that Word generates is way bloated.
If you turn that option, you have three options for message format: HTML, Rich Text, [...]]]></description>
			<content:encoded><![CDATA[<p>When using Outlook 2003, I try to discourage the option of &#8220;Use Microsoft Word to edit emails&#8221;.  I don&#8217;t see any reason to run Word in the background all the time and the HTML that Word generates is way bloated.</p>
<p>If you turn that option, you have three options for message format: HTML, Rich Text, and Plain Text.  The first two allow colors, the third doesn&#8217;t.</p>
<p>If you pick Rich Text, then the way that your attachments look will change. When you prepare a new message and add an attachment, it will appear in the body of the message instead of in the attachment bar.  Switching to HTML formatting will put it back the other way.</p>
<p>I&#8217;m assuming this is because you can actually specify the location of the attachment in the Rich Text format, which would be handy because you could refer the &#8216;below attachment&#8217; if there were multiple ones.</p>
<p>Another obscure &#8220;feature&#8221; that changes without warning!</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/12/04/outlook-attachments-bar-vs-view-as-icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improved Windows Task Manager: Process Explorer</title>
		<link>http://databasically.com/2008/11/23/improved-windows-task-manager-process-explorer/</link>
		<comments>http://databasically.com/2008/11/23/improved-windows-task-manager-process-explorer/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:26:16 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=54</guid>
		<description><![CDATA[Using the Task Manager can show you some interesting things about what&#8217;s running on your system, but sometimes you have a service going amuck. Task Manager will only show you that &#8220;services.exe&#8221; is using a lot of CPU and you won&#8217;t be able to easily tell what&#8217;s actually running wild.
Enter Process Explorer: (info on MS [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Using the Task Manager can show you some interesting things about what&#8217;s running on your system, but sometimes you have a service going amuck. Task Manager will only show you that &#8220;services.exe&#8221; is using a lot of CPU and you won&#8217;t be able to easily tell what&#8217;s actually running wild.</p>
<p>Enter Process Explorer: (<a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" target="_blank">info on MS Technet</a> | <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">download</a>)</p>
<p>So far, the graph window (see the second screenshot below) has been super helpful to me. I can set the scan interval to a couple seconds, let it run for a while, and come back. The graph not only stores the CPU usage, but also the process that was running! So, you can mouse-over the graph and get historical information about something chewing up CPU, memory, or I/O.</p>
<div style="text-align:center;"><a href="http://www.databasically.com/wp-content/uploads/2008/11/proc_exp-1.jpg"><img class="size-medium wp-image-51 alignnone" title="Process Explorer" src="http://www.databasically.com/wp-content/uploads/2008/11/proc_exp-1-300x217.jpg" alt="" width="300" height="217" style="border: 5px #ddd solid;" /></a></div>
<div style="text-align:center;margin-top: 8px;margin-bottom: 20px;"><a href="http://www.databasically.com/wp-content/uploads/2008/11/proc_exp-2.jpg"><img class="size-medium wp-image-52 alignnone" title="Process Explorer" src="http://www.databasically.com/wp-content/uploads/2008/11/proc_exp-2-300x223.jpg" alt="" width="300" height="223"  style="border: 5px #ddd solid;"/></a></div>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/11/23/improved-windows-task-manager-process-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWA timeout for Exchange: how to increase it</title>
		<link>http://databasically.com/2008/11/21/owa-timeout-for-exchange-how-to-increase-it/</link>
		<comments>http://databasically.com/2008/11/21/owa-timeout-for-exchange-how-to-increase-it/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 23:37:26 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=46</guid>
		<description><![CDATA[Using the webmail interface for Exchange is super handy for users at home or on the road. However, I received several questions about being logged out and having to continually log back in.
First, you have the option to select that you&#8217;re logging on from a &#8220;private&#8221; or &#8220;public&#8221; computer. The default for &#8220;private&#8221; is 20 [...]]]></description>
			<content:encoded><![CDATA[<p>Using the webmail interface for Exchange is super handy for users at home or on the road. However, I received several questions about being logged out and having to continually log back in.</p>
<p>First, you have the option to select that you&#8217;re logging on from a &#8220;private&#8221; or &#8220;public&#8221; computer. The default for &#8220;private&#8221; is 20 minutes, while the default for &#8220;public&#8221; is two hours.  If you log in at home on a weekend and are checking back every-so-often, this might be a pain because you&#8217;d be timed out every two hours.</p>
<p>So, I poked around to find the setting that controls this.  Turns out there are registry keys for both of the values that you can modify.</p>
<p>Browse to HKLM\System\CurrentControlSet\Services\MSExchangeWeb\OWA\ and you&#8217;ll find two keys:</p>
<ul>
<li>PublicClientTimeout &#8211; timeout when someone picks public (default of 20 minutes)</li>
<li>TrustedClientTimeout &#8211; timeout when someone picks private (default of 120 minutes = 2 hours)</li>
</ul>
<p>I suggest changing this to 1440 (for 12 hours) or 2880 (for 24 hours) so users can stay logged in longer.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/11/21/owa-timeout-for-exchange-how-to-increase-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Destination Host Unreachable error</title>
		<link>http://databasically.com/2008/11/12/destination-host-unreachable-error/</link>
		<comments>http://databasically.com/2008/11/12/destination-host-unreachable-error/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:05:35 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=42</guid>
		<description><![CDATA[I came in to a maddening issue this morning.
The server in question wasn&#8217;t available over the network.  Troubleshooting:

The server could ping the loopback and static IP it was assigned.
The server could not ping the gateway or any other computers on the network, returning the error &#8220;Destination Host Unreachable&#8221;.
The network connection said &#8220;Connected&#8221; and the [...]]]></description>
			<content:encoded><![CDATA[<p>I came in to a maddening issue this morning.</p>
<p>The server in question wasn&#8217;t available over the network.  Troubleshooting:</p>
<ul>
<li>The server could ping the loopback and static IP it was assigned.</li>
<li>The server could not ping the gateway or any other computers on the network, returning the error &#8220;Destination Host Unreachable&#8221;.</li>
<li>The network connection said &#8220;Connected&#8221; and the network cable was switched just in case.</li>
<li>The switch and router were both power-cycled.</li>
</ul>
<p>Looking at the System event log, I saw this:</p>
<blockquote><p>Event 4292 (IPSec): The IPSec driver has entered Block mode. IPSec will discard all inbound and outbound TCP/IP network traffic that is not permitted by boot-time IPSec Policy exemptions.</p>
<p>User Action: To restore full unsecured TCP/IP connectivity, disable the IPSec services, and then restart the computer.  For detailed troubleshooting information, review the events in the Security event log.</p></blockquote>
<p>The security log wasn&#8217;t helpful at all.</p>
<p>I found this <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;870910" target="_blank">MSKB that fixed the issue of IPSec being corrupted</a>. Repairing IPSec and restarting restored network connectivity. I&#8217;m not sure that this had anything to do with the original problem, but it showed up after installing Blackberry Enterprise Server 4.1 and rebooting for that installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/11/12/destination-host-unreachable-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WSUS 3.0 memory usage and how to adjust it</title>
		<link>http://databasically.com/2008/11/10/wsus-30-memory-usage-and-how-to-adjust-it/</link>
		<comments>http://databasically.com/2008/11/10/wsus-30-memory-usage-and-how-to-adjust-it/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:52:54 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=27</guid>
		<description><![CDATA[I set up a new Windows 2003 R2 Small Business Server (SBS) last week and I&#8217;m going over it and tweaking things.
While looking at the task manager, I noticed a process that was using 1.6 GB of RAM.  This sqlserver.exe process was going wild!
I turned on the process IDs in Task Manager (View &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I set up a new Windows 2003 R2 Small Business Server (SBS) last week and I&#8217;m going over it and tweaking things.</p>
<p>While looking at the task manager, I noticed a process that was using 1.6 GB of RAM.  This sqlserver.exe process was going wild!</p>
<p>I turned on the process IDs in Task Manager (View &gt; Select Columns) so I could get a process ID for the offending process.  For me, it was process id <strong>1664</strong>.  Then, I turned to the console for some troubleshooting:</p>
<pre name="code" class="vb:nogutter">C:\tasklist /svc /fi "PID eq 1664"</pre>
<p>You should change your process id to match if you&#8217;re running this at home.</p>
<pre name="code" class="vb:nogutter">Image Name                     PID Services
========================= ======== =======================
sqlservr.exe                  1664 MSSQL$MICROSOFT##SSEE</pre>
<p>﻿﻿﻿<br />
Microsoft SSEE shows in the services panel as Windows Internal Database, which is the database for Windows Software Update Services.  Now that we know the instance name, we can reconfigure it:</p>
<pre name="code" class="vb:nogutter">C:\osql -E -S <servername>MICROSOFT##SSEE
﻿1> sp_configure ’show advanced options’, 1;
2> reconfigure;
3> go
Configuration option ’show advanced options’ changed from 0 to 1.
  Run the RECONFIGURE statement to install.
1> sp_configure ‘max server memory’, 512;
2> reconfigure;
3> go
Configuration option ‘max server memory (MB)’ changed from
  2147483647 to 512. Run the RECONFIGURE statement to install.
1> exit</servername></pre>
<p>While you&#8217;re at it, you may want to reconfigure the SBSMONITORING database instance if you&#8217;re running SBS.  I set mine to 70 MB.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/11/10/wsus-30-memory-usage-and-how-to-adjust-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
