Hello, We are facing a strange problem while trying to use openbgpd. We would like to use openbgpd as our core BGP router on a Dell Poweredge R210 server with quad core xeon/ 8 GB RAM/ 6 x1GB ports (2 on board Broadcom and quad port Intel adapter). 4.6 stable installation failed because it could not detect hard disk (I guess its related to the controller). Then we installed current 4.7 amd64(10 Feb build) which detected the HDD and installed properly. After configuring BGPD everything camp up nicely.
------The Setup----- Customers-------------Cisco SW 2950 (8xVLAN)---------(1GB Vlan trunk)----------|||||||BGPD Server||||||-------------(100Mbps)----------Upstream carrier ----------------------------------------------------------------------------- ---------- Bgpd.conf # $OpenBSD: bgpd.conf,v 1.9 2009/11/20 19:51:05 claudio Exp $ # global configuration AS xxx13 router-id xxx.xxx.53.1 network xxx.xxx.52.0/22 # neighbors and peers neighbor xxx.xxx.58.21 { remote-as xx55 descr "upstream" announce all tcp md5sig password xxxxxxxxxxxxxxx } neighbor xxx.xxx.52.202 { remote-as xxx23 descr "customer" announce default-route tcp md5sig password xxxxxxxxxxxxxxxxx multihop 3 local-address xxx.xxx.53.9 } # filter out prefixes longer than 24 or shorter than 8 bits deny from any allow from any inet prefixlen 8 - 24 # accept a default route (since the previous rule blocks this) allow from xxx.xxx.58.21 prefix 0.0.0.0/0 allow from xxx.xxx.52.202 prefix xxx.xxx.168.0/24 # filter bogus networks deny from any prefix 10.0.0.0/8 prefixlen >= 8 deny from any prefix 172.16.0.0/12 prefixlen >= 12 deny from any prefix 192.168.0.0/16 prefixlen >= 16 deny from any prefix 169.254.0.0/16 prefixlen >= 16 deny from any prefix 192.0.2.0/24 prefixlen >= 24 deny from any prefix 224.0.0.0/4 prefixlen >= 4 deny from any prefix 240.0.0.0/4 prefixlen >= 4 Network interfaces (Hostname.em0) upstream carrier inet xxx.xxx.58.22 255.255.255.252 xxx.xxx.58.23 media 100baseTX mediaopt full-duplex description "Upstream carrier" (Hostname.vlan101) cisco router facing customers and bgpd (for TDM interfaces) inet xxx.xxx.53.1 255.255.255.252 xxx.xxx.53.3 vlandev em3 description "Cisco 2821" ! route add xxx.xxx.53.16/30 xxx.xxx.53.2 ! route add xxx.xxx.53.200/29 xxx.xxx.53.2 ! route add xxx.xxx.53.20/30 xxx.xxx.53.2 ! route add xxx.xxx.53.92/30 xxx.xxx.53.2 ! route add xxx.xxx.53.40/30 xxx.xxx.53.2 ! route add xxx.xxx.53.112/28 xxx.xxx.53.2 ! route add xxx.xxx.53.52/30 xxx.xxx.53.2 ! route add xxx.xxx.53.248/29 xxx.xxx.53.2 ! route add xxx.xxx.53.80/30 xxx.xxx.53.2 ! route add xxx.xxx.53.84/30 xxx.xxx.53.2 ! route add xxx.xxx.53.88/30 xxx.xxx.53.2 (Hostname.vlan102) Customer1 inet xxx.xxx.53.9 255.255.255.252 xxx.xxx.53.11 vlandev em3 description "customer" ! route add xxx.xxx.52.0/24 xxx.xxx.53.10 ! route add xxx.xxx.54.0/25 xxx.xxx.53.10 (hostname.vlan103) Customer2 inet xxx.xxx.53.13 255.255.255.252 xxx.xxx.53.15 vlandev em3 description "customer2" ! route add xxx.xxx.53.192/29 xxx.xxx.53.14 And like that we have around 8 customers all going thru vlan trunk configured between bgpd server and cisco switch. -------The Problem----- As soon as we start traffic bgp server starts behaving strangely. for example if we ping any IP, customer side or towards upstream from the bgpd server, first few seconds we get "no route to host" and after few seconds it starts getting the response. When we try to ping the same IP again, behavior remain unchanged. which means it can't get the route for few seconds. We have checked the media connections and under normal conditions (without bgpd and vlans) everything works fine. I am not sure if its related to so many vlans, bgpd configuration or bug in routing daemon. Another strange thing I have noticed is that it shows 10M memory in "TOP command" where server has 8GB RAM. I am pasting the dmesg and other logs for your info. - System info CPU0 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU1 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU2 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU3 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU4 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU5 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU6 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU7 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Memory: Real: 11M/59M act/tot Free: 2915M Swap: 0K/3318M used/tot PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND 9436 root 2 0 3428K 3132K sleep/1 select 0:00 0.00% sshd 16649 root 2 0 3368K 3096K idle select 0:00 0.00% sshd 18987 _bgpd 2 0 776K 1220K idle poll 0:00 0.00% bgpd 20015 root 28 0 764K 1640K onproc/2 - 0:00 0.00% top 23224 root 2 0 1316K 1652K sleep/0 select 0:00 0.00% sendmail 12144 root 2 0 708K 1144K sleep/6 poll 0:00 0.00% bgpd 19889 root 2 0 676K 1344K sleep/6 select 0:00 0.00% sshd 31663 root 2 0 388K 744K idle netio 0:00 0.00% syslogd 2241 root 3 0 508K 560K idle ttyin 0:00 0.00% ksh 26285 root 2 0 604K 456K idle netio 0:00 0.00% pflogd 4858 root 2 0 516K 884K idle select 0:00 0.00% cron 12561 root 2 0 364K 832K idle select 0:00 0.00% inetd 26321 _bgpd 2 0 936K 1304K idle poll 0:00 0.00% bgpd 11146 root 18 0 660K 548K sleep/7 pause 0:00 0.00% ksh 8263 _pflogd 4 0 668K 336K sleep/5 bpf 0:00 0.00% pflogd 10943 _syslogd 2 0 408K 776K sleep/1 poll 0:00 0.00% syslogd 6180 root 3 0 324K 840K idle ttyin 0:00 0.00% getty 8956 root 3 0 248K 848K idle ttyin 0:00 0.00% getty 11112 root 3 0 472K 848K idle ttyin 0:00 0.00% getty 17571 root 3 0 440K 844K idle ttyin 0:00 0.00% getty 23603 root 3 0 604K 1036K idle ttyin 0:00 0.00% login 1 root 10 0 464K 380K idle wait 0:00 0.00% init # route show Routing tables Internet: Destination Gateway Flags Refs Use Mtu Prio Iface default xxx.xxx.58.21 UG 1 997597 - 48 em0 xxx.xxx.58.20/30 link#1 UC 1 0 - 4 em0 xxx.xxx.58.21 00:23:04:17:c1:c0 UHLc 2 115 - 4 em0 loopback localhost UGRS 0 0 33160 8 lo0 localhost localhost UH 1 0 33160 4 lo0 192.168.2/24 link#3 UC 1 0 - 4 em2 192.168.2.1 00:22:19:50:c9:33 UHLc 0 227 - 4 em2 202.131.127/24 xxx.xxx.53.10 UG 0 54472 - 48 vlan102 xxx.xxx.52/24 xxx.xxx.53.10 UGS 1 584144 - 8 vlan102 xxx.xxx.53.0 link#9 UHLc 0 1 - 4 vlan101 xxx.xxx.53.0/30 link#9 UC 2 0 - 4 vlan101 xxx.xxx.53.2 link#9 UHRLc 11 5 - 4 vlan101 xxx.xxx.53.4 link#8 UHLc 0 3 - 4 bnx1 xxx.xxx.53.4/30 link#8 UC 2 0 - 4 bnx1 xxx.xxx.53.6 00:13:7f:75:3c:00 UHLc 1 1792 - 4 bnx1 xxx.xxx.53.8 link#10 UHLc 0 1 - 4 vlan102 xxx.xxx.53.8/30 link#10 UC 2 0 - 4 vlan102 xxx.xxx.53.10 00:b0:4a:74:3c:55 UHLc 3 1036 - 4 vlan102 xxx.xxx.53.12/30 link#11 UC 1 0 - 4 vlan103 xxx.xxx.53.14 00:06:b1:27:23:7e UHLc 1 4895 - 4 vlan103 xxx.xxx.53.16/30 xxx.xxx.53.2 UGS 0 7 - 8 vlan101 xxx.xxx.53.20/30 xxx.xxx.53.2 UGS 0 66 - 8 vlan101 xxx.xxx.53.24/30 link#12 UC 1 0 - 4 vlan104 xxx.xxx.53.26 00:02:b6:41:86:10 UHLc 1 3749 - 4 vlan104 xxx.xxx.53.28 link#13 UHLc 0 1 - 4 vlan105 xxx.xxx.53.28/30 link#13 UC 2 0 - 4 vlan105 xxx.xxx.53.30 00:03:e3:b0:4e:b7 UHLc 1 232 - 4 vlan105 xxx.xxx.53.36 link#14 UHLc 0 1 - 4 vlan106 xxx.xxx.53.36/30 link#14 UC 2 0 - 4 vlan106 xxx.xxx.53.38 00:1e:4a:4c:3f:0e UHLc 1 21643 - 4 vlan106 xxx.xxx.53.40/30 xxx.xxx.53.2 UGS 0 8 - 8 vlan101 xxx.xxx.53.44/30 link#15 UC 1 0 - 4 vlan107 xxx.xxx.53.46 00:15:77:6f:63:03 UHLc 1 4 - 4 vlan107 xxx.xxx.53.48/30 link#16 UC 1 0 - 4 vlan108 xxx.xxx.53.50 00:01:7a:0c:20:00 UHLc 1 66365 - 4 vlan108 xxx.xxx.53.52/30 xxx.xxx.53.2 UGS 0 67 - 8 vlan101 xxx.xxx.53.80/30 xxx.xxx.53.2 UGS 0 4 - 8 vlan101 xxx.xxx.53.84 link#4 UHLc 0 1 - 4 em3 xxx.xxx.53.84/30 link#4 UC 2 0 - 4 em3 xxx.xxx.53.84/30 xxx.xxx.53.2 UGS 0 0 - 8 vlan101 xxx.xxx.53.86 00:26:51:75:99:16 UHLc 0 1 - 4 em3 xxx.xxx.53.88/30 xxx.xxx.53.2 UGS 0 12 - 8 vlan101 xxx.xxx.53.92/30 xxx.xxx.53.2 UGS 0 10 - 8 vlan101 xxx.xxx.53.96/28 xxx.xxx.53.38 UGS 0 146779 - 8 vlan106 xxx.xxx.53.112/28 xxx.xxx.53.2 UGS 0 674 - 8 vlan101 xxx.xxx.53.128/27 link#7 UC 23 0 - 4 bnx0 xxx.xxx.53.130 00:13:20:d5:71:13 UHLc 0 14152 - 4 bnx0 xxx.xxx.53.131 00:22:19:50:c8:e8 UHLc 0 73660 - 4 bnx0 xxx.xxx.53.133 00:22:19:50:c8:48 UHLc 0 0 - 4 bnx0 xxx.xxx.53.134 00:22:19:50:bf:21 UHLc 0 6940 - 4 bnx0 xxx.xxx.53.137 link#7 UHLc 0 1 - 4 bnx0 xxx.xxx.53.138 link#7 UHLc 0 2 - 4 bnx0 xxx.xxx.53.140 00:22:19:50:c9:3a UHLc 0 1237 - 4 bnx0 xxx.xxx.53.141 00:22:19:50:c3:9a UHLc 0 49 - 4 bnx0 xxx.xxx.53.142 00:22:19:50:c3:9a UHLc 0 60094 - 4 bnx0 xxx.xxx.53.143 00:22:19:50:c3:9a UHLc 0 2 - 4 bnx0 xxx.xxx.53.144 00:22:19:50:c3:9a UHLc 0 2 - 4 bnx0 xxx.xxx.53.145 00:22:19:50:c3:9a UHLc 0 2 - 4 bnx0 xxx.xxx.53.146 link#7 UHLc 0 1 - 4 bnx0 xxx.xxx.53.147 link#7 UHLc 0 3 - 4 bnx0 xxx.xxx.53.148 link#7 UHLc 0 1 - 4 bnx0 xxx.xxx.53.150 00:07:85:80:5a:02 UHLc 0 1981 - 4 bnx0 xxx.xxx.53.151 00:1e:c9:d0:85:c8 UHLc 0 63 - 4 bnx0 xxx.xxx.53.152 00:1e:c9:d0:85:c8 UHLc 0 1339 - 4 bnx0 xxx.xxx.53.153 00:1e:c9:d0:85:c8 UHLc 0 2719 - 4 bnx0 xxx.xxx.53.154 00:1e:c9:d0:85:c8 UHLc 0 2 - 4 bnx0 xxx.xxx.53.155 00:0e:0c:4d:5f:4a UHLc 0 19 - 4 bnx0 xxx.xxx.53.157 link#7 UHLc 0 3 - 4 bnx0 xxx.xxx.53.158 00:18:f8:84:35:f7 UHLc 0 1 - 4 bnx0 xxx.xxx.53.160/28 xxx.xxx.53.46 UGS 0 276311 - 8 vlan107 xxx.xxx.53.192/29 xxx.xxx.53.14 UGS 0 93 - 8 vlan103 xxx.xxx.53.200/29 xxx.xxx.53.2 UGS 0 5777 - 8 vlan101 xxx.xxx.53.208/29 xxx.xxx.53.26 UGS 0 20 - 8 vlan104 xxx.xxx.53.216/29 xxx.xxx.53.6 UGS 1 27815 - 8 bnx1 xxx.xxx.53.224/29 xxx.xxx.53.30 UGS 0 26 - 8 vlan105 xxx.xxx.53.240/29 xxx.xxx.53.50 UGS 0 359 - 8 vlan108 xxx.xxx.53.248/29 xxx.xxx.53.2 UGS 0 518 - 8 vlan101 xxx.xxx.54.0/25 xxx.xxx.53.10 UGS 0 40249 - 8 vlan102 BASE-ADDRESS.MCAST localhost URS 0 0 33160 8 lo0 Internet6: Destination Gateway Flags Refs Use Mtu Prio Iface ::/104 localhost UGRS 0 0 - 8 lo0 ::/96 localhost UGRS 0 0 - 8 lo0 localhost localhost UH 14 0 33160 4 lo0 ::127.0.0.0/104 localhost UGRS 0 0 - 8 lo0 ::224.0.0.0/100 localhost UGRS 0 0 - 8 lo0 ::255.0.0.0/104 localhost UGRS 0 0 - 8 lo0 ::ffff:0.0.0.0/96 localhost UGRS 0 0 - 8 lo0 2002::/24 localhost UGRS 0 0 - 8 lo0 2002:7f00::/24 localhost UGRS 0 0 - 8 lo0 2002:e000::/20 localhost UGRS 0 0 - 8 lo0 2002:ff00::/24 localhost UGRS 0 0 - 8 lo0 fe80::/10 localhost UGRS 0 0 - 8 lo0 fe80::%em0/64 link#1 UC 0 0 - 4 em0 fe80::21b:21ff:fe4 00:1b:21:48:66:58 HL 0 0 - 4 lo0 fe80::%em2/64 link#3 UC 0 0 - 4 em2 fe80::21b:21ff:fe4 00:1b:21:48:66:5c HL 0 0 - 4 lo0 fe80::%em3/64 link#4 UC 0 0 - 4 em3 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%lo0/64 fe80::1%lo0 U 0 0 - 4 lo0 fe80::1%lo0 link#6 UHL 0 0 - 4 lo0 fe80::%bnx0/64 link#7 UC 0 0 - 4 bnx0 fe80::226:b9ff:fe7 00:26:b9:7b:6e:21 HL 0 0 - 4 lo0 fe80::%bnx1/64 link#8 UC 0 0 - 4 bnx1 fe80::226:b9ff:fe7 00:26:b9:7b:6e:22 HL 0 0 - 4 lo0 fe80::%vlan101/64 link#9 UC 0 0 - 4 vlan101 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan102/64 link#10 UC 0 0 - 4 vlan102 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan103/64 link#11 UC 0 0 - 4 vlan103 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan104/64 link#12 UC 0 0 - 4 vlan104 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan105/64 link#13 UC 0 0 - 4 vlan105 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan106/64 link#14 UC 0 0 - 4 vlan106 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan107/64 link#15 UC 0 0 - 4 vlan107 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fe80::%vlan108/64 link#16 UC 0 0 - 4 vlan108 fe80::21b:21ff:fe4 00:1b:21:48:66:5d HL 0 0 - 4 lo0 fec0::/10 localhost UGRS 0 0 - 8 lo0 ff01::/16 localhost UGRS 0 0 - 8 lo0 ff01::%em0/32 link#1 UC 0 0 - 4 em0 ff01::%em2/32 link#3 UC 0 0 - 4 em2 ff01::%em3/32 link#4 UC 0 0 - 4 em3 ff01::%lo0/32 localhost UC 0 0 - 4 lo0 ff01::%bnx0/32 link#7 UC 0 0 - 4 bnx0 ff01::%bnx1/32 link#8 UC 0 0 - 4 bnx1 ff01::%vlan101/32 link#9 UC 0 0 - 4 vlan101 ff01::%vlan102/32 link#10 UC 0 0 - 4 vlan102 ff01::%vlan103/32 link#11 UC 0 0 - 4 vlan103 ff01::%vlan104/32 link#12 UC 0 0 - 4 vlan104 ff01::%vlan105/32 link#13 UC 0 0 - 4 vlan105 ff01::%vlan106/32 link#14 UC 0 0 - 4 vlan106 ff01::%vlan107/32 link#15 UC 0 0 - 4 vlan107 ff01::%vlan108/32 link#16 UC 0 0 - 4 vlan108 ff02::/16 localhost UGRS 0 0 - 8 lo0 ff02::%em0/32 link#1 UC 0 0 - 4 em0 ff02::%em2/32 link#3 UC 0 0 - 4 em2 ff02::%em3/32 link#4 UC 0 0 - 4 em3 ff02::%lo0/32 localhost UC 0 0 - 4 lo0 ff02::%bnx0/32 link#7 UC 0 0 - 4 bnx0 ff02::%bnx1/32 link#8 UC 0 0 - 4 bnx1 ff02::%vlan101/32 link#9 UC 0 0 - 4 vlan101 ff02::%vlan102/32 link#10 UC 0 0 - 4 vlan102 ff02::%vlan103/32 link#11 UC 0 0 - 4 vlan103 ff02::%vlan104/32 link#12 UC 0 0 - 4 vlan104 ff02::%vlan105/32 link#13 UC 0 0 - 4 vlan105 ff02::%vlan106/32 link#14 UC 0 0 - 4 vlan106 ff02::%vlan107/32 link#15 UC 0 0 - 4 vlan107 ff02::%vlan108/32 link#16 UC 0 0 - 4 vlan108 # dmesg OpenBSD 4.7-beta (GENERIC.MP) #85: Sun Feb 7 17:06:57 MST 2010 t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3210317824 (3061MB) avail mem = 3117477888 (2973MB) mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xbf79c000 (62 entries) bios0: vendor Dell Inc. version "1.1.4" date 10/30/2009 bios0: Dell Inc. PowerEdge R210 acpi0 at bios0: rev 2 acpi0: tables DSDT FACP APIC SPCR HPET DM__ MCFG WD__ SLIC ERST HEST BERT EINJ TCPA SSDT acpi0: wakeup devices PCI0(S5) USBA(S0) USBB(S0) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2660.41 MHz cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu0: 256KB 64b/line 8-way L2 cache cpu0: apic clock running at 132MHz cpu1 at mainbus0: apid 2 (application processor) cpu1: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.99 MHz cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu1: 256KB 64b/line 8-way L2 cache cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.99 MHz cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu2: 256KB 64b/line 8-way L2 cache cpu3 at mainbus0: apid 6 (application processor) cpu3: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.98 MHz cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu3: 256KB 64b/line 8-way L2 cache cpu4 at mainbus0: apid 1 (application processor) cpu4: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.99 MHz cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu4: 256KB 64b/line 8-way L2 cache cpu5 at mainbus0: apid 3 (application processor) cpu5: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.98 MHz cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu5: 256KB 64b/line 8-way L2 cache cpu6 at mainbus0: apid 5 (application processor) cpu6: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.99 MHz cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu6: 256KB 64b/line 8-way L2 cache cpu7 at mainbus0: apid 7 (application processor) cpu7: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2659.99 MHz cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,C X16,xTPR,NXE,LONG cpu7: 256KB 64b/line 8-way L2 cache ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 1 (LYD0) acpiprt2 at acpi0: bus -1 (LYD2) acpiprt3 at acpi0: bus -1 (HVD0) acpiprt4 at acpi0: bus -1 (HVD2) acpiprt5 at acpi0: bus 5 (PEX0) acpiprt6 at acpi0: bus -1 (PEX4) acpiprt7 at acpi0: bus -1 (PEX5) acpiprt8 at acpi0: bus 6 (COMP) acpicpu0 at acpi0: C3, C2, C1 acpicpu1 at acpi0: C3, C2, C1 acpicpu2 at acpi0: C3, C2, C1 acpicpu3 at acpi0: C3, C2, C1 acpicpu4 at acpi0: C3, C2, C1 acpicpu5 at acpi0: C3, C2, C1 acpicpu6 at acpi0: C3, C2, C1 acpicpu7 at acpi0: C3, C2, C1 ipmi at mainbus0 not configured cpu0: unknown i686 model 0x1e, can't get bus clock cpu0: EST: PSS not yet available for this processor pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Core DMI" rev 0x11 ppb0 at pci0 dev 3 function 0 "Intel Core PCIE" rev 0x11: apic 0 int 16 (irq 0) pci1 at ppb0 bus 1 ppb1 at pci1 dev 0 function 0 "IDT 89HPES12N3A" rev 0x0e pci2 at ppb1 bus 2 ppb2 at pci2 dev 2 function 0 "IDT 89HPES12N3A" rev 0x0e pci3 at ppb2 bus 3 em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 0 int 18 (irq 15), address 00:1b:21:48:66:58 em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82576)" rev 0x01: apic 0 int 19 (irq 6), address 00:1b:21:48:66:59 ppb3 at pci2 dev 4 function 0 "IDT 89HPES12N3A" rev 0x0e pci4 at ppb3 bus 4 em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82576)" rev 0x01: apic 0 int 16 (irq 15), address 00:1b:21:48:66:5c em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82576)" rev 0x01: apic 0 int 17 (irq 10), address 00:1b:21:48:66:5d "Intel Core Management" rev 0x11 at pci0 dev 8 function 0 not configured "Intel Core Scratch" rev 0x11 at pci0 dev 8 function 1 not configured "Intel Core Control" rev 0x11 at pci0 dev 8 function 2 not configured "Intel Core Misc" rev 0x11 at pci0 dev 8 function 3 not configured "Intel Core QPI Link" rev 0x11 at pci0 dev 16 function 0 not configured "Intel Core QPI Routing" rev 0x11 at pci0 dev 16 function 1 not configured ehci0 at pci0 dev 26 function 0 "Intel 3400 USB" rev 0x05: apic 0 int 22 (irq 14) usb0 at ehci0: USB revision 2.0 uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci0 dev 28 function 0 "Intel 3400 PCIE" rev 0x05 pci5 at ppb4 bus 5 bnx0 at pci5 dev 0 function 0 "Broadcom BCM5716" rev 0x20: apic 0 int 16 (irq 15) bnx1 at pci5 dev 0 function 1 "Broadcom BCM5716" rev 0x20: apic 0 int 17 (irq 10) ehci1 at pci0 dev 29 function 0 "Intel 3400 USB" rev 0x05: apic 0 int 22 (irq 14) usb1 at ehci1: USB revision 2.0 uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb5 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5 pci6 at ppb5 bus 6 vga1 at pci6 dev 3 function 0 "Matrox MGA G200eW" rev 0x0a wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) pcib0 at pci0 dev 31 function 0 "Intel 3400 LPC" rev 0x05 ahci0 at pci0 dev 31 function 2 "Intel 3400 AHCI" rev 0x05: apic 0 int 20 (irq 11), AHCI 1.3 scsibus0 at ahci0: 32 targets sd0 at scsibus0 targ 0 lun 0: <ATA, WDC WD1602ABKS-1, 02.0> SCSI3 0/direct fixed sd0: 152587MB, 512 bytes/sec, 312500000 sec total cd0 at scsibus0 targ 3 lun 0: <TEAC, DVD-ROM DV28SV, D.0L> ATAPI 5/cdrom removable isa0 at pcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 kbc: cmd word write error pcppi0 at isa0 port 0x61 midi0 at pcppi0: <PC speaker> spkr0 at pcppi0 mtrr: Pentium Pro MTRR support uhub2 at uhub1 port 1 "vendor 0x8087 product 0x0020" rev 2.00/0.00 addr 2 uhub3 at uhub0 port 1 "vendor 0x8087 product 0x0020" rev 2.00/0.00 addr 2 uhub4 at uhub2 port 5 "Standard Microsystems product 0x2514" rev 2.00/0.00 addr 3 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root root on sd0a swap on sd0b dump on sd0b bnx0: address 00:26:b9:7b:6e:21 brgphy0 at bnx0 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8 bnx1: address 00:26:b9:7b:6e:22 brgphy1 at bnx1 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8 we bought 6 servers to sit at 6 different locations to do this kind of job and I am very disappointed with the outcome. Will reall appreciate if someone can help. Thanks, Shailesh Tyagi Novanet, Inc www.novanet.net CONFIDENTIALITY NOTE : The documents herein contain information, belonging to Novanet Ltd, which is confidential and privileged. Unless you are the intended recipient, you may not use, copy or disclose to anyone the documents or any information contained in or attached to the documents.