On Wed, Nov 08, 2006 at 12:22:19AM +0100, Michiel van Baak wrote:
> On 22:12, Tue 07 Nov 06, C?dric Berger wrote:
> > There is no way it can work on a 32-bit i386 system.
> >
> > This kind of pointer limitation is the first reason why
> > ppl move to 64-bit systems, so that might be worth testing
> > on a (maybe tuned) amd64 kernel.
>
> How about the core 2 duo and xeon intel stuff ?
> Those are EMT64.
hope this one is not too old to reply to.
working on a project to put a pair of dell 1950s in as a
failover spamd(8)/greylist pair ( the secondary will just pass traffic
and not greylist ) in front of our MXs.
we have ~1.2M unique IPs hit our MXs ( customer relays counted
seperately ) accounting for 37M connections to the MX cluster per day
( well, at least on nov.27th ).
on the plate is a desire to take any of the RBLs we currently use
to refuse mail by (eg, the "matching" hosts talk to the real MX but the
real MX has 0 intent of relaying any mail for them) and put as much
of that as we can also in the <spamd> table.
i'll put dmesg at the bottom. one of the questions i have is whether
we ought to be running i386 or amd64 on this guy. currently i have amd64 on
there as i386 either stalled indefinately at boot or had a pause that
was longer than i was willing to wait - but that's besides the point,
i have to make a proper report for that one first.
anyway, amd64 boots.
here's an attempt (looks ok) to load the CBL (the _cbl.zone file i just
stripped all the non-table-friendly content out of) into a table.
first, set 'limit table-entries' to 8M in pf.conf, then:
In use 4835K, total allocated 5688K; utilization 85.0%
# vmstat -m | grep -e '^pf' -e "^In"
pfiaddrpl 120 8 0 3 1 0 1 1 0 8 0
pfrulepl 720 24 0 11 5 0 5 5 0 8 1
pfstatepl 392 195 0 194 1 0 1 1 0 1000 0
pfaltqpl 144 28 0 14 2 0 2 2 0 8 0
pfpooladdrpl 88 6 0 3 1 0 1 1 0 8 0
pfrktable 1296 6283 0 6277 3 0 3 3 0 334 1
pfrkentry 216 3 0 0 1 0 1 1 0 222223 0
pfosfpen 112 696 0 348 12 2 10 10 0 8 0
pfosfp 40 416 0 208 3 0 3 3 0 8 0
In use 4837K, total allocated 5688K; utilization 85.0%
# ls -l _cbl.zone; wc -l _cbl.zone
-rw-r--r-- 1 root wheel 54702696 Nov 28 17:31 _cbl.zone
3899399 _cbl.zone
# vmstat -m | grep -e '^pf' -e "^In"
pfiaddrpl 120 8 0 3 1 0 1 1 0 8 0
pfrulepl 720 24 0 11 5 0 5 5 0 8 1
pfstatepl 392 195 0 194 1 0 1 1 0 1000 0
pfaltqpl 144 28 0 14 2 0 2 2 0 8 0
pfpooladdrpl 88 6 0 3 1 0 1 1 0 8 0
pfrktable 1296 6286 0 6280 3 0 3 3 0 334 1
pfrkentry 216 3899402 0 3899399 216634 0 216634 216634 0 222223
216633
pfosfpen 112 696 0 348 12 2 10 10 0 8 0
pfosfp 40 416 0 208 3 0 3 3 0 8 0
In use 4838K, total allocated 872220K; utilization 0.6%
# pfctl -t cbl -Ts | wc -l
pfctl: Table does not exist.
0
# echo "table <cbl> persist file _cbl.zone" | pfctl -vf- -Tl
table <cbl> persist file "_cbl.zone"
# pfctl -sT
cbl
spamd-white
# pfctl -t cbl -Ts | wc -l
3899399
# vmstat -m | grep -e '^pf' -e "^In"
pfiaddrpl 120 8 0 3 1 0 1 1 0 8 0
pfrulepl 720 24 0 11 5 0 5 5 0 8 1
pfstatepl 392 195 0 194 1 0 1 1 0 1000 0
pfaltqpl 144 28 0 14 2 0 2 2 0 8 0
pfpooladdrpl 88 6 0 3 1 0 1 1 0 8 0
pfrktable 1296 6295 0 6288 3 0 3 3 0 334 0
pfrkentry 216 7798801 0 3899399 216634 0 216634 216634 0 222223 0
pfosfpen 112 696 0 348 12 2 10 10 0 8 0
pfosfp 40 416 0 208 3 0 3 3 0 8 0
In use 827367K, total allocated 872224K; utilization 94.9%
so tried it again (now that i am remembering persist) few more times (using a
new table name so as to keep adding stuff) but it runs out of memory now.
tried flushing the tables ('-FT') and then running around to the other
RBLs we have, here's one weighing in at 6199567 entries.
this syntax of the following is invalid because i just made a quickie cutup
of the big long commandline that i actually ran - the content is the same,
just
the EOLs and '\'s are bogus:
# pfctl -FT ; \
echo "
table <poop> persist file safe.dnsbl.sorbs.net.plain \
file problems.dnsbl.sorbs.net.plain \
file relays.dnsbl.sorbs.net.plain \
file proxies.dnsbl.sorbs.net.plain\
file \"../cbl/_cbl.zone\" \
file web.dnsbl.sorbs.net.plain \
file socks.dnsbl.sorbs.net.plain \
file \"../spamhaus/rsync/xbl.plain\"
" | pfctl -vvf- -Tl
# pfctl -t poop -Ts | wc -l
6199567
# vmstat -m | grep -e '^pf' -e "^In"
pfiaddrpl 120 12 0 7 1 0 1 1 0 8 0
pfrulepl 720 36 0 23 5 0 5 5 0 8 1
pfstatepl 392 201 0 200 1 0 1 1 0 1000 0
pfaltqpl 144 42 0 28 2 0 2 2 0 8 1
pfpooladdrpl 88 9 0 6 1 0 1 1 0 8 0
pfrktable 1296 6364 0 6357 4 0 4 4 0 334 1
pfrkentry 216 52104790 9 45905220 344421 0 344421 344421 0 444445 0
pfosfpen 112 1044 0 696 14 4 10 10 0 8 0
pfosfp 40 624 0 416 3 0 3 3 0 8 0
In use 1312560K, total allocated 1383404K; utilization 94.9%
i don't know how to interpret the memory thing, as it seems that the more i
throw at it, the more it just stays at 94.9% ?
anyway, if i happen across the magic limit that i can't do more than, i'll
reply back.
if there's any reasonable things i could do ( lower bufcachepct? default is
10 on this kernel? ) to make it so that there's more memory available for
pf and tables, i'm game. this machine is going to be running pf, spamd,
and a batch of ancillary userland healthcheck scripts i've yet to write
that will be pfctl'ing addrs in and out of the tables.
also i have to see how well a table of that size gets punted to spamd
from spamd-setup.
--
jared
DMESG and other jazz:
OpenBSD 4.0 (GENERIC.MP) #967: Sat Sep 16 20:38:15 MDT 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3488907264 (3407136K)
avail mem = 2990874624 (2920776K)
using 22937 buffers containing 349097984 bytes (340916K) of memory
mainbus0 (root)
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xcffbc000 (62 entries)
bios0: Dell Inc. PowerEdge 1950
ipmi0 at mainbus0: version 2.0 interface KCS iobase 0xca8/8 spacing 4
mainbus0: Intel MP Specification (Version 1.4) (DELL PE 01B3 )
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz, 2992.89 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,NXE,LONG
cpu0: 4MB 64b/line 16-way L2 cache
cpu0: apic clock running at 332MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz, 2992.50 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,NXE,LONG
cpu1: 4MB 64b/line 16-way L2 cache
cpu2 at mainbus0: apid 6 (application processor)
cpu2: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz, 2992.51 MHz
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,NXE,LONG
cpu2: 4MB 64b/line 16-way L2 cache
cpu3 at mainbus0: apid 7 (application processor)
cpu3: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz, 2992.50 MHz
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,NXE,LONG
cpu3: 4MB 64b/line 16-way L2 cache
mpbios: bus 0 is type PCI
mpbios: bus 1 is type PCI
mpbios: bus 2 is type PCI
mpbios: bus 3 is type PCI
mpbios: bus 4 is type PCI
mpbios: bus 5 is type PCI
mpbios: bus 6 is type PCI
mpbios: bus 7 is type PCI
mpbios: bus 8 is type PCI
mpbios: bus 9 is type PCI
mpbios: bus 10 is type PCI
mpbios: bus 11 is type PCI
mpbios: bus 12 is type PCI
mpbios: bus 13 is type PCI
mpbios: bus 14 is type PCI
mpbios: bus 15 is type PCI
mpbios: bus 16 is type PCI
mpbios: bus 17 is type PCI
mpbios: bus 18 is type ISA
ioapic0 at mainbus0 apid 8 pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 8
ioapic1 at mainbus0 apid 9 pa 0xfec80000, version 20, 24 pins
ioapic1: misconfigured as apic 0, remapped to apid 9
ioapic2 at mainbus0 apid 10 pa 0xfec81000, version 20, 24 pins
ioapic2: misconfigured as apic 0, remapped to apid 10
ioapic3 at mainbus0 apid 11 pa 0xfec82000, version 20, 24 pins
ioapic3: misconfigured as apic 0, remapped to apid 11
pci0 at mainbus0 bus 0: configuration mode 1
ppb2 at pci2 dev 0 function 0 "Intel 6321ESB PCIE" rev 0x01
pci3 at ppb2 bus 8
ppb3 at pci3 dev 0 function 0 "ServerWorks PCIE-PCIX" rev 0xc2
pci4 at ppb3 bus 9
bnx0 at pci4 dev 0 function 0 "Broadcom BCM5708" rev 0x11: apic 8 int 16 (irq
11), address 00:15:c5:e9:69:ed
brgphy0 at bnx0 phy 1: BCM5708C 10/100/1000baseT PHY, rev. 5
ppb4 at pci2 dev 1 function 0 "Intel 6321ESB PCIE" rev 0x01
pci5 at ppb4 bus 10
ppb5 at pci1 dev 0 function 3 "Intel 6321ESB PCIE-PCIX" rev 0x01
pci6 at ppb5 bus 11
ppb6 at pci0 dev 3 function 0 "Intel 5000 PCIE" rev 0x12
pci7 at ppb6 bus 1
ppb7 at pci7 dev 0 function 0 "Intel IOP333 PCIE-PCIX" rev 0x00
pci8 at ppb7 bus 2
mfi0 at pci8 dev 14 function 0 "Dell PERC 5" rev 0x00: apic 10 int 14 (irq 5)
mfi0: logical drives 1, version 5.0.1-0030, 256MB RAM
scsibus0 at mfi0: 1 targets
sd0 at scsibus0 targ 0 lun 0: <DELL, PERC 5/i, 1.00> SCSI3 0/direct fixed
sd0: 34176MB, 34176 cyl, 64 head, 32 sec, 512 bytes/sec, 69992448 sec total
ppb8 at pci7 dev 0 function 2 "Intel IOP333 PCIE-PCIX" rev 0x00
pci9 at ppb8 bus 3
ppb9 at pci0 dev 4 function 0 "Intel 5000 PCIE" rev 0x12
pci10 at ppb9 bus 12
ppb10 at pci10 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci11 at ppb10 bus 13
ppb11 at pci0 dev 5 function 0 "Intel 5000 PCIE" rev 0x12
pci12 at ppb11 bus 14
ppb12 at pci0 dev 6 function 0 "Intel 5000 PCIE" rev 0x12
pci13 at ppb12 bus 15
ppb13 at pci0 dev 7 function 0 "Intel 5000 PCIE" rev 0x12
pci14 at ppb13 bus 16
pchb1 at pci0 dev 16 function 0 "Intel 5000 Error Reporting" rev 0x12
pchb2 at pci0 dev 16 function 1 "Intel 5000 Error Reporting" rev 0x12
pchb3 at pci0 dev 16 function 2 "Intel 5000 Error Reporting" rev 0x12
pchb4 at pci0 dev 17 function 0 "Intel 5000 Reserved" rev 0x12
pchb5 at pci0 dev 19 function 0 "Intel 5000 Reserved" rev 0x12
pchb6 at pci0 dev 21 function 0 "Intel 5000 FBD" rev 0x12
pchb7 at pci0 dev 22 function 0 "Intel 5000 FBD" rev 0x12
ppb14 at pci0 dev 28 function 0 "Intel 6321ESB PCIE" rev 0x09
pci15 at ppb14 bus 4
ppb15 at pci15 dev 0 function 0 "ServerWorks PCIE-PCIX" rev 0xc2
pci16 at ppb15 bus 5
bnx1 at pci16 dev 0 function 0 "Broadcom BCM5708" rev 0x11: apic 8 int 16 (irq
11), address 00:15:c5:e9:69:eb
brgphy1 at bnx1 phy 1: BCM5708C 10/100/1000baseT PHY, rev. 5
uhci0 at pci0 dev 29 function 0 "Intel 6321ESB USB" rev 0x09: apic 8 int 21
(irq 11)
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 29 function 1 "Intel 6321ESB USB" rev 0x09: apic 8 int 20
(irq 10)
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2 at pci0 dev 29 function 2 "Intel 6321ESB USB" rev 0x09: apic 8 int 21
(irq 11)
usb2 at uhci2: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0 at pci0 dev 29 function 7 "Intel 6321ESB USB" rev 0x09: apic 8 int 21
(irq 11)
usb3 at ehci0: USB revision 2.0
uhub3 at usb3
uhub3: Intel EHCI root hub, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
ppb16 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xd9
pci17 at ppb16 bus 17
vga1 at pci17 dev 13 function 0 "ATI ES1000" rev 0x02
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 6321ESB LPC" rev 0x09
pciide0 at pci0 dev 31 function 1 "Intel 6321ESB IDE" rev 0x09: DMA, channel 0
configured to compatibility, channel 1 configured to compatib
ility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus1 at atapiscsi0: 2 targets
cd0 at scsibus1 targ 0 lun 0: <TEAC, CD-ROM CD-224E-N, 3.AB> SCSI0 5/cdrom
removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 31 function 2 "Intel 6321ESB SATA" rev 0x09: DMA, channel 0
configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 8 int 23 (irq 6) for native-PCI interrupt
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
uhub4 at uhub3 port 1
uhub4: Dell product 0xa001, rev 2.00/0.00, addr 2
uhub4: 2 ports with 2 removable, self powered, multiple transaction translators
uhidev0 at uhub4 port 1 configuration 1 interface 0
uhidev0: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub4 port 1 configuration 1 interface 1
uhidev1: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1
ums0 at uhidev1
ums0: X report 0x0002 not supported
umass0 at uhub4 port 2 configuration 1 interface 0
umass0: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets
cd1 at scsibus2 targ 1 lun 0: <Dell, Virtual CDROM, 123> SCSI0 5/cdrom removable
umass1 at uhub4 port 2 configuration 1 interface 1
umass1: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4
umass1: using SCSI over Bulk-Only
scsibus3 at umass1: 2 targets
sd1 at scsibus3 targ 1 lun 0: <Dell, Virtual Floppy, 123> SCSI0 0/direct
removable
sd1: drive offline
uhub5 at uhub3 port 5
uhub5: Cypress Semiconductor USB2 Hub, rev 2.00/0.0b, addr 5
uhub5: 4 ports with 4 removable, self powered, multiple transaction translators
uhidev2 at uhub1 port 1 configuration 1 interface 0
uhidev2: Tangtop USBPS2, rev 1.10/0.01, addr 2, iclass 3/1
ukbd1 at uhidev2: 8 modifier keys, 6 key codes
wskbd2 at ukbd1 mux 1
wskbd2: connecting to wsdisplay0
uhidev3 at uhub1 port 1 configuration 1 interface 1
uhidev3: Tangtop USBPS2, rev 1.10/0.01, addr 2, iclass 3/1
uhidev3: 3 report ids
ums1 at uhidev3 reportid 1: 5 buttons and Z dir.
wsmouse1 at ums1 mux 0
uhid0 at uhidev3 reportid 2: input=2, output=0, feature=0
uhid1 at uhidev3 reportid 3: input=1, output=0, feature=0
dkcsum: sd0 matches BIOS drive 0x80
root on sd0a
rootdev=0x400 rrootdev=0xd00 rawdev=0xd02
uhidev0: at uhub4 port 1 (addr 3) disconnected
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev0 detached
uhidev1: at uhub4 port 1 (addr 3) disconnected
ums0 detached
uhidev1 detached
umass0: at uhub4 port 2 (addr 4) disconnected
cd1 detached
scsibus2 detached
umass0 detached
umass1: at uhub4 port 2 (addr 4) disconnected
sd1 detached
scsibus3 detached
umass1 detached
umass0 at uhub4 port 2 configuration 1 interface 0
umass0: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 3
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets
cd1 at scsibus2 targ 1 lun 0: <Dell, Virtual CDROM, 123> SCSI0 5/cdrom removable
umass1 at uhub4 port 2 configuration 1 interface 1
umass1: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 3
umass1: using SCSI over Bulk-Only
scsibus3 at umass1: 2 targets
sd1 at scsibus3 targ 1 lun 0: <Dell, Virtual Floppy, 123> SCSI0 0/direct
removable
sd1: drive offline
uhidev0 at uhub4 port 1 configuration 1 interface 0
uhidev0: Dell DRAC5, rev 1.10/0.00, addr 4, iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub4 port 1 configuration 1 interface 1uhidev0: bad input length 8
!= 0
uhidev1: Dell DRAC5, rev 1.10/0.00, addr 4, iclass 3/1
ums0 at uhidev1
ums0: X report 0x0002 not supported
# sysctl hw
hw.machine=amd64
hw.model=Intel(R) Xeon(R) CPU 5160 @ 3.00GHz
hw.ncpu=4
hw.byteorder=1234
hw.physmem=3488907264
hw.usermem=3488092160
hw.pagesize=4096
hw.disknames=sd0,cd0,cd1,sd1
hw.diskcount=4
hw.sensors.0=ipmi0, Temp, -54.00 degC, OK
hw.sensors.1=ipmi0, Temp, -50.00 degC, OK
hw.sensors.2=ipmi0, Temp, 40.00 degC, OK
hw.sensors.3=ipmi0, Temp, 40.00 degC, OK
hw.sensors.4=ipmi0, Ambient Temp, 33.00 degC, OK
hw.sensors.5=ipmi0, FAN MOD 1A RPM, 13425 RPM, OK
hw.sensors.6=ipmi0, FAN MOD 1B RPM, 13575 RPM, OK
hw.sensors.7=ipmi0, FAN MOD 1C RPM, 8850 RPM, OK
hw.sensors.8=ipmi0, FAN MOD 1D RPM, 8775 RPM, OK
hw.sensors.9=ipmi0, FAN MOD 2A RPM, 13500 RPM, OK
hw.sensors.10=ipmi0, FAN MOD 2B RPM, 13950 RPM, OK
hw.sensors.11=ipmi0, FAN MOD 2C RPM, 9075 RPM, OK
hw.sensors.12=ipmi0, FAN MOD 2D RPM, 8775 RPM, OK
hw.sensors.13=ipmi0, FAN MOD 3A RPM, 15000 RPM, OK
hw.sensors.14=ipmi0, FAN MOD 3B RPM, 13500 RPM, OK
hw.sensors.15=ipmi0, FAN MOD 3C RPM, 9225 RPM, OK
hw.sensors.16=ipmi0, FAN MOD 3D RPM, 9075 RPM, OK
hw.sensors.17=ipmi0, FAN MOD 4A RPM, 13425 RPM, OK
hw.sensors.18=ipmi0, FAN MOD 4B RPM, 14100 RPM, OK
hw.sensors.19=ipmi0, FAN MOD 4C RPM, 8625 RPM, OK
hw.sensors.20=ipmi0, FAN MOD 4D RPM, 9000 RPM, OK
hw.sensors.21=ipmi0, Status, On, OK
hw.sensors.22=ipmi0, Status, On, OK
hw.sensors.23=ipmi0, Intrusion, Off, OK
hw.sensors.24=mfi0, sd0, drive online, OK
hw.cpuspeed=2992
hw.vendor=Dell Inc.
hw.product=PowerEdge 1950
hw.serialno=FXDK1C1
hw.uuid=44454c4c-5800-1044-804b-c6c04f314331
# bioctl sd0
Volume Status Size Device
mfi0 0 Online 35836133376 sd0 RAID1
0 Online 36420075008 1:0.0 noencl <FUJITSU MAX3036RC D206>
1 Online 36420075008 1:1.0 noencl <FUJITSU MAX3036RC D206>