Optimize MOSS Search Indexing
9. December 2007 18:35

Joel Oleson had some great suggestions for increasing SharePoint Index performance.  A lot of these go for your farm performance in general.

There are at least two that would not have occurred to me, make sure you take a look:

  1. Put your Search db and on separate disks transaction logs, both the fastest most optimized disks with fast optimized spindles for writing (dedicated disks are essential)
  2. Optimize your temp db: grow it, give it space, you can even split it into multiple dbs and ensure it is on the most optimized disks  (dedicated disks are essential).  Don't forget to optimize the transaction logs of the temp db either!
  3. Optimize the network between the servers you are indexing and the index server (GB NIC speed is preferred within a farm)
  4. Consider topology changes to optimize network throughput and eliminate double hops.
  5. Increase the your RAM on your x64 SQL Servers (8 GB is really a good place to start, 16 GB or more is looking better and better.)
  6. Defragment your databases, and applicable drives (if fragmented) and run relevant dbcc consistency checks - Refer to KB on SharePoint Safe DBCC commands
  7. Increase the # of crawl threads (you'll have to watch this, it is the easiest way to speed up your crawls, but watch the box it is "attacking" it can be heavy handed.)
  8. Reduce the maximum index file size (optional)
  9. Remove any unused, single threaded and poor performing ifilters
  10. Reduce the amount of full indexes, run incremental crawls on a schedule where they can complete, and remove non essentials such as every 5 minute incremental jobs these will simply cause unnecessary churn.
Tags: , Comments (0) | Permalink
Vista Bad Image Error
4. December 2007 12:51

I have had two machines running vista get this error, each referencing a different DLL file.

Bad Image : C:\Windows\system32\* is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.

The problem most commonly seems to be with RASADHLP.DLL, but could be many other files as well.  It appears about a windows update usually.

You'll get this error whenever you launch an executable usually.

I wasn't sure what was going on at first, and was going to search for the dll to replace it from a vista image, but there is an easier fix.

Open a command prompt,

>sfc /scannow

This will scan, and replace any corrupt system files.  In one case I had to press retry a bunch of times for it to be successful.

Tags: Comments (1) | Permalink
I'm an iPhone. And I'm a Smartphone.
4. December 2007 03:27

I've had a hectic schedule lately, and the blog has suffered because of it.  Here's a little something to lighten the mood:

A Mac vs. PC commercial style comparison of iPhone and Windows Smartphone. 

It's good for a smile.

http://www.istartedsomething.com/20070226/iphone-smartphone-ad/

I would only add, perhaps, a reminder that Sharepoint pages are largely unrenderable in Safari on both Mac and iPhone, and that there is no browser available for Apple that will support the datasheet view. 

Cheers!

Tags: Comments (0) | Permalink