Jump to content
XPEnology Community

IG-88

Developer
  • Posts

    4,640
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by IG-88

  1. if it works normal it should just show up, you gave no info from log but most common case would be it might need firmware so i checked the kernel source and found this /linux-3.10.x/drivers/net/ethernet/brocade/bna/cna.h ... #define CNA_FW_FILE_CT "ctfw-3.1.0.0.bin" #define CNA_FW_FILE_CT2 "ct2fw-3.1.0.0.bin" ... i added the files and created a new version 4.7 you can try -> https://xpenology.com/forum/topic/9508-driver-extension-jun-102bdsm61x-for-3615xs-3617xs-916/
  2. whats the hardware (board, psu) and software version run a ram test (any live linux with a ram test in bootloader), check psu sizing, swap psu do test with local copying from one raid to the other (to exclude nic) check logs after a such crash
  3. in dem punkt war ich mir sicher, denn wenn die ip und vlan nicht auf die neuen einstellungen geändert worden wäre dann hätte das system die alte ip oder wenigstens dhcp haben müssen aber nicht mehr erreichbar -> die gesetzten einstellungen wurden übernommen und es ist vermutlich ein vlan problem hier hast du ja kategorisch ausgeschlossen das es vlan ist und du genau weist was du machst - schwer hier anzusetzen wenn jemand nicht bereit ist mögliche fehler einzuräumen, also ging die diskussion zwangsläufig auf den steinigen weg mit dem zurücksetzen der netzwerk config, die hätte sicher zum ziel geführt, man hätte die gesetzten einstellungen gesehen und man hätte sie zurücksetzen können
  4. parted kann mit gpt umgehen aber ich hätte erwartet das auf einer aktuellen ubuntu oder sowas wie system rescue cd ein aktuelles fdisk ist in dsm 6.1 ist version 2.26.2 mit dabei und die listed die partitionen von 4TB paltten ganz normal auf das fdisk mit dem grep soll dir nur die partitionen auflisten (6.) zusammengeabut wird das raid dann wieder mit mdadm (7., 8.) erst danach kannst du das /dev/mdX mounten eigentlich kann man stillschweigend davon ausgehen das die erste partition das dsm system ist kannst also 6 auch überspringen und gleich mit 7/8 weiter machen
  5. it would be a little "unsecure" (in terms of success of getting the configuration) but if the offered update to 5.x is done the system (disks) would have 5.x with the wrong loader on usb but still already 5.x installed on disk so inserting 6.x loader and continuing with update 5.x -> 6.0 might be possible?, the config would be updated i guess but the gain would be not that big imho also i'n not sure if that is going to work as it could be that the 1st start after installing 5.x is not performed without the 5.x loader so vital steps for converting the 4.0 to 5.x config might be missing and hitting that unfinished 5.0 config might result in a fresh install of 6.0 without migrating the config i had 5.0 on my old system last year and opted for a fresh install, so you can imagine what my recommendation for you would be ...
  6. usually the manufacturers have tools for checking the driver before opening a rma (often also online check of serial number to check validity for rma)
  7. ich habe mal nach dem b120i geschaut, das sieht aus wie en ganz normaler intel onboard controller (mit optionalem soft raid), einfach auf ahci im bios einstellen und so tun als wären es normale sata ports, hat nichts mit den HP SA Pxxx (hardware raid) zu tun und das ist auch der grund warum das in dem video mit dsm 6.1 funktioniert, es benötigt nicht den hpso.ko treiber die die hardware raid controller von hp das das mit dem vom hp bios konfigurierten raid gar nicht funktioniert konnt man schon in dem video sehen, raid1 im bios eingestellt aber als dsm hochgefahren war nur einzelen platte gesehen, vom (soft) raid1 keine spur, ist laos nicht doppelt (was man natürlich vermeiden sollte), meine abhandlung bezog sich auf die"richtigen" hp hardware raid controller bei denen der chip des controllers tatsächlich das raid "berechnet", unabhängig von der cpu
  8. if it does not boot (grub selection) then you can try the mbr loader (but there are cases that dont with with taht either, i have a older hp sff desktop with that problem)
  9. i don't think it will make a difference but try another usb port?
  10. sofern es einen funktionierenden treiber gibt (derzeit keiner für dsm 6.1) MUSS man bei den HP samrt arrays der Pxxx reihe ein raid anlegen um platten zu sehen diese controller könnne die platten nicht als einzelne platten sozusagen "roh" abergeben (bei den mpt sas2008 und ähnlichen gibt dafür extra firmware für IT mode = initiator target mode) man hat dann 2 möglichkeiten ein "richtiges" raid in hardware wo der controller arbeiten muss, also sowas wie ein raid5 über 3 bis x platten (dann würde man in dsm nur ein basic volume anlegen) oder man definiert jede platte als single raid10 disk dann bekommt man die platte einzeln dargestellt und kann in dsm dann das normale software raid mit mdadm machen, letzteres kann geschwindigkeitsvorteile bringen (man sollte aber auf jeden fall den cache der platten im controller bios oder mit der sa software aktivieren) außerdem ist nachteilig das man in diesem raid01 single disk modus die platten nicht mehr nach seriennummer unterscheiden kann (blöd bei defekten platten) und man keine smart werte bekommt, das mit den defekten wird aber in hp org. gehäusen kompensiert da man dort an den hotplug slots led's hat die einein defekt anzeigen ist aber für dsm 6.1 kein thema da es keinen funktinierenden treiber gibt, wenn man da hp sa nutzen will muss man vmware "zwischenschieben" was die sache nicht übersichtlicher/einfacher macht (ich bin mehr ein fan von baremetal oder vm mit passtrough controller, eher der KISS ansatz) aber manchmal muss man halt kompromisse machen (ich geben da lieber noch mal 100-200 euro aus das spart später eine menge stress, ich gehe von 4-5 jahren laufzeit einer hardware aus, da kann man sich das etwas schönrechenn) ps: ich meine mich aber zu erinnern jemand hier im forum hat mal geschrieben das es ab dem P420 einen switch in der windows software gibt (nicht im controller bios) der den controller in den HBA / IT modus versetzen kann so das man ohne den raid10 quatsch an die disks kommt
  11. yes i got the mdadm part (-n 2) but if dsm sees the whole drive as spare then it might try to use the "whole" drive as spare, like using a drive thats part of volume2 as spare drive for volume1 (when one of the nvme's or vmware vmfs fails), but is guess if dsm tries to use the partiton that is still part of md3 as spare for md2 then it will hit the wall and fail to do anything harmful to md3 nice solution for the disks keep spinning problem i guess, i will keep that in mind when people complain about that or wanting ssd only system partiton(s) pity i dont have any sata ports left, that method would justify two cheap small ssd's, maybe end of the year when i might replace my 4TB disks with 12TB disk then i will have sata ports open
  12. don't know, the spec's are kind of boring ASRock C2550D4I (mini-itx, 12x sata, 4core avoton, 2 x 1G intel nic) and 10GBase-T nic Asus PEB-10G/57840-2T (bcm57840), storage and network using only dsm included drivers, so its not depending on additional drivers (didn't know back then that i will maintain a driver package for dsm/xpenology) the really nice part is the slightly customized desktop case (17x44 cm) with only 35cm depth containing 12 x 3.5" disks, all at living room noise level (ditched the hotplug part as i never had a failed disk in 10 years with hgst drives, also using raid6) you still have a very limited choice when you need a mini-itx board, 12 sata ports and 10G nic, when 10G gets more common as onboard solution things will get easier
  13. interesting move, not just for VM use how does it look in storage manager? the drives are spare an also part of a data volume (volume2 in your case i guesss as volume1 is on nvme together with docker and packages)
  14. chip is marvell 88SE9215 -> https://ata.wiki.kernel.org/index.php/Hardware,_driver_status -> AHCI and AHCI driver is part of the dsm kernel itself so it will work OR you could just use the forum search and look for "88SE9215" plenty of hits for this
  15. why do you want to compile from external source? the driver you need is already in the kernel, have look at \linux-2.6.32\drivers\net\r8169.c u32 RxConfigMask; /* Clears the bits supported by this chip */ } rtl_chip_info[] = { _R("RTL8169", RTL_GIGA_MAC_VER_01, 0xff7e1880), // 8169 _R("RTL8169s", RTL_GIGA_MAC_VER_02, 0xff7e1880), // 8169S _R("RTL8110s", RTL_GIGA_MAC_VER_03, 0xff7e1880), // 8110S _R("RTL8169sb/8110sb", RTL_GIGA_MAC_VER_04, 0xff7e1880), // 8169SB _R("RTL8169sc/8110sc", RTL_GIGA_MAC_VER_05, 0xff7e1880), // 8110SCd _R("RTL8169sc/8110sc", RTL_GIGA_MAC_VER_06, 0xff7e1880), // 8110SCe _R("RTL8102e", RTL_GIGA_MAC_VER_07, 0xff7e1880), // PCI-E _R("RTL8102e", RTL_GIGA_MAC_VER_08, 0xff7e1880), // PCI-E _R("RTL8102e", RTL_GIGA_MAC_VER_09, 0xff7e1880), // PCI-E _R("RTL8101e", RTL_GIGA_MAC_VER_10, 0xff7e1880), // PCI-E _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_11, 0xff7e1880), // PCI-E _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_12, 0xff7e1880), // PCI-E _R("RTL8101e", RTL_GIGA_MAC_VER_13, 0xff7e1880), // PCI-E 8139 _R("RTL8100e", RTL_GIGA_MAC_VER_14, 0xff7e1880), // PCI-E 8139 _R("RTL8100e", RTL_GIGA_MAC_VER_15, 0xff7e1880), // PCI-E 8139 _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_17, 0xff7e1880), // PCI-E _R("RTL8101e", RTL_GIGA_MAC_VER_16, 0xff7e1880), // PCI-E _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_18, 0xff7e1880), // PCI-E _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_19, 0xff7e1880), // PCI-E _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_20, 0xff7e1880), // PCI-E _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_21, 0xff7e1880), // PCI-E _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_22, 0xff7e1880), // PCI-E _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_23, 0xff7e1880), // PCI-E _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_24, 0xff7e1880), // PCI-E _R("RTL8168d/8111d", RTL_GIGA_MAC_VER_25, 0xff7e1880), // PCI-E _R("RTL8168d/8111d", RTL_GIGA_MAC_VER_26, 0xff7e1880), // PCI-E _R("RTL8168dp/8111dp", RTL_GIGA_MAC_VER_27, 0xff7e1880) // PCI-E }; #undef _R
  16. ??? mdadm braucht's um das raid "zusammenzusetzen", das stellt dir dann ein device md0 zur verfügung das man mounten kann also mdadm mit den ersten partitionen aller platten so wie es in der anleitung steht das mit dem fdisk ist nur zum aufleisten der platten damit du weist aus wie vielen partitionen dein raid besteht evtl. liest du erst mal kurz was grundlegendes zu dem tool mdadm um zu verstehen was da passiert https://www.thomas-krenn.com/de/wiki/Software_RAID_mit_MDADM_verwalten
  17. if i'd plan a system i'd take the growth into account to have enough sata ports to extend (double after 2-3 years) and 10G network with just one pci-e slot you might come (to early?) to a point where you have to make compromises if you think 2 additional ports are enough then you still have the 10G option (its hard to find and its getting expansive to have a higher port count or have 10G nic onboard when it comes to mini-itx, its easier/cheaper with micro-atx or flex-atx as they come with more pci-e slots) this one looks interesting (and does not consume to much power), cpu is not as powerfull as a i3 but it has ecc ram support https://www.supermicro.com/products/motherboard/atom/A2SDi-H-TF.cfm but i guess thats a littel to expansive as it already contains all things you "might" need later (my build has 12 ports onboard and got upgraded with 2x10GBase-T later) also dont expect wifi to be working, synology only supports a few (older) chips and there is no additional driver base for wifi (as it seems to need more then just a driver to make dsm support it)
  18. also ich meine die j3355 (apollo lake, goldmont basis) user würden auch immer jammers das hardware transcoding nicht geht, es muss vermutlich eine ausreichen alte/ähnliche hardware sein, in der 916+ steckt ein N3710 (braswell, silvermont basis) wenn du dir hier die roadmap ansiehst https://en.wikipedia.org/wiki/Braswell_(SOC)#Roadmap dann sieht das mal so aus als würd der silvermont basierte braswell eher was mit der desktop reihe syandy bridge und haswell zu tun haben aber soweit ich wüßte führt hier keiner eine liste mit hardware encoding kompatibilität bei der 916+ wenn sich keiner findet wirst du wohl die forum suche und 1-2 stunden zeit brauchen um dich näher damit vertraut zu machen
  19. das mit mac und serial match braucht man nur für quick connect und das sollte man mit einer xpenology schon fairer weise nicht benutzen, gibt genug andere kostenfreie dynamisch dns optionen (und anleitung dafür hier im forum), sollte man eine fritzbox haben bekomt man das von avm frei haus eine passende serial reicht (wird mitlerweile von einigen plugins oder auch bei codec freischaltung geprüft) und ansonsten trägt man (z.b. wegen WOL) die echte mac adresse ein
  20. the only thing i can think about might be the wrong pat file but i guess you already checked this https://usdl.synology.com/download/DSM/release/6.1.5/15254/DSM_DS916+_15254.pat
  21. http://www.fujitsu.com/fts/products/computing/servers/primergy/components/pmod-82864.html sas2008 searched for: Fujitsu D2607 crossflash https://marcan.st/2016/05/crossflashing-the-fujitsu-d2607/ https://lime-technology.com/forums/topic/57815-fujitsu-d2607-8i-crossflash-to-lsi-9211-8i/
  22. IG-88

    DSM 6.1.x Loader

    88SX6081 https://ata.wiki.kernel.org/index.php/SATA_hardware_features -> sata_mv.ko all sata_*.ko (also (sata_mv.ko) are broken in dsm 6.1 kernel source from synology, so no luck when it comes to this controller there are cheap 4-port marvel controller that use the ahci diver, if it has to be 8-port then maybe this helps
  23. https://www.asrock.com/mb/Intel/H270M-ITXac/index.us.asp "... *8th Gen Intel® Core™ desktop processors are supported with Intel® 300 Series chipset motherboards only" ..." so your i3-8100 Coffee Lake will not work i guess also the psu can be smaller, the efficacy is better if the psu operates more closer to its maximum, having it run be 20% will result in low efficiency i'd say 350 is more then enough even if you upgrade to 6 disks, if you plan to run it 24/7 gold or platinum might be good (you can calculate the cost for more money and electricity when running it 24/7 for 2 years) nic is ok, storage will be ahci driver, also ok, m.2 nvme is not supported so if you plan to user m.2 then only sata (current models and dsm version we can use, might be different in 1/2 a year)
  24. in theory you could change the patch file inside the extra.lzma to change the values you need, the 3615/3617 patch files do not contain sections with this values (they have the "default" of 12) the 916+ patch does try to patch the values from 4 to 12, doing it with the 916+ would be easier then for 3615/3617, for 3615/3617 you would have to create a diff for this and make it part of the patch (if you know how a diff works its not so difficult), i was thinking of doing this last year but it would (kind of) collide with the driver thing i do if you thing that further it would be possible to define a value in grub.conf and use it as the amount of disks and change the things in the patch according to this valuen, but thats beyond what i will do for now and afaik quicknick did this already in his loader (should he not release then maybe i will do something it this direction)
  25. das ist die 2. partiton, die erste zeigt win10 seit dem FCU leider nicht mehr an (mit CU schon, war nett sol lange es gedauert hat), in der 1. parttion des usb sticks wäre die grub.cfg aber davon angesehen hilft dir das nicht in der grub.cfg steht nur die mac adresse, hat nichts mit ip und vlan zu tun das steht in der systempartiton (raid1 über alle disks) unter /etc/sysconfig/network-scripts/ifcfg-ethX hier wie du dran kommst (lokal von usb mit rescue/live linux booten) https://xpenology.com/forum/topic/7004-tutorial-how-to-access-dsms-data-system-partitions/ und das hier müsste dann für die config datei passen (denke ich mal) http://www.microhowto.info/howto/configure_an_ethernet_interface_as_a_vlan_trunk_on_redhat.html zumindest solltest du es so wieder ohne vlan mit ip oder dhcp zum laufen bekommen wenn die die defaults (dhcp) brauchstd die findest du im gelichen bereich unter /etc.defaults, notfalls die rüber kopieren und dann sollte dsm wieder normal per dhcp im netzwerk laufen
×
×
  • Create New...