Jump to content
XPEnology Community

stanza

Member
  • Posts

    288
  • Joined

  • Last visited

Everything posted by stanza

  1. True.... but I wonder if you are only allowed to make volumes in bunches of 12 disks on the REAL hardware? or when you plug in the expansion.... does something pick that up and automatically change the /etc.default/synoinfo.conf file eg DS3612xs /etc.default/synoinfo.conf file read 12 disks DS3612xs plus 1 x expansion unit /etc.default/synoinfo.conf file read 24 disks DS3612xs plus 2 x expansion unit /etc.default/synoinfo.conf file read 36 disks .
  2. Just noticed this /etc.default/synogrinst.sh Has at the top of it Rand=`expr $RANDOM % 20` SupportRAID=`${GetKeyValue} /etc.defaults/synoinfo.conf supportraid` Version=`${GetKeyValue} /etc.defaults/VERSION buildnumber` MaxDisks=`${GetKeyValue} /etc.defaults/synoinfo.conf maxdisks` SupportLCM=`${GetKeyValue} /etc.defaults/synoinfo.conf support_acm` Get that means maximum disks in a volume = 12 (makes sense for the DS3612xs) also I am wondering if the /boot/grub/grub.conf has the ihd_num=0 Is that "Installed HDD Number" as in......boot from ? .
  3. Version 4? Hmmm.... thats new guess your the 1st to test it .
  4. Sorry for the late reply Yeah 10 and 8 drive array still failed Found this when looking around http://askubuntu.com/questions/240128/ubuntu-12-04-hangs-on-boot-wont-mount-mdadm-array degraded_arrays() { sleep 15 mdadm --misc --scan --detail --test >/dev/null 2>&1 return $((! $?)) } maybe of use?
  5. you should be able to do it back up your data 1st grab Trantors 4.3-3810 version (.img and the .pat files) http://xpenology.com/forum/viewtopic.php?f=14&t=1700 write that to a usb stick (or overwrite your original) if you have any MAC address changes / serial number changes you made.... make them to this new usb stick as well power down your NAS pop the usb stick in and reboot restart the NAS and either open web browser to the same web page you used too do. or Use Synology assistant once again to find your NAS it will give you two options Migrate or Reinstall (your Choice) once done it should reboot and you will be up and going with the newer version Tho all your users and any software you installed will need to be re-setup again (time settings etc) connect once again then use this guide to update to the latest 4.3-3810 v3 http://xpenology.com/forum/viewtopic.php?f=2&t=1082&start=330#p9060 .
  6. what happens if you remove your boot USB stick pop tv tuner USB in it's place does it recognise it then? .
  7. Change your SMB settings from SMB2 large MTU back to normal (eg turn that selection button off) Seems SMB2 uses a lot of CPU to do roughly the same speed throughput I find. try again. .
  8. Proxmox should be easy to change the MAC's Something similar to ============== Shutdown the virtual Open ssh terminal to proxmox eg ssh root@123.456.789.123 mount the usb image to a loopback device mount -o rw,loop,offset=32256 /var/lib/vz/image/100/synoboot-blahblah.img /mnt/loop use nano to edit the grub.conf file within the synoboot-blahblah.img file nano /mnt/loop/boot/grub/grub.conf change the file from eg =================== #serial --unit=0 --speed=115200 #terminal serial default 0 timeout 3 fallback 0 title DSM 4.3-3810 - v1.0 root (hd0,0) # vender /vender show # hw_model kernel /zImage root=/dev/md0 ihd_num=22 netif_num=2 syno_hw_version=DS3612xs mac1=00241DD67728 mac2=XXXXXXXX sn=B3J4N00355 initrd /rd.gz to =================== #serial --unit=0 --speed=115200 #terminal serial default 0 timeout 3 fallback 0 title DSM 4.3-3810 - v1.0 root (hd0,0) # vender /vender show # hw_model kernel /zImage root=/dev/md0 ihd_num=0 netif_num=2 syno_hw_version=DS3612xs mac1=00241DD67728 mac2=XXXXXXXX sn=B3J4N00355 initrd /rd.gz save the file and quit nano unmount the loopback device unmount /mnt/loop copy (overwrite your proxmox's boot hdd with this file) cp /var/lib/vz/image/100/synoboot-blahblah.img /var/lib/vz/image/100/vm-100-blahblah.raw restart up the vm
  9. There is a minerd vunerability in earlier DSM See Here http://forum.synology.com/enu/viewtopic.php?f=7&t=78993 "The security breach you are referring to has only affected users using DSM 4.3 and has not affected 4.2 or previous versions. From what our engineers can tell it was a security hole that was initially present in 4.3-3776 but was not there in 4.2 and previous." I would suggest people using 4.3 update their Xpenology installs to Trantors latest to avoid having some scum take over your NAS to use it for bitcoin/litecoin mining etc Either 4.3 build 3810 v1 http://xpenology.com/forum/viewtopic.php?f=14&t=1700 or 4.3 build 3810 1.1 v4 Beta http://xpenology.trantor.be/beta/ Then use this guide to update it to the lastest from Synology 4.3 build 3810 v3 =============== 1. First check if you're able to download update 3 from the GUI (Control Panel, DSM Update) - Download the update. - 1a. If not able to download, connect/login with putty/telnet (user: root) - 1b. Remove /autoupd@te.info (rm /autoupd@te.info) - 1c. Now try to donwload update 3 from GUI again (Control Panel, DSM Update) 2. Connect/login with putty/telnet and execute these 2 commands: sed 's/flashupdateDeb/flashupdateDeb1/' /autoupd@te.info > /autoupd@te.info1 mv /autoupd@te.info1 /autoupd@te.info 3. Install the update from GUI (Control Panel, DSM Update) ============= Update A second option is as follows from user costib who kindy grabbed the update package before it was deleted Update Update If you have troubles with the below instructions, try disconnecting from the internet whilst performing the update. His instructions are To Manually Update to 4.3 build 3810 v4: 1. Transfer via ftp "autoupd@te.info" and "@smallupd@te_deb" to /volume1/public 2. Connect/login with putty/telnet and execute these 2 commands: cp /volume1/public/autoupd@te.info / cp -a /volume1/public/@smallupd@te_deb/ /volume1/ 3. Go to Control Pannel - DSM Update and press the Update Now button I have uploaded the update and you can Download it here for a short while 33.6Mb http://stanzabike.net/DSM_4.3-3810_Update_4.rar Mirror from Trantor http://xpenology.trantor.be/beta/DSM_4.3-3810_Update_4.rar .
  10. mac address is listed in in the dmesg output type dmesg | grep "eth" and you will find it like so SC933> dmesg | grep "eth" [ 38.971878] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 40.538825] eth%d: 0xffffc9000007a000, 00:24:1d:d6:77:28, IRQ 46 [ 71.291808] usbcore: registered new interface driver ethub [ 72.009685] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 77.013767] r8168: eth0: link up [ 77.015628] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready .
  11. Yeah tried with less Tried 12 Tried 8 Hmmm Tried another box with the 1068e card again (one with a lot of drives) Looks like it uses a different driver MPTSAS not MPT2SAS It's got other issues...sas resets etc....but thats a driver bug I believe But I noticed that it said......"Maximum number of drives for md0 is 26" which is interesting Maybe have to attack SAS from a different direction.....and use RS10613xs+..... and not DS3612xs code base ?? RS10613xs+ can have 106 x HDD Could also be something simple like too much MEMORY ?? DS3612xs Specifications say 6Gb Maximum Memory...
  12. Edit /etc/synoinfo.conf /etc.defaults/synoinfo.conf Change these lines eth0_wol_options="g" eth1_wol_options="g" wol_enabled_options="" MAC Address must = REAL MAC Address Gigabyte:/$ ssh root@10.0.0.22 The authenticity of host '10.0.0.22 (10.0.0.22)' can't be established. ECDSA key fingerprint is 6a:6d:0e:05:ea:1f:4a:ae:39:9c:41:a9:57:41:c4:3c. Are you sure you want to continue connecting (yes/no)? Warning: Permanently added '10.0.0.22' (ECDSA) to the list of known hosts. root@10.0.0.22's password: BusyBox v1.16.1 (2013-11-06 05:23:07 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SC933> SC933> dmesg | grep "eth" [ 38.971878] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 40.538825] eth%d: 0xffffc9000007a000, 00:24:1d:d6:77:28, IRQ 46 [ 71.291808] usbcore: registered new interface driver ethub [ 72.009685] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 77.013767] r8168: eth0: link up [ 77.015628] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 00:24:1d:d6:77:28 = 00241DD67728 USB Stick /boot/grub/grub.conf =================== #serial --unit=0 --speed=115200 #terminal serial default 0 timeout 3 fallback 0 title DSM 4.3-3810 - v1.0 root (hd0,0) # vender /vender show # hw_model kernel /zImage root=/dev/md0 ihd_num=22 netif_num=2 syno_hw_version=DS3612xs mac1=00241DD67728 mac2=XXXXXXXX sn=B3J4N00355 initrd /rd.gz retry
  13. WOW System boot really fast now Trying again with maxdisks = 34 When not able to survive a reboot MD combined all 15 disks......no problem not long after.... system reboots no kernel panic, couldn't see any error tried with new zImage again...... hmmm wonder how I can capture the dmesg at boot.... to find out what is going on? ok Log [ 39.314061] md: Waiting for all devices to be available before autodetect [ 39.314154] md: If you don't use raid, use raid=noautodetect [ 39.314348] md: Autodetecting XPEnology RAID arrays. [ 39.314434] md: Scanned 0 and added 0 devices. [ 39.314518] md: autorun ... [ 39.314595] md: ... autorun DONE. [ 39.314704] RAMDISK: lzma image found at block 0 [ 40.532034] VFS: Mounted root (ext2 filesystem) on device 1:0. [ 40.536694] Loading modules backported from Linux version v3.12-0-g5e01dc7 [ 40.536788] Backport generated by backports.git v3.12-1-0-g9ae6b6c [ 40.539090] e1000e: Intel® PRO/1000 Network Driver - 2.5.4-NAPI [ 40.539182] e1000e: Copyright© 1999 - 2013 Intel Corporation. [ 40.542661] r8168 Gigabit Ethernet driver 8.037.00-NAPI loaded [ 40.542771] r8168 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 40.542881] r8168 0000:03:00.0: setting latency timer to 64 [ 40.542940] r8168 0000:03:00.0: irq 46 for MSI/MSI-X [ 40.543583] eth%d: 0xffffc9000007a000, 00:24:1d:d6:77:28, IRQ 46 [ 40.544009] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 40.544153] r8168 Copyright © 2013 Realtek NIC software team [ 40.544154] This program comes with ABSOLUTELY NO WARRANTY; for details, please see . [ 40.544156] This is free software, and you are welcome to redistribute it under certain conditions; see . [ 40.547909] mpt2sas version 17.00.00.00 loaded [ 40.548107] scsi6 : Fusion MPT SAS Host [ 40.548545] mpt2sas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 40.548651] mpt2sas 0000:01:00.0: setting latency timer to 64 [ 40.548656] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16434660 kB) [ 40.548808] mpt2sas0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1 [ 40.548971] mpt2sas 0000:01:00.0: irq 47 for MSI/MSI-X [ 40.549005] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 47 [ 40.549092] mpt2sas0: iomem(0x00000000fbaf0000), mapped(0xffffc90000060000), size(65536) [ 40.549216] mpt2sas0: ioport(0x000000000000ae00), size(256) [ 40.621941] mpt2sas0: sending message unit reset !! [ 40.623939] mpt2sas0: message unit reset: SUCCESS [ 40.668347] mpt2sas0: Allocated physical memory: size(7445 kB) [ 40.668437] mpt2sas0: Current Controller Queue Depth(3307), Max Controller Queue Depth(3432) [ 40.668562] mpt2sas0: Scatter Gather Elements per IO(128) [ 40.727243] mpt2sas0: LSISAS2008: FWVersion(17.00.01.00), ChipRevision(0x03), BiosVersion(07.11.10.00) [ 40.727373] mpt2sas0: Dell 6Gbps SAS HBA: Vendor(0x1000), Device(0x0072), SSVID(0x1028), SSDID(0x1F1C) [ 40.727500] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [ 40.728187] mpt2sas0: sending port enable !! [ 40.731662] mpt2sas0: host_add: handle(0x0001), sas_addr(0x5d4ae5206468f300), phys(8) [ 40.738879] mpt2sas0: port enable: SUCCESS [ 40.742999] scsi 6:0:0:0: Direct-Access WDC WD10EAVS-00D7B1 1A01 PQ: 0 ANSI: 6 [ 40.743554] scsi 6:0:0:0: SATA: handle(0x0009), sas_addr(0x4433221101000000), phy(1), device_name(0x0000000000000000) [ 40.743687] scsi 6:0:0:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(2) [ 40.743889] scsi 6:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 40.744015] scsi 6:0:0:0: serial_number( WD-WCAU47730474) [ 40.744104] scsi 6:0:0:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 40.744357] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 40.744446] syno_disk_type_get: Fusion MPT SAS Host,0 [ 40.744532] XPENOLOGY DEBUG ; synodisktype : 1 [ 40.744618] XPENOLOGY DEBUG ; syno_index_get : 0 [ 40.744703] XPENOLOGY DEBUG ; want_idx : 6 [ 40.744785] XPENOLOGY while DEBUG ; index : 6 [ 40.744883] XPENOLOGY while DEBUG ; want_idx : 6 [ 40.744968] sd_probe: index=6 [ 40.745046] sd_format_disk_name()=sdg [ 40.745299] sd 6:0:0:0: [sdg] Spinning up disk... [ 40.992828] scsi 6:0:1:0: Direct-Access WDC WD10EAVS-00D7B1 1A01 PQ: 0 ANSI: 6 [ 40.993451] scsi 6:0:1:0: SATA: handle(0x000a), sas_addr(0x4433221102000000), phy(2), device_name(0x0000000000000000) [ 40.993585] scsi 6:0:1:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(1) [ 40.993789] scsi 6:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 40.993915] scsi 6:0:1:0: serial_number( WD-WCAU49539149) [ 40.994004] scsi 6:0:1:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 40.994271] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 40.994359] syno_disk_type_get: Fusion MPT SAS Host,0 [ 40.994446] XPENOLOGY DEBUG ; synodisktype : 1 [ 40.994530] XPENOLOGY DEBUG ; syno_index_get : 0 [ 40.994615] XPENOLOGY DEBUG ; want_idx : 6 [ 40.994698] XPENOLOGY while DEBUG ; index : 7 [ 40.994791] XPENOLOGY while DEBUG ; want_idx : 6 [ 40.994875] sd_probe: index=7 [ 40.994954] sd_format_disk_name()=sdh [ 40.995206] sd 6:0:1:0: [sdh] Spinning up disk... [ 41.245829] scsi 6:0:2:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 41.247876] scsi 6:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221103000000), phy(3), device_name(0x0000000000000000) [ 41.248010] scsi 6:0:2:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(0) [ 41.248214] scsi 6:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 41.255031] scsi 6:0:2:0: serial_number( 9QJ3TFCW) [ 41.255121] scsi 6:0:2:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 41.255378] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 41.255466] syno_disk_type_get: Fusion MPT SAS Host,0 [ 41.255552] XPENOLOGY DEBUG ; synodisktype : 1 [ 41.255641] XPENOLOGY DEBUG ; syno_index_get : 0 [ 41.255725] XPENOLOGY DEBUG ; want_idx : 6 [ 41.255808] XPENOLOGY while DEBUG ; index : 8 [ 41.255891] XPENOLOGY while DEBUG ; want_idx : 6 [ 41.255976] sd_probe: index=8 [ 41.256054] sd_format_disk_name()=sdi [ 41.256319] sd 6:0:2:0: [sdi] Spinning up disk... [ 41.495223] scsi 6:0:3:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 41.497211] scsi 6:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221104000000), phy(4), device_name(0x0000000000000000) [ 41.497344] scsi 6:0:3:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(7) [ 41.497554] scsi 6:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 41.497680] scsi 6:0:3:0: serial_number( 9QJ3Z1FH) [ 41.497769] scsi 6:0:3:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 41.498021] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 41.498110] syno_disk_type_get: Fusion MPT SAS Host,0 [ 41.498196] XPENOLOGY DEBUG ; synodisktype : 1 [ 41.498280] XPENOLOGY DEBUG ; syno_index_get : 0 [ 41.498365] XPENOLOGY DEBUG ; want_idx : 6 [ 41.498447] XPENOLOGY while DEBUG ; index : 9 [ 41.498539] XPENOLOGY while DEBUG ; want_idx : 6 [ 41.498623] sd_probe: index=9 [ 41.498702] sd_format_disk_name()=sdj [ 41.498949] sd 6:0:3:0: [sdj] Spinning up disk... [ 41.745076] scsi 6:0:4:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 41.745327] . [ 41.747083] scsi 6:0:4:0: SATA: handle(0x000d), sas_addr(0x4433221105000000), phy(5), device_name(0x0000000000000000) [ 41.747285] scsi 6:0:4:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(6) [ 41.747495] scsi 6:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 41.747620] scsi 6:0:4:0: serial_number( 9QJ3XPZ3) [ 41.747709] scsi 6:0:4:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 41.747968] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 41.748056] syno_disk_type_get: Fusion MPT SAS Host,0 [ 41.748142] XPENOLOGY DEBUG ; synodisktype : 1 [ 41.748226] XPENOLOGY DEBUG ; syno_index_get : 0 [ 41.748311] XPENOLOGY DEBUG ; want_idx : 6 [ 41.748402] XPENOLOGY while DEBUG ; index : 10 [ 41.748486] XPENOLOGY while DEBUG ; want_idx : 6 [ 41.748570] sd_probe: index=10 [ 41.748649] sd_format_disk_name()=sdk [ 41.748890] sd 6:0:4:0: [sdk] Spinning up disk... [ 41.995148] scsi 6:0:5:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 41.995196] . [ 41.997290] scsi 6:0:5:0: SATA: handle(0x000e), sas_addr(0x4433221106000000), phy(6), device_name(0x0000000000000000) [ 41.997492] scsi 6:0:5:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(5) [ 41.997696] scsi 6:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 41.997821] scsi 6:0:5:0: serial_number( 9QJ3Z4RA) [ 41.997910] scsi 6:0:5:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 41.998170] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 41.998264] syno_disk_type_get: Fusion MPT SAS Host,0 [ 41.998350] XPENOLOGY DEBUG ; synodisktype : 1 [ 41.998435] XPENOLOGY DEBUG ; syno_index_get : 0 [ 41.998519] XPENOLOGY DEBUG ; want_idx : 6 [ 41.998602] XPENOLOGY while DEBUG ; index : 11 [ 41.998685] XPENOLOGY while DEBUG ; want_idx : 6 [ 41.998770] sd_probe: index=11 [ 41.998849] sd_format_disk_name()=sdl [ 41.999111] sd 6:0:5:0: [sdl] Spinning up disk... [ 42.245364] scsi 6:0:6:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 42.247416] scsi 6:0:6:0: SATA: handle(0x000f), sas_addr(0x4433221107000000), phy(7), device_name(0x0000000000000000) [ 42.247550] scsi 6:0:6:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(4) [ 42.247754] scsi 6:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.247879] scsi 6:0:6:0: serial_number( 9QJ3Z366) [ 42.247969] scsi 6:0:6:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.248234] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.248322] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.248408] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.248492] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.248577] XPENOLOGY DEBUG ; want_idx : 6 [ 42.248659] XPENOLOGY while DEBUG ; index : 12 [ 42.248743] XPENOLOGY while DEBUG ; want_idx : 6 [ 42.248827] sd_probe: index=12 [ 42.248906] sd_format_disk_name()=sdm [ 42.249157] sd 6:0:6:0: [sdm] Spinning up disk... [ 42.249348] scsi7 : Fusion MPT SAS Host [ 42.250116] mpt2sas 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 42.250226] mpt2sas 0000:04:00.0: setting latency timer to 64 [ 42.250231] mpt2sas1: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16434660 kB) [ 42.250390] mpt2sas1: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1 [ 42.250582] mpt2sas 0000:04:00.0: irq 48 for MSI/MSI-X [ 42.250604] mpt2sas1-msix0: PCI-MSI-X enabled: IRQ 48 [ 42.250695] mpt2sas1: iomem(0x00000000fbcf0000), mapped(0xffffc90000020000), size(65536) [ 42.250822] mpt2sas1: ioport(0x000000000000be00), size(256) [ 42.256051] . [ 42.323015] mpt2sas1: sending message unit reset !! [ 42.325013] mpt2sas1: message unit reset: SUCCESS [ 42.369670] mpt2sas1: Allocated physical memory: size(7445 kB) [ 42.369760] mpt2sas1: Current Controller Queue Depth(3307), Max Controller Queue Depth(3432) [ 42.369885] mpt2sas1: Scatter Gather Elements per IO(128) [ 42.428380] mpt2sas1: LSISAS2008: FWVersion(17.00.01.00), ChipRevision(0x03), BiosVersion(07.11.10.00) [ 42.428509] mpt2sas1: Dell 6Gbps SAS HBA: Vendor(0x1000), Device(0x0072), SSVID(0x1028), SSDID(0x1F1C) [ 42.428637] mpt2sas1: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [ 42.429339] mpt2sas1: sending port enable !! [ 42.433166] mpt2sas1: host_add: handle(0x0001), sas_addr(0x5d4ae5208a846400), phys(8) [ 42.439952] mpt2sas1: port enable: SUCCESS [ 42.445623] scsi 7:0:0:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 42.447441] scsi 7:0:0:0: SATA: handle(0x000b), sas_addr(0x4433221102000000), phy(2), device_name(0x5000c50014db0372) [ 42.447574] scsi 7:0:0:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(1) [ 42.447779] scsi 7:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.447905] scsi 7:0:0:0: serial_number( 9QJ3Z2N3) [ 42.447999] scsi 7:0:0:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.448253] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.448342] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.448428] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.448512] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.448597] XPENOLOGY DEBUG ; want_idx : 7 [ 42.448679] XPENOLOGY while DEBUG ; index : 13 [ 42.448763] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.448847] sd_probe: index=13 [ 42.448926] sd_format_disk_name()=sdn [ 42.451422] sd 7:0:0:0: [sdn] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.454973] scsi 7:0:1:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 42.456731] scsi 7:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221100000000), phy(0), device_name(0x5000c50014da8dca) [ 42.456865] scsi 7:0:1:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(3) [ 42.457072] scsi 7:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.457197] scsi 7:0:1:0: serial_number( 9QJ3Z17W) [ 42.457286] scsi 7:0:1:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.457530] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.457619] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.457705] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.457790] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.457874] XPENOLOGY DEBUG ; want_idx : 7 [ 42.457962] XPENOLOGY while DEBUG ; index : 14 [ 42.458046] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.458130] sd_probe: index=14 [ 42.458209] sd_format_disk_name()=sdo [ 42.460633] scsi 7:0:2:0: Direct-Access ATA ST31000528AS HP22 PQ: 0 ANSI: 6 [ 42.460700] sd 7:0:1:0: [sdo] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.461274] scsi 7:0:2:0: SATA: handle(0x000a), sas_addr(0x4433221101000000), phy(1), device_name(0x5000c50018ad82b6) [ 42.461408] scsi 7:0:2:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(2) [ 42.461610] scsi 7:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.461735] scsi 7:0:2:0: serial_number(6VP1JS3Y ) [ 42.468529] scsi 7:0:2:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.468773] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.468861] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.468956] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.469040] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.469124] XPENOLOGY DEBUG ; want_idx : 7 [ 42.469207] XPENOLOGY while DEBUG ; index : 15 [ 42.469290] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.469375] sd_probe: index=15 [ 42.469453] sd_format_disk_name()=sdp [ 42.470160] sd 7:0:2:0: [sdp] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.475564] scsi 7:0:3:0: Direct-Access ATA ST31000340NS SN06 PQ: 0 ANSI: 6 [ 42.477354] scsi 7:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221103000000), phy(3), device_name(0x5000c50014db1b5b) [ 42.477487] scsi 7:0:3:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(0) [ 42.477693] scsi 7:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.477818] scsi 7:0:3:0: serial_number( 9QJ3YVFN) [ 42.477908] scsi 7:0:3:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.478157] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.478246] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.478332] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.478417] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.478501] XPENOLOGY DEBUG ; want_idx : 7 [ 42.478584] XPENOLOGY while DEBUG ; index : 16 [ 42.478667] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.478752] sd_probe: index=16 [ 42.478830] sd_format_disk_name()=sdq [ 42.481015] sd 7:0:3:0: [sdq] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.484676] scsi 7:0:4:0: Direct-Access ATA ST31000340NS 43W BB12 PQ: 0 ANSI: 6 [ 42.486344] scsi 7:0:4:0: SATA: handle(0x000d), sas_addr(0x4433221104000000), phy(4), device_name(0x5000c5001492a4f3) [ 42.486478] scsi 7:0:4:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(7) [ 42.486680] scsi 7:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.486806] scsi 7:0:4:0: serial_number( 9QJ3JWXQ) [ 42.486895] scsi 7:0:4:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.487147] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.487236] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.487322] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.487406] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.487490] XPENOLOGY DEBUG ; want_idx : 7 [ 42.487573] XPENOLOGY while DEBUG ; index : 17 [ 42.487656] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.487741] sd_probe: index=17 [ 42.487820] sd_format_disk_name()=sdr [ 42.489907] sd 7:0:4:0: [sdr] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.491040] scsi 7:0:5:0: Direct-Access ATA HUA721010KLA330 43W AB4A PQ: 0 ANSI: 6 [ 42.491848] scsi 7:0:5:0: SATA: handle(0x000e), sas_addr(0x4433221105000000), phy(5), device_name(0x5000cca21ed960fb) [ 42.491982] scsi 7:0:5:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(6) [ 42.492188] scsi 7:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.492313] scsi 7:0:5:0: serial_number( GTA060PBHTURHE) [ 42.492403] scsi 7:0:5:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.492648] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.492736] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.492822] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.492906] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.493002] XPENOLOGY DEBUG ; want_idx : 7 [ 42.493085] XPENOLOGY while DEBUG ; index : 18 [ 42.493169] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.493257] sd_probe: index=18 [ 42.493336] sd_format_disk_name()=sds [ 42.494227] sd 7:0:5:0: [sds] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.496534] scsi 7:0:6:0: Direct-Access ATA HUA721010KLA330 43W AB4A PQ: 0 ANSI: 6 [ 42.497343] scsi 7:0:6:0: SATA: handle(0x000f), sas_addr(0x4433221106000000), phy(6), device_name(0x5000cca21ed96345) [ 42.497477] scsi 7:0:6:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(5) [ 42.497678] scsi 7:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.497803] scsi 7:0:6:0: serial_number( GTA060PBHTVADE) [ 42.497892] scsi 7:0:6:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.498144] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.498232] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.498317] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.498401] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.498486] XPENOLOGY DEBUG ; want_idx : 7 [ 42.498568] XPENOLOGY while DEBUG ; index : 19 [ 42.498652] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.498736] sd_probe: index=19 [ 42.498815] sd_format_disk_name()=sdt [ 42.499778] sd 7:0:6:0: [sdt] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.499918] . [ 42.502156] scsi 7:0:7:0: Direct-Access ATA HUA721010KLA330 43W AB4A PQ: 0 ANSI: 6 [ 42.503041] scsi 7:0:7:0: SATA: handle(0x0010), sas_addr(0x4433221107000000), phy(7), device_name(0x5000cca21ed96526) [ 42.503174] scsi 7:0:7:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(4) [ 42.503381] scsi 7:0:7:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y) [ 42.503507] scsi 7:0:7:0: serial_number( GTA060PBHTVUXE) [ 42.503596] scsi 7:0:7:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 42.503841] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA [ 42.503935] syno_disk_type_get: Fusion MPT SAS Host,0 [ 42.504021] XPENOLOGY DEBUG ; synodisktype : 1 [ 42.504105] XPENOLOGY DEBUG ; syno_index_get : 0 [ 42.504189] XPENOLOGY DEBUG ; want_idx : 7 [ 42.504271] XPENOLOGY while DEBUG ; index : 20 [ 42.504355] XPENOLOGY while DEBUG ; want_idx : 7 [ 42.504439] sd_probe: index=20 [ 42.504518] sd_format_disk_name()=sdu [ 42.505406] sd 7:0:7:0: [sdu] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 42.521800] sd 7:0:2:0: [sdp] Write Protect is off [ 42.521887] sd 7:0:2:0: [sdp] Mode Sense: 7f 00 10 08 [ 42.522657] sd 7:0:2:0: [sdp] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.557477] sd 7:0:0:0: [sdn] Write Protect is off [ 42.557564] sd 7:0:0:0: [sdn] Mode Sense: 7f 00 10 08 [ 42.560883] sd 7:0:0:0: [sdn] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.567779] sd 7:0:1:0: [sdo] Write Protect is off [ 42.567866] sd 7:0:1:0: [sdo] Mode Sense: 7f 00 10 08 [ 42.571060] sd 7:0:1:0: [sdo] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.588491] sd 7:0:3:0: [sdq] Write Protect is off [ 42.588577] sd 7:0:3:0: [sdq] Mode Sense: 7f 00 10 08 [ 42.589273] sdp: sdp1 sdp2 sdp3 < sdp5 > [ 42.591779] sd 7:0:3:0: [sdq] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.600892] sd 7:0:4:0: [sdr] Write Protect is off [ 42.600979] sd 7:0:4:0: [sdr] Mode Sense: 7f 00 10 08 [ 42.604067] sd 7:0:4:0: [sdr] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.647343] sd 7:0:2:0: [sdp] Attached SCSI disk [ 42.685416] sdn: sdn1 sdn2 sdn3 < sdn5 > [ 42.691209] sdo: sdo1 sdo2 sdo3 < sdo5 > [ 42.695220] sd 7:0:5:0: [sds] Write Protect is off [ 42.695310] sd 7:0:5:0: [sds] Mode Sense: 7f 00 10 08 [ 42.698336] sd 7:0:6:0: [sdt] Write Protect is off [ 42.698424] sd 7:0:6:0: [sdt] Mode Sense: 7f 00 10 08 [ 42.700889] sd 7:0:5:0: [sds] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.701202] sd 7:0:7:0: [sdu] Write Protect is off [ 42.701289] sd 7:0:7:0: [sdu] Mode Sense: 7f 00 10 08 [ 42.704198] sd 7:0:6:0: [sdt] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.709773] sdq: sdq1 sdq2 sdq3 < sdq5 > [ 42.712815] sd 7:0:7:0: [sdu] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 42.733885] sdr: sdr1 sdr2 sdr3 < sdr5 > [ 42.745782] .. [ 42.802236] sd 7:0:0:0: [sdn] Attached SCSI disk [ 42.824824] sd 7:0:3:0: [sdq] Attached SCSI disk [ 42.845728] sd 7:0:1:0: [sdo] Attached SCSI disk [ 42.862095] sd 7:0:4:0: [sdr] Attached SCSI disk [ 42.913142] sds: sds1 sds2 sds3 < sds5 > [ 42.916128] sdt: sdt1 sdt2 sdt3 < sdt5 > [ 42.933044] sdu: sdu1 sdu2 sdu3 < sdu5 > [ 42.995653] .. [ 43.125513] sd 7:0:5:0: [sds] Attached SCSI disk [ 43.128839] sd 7:0:6:0: [sdt] Attached SCSI disk [ 43.154086] sd 7:0:7:0: [sdu] Attached SCSI disk [ 43.249506] .......................................ready [ 48.749259] sd 6:0:0:0: [sdg] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 48.751479] . [ 48.756604] sd 6:0:0:0: [sdg] Write Protect is off [ 48.756758] sd 6:0:0:0: [sdg] Mode Sense: 7f 00 10 08 [ 48.758482] sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 48.787321] sdg: sdg1 sdg2 sdg3 < sdg5 > [ 48.797827] sd 6:0:0:0: [sdg] Attached SCSI disk [ 48.998367] .ready [ 48.999175] sd 6:0:1:0: [sdh] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 49.002365] . [ 49.007208] sd 6:0:1:0: [sdh] Write Protect is off [ 49.014052] sd 6:0:1:0: [sdh] Mode Sense: 7f 00 10 08 [ 49.015235] sd 6:0:1:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 49.037902] sdh: sdh1 sdh2 sdh3 < sdh5 > [ 49.048647] sd 6:0:1:0: [sdh] Attached SCSI disk [ 49.252232] ............ready [ 51.262183] sd 6:0:2:0: [sdi] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 51.374086] sd 6:0:2:0: [sdi] Write Protect is off [ 51.374172] sd 6:0:2:0: [sdi] Mode Sense: 7f 00 10 08 [ 51.377307] sd 6:0:2:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 51.504005] .ready [ 51.505995] sd 6:0:3:0: [sdj] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 51.506222] sdi: sdi1 sdi2 sdi3 < sdi5 > [ 51.607986] sd 6:0:3:0: [sdj] Write Protect is off [ 51.608074] sd 6:0:3:0: [sdj] Mode Sense: 7f 00 10 08 [ 51.611084] sd 6:0:3:0: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 51.635326] sd 6:0:2:0: [sdi] Attached SCSI disk [ 51.735964] sdj: sdj1 sdj2 sdj3 < sdj5 > [ 51.752874] .ready [ 51.754863] sd 6:0:4:0: [sdk] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 51.856607] sd 6:0:4:0: [sdk] Write Protect is off [ 51.856693] sd 6:0:4:0: [sdk] Mode Sense: 7f 00 10 08 [ 51.859726] sd 6:0:4:0: [sdk] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 51.860789] sd 6:0:3:0: [sdj] Attached SCSI disk [ 51.989319] sdk: sdk1 sdk2 sdk3 < sdk5 > [ 52.003730] .ready [ 52.005806] sd 6:0:5:0: [sdl] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 52.109404] sd 6:0:4:0: [sdk] Attached SCSI disk [ 52.119661] sd 6:0:5:0: [sdl] Write Protect is off [ 52.119752] sd 6:0:5:0: [sdl] Mode Sense: 7f 00 10 08 [ 52.122946] sd 6:0:5:0: [sdl] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 52.253595] .ready [ 52.255652] sd 6:0:6:0: [sdm] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB) [ 52.266160] sdl: sdl1 sdl2 sdl3 < sdl5 > [ 52.360385] sd 6:0:6:0: [sdm] Write Protect is off [ 52.360472] sd 6:0:6:0: [sdm] Mode Sense: 7f 00 10 08 [ 52.363634] sd 6:0:6:0: [sdm] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 52.405941] sd 6:0:5:0: [sdl] Attached SCSI disk [ 52.494726] sdm: sdm1 sdm2 sdm3 < sdm5 > [ 52.613329] sd 6:0:6:0: [sdm] Attached SCSI disk [ 52.614172] megasas: 06.601.06.00 June. 17, 17:00:00 PDT 2013 [ 52.615640] rr272x_1x: module license 'Proprietary' taints kernel. [ 52.615732] Disabling lock debugging due to kernel taint [ 52.616772] rr272x_1x:RocketRAID 272x_1x controller driver v1.5 (Nov 30 2013 15:00:35) [ 53.446087] rr272x_1x:no controller detected. [ 53.455970] Adaptec aacraid driver 1.2-1[30300]custom [ 53.471632] RocketRAID 3xxx/4xxx Controller driver v1.9 [ 53.472274] stex: Promise SuperTrak EX Driver version: 4.6.0000.4 [ 53.473327] ipr: IBM Power RAID SCSI Device Driver version: 2.5.2 (April 27, 2011) [ 53.481174] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 53.481982] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000. [ 53.482744] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 53.485974] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [ 53.489251] md: md0 stopped. [ 55.490205] md: md1 stopped. [ 57.497317] md: Autodetecting XPEnology RAID arrays. [ 57.521987] blDenyDisks: ALLOW [ 57.526832] blDenyDisks: ALLOW [ 57.557459] md: invalid raid superblock magic on sdg5 [ 57.557546] md: sdg5 does not have a valid v0.90 superblock, not importing! [ 57.574264] blDenyDisks: ALLOW [ 57.586390] blDenyDisks: ALLOW [ 57.613802] md: invalid raid superblock magic on sdh5 [ 57.613888] md: sdh5 does not have a valid v0.90 superblock, not importing! [ 57.622771] blDenyDisks: ALLOW [ 57.632533] blDenyDisks: ALLOW [ 57.649763] md: invalid raid superblock magic on sdi5 [ 57.649849] md: sdi5 does not have a valid v0.90 superblock, not importing! [ 57.666527] blDenyDisks: ALLOW [ 57.673999] blDenyDisks: ALLOW [ 57.691666] md: invalid raid superblock magic on sdj5 [ 57.691753] md: sdj5 does not have a valid v0.90 superblock, not importing! [ 57.704062] blDenyDisks: ALLOW [ 57.710574] blDenyDisks: ALLOW [ 57.729915] md: invalid raid superblock magic on sdk5 [ 57.730002] md: sdk5 does not have a valid v0.90 superblock, not importing! [ 57.742668] blDenyDisks: ALLOW [ 57.746418] blDenyDisks: ALLOW [ 57.765672] md: invalid raid superblock magic on sdl5 [ 57.765758] md: sdl5 does not have a valid v0.90 superblock, not importing! [ 57.781084] blDenyDisks: ALLOW [ 57.786109] blDenyDisks: ALLOW [ 57.808977] md: invalid raid superblock magic on sdm5 [ 57.809064] md: sdm5 does not have a valid v0.90 superblock, not importing! [ 57.823440] blDenyDisks: ALLOW [ 57.834026] blDenyDisks: ALLOW [ 57.852245] md: invalid raid superblock magic on sdn5 [ 57.852332] md: sdn5 does not have a valid v0.90 superblock, not importing! [ 57.865488] blDenyDisks: ALLOW [ 57.872312] blDenyDisks: ALLOW [ 57.897145] md: invalid raid superblock magic on sdo5 [ 57.897231] md: sdo5 does not have a valid v0.90 superblock, not importing! [ 57.916038] blDenyDisks: ALLOW [ 57.925966] blDenyDisks: ALLOW [ 57.948503] md: invalid raid superblock magic on sdp5 [ 57.948590] md: sdp5 does not have a valid v0.90 superblock, not importing! [ 57.960435] blDenyDisks: ALLOW [ 57.965036] blDenyDisks: ALLOW [ 57.983230] md: invalid raid superblock magic on sdq5 [ 57.983316] md: sdq5 does not have a valid v0.90 superblock, not importing! [ 58.001000] blDenyDisks: ALLOW [ 58.005105] blDenyDisks: ALLOW [ 58.026731] md: invalid raid superblock magic on sdr5 [ 58.026817] md: sdr5 does not have a valid v0.90 superblock, not importing! [ 58.040130] blDenyDisks: ALLOW [ 58.046593] blDenyDisks: ALLOW [ 58.062611] md: invalid raid superblock magic on sds5 [ 58.062698] md: sds5 does not have a valid v0.90 superblock, not importing! [ 58.076625] blDenyDisks: ALLOW [ 58.083086] blDenyDisks: ALLOW [ 58.103209] md: invalid raid superblock magic on sdt5 [ 58.103296] md: sdt5 does not have a valid v0.90 superblock, not importing! [ 58.118600] blDenyDisks: ALLOW [ 58.125062] blDenyDisks: ALLOW [ 58.140892] md: invalid raid superblock magic on sdu5 [ 58.140978] md: sdu5 does not have a valid v0.90 superblock, not importing! [ 58.141074] md: Scanned 45 and added 30 devices. [ 58.141158] md: autorun ... [ 58.141236] md: considering sdg1 ... [ 58.141320] md: adding sdg1 ... [ 58.141404] md: sdg2 has different UUID to sdg1 [ 58.141490] md: adding sdh1 ... [ 58.141571] md: sdh2 has different UUID to sdg1 [ 58.141656] md: adding sdi1 ... [ 58.141737] md: sdi2 has different UUID to sdg1 [ 58.141822] md: adding sdj1 ... [ 58.141903] md: sdj2 has different UUID to sdg1 [ 58.141988] md: adding sdk1 ... [ 58.142069] md: sdk2 has different UUID to sdg1 [ 58.142155] md: adding sdl1 ... [ 58.142235] md: sdl2 has different UUID to sdg1 [ 58.142321] md: adding sdm1 ... [ 58.142404] md: sdm2 has different UUID to sdg1 [ 58.142490] md: adding sdn1 ... [ 58.142570] md: sdn2 has different UUID to sdg1 [ 58.142656] md: adding sdo1 ... [ 58.142736] md: sdo2 has different UUID to sdg1 [ 58.142822] md: adding sdp1 ... [ 58.142902] md: sdp2 has different UUID to sdg1 [ 58.142988] md: adding sdq1 ... [ 58.143068] md: sdq2 has different UUID to sdg1 [ 58.143154] md: adding sdr1 ... [ 58.143235] md: sdr2 has different UUID to sdg1 [ 58.143320] md: adding sds1 ... [ 58.143403] md: sds2 has different UUID to sdg1 [ 58.143489] md: adding sdt1 ... [ 58.143569] md: sdt2 has different UUID to sdg1 [ 58.143655] md: adding sdu1 ... [ 58.143735] md: sdu2 has different UUID to sdg1 [ 58.143842] md: created md0 [ 58.143920] md: bind [ 58.144007] md: bind [ 58.144090] md: bind [ 58.144172] md: bind [ 58.144255] md: bind [ 58.144338] md: bind [ 58.144425] md: bind [ 58.144508] md: bind [ 58.144591] md: bind [ 58.144674] md: bind [ 58.144757] md: bind [ 58.144840] md: bind [ 58.144923] md: bind [ 58.145006] md: bind [ 58.145089] md: bind [ 58.145172] md: running: [ 58.152752] bio: create slab at 1 [ 58.152895] md/raid1:md0: active with 12 out of 12 mirrors [ 58.153004] md0: detected capacity change from 0 to 2549940224 [ 58.153143] md: considering sdg2 ... [ 58.153226] md: adding sdg2 ... [ 58.153307] md: adding sdh2 ... [ 58.153396] md: adding sdi2 ... [ 58.153479] md: adding sdj2 ... [ 58.153560] md: adding sdk2 ... [ 58.153641] md: adding sdl2 ... [ 58.153722] md: adding sdm2 ... [ 58.153803] md: adding sdn2 ... [ 58.153884] md: adding sdo2 ... [ 58.153964] md: adding sdp2 ... [ 58.154045] md: adding sdq2 ... [ 58.154126] md: adding sdr2 ... [ 58.154207] md: adding sds2 ... [ 58.154288] md: adding sdt2 ... [ 58.154369] md: adding sdu2 ... [ 58.154651] md: kicking non-fresh sdp2 from candidates rdevs! [ 58.154741] md: export_rdev(sdp2) [ 58.154826] md: kicking non-fresh sdo2 from candidates rdevs! [ 58.154914] md: export_rdev(sdo2) [ 58.154996] md: kicking non-fresh sdn2 from candidates rdevs! [ 58.155084] md: export_rdev(sdn2) [ 58.155165] md: created md1 [ 58.155243] md: bind [ 58.155328] md: bind [ 58.155416] md: bind [ 58.155500] md: bind [ 58.155583] md: bind [ 58.155666] md: bind [ 58.155748] md: bind [ 58.155831] md: bind [ 58.155914] md: bind [ 58.155997] md: bind [ 58.156079] md: bind [ 58.156162] md: bind [ 58.156244] md: running: [ 58.157030] md/raid1:md1: active with 12 out of 12 mirrors [ 58.157139] md1: detected capacity change from 0 to 2147418112 [ 58.157277] md: ... autorun DONE. [ 58.157505] md1: unknown partition table [ 58.158429] synobios: load, major number 201 [ 58.158514] Brand: Synology [ 58.158674] Model: DS-3612xs [ 58.158794] set group disks wakeup number to 4, spinup time deno 7 [ 58.162517] synobios: unload [ 58.214853] md0: unknown partition table [ 58.826999] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1 [ 58.839962] EXT4-fs (md0): barriers disabled [ 58.862003] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: [ 60.240291] Adding 2097084k swap on /dev/md1. Priority:-1 extents:1 across:2097084k [ 65.641839] synobios: load, major number 201 [ 65.641948] Brand: Synology [ 65.642133] Model: DS-3612xs [ 65.642266] set group disks wakeup number to 4, spinup time deno 7 [ 65.645054] synobios: unload [ 70.538491] synoacl module [synoacl_ext4] is not loaded [ 70.538580] synoacl module [synoacl_vfs] is not loaded [ 70.568756] EXT3-fs (md0): error: couldn't mount because of unsupported optional features (2c0) [ 70.594919] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1 [ 70.605029] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1 [ 70.605157] VFS: Mounted root (ext4 filesystem) readonly on device 9:0. [ 70.605249] Trying to move old root to /initrd ... okay [ 70.607767] Freeing unused kernel memory: 508k freed [ 70.607926] Write protecting the kernel read-only data: 8192k [ 70.612495] Freeing unused kernel memory: 1956k freed [ 70.613771] Freeing unused kernel memory: 372k freed [ 70.946160] EXT4-fs (md0): re-mounted. Opts: (null) [ 72.149779] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ 72.149943] sd 6:0:1:0: Attached scsi generic sg1 type 0 [ 72.150123] sd 6:0:2:0: Attached scsi generic sg2 type 0 [ 72.150289] sd 6:0:3:0: Attached scsi generic sg3 type 0 [ 72.150451] sd 6:0:4:0: Attached scsi generic sg4 type 0 [ 72.150622] sd 6:0:5:0: Attached scsi generic sg5 type 0 [ 72.150797] sd 6:0:6:0: Attached scsi generic sg6 type 0 [ 72.150957] sd 7:0:0:0: Attached scsi generic sg7 type 0 [ 72.151110] sd 7:0:1:0: Attached scsi generic sg8 type 0 [ 72.151271] sd 7:0:2:0: Attached scsi generic sg9 type 0 [ 72.151443] sd 7:0:3:0: Attached scsi generic sg10 type 0 [ 72.151611] sd 7:0:4:0: Attached scsi generic sg11 type 0 [ 72.151780] sd 7:0:5:0: Attached scsi generic sg12 type 0 [ 72.151948] sd 7:0:6:0: Attached scsi generic sg13 type 0 [ 72.152101] sd 7:0:7:0: Attached scsi generic sg14 type 0 [ 72.323085] md1: detected capacity change from 2147418112 to 0 [ 72.323178] md: md1: set sdg2 to auto_remap [0] [ 72.323262] md: md1: set sdh2 to auto_remap [0] [ 72.323347] md: md1: set sdi2 to auto_remap [0] [ 72.323431] md: md1: set sdj2 to auto_remap [0] [ 72.323515] md: md1: set sdk2 to auto_remap [0] [ 72.323600] md: md1: set sdl2 to auto_remap [0] [ 72.323690] md: md1: set sdm2 to auto_remap [0] [ 72.323774] md: md1: set sdq2 to auto_remap [0] [ 72.323859] md: md1: set sdr2 to auto_remap [0] [ 72.323943] md: md1: set sds2 to auto_remap [0] [ 72.324027] md: md1: set sdt2 to auto_remap [0] [ 72.324112] md: md1: set sdu2 to auto_remap [0] [ 72.324196] md: md1 stopped. [ 72.324284] md: unbind [ 72.336643] md: export_rdev(sdg2) [ 72.336730] md: unbind [ 72.352634] md: export_rdev(sdh2) [ 72.352719] md: unbind [ 72.368623] md: export_rdev(sdi2) [ 72.368708] md: unbind [ 72.378627] md: export_rdev(sdj2) [ 72.378714] md: unbind [ 72.378819] md: export_rdev(sdk2) [ 72.378907] md: unbind [ 72.380629] md: export_rdev(sdl2) [ 72.380716] md: unbind [ 72.380820] md: export_rdev(sdm2) [ 72.380906] md: unbind [ 72.381662] md: export_rdev(sdq2) [ 72.381748] md: unbind [ 72.381848] md: export_rdev(sdr2) [ 72.381932] md: unbind [ 72.382666] md: export_rdev(sds2) [ 72.382750] md: unbind [ 72.382850] md: export_rdev(sdt2) [ 72.382937] md: unbind [ 72.384620] md: export_rdev(sdu2) [ 73.128936] md: bind [ 73.129130] md: bind [ 73.129475] md: bind [ 73.129818] md: bind [ 73.130159] md: bind [ 73.131999] md: bind [ 73.132514] md/raid1:md1: not clean -- starting background reconstruction [ 73.132608] md/raid1:md1: active with 6 out of 12 mirrors [ 73.132712] md1: detected capacity change from 0 to 2147418112 [ 73.132880] md: resync of RAID array md1 [ 73.132965] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. [ 73.133054] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync. [ 73.133186] md: using 128k window, over a total of 2097088k. [ 73.133416] md1: unknown partition table [ 73.230671] Adding 2097084k swap on /dev/md1. Priority:-1 extents:1 across:2097084k [ 73.262538] NET: Registered protocol family 10 [ 73.290046] usbcore: registered new interface driver usbfs [ 73.290285] usbcore: registered new interface driver hub [ 73.290472] usbcore: registered new interface driver ethub [ 73.290656] usbcore: registered new device driver usb [ 73.344139] Monitor-Mwait will be used to enter C-1 state [ 73.344144] Monitor-Mwait will be used to enter C-2 state [ 73.344148] Monitor-Mwait will be used to enter C-3 state [ 73.344156] ACPI: acpi_idle registered with cpuidle [ 73.531773] Intel AES-NI instructions are not detected. [ 73.577791] fuse init (API version 7.17) [ 73.581599] dca service started, version 1.12.1 [ 73.590424] Intel® Gigabit Ethernet Network Driver - version 5.0.6 [ 73.590515] Copyright © 2007-2013 Intel Corporation. [ 73.599362] ixgbe: Intel® 10 Gigabit PCI Express Network Driver - version 3.6.7-k [ 73.599485] ixgbe: Copyright © 1999-2011 Intel Corporation. [ 73.641280] Btrfs loaded [ 73.667596] synobios: load, major number 201 [ 73.667681] Brand: Synology [ 73.667844] Model: DS-3612xs [ 73.668007] set group disks wakeup number to 4, spinup time deno 7 [ 74.220161] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 75.980349] md: md2 stopped. [ 75.998166] md: bind [ 75.998538] md: bind [ 75.998853] md: bind [ 75.999180] md: bind [ 75.999500] md: bind [ 75.999748] md: bind [ 76.000241] md/raid:md2: not clean -- starting background reconstruction [ 76.000343] md/raid:md2: device sdg5 operational as raid disk 0 [ 76.000433] md/raid:md2: device sdl5 operational as raid disk 5 [ 76.000522] md/raid:md2: device sdk5 operational as raid disk 4 [ 76.000611] md/raid:md2: device sdj5 operational as raid disk 3 [ 76.000719] md/raid:md2: device sdi5 operational as raid disk 2 [ 76.000811] md/raid:md2: device sdh5 operational as raid disk 1 [ 76.001487] md/raid:md2: allocated 15854kB [ 76.001607] md/raid:md2: not enough operational devices (9/15 failed) [ 76.001788] md/raid:md2: starting dirty degraded array - data corruption possible. [ 76.001911] md/raid:md2: raid level 5 active with 6 out of 15 devices, algorithm 2 [ 76.002033] RAID conf printout: [ 76.002034] --- level:5 rd:15 wd:6 [ 76.002035] disk 0, o:1, dev:sdg5 [ 76.002036] disk 1, o:1, dev:sdh5 [ 76.002037] disk 2, o:1, dev:sdi5 [ 76.002038] disk 3, o:1, dev:sdj5 [ 76.002039] disk 4, o:1, dev:sdk5 [ 76.002040] disk 5, o:1, dev:sdl5 [ 76.002059] md2: detected capacity change from 0 to 13934988361728 [ 76.002406] md2: crashed, stop sync [ 76.002564] md2: unknown partition table [ 76.004681] md2: detected capacity change from 13934988361728 to 0 [ 76.004776] md: md2: set sdg5 to auto_remap [0] [ 76.004860] md: md2: set sdl5 to auto_remap [0] [ 76.004944] md: md2: set sdk5 to auto_remap [0] [ 76.005028] md: md2: set sdj5 to auto_remap [0] [ 76.005112] md: md2: set sdi5 to auto_remap [0] [ 76.005195] md: md2: set sdh5 to auto_remap [0] [ 76.005279] md: md2 stopped. [ 76.005358] md: unbind [ 76.020649] md: export_rdev(sdg5) [ 76.020737] md: unbind [ 76.035893] md: export_rdev(sdl5) [ 76.035989] md: unbind [ 76.051909] md: export_rdev(sdk5) [ 76.052002] md: unbind [ 76.067869] md: export_rdev(sdj5) [ 76.067961] md: unbind [ 76.077885] md: export_rdev(sdi5) [ 76.077978] md: unbind [ 76.078110] md: export_rdev(sdh5) [ 76.087374] md: md2 stopped. [ 76.109826] md: bind [ 76.110241] md: bind [ 76.110557] md: bind [ 76.110874] md: bind [ 76.111176] md: bind [ 76.111430] md: bind [ 76.111869] md/raid:md2: device sdg5 operational as raid disk 0 [ 76.111959] md/raid:md2: device sdl5 operational as raid disk 5 [ 76.112048] md/raid:md2: device sdk5 operational as raid disk 4 [ 76.112138] md/raid:md2: device sdj5 operational as raid disk 3 [ 76.112227] md/raid:md2: device sdi5 operational as raid disk 2 [ 76.112316] md/raid:md2: device sdh5 operational as raid disk 1 [ 76.113020] md/raid:md2: allocated 15854kB [ 76.113120] md/raid:md2: not enough operational devices (9/15 failed) [ 76.113212] md/raid:md2: raid level 5 active with 6 out of 15 devices, algorithm 2 [ 76.113334] RAID conf printout: [ 76.113335] --- level:5 rd:15 wd:6 [ 76.113336] disk 0, o:1, dev:sdg5 [ 76.113338] disk 1, o:1, dev:sdh5 [ 76.113339] disk 2, o:1, dev:sdi5 [ 76.113340] disk 3, o:1, dev:sdj5 [ 76.113341] disk 4, o:1, dev:sdk5 [ 76.113343] disk 5, o:1, dev:sdl5 [ 76.113364] md2: detected capacity change from 0 to 13934988361728 [ 76.113669] md2: unknown partition table [ 79.225432] r8168: eth0: link up Hide
  14. Edit /etc/synoinfo.conf /etc.defaults/synoinfo.conf Change these lines eth0_wol_options="g" eth1_wol_options="g" wol_enabled_options="" MAC Address must = REAL MAC Address Gigabyte:/$ ssh root@10.0.0.22 The authenticity of host '10.0.0.22 (10.0.0.22)' can't be established. ECDSA key fingerprint is 6a:6d:0e:05:ea:1f:4a:ae:39:9c:41:a9:57:41:c4:3c. Are you sure you want to continue connecting (yes/no)? Warning: Permanently added '10.0.0.22' (ECDSA) to the list of known hosts. root@10.0.0.22's password: BusyBox v1.16.1 (2013-11-06 05:23:07 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SC933> SC933> dmesg | grep "eth" [ 38.971878] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 40.538825] eth%d: 0xffffc9000007a000, 00:24:1d:d6:77:28, IRQ 46 [ 71.291808] usbcore: registered new interface driver ethub [ 72.009685] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 77.013767] r8168: eth0: link up [ 77.015628] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 00:24:1d:d6:77:28 = 00241DD67728 USB Stick /boot/grub/grub.conf =================== #serial --unit=0 --speed=115200 #terminal serial default 0 timeout 3 fallback 0 title DSM 4.3-3810 - v1.0 root (hd0,0) # vender /vender show # hw_model kernel /zImage root=/dev/md0 ihd_num=22 netif_num=2 syno_hw_version=DS3612xs mac1=00241DD67728 mac2=XXXXXXXX sn=B3J4N00355 initrd /rd.gz retry
  15. What happend when system do not reboot ? Where it's stuck ? Any error in console/dsm ? Can you give the output of : cat /proc/mdstat when system doesn't boot ? It's a bit hard to catch.... seems to just about make it through boot up... Then you hear the HDD's spin down (like a normal shutdown would on a LSI SAS controller) Then it performs a normal shutdown... and turns off... so can't actually grab an error in the console or grab a /proc/mdstat output No I had not seen that line before.... will give it a try later Tho I did notice, whilst looking through some old source code (not 4.3) That there is also a MAX disks in /libsynocore/gpl/synolimits.h // Copyright (c) 2000-2007 Synology Inc. All rights reserved. #ifndef __SYNO_LIMITS_H_ #define __SYNO_LIMITS_H_ #define SYNO_DISK_MAX 16 // Max count of disks for the products until now. #endif // __SYNO_LIMITS_H_ Is there a way to understand the structure of esataportcfg usbportcfg internalportcfg I mean, which comes first...then second... then third. In the binary order? Internal, then usb, then esata Internal then esata, then usb? << and if you do not have esata... do you have to skip one? As looking at default settings I am guessing Internal, esata then usb 0000 0000 0000 0000 0000 1111 1111 1111 0000 0000 0000 0000 0001 0000 0000 0000 0000 0000 1111 1111 1110 0000 0000 0000
  16. Made a new thread here http://xpenology.com/forum/viewtopic.php?f=2&t=2028 .
  17. Xpenology and SAS HBA Controller Guide Here is a brief guide as to how I managed to get this working My Configuration Case = Supermicro sc933t-r760b http://www.supermicro.com/products/chas ... t-r760.cfm Motherboard = Gigabyte P55-UD3R – Bios Ver F8 http://www.gigabyte.com/products/produc ... x?pid=3162 CPU = Xeon X3450 http://ark.intel.com/products/42929/Int ... e-2_66-GHz Memory = 16Gb http://www.gskill.com/en/product/f3-1333c9d-16gao Nvidia GeForce MX 4400 - PCI Dell H200 SAS Controller Flashed to LSI-9211-8i IT Firmware Dell H310 SAS Controller Flashed to LSI-9211-8i IT Firmware 4 x SFF-8087 to SATA Breakout Cables 15 x 1TB SATA Drives 1 x 4GB USB STICK Motherboard only has 2 x PCI-E Slots, so I had to use a PCI card to get video working. Motherboard has the following Ports 2 x White SATA Ports (G-SATA) 6 x Blue SATA Ports 2 x E-SATA Ports 1 x IDE Port Initially had troubles with the ordering and naming of ATA / SCSI devices So in the Bios I disabled the G-SATA and the E-SATA Ports Leaving Just the 6 x SATA and IDE Running OK on to the installation Download Trantors Beta 4.3-3810-pre-v1.1_v4 here viewtopic.php?f=2&t=1361&start=200#p9722 Download Trantors DS3612xs DSM 4.3 build 3810++ (repack v1.0) here viewtopic.php?f=14&t=1700 Download Synology Assistant from the Synology website and install it Write the boot/image .img file to a USB Stick ** If you already have an Xpenology up and running and have not changed the MAC address or Serial number from the default, then you will need to change this one before proceeding. If this will be the only Xpenology, then it's fine and you can change these setting later if you like ** Set your computer boot order to boot from USB 1st Place in the USB stick in Computer boot ** Depending on how many drives you have connected, it will take a long time for it to complete the boot process. ** Open Synology Assistant and wait for the new system to appear (refresh it every 3 minutes or so) Once it boots you can click on connect and it will open a web browser window, and you can go through the installation process (Don't worry that it cannot find all your drives in this step.... as we will be erasing the volume after it reboots) On my system it only found 6 of the 15 installed drives at installation time.... Let it install DSM to how ever many drives it initially finds. Installation should take only 1-2 minutes and the system will reboot.... ** Leave the Web Browser window open and it will refresh when the Xpenology is alive (if it keeps the same IP Address).... If you didn't change the MAC Address, then it might be allocated a new one from DHCP... so you will have to find it again in the Synology Assistant ** Wait Wait again for it to go through the long boot process Log in to the system Open the “Storage Manager” and remove Volume 1 Select the “HDD Management” Tab And take note of how many drives are detected Leave this web browser window open, as it can automatically refresh (if it doesn't you can select the Volume Tab and HDD Management Tab again... or select refresh Button) Once back in If I look in "Storage Manager", under HDD Management I see 6 Disk only.... starting at Disk Number 7 I removed the Volume 1 Now comes the manual configuration side... and a bit of frustration as you need some hardware information Open a SSH session to your Xpenology (its better to open 2 or 3 sessions as you will be able to see more of whats going on) eg ssh root@10.0.0.22 now we want to see what the system detected at boot time so you can either do the following type in the command dmesg and a whole heap of stuff will scroll up the screen or output the dmesg to a file and download this file for easier reading (my preferred way) dmesg > /tmp/dmesg.txt download the file scp root@10.0.0.22:/tmp/dmesg.txt /home/yourusername/Desktop/ Sections we are interested in are any lines with “ata” eg ata1: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19 ata2: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19 and any lines with either scsi 6:0:1:0 (SCSI ID) or sdf sdg (SCSI Disk name) etc which on my system looked like [ 48.951449] sd 6:0:0:0: [sdg] Attached SCSI disk [ 64.175853] sd 6:0:1:0: [sdh] Attached SCSI disk [ 81.747607] sd 6:0:2:0: [sdi] Attached SCSI disk [ 96.979070] sd 6:0:3:0: [sdj] Attached SCSI disk [ 112.225771] sd 6:0:4:0: [sdk] Attached SCSI disk [ 127.505919] sd 6:0:5:0: [sdl] Attached SCSI disk [ 142.699620] sd 6:0:6:0: [sdm] Attached SCSI disk [ 147.877444] sd 7:0:0:0: [sdn] Attached SCSI disk [ 162.870125] sd 7:0:1:0: [sdo] Attached SCSI disk [ 177.689232] sd 7:0:2:0: [sdp] Attached SCSI disk [ 192.850133] sd 7:0:3:0: [sdq] Attached SCSI disk [ 207.879982] sd 7:0:4:0: [sdr] Attached SCSI disk [ 223.134753] sd 7:0:5:0: [sds] Attached SCSI disk [ 238.134077] sd 7:0:6:0: [sdt] Attached SCSI disk [ 253.164540] sd 7:0:7:0: [sdu] Attached SCSI disk which equals 7 drives on 1st SAS controller (sdg to sdm) 8 drives on second SAS controller (sdn to sdu) ATA drives sda sdb sdc sdd sde sdf are missing... as I do not have any drives connected to the 6 x Onboard Motherboard SATA Ports Good all drives connected to the SAS Controller are detected by the system Now we need to work out how many USB ports the system found, which on my system was 9 Now comes the fun part (as I am not very good at binary calculations) This is how I found best to do is like so Write down (or type into a text editor) something similar to this 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 USB PORTS 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 DRIVE PORTS as it will help unscramble the mystery Now from the info we gathered out of dmesg we can work out ports eg on my system there was found 22 Drive Ports (6 x SATA on Motherboard + 16 x SAS Ports) and 9 USB Ports so I changed 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 USB PORTS 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 DRIVE PORTS to 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 USB PORTS 0000 0000 0000 0000 0000 0011 1111 1111 1111 1111 1111 DRIVE PORTS 22 “Ones” counting from the right Which when you lookup somewhere like here http://www.vlsm-calc.net/decbinhex.php I converted to mean 3fffff 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 USB PORTS 0000 0000 0000 0000 0000 0011 1111 1111 1111 1111 1111 DRIVE PORTS = 3fffff then same for the USB ports...... ** Though we cannot have any “ones” occupying the same space ** 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 USB PORTS 0000 0000 0000 0000 0000 0011 1111 1111 1111 1111 1111 DRIVE PORTS = 3fffff changes into 0000 0000 0000 0111 1111 1100 0000 0000 0000 0000 0000 USB PORTS = 7fc00000 0000 0000 0000 0000 0000 0011 1111 1111 1111 1111 1111 DRIVE PORTS = 3fffff now we have some hex codes to work with 7fc00000 3fffff we can edit the synoinfo.conf files (there are 2 of them) located @ /etc/synoinfo.conf /etc.defaults/synoinfo.conf edit the etc.defaults file scroll down and find the 3 lines esataportcfg=”0x1000” usbportcfg="0xffe000" internalportcfg=”0xfff” which I changed to what I calculated above esataportcfg=”0x0000” <<< (no E-SATA Ports) usbportcfg="0x7fc00000" <<< (9 USB Ports) internalportcfg=”0x3fffff” <<< (22 Internal Drive Ports) Save the file, and you should see in your web browser the “Storage Manager” HDD Management tab change.....if not within HDD Management press the refresh button Now it shows Which on my system was close, but in the HDD Management it showed my USB Stick as Drive number 22 and it being an SSD some hair pulling and changing of synoinfo.conf file later I came up with esataportcfg=”0x0000” <<< (no E-SATA Ports) usbportcfg="0xff000000" <<< (8 USB Ports) internalportcfg="0xdfffff" <<< (23 Internal Drive Ports) 0000 0000 0000 1111 1111 0000 0000 0000 0000 0000 0000 USB PORTS = ff000000 0000 0000 0000 0000 0000 1101 1111 1111 1111 1111 1111 DRIVE PORTS = dfffff Still trying to understand why that worked best?? 15 Drives appear in HDD Management Can create a Volume It Sometimes can survives a reboot.... though not always My grub.conf file was changed to (hiding the MAC Addresses) #serial --unit=0 --speed=115200 #terminal serial default 0 timeout 3 fallback 0 title DSM 4.3-3810 - v1.0 root (hd0,0) # vender /vender show # hw_model kernel /zImage root=/dev/md0 ihd_num=22 netif_num=2 syno_hw_version=DS3612xs mac1=XXXXXXXX mac2=XXXXXXXX sn=B3J4N00355 initrd /rd.gz I changed some other sections of the synoinfo.conf file as well esataportcfg="0x000" usbportcfg="0xff000000" internalportcfg="0xdfffff" eth0_wol_options="g" eth1_wol_options="g" wol_enabled_options=""
  18. You could try the latest 4.3-3810 v1.0 of Trantor It should work, as it has the Megaraid and the MPT2SAS drivers in it. .
  19. Well to answer my own question So far I am up to 29 Drives..... .
  20. WooHoo Got it all working 15 x 1TB SATA Drives connected to 2 x 8 port SAS controllers (Dell H200 + Dell H310) setup as a SHR2 Volume Survives a reboot .
  21. Actually, come to think of it. the errors Jan 1 23:03:50 SUPER1 ha.cgi: write to uart2 error, error=(5)Input/output error Jan 1 23:03:50 SUPER1 ha.cgi: ha.cc:1712: SYNOHWExternalControl failed 8192 are probably to do with writing stuff to the LCD panel on a REAL Synology .
  22. Did you enable dynamic dns etc? or maybe webdav? prob something related to a free web type service provided by synology......and every hour it calls home to say yes I am still available. Double check what you have installed
  23. ARGH!!! I have got this sorted if I can just work out Binary found something interesting. You you change the sections of /etc.defaults/synoinfo.conf internalportcfg= esataportcfg= usbportcfg= Whilst the system is up and going and the storagemanager (Both volume and HDD Management) will change "on the fly" so now my problem is What do I set internalportcfg= usbportcfg= both too? eg I have 9 USB ports and 22 Internal ports what hex code to I use for each? **update** OK I have tried the following esataportcfg="0x00000" usbportcfg="0xf300000" internalportcfg="0xcfffff" 0000 0111 1111 1100 0000 0000 0000 0000 0000 = 0xf300000 = 9? 0000 0000 0000 0011 1111 1111 1111 1111 1111 = 0xcfffff =22? And I can get all drives up... but it also brings up the boot USB key...and logs errors about smart temps seems like it wants the internal drives to come 1st...then the USB ports (in the binary count) as if I do it the other way around eg 0000 0000 0000 0000 0000 0000 0001 1111 1111 = 0x1ff = 9? 0000 0111 1111 1111 1111 1111 1110 0000 0000 = 0x7ffffe00 =22? all drives dissapear .
  24. Hmmm thats weird Doing the testing for you Trantor with the H200 card I made a mistake and used synoboot-trantor-4.2-3211-v1.2.img instead of synoboot-3810-pre-v1.1_v4.img Machine booted really quick found all 6 drives quickly, no want_idx errors at all Naturally I couldn't install the XPEnology_trantor_v1.0_DSM_DS3612xs_3810.pat file but I was amazed how fast it found the controller / drives anyways, on with the testing
  25. Funny thing is With the older SAS card 1068E chipset it works fine eg when I try S5000PSL Motherboard (which has 6 onboard SATA) 4gb ram HP SC44Ge card, hooked to a 6bay SAS expander backplane containing 6 x 450Gb 15K SAS Drives......with no drives attached to SATA controller at all Can install, configure and it survives a reboot fine System is quite happy, just a bit slow to boot with the want_idx errors SMART works Can't configure the write caching......but watching the logs it's enabled anyway So with me, it's only the later cards giving me trouble .
×
×
  • Create New...