I’ve been given a Dell PowerEdge 710. I’ve installed two 30GB SSDs, installed FreeBSD 11 on them, and added four 500 GB SSDs. It will become a tape library server, replacing the R610 which will no longer be used. Some of the hardware came from the R610.
# gpart show => 40 62533216 da4 GPT (30G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 58335232 3 freebsd-zfs (28G) 62531584 1672 - free - (836K) => 40 62533216 da5 GPT (30G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 58335232 3 freebsd-zfs (28G) 62531584 1672 - free - (836K) => 40 976773088 da0 GPT (466G) 40 975175680 1 freebsd-zfs (465G) 975175720 1597408 - free - (780M) => 40 976773088 da1 GPT (466G) 40 975175680 1 freebsd-zfs (465G) 975175720 1597408 - free - (780M) => 40 976773088 da2 GPT (466G) 40 975175680 1 freebsd-zfs (465G) 975175720 1597408 - free - (780M) => 40 976773088 da3 GPT (466G) 40 975175680 1 freebsd-zfs (465G) 975175720 1597408 - free - (780M) Swap: [sourcecode]# swapinfo Device 1K-blocks Used Avail Capacity /dev/gpt/swap0 2097152 16512 2080640 1%
The zpools:
# zpool status pool: tank_fast state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM tank_fast ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da0p1 ONLINE 0 0 0 da1p1 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 da2p1 ONLINE 0 0 0 da3p1 ONLINE 0 0 0 errors: No known data errors pool: zroot state: ONLINE scan: resilvered 536K in 0h0m with 0 errors on Tue Nov 14 20:17:25 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da5p3 ONLINE 0 0 0 da4p3 ONLINE 0 0 0 errors: No known data errors
The filesystems:
# zfs list NAME USED AVAIL REFER MOUNTPOINT tank_fast 120G 779G 88K /tank_fast tank_fast/distfiles 16.4G 779G 16.4G /usr/ports/distfiles tank_fast/poudriere 104G 779G 88K /usr/local/poudriere tank_fast/poudriere/data 75.4G 779G 46.3G /usr/local/poudriere/data tank_fast/poudriere/data/cache 372M 779G 204M /usr/local/poudriere/data/cache tank_fast/poudriere/data/cronjob-logs 65.7M 779G 46.1M /usr/local/poudriere/data/cronjob-logs tank_fast/poudriere/data/packages 28.5G 779G 14.0G /usr/local/poudriere/data/packages tank_fast/poudriere/jails 13.1G 779G 96K /usr/local/poudriere/jails tank_fast/poudriere/jails/102amd64 1.61G 779G 1.61G /usr/local/poudriere/jails/102amd64 tank_fast/poudriere/jails/102i386 1.48G 779G 1.48G /usr/local/poudriere/jails/102i386 tank_fast/poudriere/jails/103amd64 1.60G 779G 1.60G /usr/local/poudriere/jails/103amd64 tank_fast/poudriere/jails/103i386 1.45G 779G 1.45G /usr/local/poudriere/jails/103i386 tank_fast/poudriere/jails/110amd64 1.84G 779G 1.84G /usr/local/poudriere/jails/110amd64 tank_fast/poudriere/jails/111amd63 1.87G 779G 1.87G /usr/local/poudriere/jails/111amd63 tank_fast/poudriere/jails/111i386 1.69G 779G 1.69G /usr/local/poudriere/jails/111i386 tank_fast/poudriere/jails/93amd64 1.52G 779G 1.52G /usr/local/poudriere/jails/93amd64 tank_fast/poudriere/ports 15.1G 779G 96K /usr/local/poudriere/ports tank_fast/poudriere/ports/clean 1.13G 779G 1.13G /usr/local/poudriere/ports/clean tank_fast/poudriere/ports/default 3.19G 779G 2.01G /usr/local/poudriere/ports/default tank_fast/poudriere/ports/default-old 1.07G 779G 1.07G /usr/local/poudriere/ports/default-old tank_fast/poudriere/ports/main 1.60G 779G 1.60G /usr/local/poudriere/ports/main tank_fast/poudriere/ports/testing 8.13G 779G 5.85G /usr/local/poudriere/ports/testing zroot 1.41G 25.5G 96K /zroot zroot/ROOT 1.41G 25.5G 96K none zroot/ROOT/default 1.41G 25.5G 1.41G / zroot/data 88K 25.5G 88K /zroot/data zroot/tmp 304K 25.5G 304K /tmp zroot/usr 620K 25.5G 96K /usr zroot/usr/home 332K 25.5G 332K /usr/home zroot/usr/ports 96K 25.5G 96K /usr/ports zroot/usr/src 96K 25.5G 96K /usr/src zroot/var 1.26M 25.5G 96K /var zroot/var/audit 96K 25.5G 96K /var/audit zroot/var/crash 96K 25.5G 96K /var/crash zroot/var/db-bacula-spooling 96K 22.0G 96K /var/db/bacula/spooling zroot/var/log 596K 25.5G 596K /var/log zroot/var/mail 120K 25.5G 120K /var/mail zroot/var/tmp 188K 25.5G 188K /var/tmp
And dmesg:
# dmesg Copyright (c) 1992-2017 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 11.1-RELEASE-p1 #0: Wed Aug 9 11:55:48 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) VT(vga): resolution 640x480 CPU: Intel(R) Xeon(R) CPU X5660 @ 2.80GHz (2793.06-MHz K8-class CPU) Origin="GenuineIntel" Id=0x206c2 Family=0x6 Model=0x2c Stepping=2 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x29ee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,POPCNT,AESNI> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x1<LAHF> VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID TSC: P-state invariant, performance statistics real memory = 64424509440 (61440 MB) avail memory = 62555095040 (59657 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <DELL PE_SC3 > FreeBSD/SMP: Multiprocessor System Detected: 24 CPUs FreeBSD/SMP: 2 package(s) x 6 core(s) x 2 hardware threads random: unblocking device. ioapic1: Changing APIC ID to 1 ioapic0 <Version 2.0> irqs 0-23 on motherboard ioapic1 <Version 2.0> irqs 32-55 on motherboard SMP: AP CPU #1 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #11 Launched! SMP: AP CPU #15 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #20 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #16 Launched! SMP: AP CPU #8 Launched! SMP: AP CPU #18 Launched! SMP: AP CPU #13 Launched! SMP: AP CPU #12 Launched! SMP: AP CPU #19 Launched! SMP: AP CPU #23 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #10 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #21 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #22 Launched! SMP: AP CPU #14 Launched! SMP: AP CPU #17 Launched! SMP: AP CPU #9 Launched! Timecounter "TSC-low" frequency 1396527508 Hz quality 1000 random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff80f5b220, 0) error 19 nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <DELL PE_SC3> on motherboard acpi0: Power Button (fixed) cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 cpu4: <ACPI CPU> on acpi0 cpu5: <ACPI CPU> on acpi0 cpu6: <ACPI CPU> on acpi0 cpu7: <ACPI CPU> on acpi0 cpu8: <ACPI CPU> on acpi0 cpu9: <ACPI CPU> on acpi0 cpu10: <ACPI CPU> on acpi0 cpu11: <ACPI CPU> on acpi0 cpu12: <ACPI CPU> on acpi0 cpu13: <ACPI CPU> on acpi0 cpu14: <ACPI CPU> on acpi0 cpu15: <ACPI CPU> on acpi0 cpu16: <ACPI CPU> on acpi0 cpu17: <ACPI CPU> on acpi0 cpu18: <ACPI CPU> on acpi0 cpu19: <ACPI CPU> on acpi0 cpu20: <ACPI CPU> on acpi0 cpu21: <ACPI CPU> on acpi0 cpu22: <ACPI CPU> on acpi0 cpu23: <ACPI CPU> on acpi0 atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 340 Event timer "HPET2" frequency 14318180 Hz quality 340 Event timer "HPET3" frequency 14318180 Hz quality 340 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: _OSC returned error 0x10 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 bce0: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xd6000000-0xd7ffffff irq 36 at device 0.0 on pci1 miibus0: <MII bus> on bce0 brgphy0: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: Using defaults for TSO: 65518/35/2048 bce0: Ethernet address: 84:8f:69:e3:83:7b bce0: bce0: link state changed to DOWN ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xd8000000-0xd9ffffff irq 48 at device 0.1 on pci1 miibus1: <MII bus> on bce1 brgphy1: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: Using defaults for TSO: 65518/35/2048 bce1: Ethernet address: 84:8f:69:e3:83:7d bce1: bce1: link state changed to DOWN ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0 pci2: <ACPI PCI bus> on pcib2 bce2: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xda000000-0xdbffffff irq 32 at device 0.0 on pci2 miibus2: <MII bus> on bce2 brgphy2: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus2 brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce2: Using defaults for TSO: 65518/35/2048 bce2: Ethernet address: 84:8f:69:e3:83:7f bce2: bce2: link state changed to DOWN ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) bce3: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xdc000000-0xddffffff irq 42 at device 0.1 on pci2 miibus3: <MII bus> on bce3 brgphy3: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus3 brgphy3: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce3: Using defaults for TSO: 65518/35/2048 bce3: Ethernet address: 84:8f:69:e3:83:81 bce3: bce3: link state changed to DOWN ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib3: <ACPI PCI-PCI bridge> at device 4.0 on pci0 pci3: <ACPI PCI bus> on pcib3 pcib4: <ACPI PCI-PCI bridge> at device 5.0 on pci0 pci4: <ACPI PCI bus> on pcib4 mps0: <Avago Technologies (LSI) SAS2308> port 0xfc00-0xfcff mem 0xdf2b0000-0xdf2bffff,0xdf2c0000-0xdf2fffff irq 34 at device 0.0 on pci4 mps0: Firmware: 20.00.07.00, Driver: 21.02.00.00-fbsd mps0: IOCCapabilities: 5285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc> pcib5: <ACPI PCI-PCI bridge> at device 6.0 on pci0 pci5: <ACPI PCI bus> on pcib5 pcib6: <ACPI PCI-PCI bridge> at device 7.0 on pci0 pci6: <ACPI PCI bus> on pcib6 ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.1.13-k> port 0xece0-0xecff mem 0xdf3a0000-0xdf3bffff,0xdf3c0000-0xdf3fffff,0xdf39c000-0xdf39ffff irq 38 at device 0.0 on pci6 ix0: Using MSIX interrupts with 9 vectors ix0: Ethernet address: 00:1b:21:41:2f:fa ix0: PCI Express Bus: Speed 2.5GT/s Width x8 ix0: netmap queues/slots: TX 8/2048, RX 8/2048 pcib7: <ACPI PCI-PCI bridge> at device 9.0 on pci0 pci7: <ACPI PCI bus> on pcib7 mps1: <Avago Technologies (LSI) SAS2008> port 0xdc00-0xdcff mem 0xdf5b0000-0xdf5bffff,0xdf5c0000-0xdf5fffff irq 40 at device 0.0 on pci7 mps1: Firmware: 07.15.08.00, Driver: 21.02.00.00-fbsd mps1: IOCCapabilities: 185c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,IR> pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached) uhci0: <Intel 82801I (ICH9) USB controller> port 0xcc40-0xcc5f irq 17 at device 26.0 on pci0 usbus0 on uhci0 usbus0: 12Mbps Full Speed USB v1.0 uhci1: <Intel 82801I (ICH9) USB controller> port 0xcc60-0xcc7f irq 18 at device 26.1 on pci0 usbus1 on uhci1 usbus1: 12Mbps Full Speed USB v1.0 ehci0: <Intel 82801I (ICH9) USB 2.0 controller> mem 0xdf0fe000-0xdf0fe3ff irq 19 at device 26.7 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 usbus2: 480Mbps High Speed USB v2.0 uhci2: <Intel 82801I (ICH9) USB controller> port 0xcc80-0xcc9f irq 21 at device 29.0 on pci0 usbus3 on uhci2 usbus3: 12Mbps Full Speed USB v1.0 uhci3: <Intel 82801I (ICH9) USB controller> port 0xcca0-0xccbf irq 20 at device 29.1 on pci0 usbus4 on uhci3 usbus4: 12Mbps Full Speed USB v1.0 ehci1: <Intel 82801I (ICH9) USB 2.0 controller> mem 0xdf0ff000-0xdf0ff3ff irq 21 at device 29.7 on pci0 usbus5: EHCI version 1.0 usbus5 on ehci1 usbus5: 480Mbps High Speed USB v2.0 pcib8: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci8: <ACPI PCI bus> on pcib8 vgapci0: <VGA-compatible display> mem 0xd5800000-0xd5ffffff,0xde7fc000-0xde7fffff,0xde800000-0xdeffffff irq 19 at device 3.0 on pci8 vgapci0: Boot video device isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel ICH9 SATA300 controller> port 0xcc10-0xcc17,0xcc08-0xcc0b,0xcc18-0xcc1f,0xcc0c-0xcc0f,0xcc20-0xcc2f,0xcc30-0xcc3f irq 23 at device 31.2 on pci0 ata2: <ATA channel> at channel 0 on atapci0 ata3: <ATA channel> at channel 1 on atapci0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: <QPI system bus> on motherboard pcib9: <QPI Host-PCI bridge> pcibus 255 on qpi0 pci9: <PCI bus> on pcib9 pcib10: <QPI Host-PCI bridge> pcibus 254 on qpi0 pci10: <PCI bus> on pcib10 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xec000-0xeffff on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range coretemp0: <CPU On-Die Thermal Sensors> on cpu0 est0: <Enhanced SpeedStep Frequency Control> on cpu0 coretemp1: <CPU On-Die Thermal Sensors> on cpu1 est1: <Enhanced SpeedStep Frequency Control> on cpu1 coretemp2: <CPU On-Die Thermal Sensors> on cpu2 est2: <Enhanced SpeedStep Frequency Control> on cpu2 coretemp3: <CPU On-Die Thermal Sensors> on cpu3 est3: <Enhanced SpeedStep Frequency Control> on cpu3 coretemp4: <CPU On-Die Thermal Sensors> on cpu4 est4: <Enhanced SpeedStep Frequency Control> on cpu4 coretemp5: <CPU On-Die Thermal Sensors> on cpu5 est5: <Enhanced SpeedStep Frequency Control> on cpu5 coretemp6: <CPU On-Die Thermal Sensors> on cpu6 est6: <Enhanced SpeedStep Frequency Control> on cpu6 coretemp7: <CPU On-Die Thermal Sensors> on cpu7 est7: <Enhanced SpeedStep Frequency Control> on cpu7 coretemp8: <CPU On-Die Thermal Sensors> on cpu8 est8: <Enhanced SpeedStep Frequency Control> on cpu8 coretemp9: <CPU On-Die Thermal Sensors> on cpu9 est9: <Enhanced SpeedStep Frequency Control> on cpu9 coretemp10: <CPU On-Die Thermal Sensors> on cpu10 est10: <Enhanced SpeedStep Frequency Control> on cpu10 coretemp11: <CPU On-Die Thermal Sensors> on cpu11 est11: <Enhanced SpeedStep Frequency Control> on cpu11 coretemp12: <CPU On-Die Thermal Sensors> on cpu12 est12: <Enhanced SpeedStep Frequency Control> on cpu12 coretemp13: <CPU On-Die Thermal Sensors> on cpu13 est13: <Enhanced SpeedStep Frequency Control> on cpu13 coretemp14: <CPU On-Die Thermal Sensors> on cpu14 est14: <Enhanced SpeedStep Frequency Control> on cpu14 coretemp15: <CPU On-Die Thermal Sensors> on cpu15 est15: <Enhanced SpeedStep Frequency Control> on cpu15 coretemp16: <CPU On-Die Thermal Sensors> on cpu16 est16: <Enhanced SpeedStep Frequency Control> on cpu16 coretemp17: <CPU On-Die Thermal Sensors> on cpu17 est17: <Enhanced SpeedStep Frequency Control> on cpu17 coretemp18: <CPU On-Die Thermal Sensors> on cpu18 est18: <Enhanced SpeedStep Frequency Control> on cpu18 coretemp19: <CPU On-Die Thermal Sensors> on cpu19 est19: <Enhanced SpeedStep Frequency Control> on cpu19 coretemp20: <CPU On-Die Thermal Sensors> on cpu20 est20: <Enhanced SpeedStep Frequency Control> on cpu20 coretemp21: <CPU On-Die Thermal Sensors> on cpu21 est21: <Enhanced SpeedStep Frequency Control> on cpu21 coretemp22: <CPU On-Die Thermal Sensors> on cpu22 est22: <Enhanced SpeedStep Frequency Control> on cpu22 coretemp23: <CPU On-Die Thermal Sensors> on cpu23 est23: <Enhanced SpeedStep Frequency Control> on cpu23 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec nvme cam probe device init ugen0.1: <Intel UHCI root HUB> at usbus0 ugen2.1: <Intel EHCI root HUB> at usbus2 ugen1.1: <Intel UHCI root HUB> at usbus1 ugen3.1: <Intel UHCI root HUB> at usbus3 ugen5.1: <Intel EHCI root HUB> at usbus5 ugen4.1: <Intel UHCI root HUB> at usbus4 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus5 uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3 uhub5: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2 mps0: SAS Address for SATA device = a5938c3201d6e199 mps0: SAS Address for SATA device = a18d913201d0e29d mps0: SAS Address for SATA device = a48c793201d6e19f mps0: SAS Address for SATA device = a892793201d6e19d mps0: SAS Address for SATA device = 657d63019aa3d381 mps0: SAS Address for SATA device = dd7c63019c9cd180 mps0: SAS Address from SATA device = a5938c3201d6e199 mps0: SAS Address from SATA device = a18d913201d0e29d mps0: SAS Address from SATA device = a48c793201d6e19f mps0: SAS Address from SATA device = a892793201d6e19d mps0: SAS Address from SATA device = 657d63019aa3d381 mps0: SAS Address from SATA device = dd7c63019c9cd180 uhub0: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub1: 4 ports with 4 removable, self powered uhub5: 4 ports with 4 removable, self powered ugen2.2: <vendor 0x0424 product 0x2514> at usbus2 uhub6 on uhub5 uhub6: <vendor 0x0424 product 0x2514, class 9/0, rev 2.00/0.00, addr 2> on usbus2 uhub6: MTT enabled uhub6: 3 ports with 3 removable, self powered ugen3.2: <Avocent USB Composite Device-0> at usbus3 ukbd0 on uhub4 ukbd0: <Keyboard> on usbus3 ugen0.2: <ATEN UC-10KM V1.3.124> at usbus0 ukbd1 on uhub0 kbd2 at ukbd0 ukbd1: <HID Keyboard> on usbus0 kbd3 at ukbd1 da5 at mps0 bus 0 scbus0 target 13 lun 0 da4 at mps0 bus 0 scbus0 target 12 lun 0 da1 at mps0 bus 0 scbus0 target 9 lun 0 da3 at mps0 bus 0 scbus0 target 11 lun 0 da5: <ATA SanDisk SDSSDRC0 0> Fixed Direct Access SPC-4 SCSI device da1: <ATA Samsung SSD 850 3B6Q> Fixed Direct Access SPC-4 SCSI device da4: <ATA SanDisk SDSSDRC0 0> Fixed Direct Access SPC-4 SCSI device da4: Serial Number 133887400871 da4: 600.000MB/s transfers da4: Command Queueing enabled da3: da5: Serial Number 134106402147 da1: Serial Number S3PTNF0JA11513Y da1: 600.000MB/s transfers da1: Command Queueing enabled da1: 476940MB (976773168 512 byte sectors) da4: 30533MB (62533296 512 byte sectors) <ATA Samsung SSD 850 3B6Q> Fixed Direct Access SPC-4 SCSI device da3: Serial Number S3PTNF0JA70159T da5: 600.000MB/s transfers da5: Command Queueing enabled da5: 30533MB (62533296 512 byte sectors) da0 at mps0 bus 0 scbus0 target 8 lun 0 da1: quirks=0x8<4K> da3: 600.000MB/s transfers da3: Command Queueing enabled da0: da3: 476940MB (976773168 512 byte sectors) da3: quirks=0x8<4K> da2 at mps0 bus 0 scbus0 target 10 lun 0 <ATA Samsung SSD 850 3B6Q> Fixed Direct Access SPC-4 SCSI device da0: Serial Number S3PTNF0JA70588A da0: 600.000MB/s transfers da0: Command Queueing enabled da0: 476940MB (976773168 512 byte sectors) da0: quirks=0x8<4K> da2: <ATA Samsung SSD 850 3B6Q> Fixed Direct Access SPC-4 SCSI device da2: Serial Number S3PTNF0JA70742A da2: 600.000MB/s transfers da2: Command Queueing enabled da2: 476940MB (976773168 512 byte sectors) da2: quirks=0x8<4K> cd0 at ata2 bus 0 scbus2 target 0 lun 0 cd0: <PLDS DVD-ROM DS-8D3SH HD51> Removable CD-ROM SCSI device cd0: Serial Number 207110011382 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Trying to mount root from zfs:zroot/ROOT/default []... ix0: link state changed to UP ums0 on uhub4 ums1 on uhub0 ums0: <Mouse> on usbus3 ums0: 3 buttons and [Z] coordinates ID=0 ums1: <HID Mouse> on usbus0 ums1: 5 buttons and [XYZ] coordinates ID=0
Maybe you can help me out with something. I got a Dell R710 also, with a H200 for the HBA. When I upgraded to FreeNAS 11.1 FreeBSD fails to see the last disk that is is configured on the HBA. If i flip back to 11.0 the disk re-appears..
I know the H200 is not a great card. I swapped mine out for an LSI card instead, which can be safely used for ZFS. The H200 does not do pass through AFAIK.
Sorry, your message got caught up in moderation.
Here is the link to the FreeNAS thread i started.
https://forums.freenas.org/index.php?threads/disk-goes-missing-when-updating-to-nightly.59490/#post-422659