Jump to content
XPEnology Community

trublu

Member
  • Posts

    89
  • Joined

  • Last visited

Posts posted by trublu

  1. 17 hours ago, apriliars3 said:

    ok, copy other time with md3. Sorry. 

     

    If you have more than 2 disks, for example 4 disks, need put md5.

     

    - ls /dev/nvme*
    - fdisk -l /dev/nvme0n1
    - synopartition --part /dev/nvme0n1 12
    - cat /proc/mdstat
    - mdadm --create /dev/md3 --level=1 --raid-devices=1 --force /dev/nvme0n1p3
    - mkfs.btrfs -f /dev/md3

     

    With your 2TB nvme, show fdisk -l /dev/nvme0n1 the correct size available? If not, put your correct nvme that show you ls /dev/nvme*

     

    fdisk -l /dev/nvme0n1 shows the following

    /dev/nvme0n1p1          256    4980735    4980480   2.4G fd Linux raid autodetect
    /dev/nvme0n1p2      4980736    9175039    4194304     2G fd Linux raid autodetect
    /dev/nvme0n1p3      9437184 2000397734 1990960551 949.4G fd Linux raid autodetect


    I have just one 2tb though
    Starting to think I was shipped the wrong size

    • Confused 1
  2. 22 hours ago, apriliars3 said:

    Classic method to use NVME as storage.

    - ls /dev/nvme*
    - fdisk -l /dev/nvme0n1
    - synopartition --part /dev/nvme0n1 12
    - cat /proc/mdstat
    - mdadm --create /dev/md3 --level=1 --raid-devices=1 --force /dev/nvme0n1p3
    - mkfs.btrfs -f /dev/md4

     

    I tried the script but the singe 2tb i have in my build didn't show. However using your "classic method" worked but I have only 1tb available. is that expected?


    Btw, should the last line be "mkfs.btrfs -f /dev/md3"?

  3. I'm having a similar issue. A bunch of my HDDs started showing only as "detected". Try the following in this link. I was able to get my drives back online (healthy/normal) but it looks like rebuild of storage pool with all drives needs to be done before restarting because, a reboot devolves to drives only showing as detected. Maybe you can trying this and replace the problem drives with clones and attempt another rebuild/repair. I just got a standalone duplicator in order to try the same thing.

     

    What loader are you using?

  4. On 3/8/2023 at 4:46 AM, arden said:

    Hi,

     

    So, I have a raid 6 volume with 16 drives, it was 15, but I recently did an extend volume and added 1 more (15), but while doing the extend, a few drives reported issues(16,18). 2 of which showed as "crashed", the guidance was to remove them, "Deactivate" and then to re-add them, then reboot for automatic rebuild, so I did this but they are now just showing as “not initialized” and I can’t seem to readd them until the volume is repaired, while all this was happening, the volume was still trying to expand with adding the disk (15), then the disk I was adding (15) and another disk (17) "crashed".

     

    I can’t add disks as hot spare until the volume is back up and running, but the system keeps reporting the disks as "crashed" after reboots, I've taken the disks out and done full sector scans on them on another system, and they are showing as fine!

     

    I really don’t understand what is happening or why. I tried adding a new drive, but it just shows as “not initialized” and can’t add it to the volume in place of drive 15/17

     

    The volume is currently in read only mode, I can see the data, but when I I try to back it up, its going soooo slow (few meg at most, somtimes KB's).

     

    Looking for options to getting the volume fixed, thanks!

     

    hd.png

    hd2.png

    hd3.png

    Hey, were you able to fix this issue?

  5. Anyone had an issue with losing their storage pool or volume after Update 4? I posted about my issue here but the questions subforum doesn't seem to get much traffic. I'm considering moving my HDDs to my Synology DS1817+ as a last resort to rebuilding the volume but I'd love to get any pointers before trying that as a last resort?

  6. Had issues after upgrading to DSM 7.1.1-42962 Update 4. After changing to ARPL 1.03b, I was able to recover the system after a migration and log into a fresh DSM, however, the storage pool is missing/lost. Looking for tips on how to rebuild the original storage pool. Thanks.

     

    Hardware:

    Motherboard with UEFi disabled: SUPERMICRO X10SDV-TLN4F D-1541 (2 x 10 GbE LAN & 2 x Intel i350-AM2 GbE LAN)

    LSI HBA with 8 HDDs (onboard STA controllers disabled)

     

    836544464_storagepool.thumb.png.e5b165fb39fdf49b2504ce4e9cf64d5b.png

     

     

    1813994775_storagepool1.thumb.png.391eb04f1eabe8470639acdb8ddf7603.png

     

    root@trove:~# cat /proc/mdstat
    Personalities : [raid1]
    md1 : active raid1 sdd2[1]
          2097088 blocks [12/1] [_U__________]
    
    md0 : active raid1 sdd1[1]
          2490176 blocks [12/1] [_U__________]
    
    unused devices: <none>

     

    root@trove:~# mdadm --detail /dev/md1
    /dev/md1:
            Version : 0.90
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 1
        Persistence : Superblock is persistent
    
        Update Time : Wed Mar  8 11:46:28 2023
              State : clean, degraded
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 0
      Spare Devices : 0
    
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
             Events : 0.38
    
        Number   Major   Minor   RaidDevice State
           -       0        0        0      removed
           1       8       50        1      active sync   /dev/sdd2
           -       0        0        2      removed
           -       0        0        3      removed
           -       0        0        4      removed
           -       0        0        5      removed
           -       0        0        6      removed
           -       0        0        7      removed
           -       0        0        8      removed
           -       0        0        9      removed
           -       0        0       10      removed
           -       0        0       11      removed


     

    root@trove:~# mdadm --detail /dev/md0
    /dev/md0:
            Version : 0.90
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
         Array Size : 2490176 (2.37 GiB 2.55 GB)
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 0
        Persistence : Superblock is persistent
    
        Update Time : Wed Mar  8 12:38:17 2023
              State : clean, degraded
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 0
      Spare Devices : 0
    
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
             Events : 0.2850
    
        Number   Major   Minor   RaidDevice State
           -       0        0        0      removed
           1       8       49        1      active sync   /dev/sdd1
           -       0        0        2      removed
           -       0        0        3      removed
           -       0        0        4      removed
           -       0        0        5      removed
           -       0        0        6      removed
           -       0        0        7      removed
           -       0        0        8      removed
           -       0        0        9      removed
           -       0        0       10      removed
           -       0        0       11      removed

     

    
    root@trove:~# mdadm --examine /dev/sd*
    /dev/sda:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    /dev/sda1:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
         Array Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 0
    
        Update Time : Wed Mar  8 10:31:50 2023
              State : clean
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 11
      Spare Devices : 0
           Checksum : b4fd4b61 - correct
             Events : 1764
    
    
          Number   Major   Minor   RaidDevice State
    this     0       8        1        0      active sync   /dev/sda1
    
       0     0       8        1        0      active sync   /dev/sda1
       1     1       0        0        1      faulty removed
       2     2       0        0        2      faulty removed
       3     3       0        0        3      faulty removed
       4     4       0        0        4      faulty removed
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sda2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 1
    
        Update Time : Wed Mar  8 10:31:34 2023
              State : clean
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 11
      Spare Devices : 0
           Checksum : dfcee89f - correct
             Events : 31
    
    
          Number   Major   Minor   RaidDevice State
    this     0       8        2        0      active sync   /dev/sda2
    
       0     0       8        2        0      active sync   /dev/sda2
       1     1       0        0        1      faulty removed
       2     2       0        0        2      faulty removed
       3     3       0        0        3      faulty removed
       4     4       0        0        4      faulty removed
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sda3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : clean
        Device UUID : 3875a9e5:a7260006:808f7c11:9cedf8a0
    
        Update Time : Tue Mar  7 18:23:17 2023
           Checksum : 82ba8080 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 0
       Array State : A..AA.AA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdb:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    mdadm: No md superblock detected on /dev/sdb1.
    /dev/sdb2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : d552bb6c:670b1dca:05d949f7:b0bbaec7
      Creation Time : Sat Jul  2 16:17:54 2022
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 3
    Preferred Minor : 1
    
        Update Time : Tue Mar  7 18:16:53 2023
              State : clean
     Active Devices : 3
    Working Devices : 3
     Failed Devices : 9
      Spare Devices : 0
           Checksum : 63069156 - correct
             Events : 125
    
    
          Number   Major   Minor   RaidDevice State
    this     1       8       18        1      active sync   /dev/sdb2
    
       0     0       8        2        0      active sync   /dev/sda2
       1     1       8       18        1      active sync   /dev/sdb2
       2     2       8       34        2      active sync
       3     3       0        0        3      faulty removed
       4     4       0        0        4      faulty removed
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdb3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : clean
        Device UUID : 178434ea:f014dcc9:f52e6b43:460d8647
    
        Update Time : Tue Mar  7 18:23:17 2023
           Checksum : 239d3cd0 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 3
       Array State : A..AA.AA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdc:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    mdadm: No md superblock detected on /dev/sdc1.
    /dev/sdc3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : active
        Device UUID : 86058974:c155190f:4805d800:856081a4
    
        Update Time : Mon Mar  6 20:03:55 2023
           Checksum : d9eeeb2 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 2
       Array State : AAAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdd:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    /dev/sdd1:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
         Array Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 0
    
        Update Time : Wed Mar  8 12:22:28 2023
              State : clean
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 10
      Spare Devices : 0
           Checksum : b4fd6ba7 - correct
             Events : 2592
    
    
          Number   Major   Minor   RaidDevice State
    this     1       8       49        1      active sync   /dev/sdd1
    
       0     0       0        0        0      removed
       1     1       8       49        1      active sync   /dev/sdd1
       2     2       0        0        2      faulty removed
       3     3       0        0        3      faulty removed
       4     4       0        0        4      faulty removed
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdd2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 1
    Preferred Minor : 1
    
        Update Time : Wed Mar  8 11:46:28 2023
              State : clean
     Active Devices : 1
    Working Devices : 1
     Failed Devices : 10
      Spare Devices : 0
           Checksum : dfcefa9b - correct
             Events : 38
    
    
          Number   Major   Minor   RaidDevice State
    this     1       8       50        1      active sync   /dev/sdd2
    
       0     0       0        0        0      removed
       1     1       8       50        1      active sync   /dev/sdd2
       2     2       0        0        2      faulty removed
       3     3       0        0        3      faulty removed
       4     4       0        0        4      faulty removed
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sde:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    /dev/sde1:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
         Array Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 4
    Preferred Minor : 0
    
        Update Time : Tue Mar  7 19:36:00 2023
              State : clean
     Active Devices : 4
    Working Devices : 4
     Failed Devices : 8
      Spare Devices : 0
           Checksum : b4fc79cf - correct
             Events : 1720
    
    
          Number   Major   Minor   RaidDevice State
    this     2       8       65        2      active sync   /dev/sde1
    
       0     0       8        1        0      active sync   /dev/sda1
       1     1       8       49        1      active sync   /dev/sdd1
       2     2       8       65        2      active sync   /dev/sde1
       3     3       0        0        3      faulty removed
       4     4       8      113        4      active sync   /dev/sdh1
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sde2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 4
    Preferred Minor : 1
    
        Update Time : Tue Mar  7 19:31:47 2023
              State : clean
     Active Devices : 4
    Working Devices : 4
     Failed Devices : 8
      Spare Devices : 0
           Checksum : dfce16e9 - correct
             Events : 22
    
    
          Number   Major   Minor   RaidDevice State
    this     2       8       66        2      active sync   /dev/sde2
    
       0     0       8        2        0      active sync   /dev/sda2
       1     1       8       50        1      active sync   /dev/sdd2
       2     2       8       66        2      active sync   /dev/sde2
       3     3       0        0        3      faulty removed
       4     4       8      114        4      active sync   /dev/sdh2
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sde3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : clean
        Device UUID : 1f5ac73f:a2d2d169:44fbeeaa:f0293f1d
    
        Update Time : Tue Mar  7 18:23:17 2023
           Checksum : 5662b981 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 7
       Array State : A..AA.AA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdf:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    /dev/sdf1:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
         Array Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 5
    Preferred Minor : 0
    
        Update Time : Tue Mar  7 19:31:40 2023
              State : clean
     Active Devices : 5
    Working Devices : 5
     Failed Devices : 7
      Spare Devices : 0
           Checksum : b4fc787f - correct
             Events : 1629
    
    
          Number   Major   Minor   RaidDevice State
    this     3       8       81        3      active sync   /dev/sdf1
    
       0     0       8        1        0      active sync   /dev/sda1
       1     1       8       49        1      active sync   /dev/sdd1
       2     2       8       65        2      active sync   /dev/sde1
       3     3       8       81        3      active sync   /dev/sdf1
       4     4       8      113        4      active sync   /dev/sdh1
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdf2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 5
    Preferred Minor : 1
    
        Update Time : Tue Mar  7 19:05:08 2023
              State : clean
     Active Devices : 5
    Working Devices : 5
     Failed Devices : 7
      Spare Devices : 0
           Checksum : dfce110f - correct
             Events : 19
    
    
          Number   Major   Minor   RaidDevice State
    this     3       8       82        3      active sync   /dev/sdf2
    
       0     0       8        2        0      active sync   /dev/sda2
       1     1       8       50        1      active sync   /dev/sdd2
       2     2       8       66        2      active sync   /dev/sde2
       3     3       8       82        3      active sync   /dev/sdf2
       4     4       8      114        4      active sync   /dev/sdh2
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdf3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : clean
        Device UUID : 5e941a18:8b4def78:efcc7281:413e6a0f
    
        Update Time : Tue Mar  7 18:23:17 2023
           Checksum : 68254a4 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 6
       Array State : A..AA.AA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdg:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    mdadm: No md superblock detected on /dev/sdg1.
    /dev/sdg3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : active
        Device UUID : e95d48ae:87297dfa:8571bbc2:89098f37
    
        Update Time : Mon Mar  6 20:03:55 2023
           Checksum : 87b33020 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 5
       Array State : AAAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
    /dev/sdh:
       MBR Magic : aa55
    Partition[0] :   4294967295 sectors at            1 (type ee)
    /dev/sdh1:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 6f2d4c18:1dd9383c:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:16:56 2023
         Raid Level : raid1
      Used Dev Size : 2490176 (2.37 GiB 2.55 GB)
         Array Size : 2490176 (2.37 GiB 2.55 GB)
       Raid Devices : 12
      Total Devices : 4
    Preferred Minor : 0
    
        Update Time : Tue Mar  7 19:36:05 2023
              State : active
     Active Devices : 4
    Working Devices : 4
     Failed Devices : 8
      Spare Devices : 0
           Checksum : b4fc7350 - correct
             Events : 1721
    
    
          Number   Major   Minor   RaidDevice State
    this     4       8      113        4      active sync   /dev/sdh1
    
       0     0       8        1        0      active sync   /dev/sda1
       1     1       8       49        1      active sync   /dev/sdd1
       2     2       8       65        2      active sync   /dev/sde1
       3     3       0        0        3      faulty removed
       4     4       8      113        4      active sync   /dev/sdh1
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdh2:
              Magic : a92b4efc
            Version : 0.90.00
               UUID : 362d3d5d:81b0f1c8:05d949f7:b0bbaec7
      Creation Time : Tue Mar  7 18:17:00 2023
         Raid Level : raid1
      Used Dev Size : 2097088 (2047.94 MiB 2147.42 MB)
         Array Size : 2097088 (2047.94 MiB 2147.42 MB)
       Raid Devices : 12
      Total Devices : 4
    Preferred Minor : 1
    
        Update Time : Tue Mar  7 19:31:47 2023
              State : clean
     Active Devices : 4
    Working Devices : 4
     Failed Devices : 8
      Spare Devices : 0
           Checksum : dfce171d - correct
             Events : 22
    
    
          Number   Major   Minor   RaidDevice State
    this     4       8      114        4      active sync   /dev/sdh2
    
       0     0       8        2        0      active sync   /dev/sda2
       1     1       8       50        1      active sync   /dev/sdd2
       2     2       8       66        2      active sync   /dev/sde2
       3     3       0        0        3      faulty removed
       4     4       8      114        4      active sync   /dev/sdh2
       5     5       0        0        5      faulty removed
       6     6       0        0        6      faulty removed
       7     7       0        0        7      faulty removed
       8     8       0        0        8      faulty removed
       9     9       0        0        9      faulty removed
      10    10       0        0       10      faulty removed
      11    11       0        0       11      faulty removed
    /dev/sdh3:
              Magic : a92b4efc
            Version : 1.2
        Feature Map : 0x0
         Array UUID : 469081f8:c1645cc8:e6a51b6e:988a538f
               Name : trove:2  (local to host trove)
      Creation Time : Wed Dec 12 01:11:23 2018
         Raid Level : raid6
       Raid Devices : 8
    
     Avail Dev Size : 15618409120 (7447.44 GiB 7996.63 GB)
         Array Size : 46855227264 (44684.63 GiB 47979.75 GB)
      Used Dev Size : 15618409088 (7447.44 GiB 7996.63 GB)
        Data Offset : 2048 sectors
       Super Offset : 8 sectors
       Unused Space : before=1968 sectors, after=32 sectors
              State : clean
        Device UUID : 7a2f8c59:2331f484:50fbb33a:bfe5fa58
    
        Update Time : Tue Mar  7 18:23:17 2023
           Checksum : 56caa935 - correct
             Events : 13093409
    
             Layout : left-symmetric
         Chunk Size : 64K
    
       Device Role : Active device 4
       Array State : A..AA.AA ('A' == active, '.' == missing, 'R' == replacing)
    

     

     

     

     

  7. Hoping to get some help with update issues.

    I was previously running  DSM 7.1.1-42962 DS3622xs+ using arpl-0.1-alpha2 and recently updated to DSM 7.1.1-42962 Update 4 however I made the mistake of not swapping in the new USB I'd made with v1.1-beta2a. Initially, all went went but after a recent reboot I couldn't boot back into DSM. I've tried multiple versions of ARPL but each time I get the migration screen and reinstall DSM, I still end up with not being able to get an etherne t connection that holds. Anyone else have a similar issue or have tips to fix this?

  8. - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 7.1-42661 Update 3

    - Loader version and model:  Automated Redpill Loader

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL - Supermicro X10SDV-TLN4F, LSI SAS2008

    - Additional comments: Upgraded via GUI

  9. - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 7.1-42661 Update 3

    - Loader version and model:  Automated Redpill Loader

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL - Supermicro X10SDV-TLN4F, LSI SAS2008

    - Additional comments:  Upgraded via GUI

     

  10. 22 minutes ago, bonestaak said:

    Is there a simple way to just find out the Mac address on the motherboard of my expenology from my work computer? I don't see it when booting the motherboard.

     

    use ifconfig then look at eth0

  11. 42 minutes ago, bonestaak said:

    And also Virtual Machine Manager does not work,  When making Cluster... Plof  program ended and you can not see logbook as the program must first ended making cluster

    Schermafbeelding 2022-07-04 om 17.36.46.jpg

     

    Boot back into the loader config and add your NICs (netif_num and mac1 to macX) using the commandline menu or edit the user config file manually. rebuild shouldn't be required.

    e.g.

     

    cmdline:
      mac1: "AC1D5B19E0E3"
      mac2: "AC1D5B19E0E4"
      netif_num: "2"

     

    • Thanks 1
  12. On 7/1/2022 at 3:45 PM, fbelavenuto said:

    Hello everyone, I would like to share a personal project that I am developing. It is another loader for TTG Redpill, intended to be as automatic and user-friendly as possible.

    The link is below, download the image and record it on a flash drive, the rest is done on the same computer.

    I'm Brazilian and I'm not good at English language, so forgive me for translation errors.

     

    I used forum knowledge and code from various loaders developed by TTG, pocopico, jumkey, Jun and many others.

     

    Hope you like it.

     

    https://github.com/fbelavenuto/arpl

     

    Edit: An important information that I forgot to mention is that I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it

    Thanks a lot for this tool. As said previously, I had issues getting TCRP working but I was able to upgrade from DS3615xs (jun mod) to DS3622xs+. Had some issues but overall using arpl was a breeze. Thanks again!

    Hardware info:
    Baremetal: SUPERMICRO MBD-X10SDV-TLN4F-O D-1541 (2 x 10 GbE LAN & 2 x Intel i350-AM2 GbE LAN)

    LSI HBA with 8 HDDs (onboard STA controllers disabled)


    (haven't tested 10GbE nics yet)

    • Thanks 1
  13. 7 minutes ago, fbelavenuto said:

    PS: this modules, igb and ixgbe, are native into models, no?

    Correct. I realized this after I posted and went ahead. I was able to migrate from 3615xs but the server shuts down after a few minutes so I'm troubleshooting right now. For me, it's a good problem to have because previously I wasn't able to get this far.

  14. 16 hours ago, fbelavenuto said:

    I added an option to download addons, to make it easier to add drivers.

     

    Please download alpha2:

     

    https://github.com/fbelavenuto/arpl/releases/download/v0.1-alpha2/arpl-0.1-alpha2.img.zip

     

    Oficial addons now are here:

    https://github.com/fbelavenuto/arpl-addons

     

    r8125 added

    How do I add drivers that you don't have included? e.g igb and ixgbe?

    I tried adding from pocopico/rp-ext but I get a file format error

  15. On 6/21/2022 at 6:11 PM, neonflx said:

    I just tried on my supermicro X10SDV-6C+-TLN4F which has been running 3622 7.0.1 for a while built back about 3 months ago, not using TCRP, wanted to upgrade to 7.1 and used TCRP but can't find 10gb network card using 3622 so I used 3617 with that I can find network but can't find any drives , so I just plug back my old usb and still running 7.0.1

    any suggestions

     

     

    Same issue for me with a Supermicro X10SDV-TLN4F except mine is currently on DSM 6.2.3. What loader did you use for 7.0.1?

  16. On 6/24/2022 at 2:17 AM, justinavril said:

     

    How about this:

     

    1.  Shut down the machine and plug out all the disks and remember the orders, just in case;

    2. Reboot to DSM USB;

    3. Use the assistant to find the NAS. Should return no disk error, right?

    4. Plug in 1 disk, and retry it in the assitant;

    That’s exactly what I did. I even let it sit for a few minutes after plugging hard drives in.

  17. Hardware:

    SUPERMICRO X10SDV-TLN4F D-1541 (2 x 10 GbE LAN & 2 x Intel i350-AM2 GbE LAN)

    LSI HBA with 8 HDDs (onboard STA controllers disabled)


    Previous attempts  using TCRP & broadwellnk failed because I couldn't get a network connection (may be related to 10g NICs)

    Using TCRP & broadwell gets me further because the device is now discoverable in Synology Assistant, however, I keep getting "no drives" found.

    SataPortMap=8 DiskIdxMap=00 and SataPortMap=1 DiskIdxMap=00
    
    
    tc@box:~$ ls -la /sys/class/ata_port
    total 0
     
    tc@box:~$ lspci -tvnnq
    -+-[0000:ff]-+-0b.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 [8086:6f81]
     |           +-0b.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 [8086:6f36]
     |           +-0b.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 [8086:6f37]
     |           +-0b.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link Debug [8086:6f76]
     |           +-0c.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe0]
     |           +-0c.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe1]
     |           +-0c.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe2]
     |           +-0c.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe3]
     |           +-0c.4  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe4]
     |           +-0c.5  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe5]
     |           +-0c.6  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe6]
     |           +-0c.7  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6fe7]
     |           +-0f.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6ff8]
     |           +-0f.4  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6ffc]
     |           +-0f.5  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6ffd]
     |           +-0f.6  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent [8086:6ffe]
     |           +-10.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent [8086:6f1d]
     |           +-10.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent [8086:6f34]
     |           +-10.5  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox [8086:6f1e]
     |           +-10.6  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox [8086:6f7d]
     |           +-10.7  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox [8086:6f1f]
     |           +-12.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 [8086:6fa0]
     |           +-12.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 [8086:6f30]
     |           +-13.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS [8086:6fa8]
     |           +-13.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS [8086:6f71]
     |           +-13.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder [8086:6faa]
     |           +-13.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder [8086:6fab]
     |           +-13.4  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder [8086:6fac]
     |           +-13.5  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder [8086:6fad]
     |           +-13.6  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Broadcast [8086:6fae]
     |           +-13.7  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast [8086:6faf]
     |           +-14.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control [8086:6fb0]
     |           +-14.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control [8086:6fb1]
     |           +-14.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error [8086:6fb2]
     |           +-14.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error [8086:6fb3]
     |           +-14.4  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface [8086:6fbc]
     |           +-14.5  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface [8086:6fbd]
     |           +-14.6  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface [8086:6fbe]
     |           +-14.7  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface [8086:6fbf]
     |           +-15.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control [8086:6fb4]
     |           +-15.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control [8086:6fb5]
     |           +-15.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error [8086:6fb6]
     |           +-15.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error [8086:6fb7]
     |           +-1e.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f98]
     |           +-1e.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f99]
     |           +-1e.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f9a]
     |           +-1e.3  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6fc0]
     |           +-1e.4  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f9c]
     |           +-1f.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f88]
     |           \-1f.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit [8086:6f8a]
     \-[0000:00]-+-00.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2 [8086:6f00]
                 +-01.0-[01]--
                 +-02.0-[02]--+-00.0  Intel Corporation Xeon Processor D Family QuickData Technology Register DMA Channel 0 [8086:6f50]
                 |            +-00.1  Intel Corporation Xeon Processor D Family QuickData Technology Register DMA Channel 1 [8086:6f51]
                 |            +-00.2  Intel Corporation Xeon Processor D Family QuickData Technology Register DMA Channel 2 [8086:6f52]
                 |            \-00.3  Intel Corporation Xeon Processor D Family QuickData Technology Register DMA Channel 3 [8086:6f53]
                 +-02.2-[03]--+-00.0  Intel Corporation Ethernet Connection X552/X557-AT 10GBASE-T [8086:15ad]
                 |            \-00.1  Intel Corporation Ethernet Connection X552/X557-AT 10GBASE-T [8086:15ad]
                 +-03.0-[04]----00.0  LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] [1000:0072]
                 +-05.0  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Map/VTd_Misc/System Management [8086:6f28]
                 +-05.1  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Hot Plug [8086:6f29]
                 +-05.2  Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO RAS/Control Status/Global Errors [8086:6f2a]
                 +-14.0  Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31]
                 +-16.0  Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a]
                 +-16.1  Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #2 [8086:8c3b]
                 +-1a.0  Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d]
                 +-1c.0-[05]--+-00.0  Intel Corporation I350 Gigabit Network Connection [8086:1521]
                 |            \-00.1  Intel Corporation I350 Gigabit Network Connection [8086:1521]
                 +-1c.4-[06-07]----00.0-[07]----00.0  ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000]
                 +-1d.0  Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26]
                 +-1f.0  Intel Corporation C224 Series Chipset Family Server Standard SKU LPC Controller [8086:8c54]
                 +-1f.3  Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22]
                 \-1f.6  Intel Corporation 8 Series Chipset Family Thermal Management Controller [8086:8c24]

     

×
×
  • Create New...