Jump to content
XPEnology Community

alex.god007

Member
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alex.god007's Achievements

Junior Member

Junior Member (2/7)

1

Reputation

  1. Nope, I just changed the config and rebooted. Should I use standard ./rploader.sh build syntax to update loader?
  2. In folder /etc/sysconfig/network-scripts i've created ifcfg-eth2 config that is the same for ifcfg-eth1 except device and brigde name: ash-4.4# cat ifcfg-eth2 DEVICE=eth2 BOOTPROTO=dhcp ONBOOT=yes BRIDGE=ovs_eth2 then restarted network services with /etc/rc.network restart and both 10 gigabit interfaces are up and running: I hope that these setting wouldn't reset after reboot 😃
  3. Still no luck. I've seen that only 2 interfaces are up and running. At synoinfo.conf I've updated option to 4: maxlanport="4" In grub.conf I see netif_num option and needed MAC addresses: Maybe I'm missing something? Or should I move to another platform one more time ?
  4. By the way: it is possible to add one more MAC address to user_config.json file to enable one more port on 10 gigabit NIC? my.sh finds that there are more than one NIC in system and generates mac for second port, but script doesn't get info that there are 2 ports in that second NIC What are the proper steps to update settings and apply them to the current installation? Should I boot up to Linux and use postupdate option after making changes in user_config.json ?
  5. Thank you so much - it works! Finally, M.2 SSDs are showed, and now I can enable cache with them!
  6. I've made all the things and loaded up with platform 918+. SATA disks are visible and array is in normal state. But there is no cache devices in Disk manager. I've checked system output and there are an NVMe devices : akoznov@NAS:~$ udevadm info /dev/nvme0n1 P: /devices/pci0000:00/0000:00:1b.4/0000:04:00.0/nvme/nvme0/nvme0n1 N: nvme0n1 E: DEVNAME=/dev/nvme0n1 E: DEVPATH=/devices/pci0000:00/0000:00:1b.4/0000:04:00.0/nvme/nvme0/nvme0n1 E: DEVTYPE=disk E: MAJOR=259 E: MINOR=0 E: PHYSDEVBUS=pci E: PHYSDEVDRIVER=nvme E: PHYSDEVPATH=/devices/pci0000:00/0000:00:1b.4/0000:04:00.0 E: SUBSYSTEM=block E: SYNO_ATTR_SERIAL=S64PNF0R705302 E: SYNO_DEV_DISKPORTTYPE=UNKNOWN E: SYNO_INFO_PLATFORM_NAME=apollolake E: SYNO_KERNEL_VERSION=4.4 E: SYNO_SUPPORT_XA=no E: TAGS=:systemd: E: USEC_INITIALIZED=986445 akoznov@NAS:~$ akoznov@NAS:~$ udevadm info /dev/nvme1n1 P: /devices/pci0000:00/0000:00:1d.0/0000:07:00.0/nvme/nvme1/nvme1n1 N: nvme1n1 E: DEVNAME=/dev/nvme1n1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/0000:07:00.0/nvme/nvme1/nvme1n1 E: DEVTYPE=disk E: MAJOR=259 E: MINOR=1 E: PHYSDEVBUS=pci E: PHYSDEVDRIVER=nvme E: PHYSDEVPATH=/devices/pci0000:00/0000:00:1d.0/0000:07:00.0 E: SUBSYSTEM=block E: SYNO_ATTR_SERIAL=S64PNF0R705285 E: SYNO_DEV_DISKPORTTYPE=UNKNOWN E: SYNO_INFO_PLATFORM_NAME=apollolake E: SYNO_KERNEL_VERSION=4.4 E: SYNO_SUPPORT_XA=no E: TAGS=:systemd: E: USEC_INITIALIZED=986883 Also I've created /etc.defaults/extensionPorts file and there is no luck after reboot: cat /etc.defaults/extensionPorts [pci] pci1="0000:00:1b.4" pci2="0000:00:1d.0" Any ideas?
  7. Thanks mate! Going to rebuild it, migrate current platform from DS3615xs to 920+ and then rebuild it with new motherboard. Will write down after I'll finish those operations.
  8. Yeah, I think so. tc@box:~$ dmesg | grep "DUMMY" [ 0.270826] ata1: DUMMY [ 0.270827] ata2: DUMMY tc@box:~$ I think that is the problem that using M.2 PCI-E SSDs are using ATA1/2 ports and installation cannot be proceeded. I cannot disable SATA on M.2 - there is no option in BIOS. I have a really weird plan - maybe it will work? I can rebuild back NAS with old motherboard on Z270 chipset via ASRock mini itx z270 with 6 SATA ports in it and connect to them 4 disks + 2 SATA SSDs (that was used as SSD Cache). Then I'll create a new installation and try to migrate data. If it will be OK - I'll switch back to new motherboard with connected M.2 SSDs in it and loaded to needed platform with m.2 modules in it. Should it work?
  9. Thanks for info. I was trying to create a new USB drive with 918+ loader with the same settings (except USB PID/VID + new generated S/N with MAC) but I'm getting only message that there are no disks in system. Using sataportmap in installation giving me an error that there is an error with disks 1 and 2. Really don't want to lose data that was created during DS3615xs installation and don't know what next steps I should do further with detecting disks on new platform 😃 In fresh env of tinycore here is output of devices. Currently there is no ata1 and ata2 (only 4 SATA ports on this motherboard): lrwxrwxrwx 1 root root 0 Jun 5 16:40 sda -> ../devices/pci0000:00/0000:00:17.0/ata3/host2/target2:0:0/2:0:0:0/block/sda lrwxrwxrwx 1 root root 0 Jun 5 16:40 sdb -> ../devices/pci0000:00/0000:00:17.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb lrwxrwxrwx 1 root root 0 Jun 5 16:40 sdc -> ../devices/pci0000:00/0000:00:17.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc lrwxrwxrwx 1 root root 0 Jun 5 16:40 sdd -> ../devices/pci0000:00/0000:00:17.0/ata6/host5/target5:0:0/5:0:0:0/block/sdd lrwxrwxrwx 1 root root 0 Jun 5 16:40 nvme0n1 -> ../devices/pci0000:00/0000:00:1b.4/0000:04:00.0/nvme/nvme0/nvme0n1 lrwxrwxrwx 1 root root 0 Jun 5 16:40 nvme1n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:07:00.0/nvme/nvme1/nvme1n1
  10. Problem that there is no nvme devices in /dev =( Maybe there is no support for nvme drives in DS3615xs. As official site said only couple of models supports built-in M.2 SSDs:
  11. Hello everyone! Can I get an answer about adding M.2 SSD as cache for XPEnology? I was having a motherboard with one M.2 slot (ASRock mini itx z270) but with 6 SATA ports on board. I've changed it to ASUS strix x270i with two M.2 slots in it. I've swapped all components, include USB flash with Redpill based on Tinycore Redpill v0.4.6 with Model DS3615xs and FW: Bromolow DSM 7.0.1-42218 Update 2 (options in user properties file: "SataPortMap": "58", "DiskIdxMap": "0A00" System loads up correctly, but M.2 SSDs are not showed up. It is possible that M.2 disks are not showing in case of using DS3615xs model of bootloader and should I switch to DS918+ or DS920+ model of redpill bootloader? If yes - what type of options in user properties file should I use to get M.2 and SATA drives up and running without losing data of HDDs? 😃 Thanks!
  12. PID/VID флешки верные выставил? Вот что пишет разраб по этому поводу: "Note 3: Please check you have the right VID/PID prior proceeding. If you get the following error ”Failed to install the file. The file is probably corrupted. (13)" it means your VID and/or PID is wrong. If you are 200% sure that your VID/PID is correct and you still get that error message then try to 'Force Install'."
  13. Hello, i've got some issues with internet access for my synology installation on microserver g7. By instruction create flash with synology, change PID/VID, generate SN which was accepted in account.synology.com, regenerate MAC and succesfully installed on Microserver g7. Next few hours all was work right (i've installed letsencrypt cert via web) and after 2-3 hours internet is gone. No network access to external network (internet). In network setting nothing changes , another hosts are working well. I cant install any package via package manager. What's can be problem? Maybe in SN? I've made login in synology to portal synology and add quickconnect settings. Thanks in advance.
  14. Коллеги, подскажите пожалуйста : По инструкции создал флешку, заменил PID/VID, подобрал SN который успешно принялся на сайте account.synology.com, сгенерировал MAC и успешно все установил на Microserver g7. Далее несколько часов все работало корректно, даже успел через letsencrypt сгенерировать сертификат, а после как-будто пропал интернет на сервере. В рамках ЛВС ничего не изменялось, на остальных хостах системы все работает корректно. Соответственно никаких пакетов не могу ставить. Подскажите в чем может быть проблема? может ли быть проблема в серийнике? производил вход в аккаунт с установленой системы на g7.
  15. Приветствую! Есть Microserver G7, на борту стоит VMWare Esxi 5.5 , в ней виртуалка с загрузочным диском xpenology gnoboot-alpha. Сейчас стоит версия 5.0-4458 update 2, хочу обновить до последней 4493 update 7. Делаю по инструкции (по 2м вариантам) - загружаю пакет через веб морду, в консоли через sed заменяю вхождения и муваю файл: sed 's/flashupdateDeb/flashupdateDeb1/' /autoupd@te.info > /autoupd@te.info1 mv /autoupd@te.info1 /autoupd@te.info тыкаю обновить - он валится с ошибкой "обнаружена неизвестная ошибка (21)" В чем может быть проблема?
×
×
  • Create New...