LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 01-17-2005, 05:50 AM   #1
makko
LQ Newbie
 
Registered: Apr 2004
Location: Earth
Distribution: Slackware 10, FreeBSD 4.10
Posts: 19

Rep: Reputation: 0
Dell Poweredge 2400 FreeBSD 4.10 SMP problem


Hello,
I have a DellPoweredge 2400, with two processors, but for some reason only one is visible atleast to freebsd[ i know this because top shows shows just one processor], Linux also detects just one processor, i have recompiled the kernel to include SMP support;

options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC)

what could be causing this?
NB-> bellow is a copy of demesg.today

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.10-RELEASE #1: Thu Jan 13 17:31:52 EAT 2005
makko@nms.ispkenya.com:/usr/src/sys/compile/BUGS
Timecounter "i8254" frequency 1193182 Hz
CPU: Intel Pentium III (598.11-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x681 Stepping = 1

Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FX
SR,SSE>
real memory = 536862720 (524280K bytes)
avail memory = 517005312 (504888K bytes)
Changing APIC ID for IO APIC #0 from 0 to 2 on chip
Changing APIC ID for IO APIC #1 from 0 to 3 on chip
Programming 16 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
Programming 16 pins in IOAPIC #1
FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000
io0 (APIC): apic id: 2, version: 0x000f0011, at 0xfec00000
io1 (APIC): apic id: 3, version: 0x000f0011, at 0xfec01000
Preloaded elf kernel "kernel" at 0xc0537000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 11 entries at 0xc00fc320
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <ServerWorks NB6635 3.0LE host to PCI bridge> on motherboard
IOAPIC #1 intpin 0 -> irq 2
pci0: <PCI bus> on pcib0
pcib1: <PCI to PCI bridge (vendor=8086 device=0962)> at device 2.0 on pci0
IOAPIC #1 intpin 15 -> irq 5
IOAPIC #1 intpin 14 -> irq 10

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

regards
Timothy.
 
Old 01-17-2005, 06:42 AM   #2
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
I see two processors there.

cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000

Are you sure it isn't seeing both?

Start a buildworld (no options) and then open a new window and run "top" in it. What is your idle.
 
Old 01-18-2005, 01:34 AM   #3
makko
LQ Newbie
 
Registered: Apr 2004
Location: Earth
Distribution: Slackware 10, FreeBSD 4.10
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by frob23
I see two processors there.

cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000

Are you sure it isn't seeing both?

Start a buildworld (no options) and then open a new window and run "top" in it. What is your idle.
SMP: AP CPU #1 Launched!
pass2 at ahc0 bus 0 target 6 lun 0
pass2: <DELL 1x6 U2W SCSI BP 5.35> Fixed Processor SCSI-2 device
pass2: 3.300MB/s transfers
da0 at ahc0 bus 0 target 4 lun 0
da0: <MAXTOR ATLASU320_36_SCA B120> Fixed Direct Access SCSI-3 device
da0: 80.000MB/s transfers (40.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da0: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C)
da1 at ahc0 bus 0 target 5 lun 0
da1: <MAXTOR ATLASU320_36_SCA B120> Fixed Direct Access SCSI-3 device
da1: 80.000MB/s transfers (40.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da1: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C)

shouldnt it show "SMP: AP CPU #2 Launched!" after this?
 
Old 01-18-2005, 04:02 AM   #4
x86br
Newbie
 
Registered: Jan 2003
Posts: 26

Rep: Reputation: 15
use dmesg | grep -i cpu

you can use top for cpu's use.
 
Old 01-18-2005, 10:57 AM   #5
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Quote:
Originally posted by makko
SMP: AP CPU #1 Launched!

shouldnt it show "SMP: AP CPU #2 Launched!" after this?
cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000

No, I don't see why it would. Your CPU #0 is already running at boot. At that point in the boot process it appears to just be saying the second CPU is now ready for use by the system.

The quickest way to tell is to do something which will bog down one of the processors... then use top to show the idle is [about] 50% well... it will be lower then 50% but it won't be near 0% like if you only had one processor.

Code:
cd /usr/src
make buildworld
Note: with no options this will only use one processor and I am sure of that... (unless you have a custom make.conf where you specify the J option).

Then run top and see how idle your system is.

You can then (after you are sure) just ^C the build and "make clean"
 
Old 01-18-2005, 11:04 AM   #6
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Code:
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00050014, at 0xfee00000
 cpu1 (AP):  apic id:  1, version: 0x00050014, at 0xfee00000
 cpu2 (AP):  apic id:  6, version: 0x00050014, at 0xfee00000
 cpu3 (AP):  apic id:  7, version: 0x00050014, at 0xfee00000
 io0 (APIC): apic id:  8, version: 0x00178020, at 0xfec00000
 io1 (APIC): apic id:  9, version: 0x00178020, at 0xfec81000
 io2 (APIC): apic id: 10, version: 0x00178020, at 0xfec81400
Preloaded elf kernel "kernel" at 0xc038d000.
Pentium Pro MTRR support enabled

... cut ..

SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
This is from another persons dmesg not my own. It is a perfectly working quad-cpu system. You'll note that only the AP processors need to be launched. the BSP is already running... what do you think is processing the kernel and printing the messages before the AP cpu's are launched?

Edit: Note: BSP -- Boot Strap Processor
AP -- Application Processor (namely any processor that is not the BSP)

Last edited by frob23; 01-18-2005 at 11:09 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure a PowerEdge 2400 with SuSE 9.1 - Step by Step ServerStorm SUSE / openSUSE 4 08-16-2007 02:30 PM
Error Installing Fedora 4 in Dell 2400 with XP maic Linux - Newbie 3 09-28-2005 01:07 PM
rh9 install problem on Dell Poweredge 1650 netmechDB Linux - Software 1 05-12-2005 09:34 AM
Configuring PowerEdge 2400 with NEC 466 SCSI CD-ROM ServerStorm Linux - Hardware 15 04-06-2005 12:59 PM
Dell Poweredge 2400 + Suse 9.0 (or: WTF doesn't it remember the driver module!) Garp Linux - General 3 07-09-2004 10:22 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 05:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration