From owner-freebsd-questions@FreeBSD.ORG Thu Nov 23 06:57:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C483516A417 for ; Thu, 23 Nov 2006 06:57:28 +0000 (UTC) (envelope-from marko.kobal@arctur.si) Received: from cygnus.arctur.si (cygnus.arctur.si [193.77.181.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95ED43D4C for ; Thu, 23 Nov 2006 06:56:54 +0000 (GMT) (envelope-from marko.kobal@arctur.si) Received: from localhost (unknown [127.0.0.1]) by cygnus.arctur.si (Postfix) with ESMTP id 1C9B7CB6827; Thu, 23 Nov 2006 07:57:29 +0100 (CET) Received: from cygnus.arctur.si ([127.0.0.1]) by localhost (cygnus.arctur.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57732-10; Thu, 23 Nov 2006 07:57:28 +0100 (CET) Received: from [127.0.0.1] (BSN-77-124-79.dsl.siol.net [193.77.124.79]) by cygnus.arctur.si (Postfix) with ESMTP id 63EECCB6818; Thu, 23 Nov 2006 07:57:28 +0100 (CET) Message-ID: <45654657.40602@arctur.si> Date: Thu, 23 Nov 2006 07:57:27 +0100 From: Marko Kobal User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: "Tamouh H." References: <20061122224521.BDA78CB6818@cygnus.arctur.si> In-Reply-To: <20061122224521.BDA78CB6818@cygnus.arctur.si> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0650-1, 22.11.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new at arctur.si Cc: freebsd-questions@freebsd.org Subject: Re: additional processor in IBM xSeries /ii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 06:57:28 -0000 Hi, >> I have an IBM xSeries 225 with two-processor motherboard, >> currently with only one Intel Xeon 2.4 GHz. OS is 6.1p10, >> otherwise is this an apache22-mysql50-php5 web server. >> >> I would like to add an additional, second Intel Xeon 2.4 GHz. >> Do I have to change anything in OS, kernel, etc, before this >> step or can I just plug in the additional proc and thats it? >> >> -- >> Kind regards, Marko Kobal. >> _______________________________________________ > > Recompile Kernel with SMP option (check /usr/src/sys/i386/conf/SMP) OK, so I recompile kernel with: # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel And this will not affect (after reboot) on how system will behave BEFORE I actualy plug in another processor? Are there any other options that may be added to optimize kernel for SMP? -- Kind regards, Marko Kobal.