Problem with FreeNAS transfers

Status
Not open for further replies.

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I read that in older versions it was quite buggy
Whatever you've been reading, ignore it completely.

It could be all those drives listed (unlikely), the storage controller itself or something weirder.
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
ok right now I am using the onboard sata controllers which should be working fine. My problem is that probably it is some of the hard drives, but SMART is reporting all of them as good. Is there any other way I can test them? I have made 6 single drive shares to test each one individually but I am not getting consistent results. Sometimes I can copy 100gb+ other times I can only copy 20gb and then the system hangs.
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
ok so at this point I am pretty lost as to how to check my hardware or how to check what could possibly wrong with my system. I tried running the dd command this is one of the outputs:

Code:
[root@freenas ~]# dd if=/dev/zero of=temp.dat bs=1024k count=40k                                                                   
40960+0 records in                                                                                                                 
40960+0 records out                                                                                                                 
42949672960 bytes transferred in 16.598331 secs (2587589862 bytes/sec)    


There are two things that are quite strange:
1) When I perform the test, I cannot hear the disks spinning in the same way they do when I am making a file transfer with samba
2) Also the transfer speed comes to about 2.4Gb/s which seems super fast, even for a 6 drive array.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
ok so at this point I am pretty lost as to how to check my hardware or how to check what could possibly wrong with my system. I tried running the dd command this is one of the outputs:

Code:
[root@freenas ~]# dd if=/dev/zero of=temp.dat bs=1024k count=40k                                                                   
40960+0 records in                                                                                                                 
40960+0 records out                                                                                                                 
42949672960 bytes transferred in 16.598331 secs (2587589862 bytes/sec)    


There are two things that are quite strange:
1) When I perform the test, I cannot hear the disks spinning in the same way they do when I am making a file transfer with samba
2) Also the transfer speed comes to about 2.4Gb/s which seems super fast, even for a 6 drive array.
Great job testing your memory speed. Now let's test your pool speed. Create a dataset with no compression and write a file the is larger than the amount of memory you have. Use a block size of 1M.

Sent from my Nexus 5X using Tapatalk
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
oh damn, sorry about that I am such a noob, that when I saw that the dd command is supposed to test the array speed I just used it... Anyways which command is used for testing the array ? Also when you say no compression do you mean not even the default lz4 ?
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
ok so I run the following code and I got the respective output, which shows speeds of about 660Mb/s

Code:
[root@freenas ~]# dd if=/dev/zero of=bigfile bs=8k count=1000000              
1000000+0 records in                                                          
1000000+0 records out                                                          
8192000000 bytes transferred in 11.555308 secs (708938273 bytes/sec)
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
I also tried running drives individually in stripe mode, to test and see if it is one hdd. But I am getting the exact same problem. Sometimes I am getting an error like the screenshot bellow
When I am then trying to repair the gpt table I have the following output:
Untitled.jpg


Code:
[root@freenas ~]# gpart recover /dev/ada0                                                                                           
ada0 recovering is not needed 
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
I have also tried different cables for the hard drives without any solution. Honestly I have no idea what the problem could be. I have tried multiple hard drives, on board and lsi sata ports, multiple USB drives, reformatting, reinstalling freenas, run memtest for more than 48hours. Is there any chance I might have problems with my mobo, CPU or psu? If yes how would I know?
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Could be power supply. If something is unexplainable it's probably the power supply.

Sent from my Nexus 5X using Tapatalk
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
Well thing is I never get a random shutdown, I am only getting errors which either lead to looping in error state or to a reboot and "stalbe" state, so I am not sure if it can be a PSU problem. Plus the PSU I have was brand new when I baught it (technically pulled from unused stock, seasonic ss 550ht)
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
Hi again. So I took advice from users with similar problems and apparently an HBA card fixed their problems . I got an LSI 92108i and successfully flashed it into IT mode. My problems did not go away unfortunately and this is a screenshot of the first few messages from console. Also I have been getting the following warning in FreeNAS
IMG_20170303_180658.jpg
Firmware version 16 does not match driver version 21 for /dev/mps0. Please flash controller to P21 IT firmware. but according to everyone version P16 is the most stable one, should I reflash it? And if I do the most recent available version is 20 not 21???
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
Hi so I reflashed the card again to P20.0.00.7 unfortunately that was not the problem either, so I keep having my system crash minutes and sometimes seconds after I start a transfer using samba. If I just leave the system idling its all fine and it never crashes. The temperatures of the hard drives never go above 40 C and the CPU never goes above 45 C. Here is a dump from the console from startup:

Code:
Mar  6 18:22:40 freenas syslog-ng[1478]: syslog-ng starting up; version='3.6.4'
Mar  6 18:22:40 freenas Copyright (c) 1992-2016 The FreeBSD Project.
Mar  6 18:22:40 freenas Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Mar  6 18:22:40 freenas	 The Regents of the University of California. All rights reserved.
Mar  6 18:22:40 freenas FreeBSD is a registered trademark of The FreeBSD Foundation.
Mar  6 18:22:40 freenas FreeBSD 10.3-STABLE #0 r295946+1805185(9.10.2-STABLE): Wed Jan 11 17:12:42 UTC 2017
Mar  6 18:22:40 freenas root@gauntlet:/freenas-9.10-releng/_BE/objs/freenas-9.10-releng/_BE/os/sys/FreeNAS.amd64 amd64
Mar  6 18:22:40 freenas FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Mar  6 18:22:40 freenas CPU: Intel(R) Xeon(R) CPU		   X3430  @ 2.40GHz (2400.05-MHz K8-class CPU)
Mar  6 18:22:40 freenas Origin="GenuineIntel"  Id=0x106e5  Family=0x6  Model=0x1e  Stepping=5
Mar  6 18:22:40 freenas 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>
Mar  6 18:22:40 freenas Features2=0x98e3fd<SSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT>
Mar  6 18:22:40 freenas AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
Mar  6 18:22:40 freenas AMD Features2=0x1<LAHF>
Mar  6 18:22:40 freenas VT-x: PAT,HLT,MTF,PAUSE,EPT,VPID
Mar  6 18:22:40 freenas TSC: P-state invariant, performance statistics
Mar  6 18:22:40 freenas real memory  = 18253611008 (17408 MB)
Mar  6 18:22:40 freenas avail memory = 16570355712 (15802 MB)
Mar  6 18:22:40 freenas Event timer "LAPIC" quality 400
Mar  6 18:22:40 freenas ACPI APIC Table: <052710 APIC1452>
Mar  6 18:22:40 freenas FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Mar  6 18:22:40 freenas FreeBSD/SMP: 1 package(s) x 4 core(s)
Mar  6 18:22:40 freenas cpu0 (BSP): APIC ID:  0
Mar  6 18:22:40 freenas cpu1 (AP): APIC ID:  2
Mar  6 18:22:40 freenas cpu2 (AP): APIC ID:  4
Mar  6 18:22:40 freenas cpu3 (AP): APIC ID:  6
Mar  6 18:22:40 freenas random: <Software, Yarrow> initialized
Mar  6 18:22:40 freenas WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
Mar  6 18:22:40 freenas ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20160527/tbfadt-650)
Mar  6 18:22:40 freenas ioapic0: Changing APIC ID to 7
Mar  6 18:22:40 freenas ioapic0 <Version 2.0> irqs 0-23 on motherboard
Mar  6 18:22:40 freenas kbd1 at kbdmux0
Mar  6 18:22:40 freenas aesni0: No AESNI support.
Mar  6 18:22:40 freenas padlock0: No ACE support.
Mar  6 18:22:40 freenas cryptosoft0: <software crypto> on motherboard
Mar  6 18:22:40 freenas acpi0: <SMCI > on motherboard
Mar  6 18:22:40 freenas acpi0: Power Button (fixed)
Mar  6 18:22:40 freenas cpu0: <ACPI CPU> on acpi0
Mar  6 18:22:40 freenas cpu1: <ACPI CPU> on acpi0
Mar  6 18:22:40 freenas cpu2: <ACPI CPU> on acpi0
Mar  6 18:22:40 freenas cpu3: <ACPI CPU> on acpi0
Mar  6 18:22:40 freenas attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Mar  6 18:22:40 freenas Timecounter "i8254" frequency 1193182 Hz quality 0
Mar  6 18:22:40 freenas Event timer "i8254" frequency 1193182 Hz quality 100
Mar  6 18:22:40 freenas atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
Mar  6 18:22:40 freenas Event timer "RTC" frequency 32768 Hz quality 0
Mar  6 18:22:40 freenas hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Mar  6 18:22:40 freenas Timecounter "HPET" frequency 14318180 Hz quality 950
Mar  6 18:22:40 freenas Event timer "HPET" frequency 14318180 Hz quality 550
Mar  6 18:22:40 freenas Event timer "HPET1" frequency 14318180 Hz quality 440
Mar  6 18:22:40 freenas Event timer "HPET2" frequency 14318180 Hz quality 440
Mar  6 18:22:40 freenas Event timer "HPET3" frequency 14318180 Hz quality 440
Mar  6 18:22:40 freenas Event timer "HPET4" frequency 14318180 Hz quality 440
Mar  6 18:22:40 freenas Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Mar  6 18:22:40 freenas acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Mar  6 18:22:40 freenas pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Mar  6 18:22:40 freenas pci0: <ACPI PCI bus> on pcib0
Mar  6 18:22:40 freenas pcib1: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
Mar  6 18:22:40 freenas pci1: <ACPI PCI bus> on pcib1
Mar  6 18:22:40 freenas ehci0: <Intel PCH USB 2.0 controller USB-B> mem 0xfb3fc000-0xfb3fc3ff irq 21 at device 26.0 on pci0
Mar  6 18:22:40 freenas usbus0: EHCI version 1.0
Mar  6 18:22:40 freenas usbus0 on ehci0
Mar  6 18:22:40 freenas pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
Mar  6 18:22:40 freenas pci2: <ACPI PCI bus> on pcib2
Mar  6 18:22:40 freenas mps0: <Avago Technologies (LSI) SAS2008> port 0xc000-0xc0ff mem 0xfb43c000-0xfb43ffff,0xfb440000-0xfb47ffff irq 16 at device 0.0 on pci2
Mar  6 18:22:40 freenas mps0: Firmware: 20.00.07.00, Driver: 21.01.00.00-fbsd
Mar  6 18:22:40 freenas mps0: IOCCapabilities: 1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
Mar  6 18:22:40 freenas pcib3: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0
Mar  6 18:22:40 freenas pci3: <ACPI PCI bus> on pcib3
Mar  6 18:22:40 freenas em0: <Intel(R) PRO/1000 Network Connection 7.6.1-k> port 0xdc00-0xdc1f mem 0xfb5e0000-0xfb5fffff,0xfb5dc000-0xfb5dffff irq 16 at device 0.0 on pci3
Mar  6 18:22:40 freenas em0: Using MSIX interrupts with 3 vectors
Mar  6 18:22:40 freenas em0: Ethernet address: 00:25:90:0d:57:36
Mar  6 18:22:40 freenas pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.5 on pci0
Mar  6 18:22:40 freenas pci4: <ACPI PCI bus> on pcib4
Mar  6 18:22:40 freenas em1: <Intel(R) PRO/1000 Network Connection 7.6.1-k> port 0xec00-0xec1f mem 0xfb6e0000-0xfb6fffff,0xfb6dc000-0xfb6dffff irq 17 at device 0.0 on pci4
Mar  6 18:22:40 freenas em1: Using MSIX interrupts with 3 vectors
Mar  6 18:22:40 freenas em1: Ethernet address: 00:25:90:0d:57:37
Mar  6 18:22:40 freenas ehci1: <Intel PCH USB 2.0 controller USB-A> mem 0xfb3fa000-0xfb3fa3ff irq 23 at device 29.0 on pci0
Mar  6 18:22:40 freenas usbus1: EHCI version 1.0
Mar  6 18:22:40 freenas usbus1 on ehci1
Mar  6 18:22:40 freenas pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Mar  6 18:22:40 freenas pci5: <ACPI PCI bus> on pcib5
Mar  6 18:22:40 freenas vgapci0: <VGA-compatible display> mem 0xfa000000-0xfaffffff,0xfb7fc000-0xfb7fffff,0xfb800000-0xfbffffff irq 23 at device 3.0 on pci5
Mar  6 18:22:40 freenas vgapci0: Boot video device
Mar  6 18:22:40 freenas isab0: <PCI-ISA bridge> at device 31.0 on pci0
Mar  6 18:22:40 freenas isa0: <ISA bus> on isab0
Mar  6 18:22:40 freenas ahci0: <Intel 5 Series/3400 Series AHCI SATA controller> port 0xb400-0xb407,0xbc00-0xbc03,0xb880-0xb887,0xb800-0xb803,0xb480-0xb49f mem 0xfb3f8000-0xfb3f87ff irq 19 at device 31.2 on pci0
Mar  6 18:22:40 freenas ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier not supported
Mar  6 18:22:40 freenas ahcich0: <AHCI channel> at channel 0 on ahci0
Mar  6 18:22:40 freenas ahcich1: <AHCI channel> at channel 1 on ahci0
Mar  6 18:22:40 freenas ahcich2: <AHCI channel> at channel 2 on ahci0
Mar  6 18:22:40 freenas ahcich3: <AHCI channel> at channel 3 on ahci0
Mar  6 18:22:40 freenas ahcich4: <AHCI channel> at channel 4 on ahci0
Mar  6 18:22:40 freenas ahcich5: <AHCI channel> at channel 5 on ahci0
Mar  6 18:22:40 freenas acpi_button0: <Power Button> on acpi0
Mar  6 18:22:40 freenas uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Mar  6 18:22:40 freenas uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
Mar  6 18:22:40 freenas ichwd0: <Intel 3420 watchdog timer> on isa0
Mar  6 18:22:40 freenas wbwd0: <Winbond 83627DHG (0xa0/0x25) Watchdog Timer> at port 0x2e-0x2f on isa0
Mar  6 18:22:40 freenas orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0
Mar  6 18:22:40 freenas sc0: <System console> at flags 0x100 on isa0
Mar  6 18:22:40 freenas sc0: VGA <16 virtual consoles, flags=0x300>
Mar  6 18:22:40 freenas vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Mar  6 18:22:40 freenas atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Mar  6 18:22:40 freenas atkbd0: <AT Keyboard> irq 1 on atkbdc0
Mar  6 18:22:40 freenas kbd0 at atkbd0
Mar  6 18:22:40 freenas atkbd0: [GIANT-LOCKED]
Mar  6 18:22:40 freenas coretemp0: <CPU On-Die Thermal Sensors> on cpu0
Mar  6 18:22:40 freenas est0: <Enhanced SpeedStep Frequency Control> on cpu0
Mar  6 18:22:40 freenas coretemp1: <CPU On-Die Thermal Sensors> on cpu1
Mar  6 18:22:40 freenas est1: <Enhanced SpeedStep Frequency Control> on cpu1
Mar  6 18:22:40 freenas coretemp2: <CPU On-Die Thermal Sensors> on cpu2
Mar  6 18:22:40 freenas est2: <Enhanced SpeedStep Frequency Control> on cpu2
Mar  6 18:22:40 freenas coretemp3: <CPU On-Die Thermal Sensors> on cpu3
Mar  6 18:22:40 freenas est3: <Enhanced SpeedStep Frequency Control> on cpu3
Mar  6 18:22:40 freenas random: unblocking device.
Mar  6 18:22:40 freenas usbus0: 480Mbps High Speed USB v2.0
Mar  6 18:22:40 freenas usbus1: 480Mbps High Speed USB v2.0
Mar  6 18:22:40 freenas ZFS filesystem version: 5
Mar  6 18:22:40 freenas ZFS storage pool version: features support (5000)
Mar  6 18:22:40 freenas Timecounters tick every 1.000 msec
Mar  6 18:22:40 freenas ipfw2 (+ipv6) initialized, divert enabled, nat enabled, default to accept, logging disabled
Mar  6 18:22:40 freenas ugen1.1: <Intel> at usbus1
Mar  6 18:22:40 freenas ugen0.1: <Intel> at usbus0
Mar  6 18:22:40 freenas uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
Mar  6 18:22:40 freenas uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = d53b461ed0ab8a86
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = d53c522eaaac8182
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = d538592cadab7e85
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = d53b5221d0ab8a82
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = d5484506adac8c70
Mar  6 18:22:40 freenas mps0: SAS Address for SATA device = 453a42f1987fa789
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = d53b461ed0ab8a86
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = d53c522eaaac8182
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = d538592cadab7e85
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = d53b5221d0ab8a82
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = d5484506adac8c70
Mar  6 18:22:40 freenas mps0: SAS Address from SATA device = 453a42f1987fa789
Mar  6 18:22:40 freenas uhub1: 2 ports with 2 removable, self powered
Mar  6 18:22:40 freenas uhub0: 2 ports with 2 removable, self powered
Mar  6 18:22:40 freenas ugen0.2: <vendor 0x8087> at usbus0
Mar  6 18:22:40 freenas uhub2: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on usbus0
Mar  6 18:22:40 freenas ugen1.2: <vendor 0x8087> at usbus1
Mar  6 18:22:40 freenas uhub3: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on usbus1
Mar  6 18:22:40 freenas uhub3: 6 ports with 6 removable, self powered
Mar  6 18:22:40 freenas uhub2: 6 ports with 6 removable, self powered
Mar  6 18:22:40 freenas ugen1.3: <Logitech> at usbus1
Mar  6 18:22:40 freenas ukbd0: <USB Keyboard> on usbus1
Mar  6 18:22:40 freenas kbd2 at ukbd0
Mar  6 18:22:40 freenas ugen1.4: <Kingston> at usbus1
Mar  6 18:22:40 freenas umass0: <Kingston DT Rubber 3.0, class 0/0, rev 2.10/1.10, addr 4> on usbus1
Mar  6 18:22:40 freenas umass0:  SCSI over Bulk-Only; quirks = 0x8100
Mar  6 18:22:40 freenas umass0:8:0:-1: Attached to scbus8
Mar  6 18:22:40 freenas da0 at mps0 bus 0 scbus0 target 0 lun 0
Mar  6 18:22:40 freenas da0: <ATA TOSHIBA MD04ACA5 FP2A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da0: Serial Number		 Y4MHK5CHFS9A
Mar  6 18:22:40 freenas da0: 600.000MB/s transfers
Mar  6 18:22:40 freenas da0: Command Queueing enabled
Mar  6 18:22:40 freenas da0: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas da6 at umass-sim0 bus 0 scbus8 target 0 lun 0
Mar  6 18:22:40 freenas da6: <Kingston DT Rubber 3.0 PMAP> Removable Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da6: Serial Number 0018F30C9FD7BD30511800CE
Mar  6 18:22:40 freenas da6: 40.000MB/s transfers
Mar  6 18:22:40 freenas da6: 14992MB (30703616 512 byte sectors)
Mar  6 18:22:40 freenas da6: quirks=0x2<NO_6_BYTE>
Mar  6 18:22:40 freenas da1 at mps0 bus 0 scbus0 target 1 lun 0
Mar  6 18:22:40 freenas da1: <ATA TOSHIBA MD04ACA5 FP2A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da1: Serial Number		 35DDK6OXFS9A
Mar  6 18:22:40 freenas da1: 600.000MB/s transfers
Mar  6 18:22:40 freenas da1: Command Queueing enabled
Mar  6 18:22:40 freenas da1: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas da2 at mps0 bus 0 scbus0 target 2 lun 0
Mar  6 18:22:40 freenas da2: <ATA TOSHIBA MD04ACA5 FP1A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da2: Serial Number		 64AGK2VVFS9A
Mar  6 18:22:40 freenas da2: 600.000MB/s transfers
Mar  6 18:22:40 freenas da2: Command Queueing enabled
Mar  6 18:22:40 freenas da2: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas da3 at mps0 bus 0 scbus0 target 3 lun 0
Mar  6 18:22:40 freenas da3: <ATA TOSHIBA MD04ACA5 FP2A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da3: Serial Number		 Y4MDK5OKFS9A
Mar  6 18:22:40 freenas da3: 600.000MB/s transfers
Mar  6 18:22:40 freenas da3: Command Queueing enabled
Mar  6 18:22:40 freenas da3: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas da4 at mps0 bus 0 scbus0 target 4 lun 0
Mar  6 18:22:40 freenas da4: <ATA TOSHIBA MD04ACA5 FP2A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da4: Serial Number		 65O2KBB0FS9A
Mar  6 18:22:40 freenas da4: 600.000MB/s transfers
Mar  6 18:22:40 freenas da4: Command Queueing enabled
Mar  6 18:22:40 freenas da4: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas da5 at mps0 bus 0 scbus0 target 5 lun 0
Mar  6 18:22:40 freenas da5: <ATA TOSHIBA HDWE150 FP2A> Fixed Direct Access SPC-4 SCSI device
Mar  6 18:22:40 freenas da5: Serial Number		 66E7KBP0F57D
Mar  6 18:22:40 freenas da5: 600.000MB/s transfers
Mar  6 18:22:40 freenas da5: Command Queueing enabled
Mar  6 18:22:40 freenas da5: 4769307MB (9767541168 512 byte sectors)
Mar  6 18:22:40 freenas SMP: AP CPU #1 Launched!
Mar  6 18:22:40 freenas SMP: AP CPU #3 Launched!
Mar  6 18:22:40 freenas SMP: AP CPU #2 Launched!
Mar  6 18:22:40 freenas Timecounter "TSC-low" frequency 1200024838 Hz quality 1000
Mar  6 18:22:40 freenas Trying to mount root from zfs:freenas-boot/ROOT/default []...
Mar  6 18:22:40 freenas GEOM_RAID5: Module loaded, version 1.3.20140711.62 (rev f91e28e40bf7)
Mar  6 18:22:40 freenas ipmi0: <IPMI System Interface> on isa0
Mar  6 18:22:40 freenas ipmi0: KCS mode found at mem 0xca2 alignment 0x1 on isa
Mar  6 18:22:40 freenas ipmi0: couldn't configure I/O resource
Mar  6 18:22:40 freenas device_attach: ipmi0 attach returned 6
Mar  6 18:22:40 freenas hwpmc: SOFT/16/64/0x67<INT,USR,SYS,REA,WRI> TSC/1/64/0x20<REA> IAP/4/48/0x3ff<INT,USR,SYS,EDG,THR,REA,WRI,INV,QUA,PRC> IAF/3/48/0x67<INT,USR,SYS,REA,WRI> UCP/8/48/0x3f8<EDG,THR,REA,WRI,INV,QUA,PRC> UCF/1/48/0x60<REA,WRI>
Mar  6 18:22:40 freenas kernel: em0: link state changed to UP
Mar  6 18:22:40 freenas kernel: em0: link state changed to UP
Mar  6 18:22:40 freenas uhid0: <USB Keyboard> on usbus1
Mar  6 18:22:41 freenas GEOM_ELI: Device da0p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas GEOM_ELI: Device da1p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas GEOM_ELI: Device da2p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas GEOM_ELI: Device da3p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas GEOM_ELI: Device da4p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas GEOM_ELI: Device da5p1.eli created.
Mar  6 18:22:41 freenas GEOM_ELI: Encryption: AES-XTS 128
Mar  6 18:22:41 freenas GEOM_ELI:	 Crypto: software
Mar  6 18:22:41 freenas ntpd[1917]: ntpd 4.2.8p9-a (1): Starting
Mar  6 18:22:44 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1
Mar  6 18:22:45 freenas root: /etc/rc: WARNING: failed precmd routine for vmware_guestd
Mar  6 18:22:45 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 2
Mar  6 18:22:46 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 3
Mar  6 18:22:47 freenas smbd: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mdnsd Socket:35 Err:-1 Errno:2 No such file or directory
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
What about the controller, is it getting a bit of airflow?
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
Well I do not know how to check it, but it is in the airflow path from the fans of the hard drives...
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Well I do not know how to check it, but it is in the airflow path from the fans of the hard drives...
That should be enough, assuming it's not blocked by obstacles...
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
Honestly I truly appreciate all the help and guidance that I have received so far in this forum, but is there anything else that anyone can suggest/help me with in order to have my machine in normal operational state please. Thanks

I also went through the console output above and I think that the following lines are quite important and might be the reason for my errors. However I have no idea how to "translate" what they are saying.
Code:
Mar  6 18:22:41 freenas ntpd[1917]: ntpd 4.2.8p9-a (1): Starting
Mar  6 18:22:44 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1
Mar  6 18:22:45 freenas root: /etc/rc: WARNING: failed precmd routine for vmware_guestd
Mar  6 18:22:45 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 2
Mar  6 18:22:46 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 3
Mar  6 18:22:47 freenas smbd: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mdnsd Socket:35 Err:-1 Errno:2 No such file or directory
 
Last edited:

JackShine

Dabbler
Joined
Nov 13, 2014
Messages
27
If I were u, id say, “this is not working”, and start again, try with new M/B.

No use flogging a dead horse.
 

Jonnhy

Dabbler
Joined
Jan 19, 2017
Messages
32
ok so I have tried multiple different things the past few days, since I got some free time. The system is fine if I settup all the drives as individual stripes and right now it appears to function ok in raid Z1. So it is probably what I was afraid of, that raidz2 has some kind of problem, which I have seen in other posts too. The only reason that I wanted raidz2 is that my drives are 5tb in size and I have heard that with that size it is likely that a drive can fail during resilvering, rendering all the data unusable...
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
ok so I have tried multiple different things the past few days, since I got some free time. The system is fine if I settup all the drives as individual stripes and right now it appears to function ok in raid Z1. So it is probably what I was afraid of, that raidz2 has some kind of problem, which I have seen in other posts too. The only reason that I wanted raidz2 is that my drives are 5tb in size and I have heard that with that size it is likely that a drive can fail during resilvering, rendering all the data unusable...
There should not really be that much difference between the disk layouts that can cause the problems you are seeing. I wonder if you have a bad disk or 2? Have you looked at the smart data? Can you also try a fresh install of freenas.

Sent from my Nexus 5X using Tapatalk
 
Status
Not open for further replies.
Top