On Fri, Aug 30, 2002 at 10:02:27AM +0530, mukund wrote:

>To: Linux-India help <[EMAIL PROTECTED]>
>Sent: Thursday, August 29, 2002 10:27 AM
>Subject: Re: [LIH]Dual CPU Server
>
>
>> On Thu, 29 Aug 2002, mukund wrote:
>>
>> > I appears that Linux is not using the Dual CPU,
>>
>> are you using a smp kernel?  to use dual processors (or 1024 processors
>> for that matter), you need a kernel compiled for SMP.
>
>And what is this SMP kernel? Where do i get it?

Kernel which is compiled to support multi-processors. RedHat in fact 
distributes rpm of smp kernel.

[root@shriram rh72]# find . -name kernel-smp*
./disk1/RedHat/RPMS/kernel-smp-2.4.7-10.i686.rpm
./disk1/RedHat/RPMS/kernel-smp-2.4.7-10.i586.rpm
./disk1/RedHat/RPMS/kernel-smp-2.4.7-10.athlon.rpm
[root@shriram rh72]# 

You can also compile the kernel by enabling smp kernel option.

#
# Processor type and features
#
<snipped>
CONFIG_SMP=y
<snipped>

Peace

--
Rajesh
:
####[ Linux One Stanza Tip (LOST) ]###########################
  
Sub : How to check for bad tracks in cdrom           LOST #187

There are times it is only during opration you realise that a
CD has unreadable sectors ... To check for read defects do:        
'dd if=/dev/cdrom of=/dev/null' 
All read defects will be reported.
                                                                 
####<[EMAIL PROTECTED]>################################
:


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to