Jump to content
XPEnology Community

Aigor

Member
  • Posts

    690
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Aigor

  1. have you checked dmesg and /var/log/messages to see some log? I did same config as yours and my cluster is up and running, but i'm on DSM6.0U9 on gen8 baremetal
  2. Aigor

    DSM 6.1.x Loader

    Look that
  3. Aigor

    DSM 6.1.x Loader

    It seems that it need modprobe into tool folder
  4. Aigor

    SPAM

    Hi, it's' not xpenoligy related, can be possible add a sort o captcha to avoid annoying crap spam messages? Do you need some forum admin? Thanks
  5. I don't think it's a good idea use nas software into a Hypervisor, it can be do it, but i think it need a study to build correct hypervisor hardware and storage. Due to nature of NAS software it need less software layer from nas software and hardware, hypervisor insert a layer from hardware and nas software. all of this, in my humble opinion.
  6. Aigor

    DSM 6.1.x Loader

    Hi i had some issue with loader 1.02 and dsm 6 DS3615XS i have one dual port intel x540 10Gb card, and i had to hack /etc/modules.conf to eliminate max_vfs param from loading driver ( ixgbe ) but stiil have a issue, even without parameter driver don't work, so i have to stop networking services ( /etc/rc.network stop ) Unload driver ( rmmod ixgbe ) reload driver without any param ( insmod /lib/modules/ixgbe.ko ) restart network services ( /etc/rc.network start ) Only after these tricks can use 10 gb card, but i hit only 400 Mbyte/sec transfer via iSCSI lun mapped from HP Gen 8 server and my windows box , mechanical to mechanical disk.
  7. Aigor

    dsm 6.0

    Da mo, c'e' tutto nel primo post jun loader nel forum inglese.
  8. Non puoi, le versioni da 5.2 alla 6.1 sono solo a 64 bit
  9. I think it's' not only driver problem, but some needed parts are missing on synology kernel Reading some web it seems we need these drivers CONFIG_HYPERVISOR_GUEST: Processor type and featueres > Linux Guest Support CONFIG_PARAVIRT: Processor type and features > Linux Guest Support > Enable paravirtualization code CONFIG_PARAVIRT_SPINLOCKS: Processor type and features > Linux Guest Support > Paravirtualization layer for spinlocks CONFIG_HYPERV: Device Drivers > Microsoft Hyper-V guest support > Microsoft Hyper-V client drivers CONFIG_HYPERV_UTILS: Device Drivers > Microsoft Hyper-V guest support > Microsoft Hyper-V Utilities driver CONFIG_HYPERV_BALLOON: Device Drivers > Microsoft Hyper-V guest support > Microsoft Hyper-V Balloon driver CONFIG_HYPERV_NET: Device Drivers > Network device support > Microsoft Hyper-V virtual network driver CONFIG_HYPERV_STORAGE: Device Drivers > SCSI device support > SCSI low-level drivers > Microsoft Hyper-V virtual storage driver CONFIG_HYPERV_KEYBOARD: Device Drivers > Input device support > Hardware I/O ports > Microsoft Synthetic Keyboard driver CONFIG_FB_HYPERV: Device Drivers > Graphics support > Frame buffer Devices > Microsoft Hyper-V Synthetic Video support CONFIG_HID_HYPERV_MOUSE: Device Drivers > HID support > Special HID drivers > Microsoft Hyper-V mouse driver That aren't present in synology kernel source.
  10. I do some test on my rig, i hit 400 MByte of transfer from my pc to iSCSI lun on synology, mechanical disk to mechanical disk
  11. Hi, i'm start to use 10Gb only in 6.0 , so i don't know if there was same issues with old 5.2
  12. Thtat's weird , which hardware are you using?
  13. That's another problem, i use synology like datastore for my lab Esxi via iSCSI i think it's iSCSI subsystem cause of bottleneck. have you set mtu to 9000 on both interfaces? ( in synology and in other computer ) Which kind of sharing protocol are you using? SMB iSCSI NFS or what? If you are using SMB may you have to setup DSM to use smb Version 3 protocol to do that go into control panel, file services, under win/smb click into advanced options, and set smb3 enabled When i will have spare time i would like to try to add Fibre Channel support on my NAS i have all the stuff needed ( cards and optical cables )
  14. That's exactly what I needed. Thank you so much! I'm still getting a weird mac address clone on eth0 and eth2 but I think I can fix that. Will test more later. I really, *really* appreciate your help. let me know if works
  15. In my case work. in terminal go into /lib/modules ( cd /lib/modules ) unload ixgbe driver ( rmmod ixgbe ) take a little time reload module ( insmod ixgbe.ko) Look into dmesg ( simply run dmesg command ) restart network services ( /etc/rc.network restart ) You must be root or you need to use sudo to act like root
  16. It seems you don't have any dhcp server in network segment or, dhcp server can't offer any IP eth0 Link encap:Ethernet HWaddr 00:11:32:2C:A7:85 inet addr:169.254.58.122 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:890 (890.0 B) Interrupt:19 Memory:fe120000-fe140000 Look 169.254.58.122 It's' apipa address, it's' self assigned when network card didn't found any dhcp or dhcp can't serve any address.
  17. Hi, you need to learn some linux skills it's' not so hard. You need to logon in your NAS via ssh, so first of all install putty ( i assume you are using windows ) Enable ssh in your nas via webinterface under control panel, into terminal snmp Search on youtube VIM tutorial vim it's' standard editor in almost every unix/linux systems in Terminal you can use "cd" to change folder, ls to list folder contents, pwd to show where you are in filesystem, mv to make backup of one file, cp to copy. Pay attention where you are editing, you act as root and you have power to screw up your system Remember, with great power, comes great responsibilities
  18. Hi i had same issue, it seems a problem SRV-IO in my case, try this. edit /etc.defaults/modules.conf and you can see something like module_pfe_args_comcerto2k="lro_mode=1 tx_qos=0 burnin_mode=0" module_ixgbe_args_bromolow="max_vfs=8,8,8,8" module_ixgbe_args_broadwell="max_vfs=8,8,8,8,8,8" module_ixgbe_args_grantley="max_vfs=8,8,8,8,8,8" as you can see ixgbe on bromolow has max_vfs param , in my case it seems a problem ( Gen8 baremetal DSM 6.0 U9 ) so i deleted row and my new /etc.defaults/modules.conf it's' like this module_pfe_args_comcerto2k="lro_mode=1 tx_qos=0 burnin_mode=0" Same in /etc/modules.conf, make backup of original files and try. But, it seems it's not enough, to workaround i had to unload and reload ixgbe and i had to restart network services running /etc/rc.network restart. After, i could use intel 10Gb card. I'm figuring how to found a more elegant solution, i have to try new ixgbe driver compiled from intel sources. Try my work around and see what happens Hope it helps.
  19. As said a lot of times, you don't need serial or mac-address to run xpenology, the only purpose is to use quickconnect, but, if you want use quickconnect, it should be better you bought a real synology.
  20. Aigor

    DSM 6.1.x Loader

    Hi, i saw that hardware model is changed from DS3615xs to DS3617xs is there some constrain to change model? With gen8 which one we have to use? Many thanks
  21. Aigor

    DSM 6.1.x Loader

    Where did you get last kernel source?
  22. Solved i had to edited /etc.defaults/modules.conf , deleted max_vfs param my card it's working
  23. Aigor

    Che fare?

    Ma ,li guardate i post nella sezione inglese? è da novembre che DSM6 funziona con xpenology
×
×
  • Create New...