Dashboard opens with blank only

Re: Dashboard opens with blank only

Postby fariaslcfs » Wed Mar 10, 2021 12:48 pm

fvdw wrote:attached standalone kernel based on linux 3.9.5
Unzip the archive and put the file in the tftp folder of the fvdw-sl-console
Select it when loading the standalone kernel with fvdw-sl-console

In telnet client give this command to get and run the fvdw-sl-programs to upload mini glibc and tools

replace ip-pc by the ip of your pc running the console
Code: Select all
cd /
tftp -r fvdw-sl-programs.sh -l fvdw-sl-programs.sh -g ip-pc

Code: Select all
chmod 755 fvdw-sl-programs.sh
/fvdw-sl-programs.sh

I did all steps above, but what should I do next?
Which option of the "Select script" menu must be selected? 4? and then
Code: Select all
mount /dev/md4 /dev/sd[abcde]2
fariaslcfs
Donator VIP
Donator VIP
 
Posts: 114
Joined: Thu Feb 18, 2021 4:55 pm

Re: Dashboard opens with blank only

Postby Jocko » Wed Mar 10, 2021 1:07 pm

Hi

At each time you reboot the nas you have to repeat all the commands when you use fvdw-sl console.

So you have to re-assemble the md4 raid5. Check if it is ok
Code: Select all
cat /proc/mdstat
and try to mount it with the regular mount command (and not the busybox applet command)
Code: Select all
mkdir /md4
/usr/sbin/mount /dev/md4 /md4
if it fails again post the output and also run dmesg to have additional information

later you can try to use also the busybox command:
Code: Select all
busybox mount -t xfs /dev/md4 /md4
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Dashboard opens with blank only

Postby fariaslcfs » Wed Mar 10, 2021 1:20 pm

Jocko wrote:Hi

At each time you reboot the nas you have to repeat all the commands when you use fvdw-sl console.

So you have to re-assemble the md4 raid5. Check if it is ok
Code: Select all
cat /proc/mdstat


The output of the cat command is shown below.
So, md4 must be assembled, isn't it?
Which code you suggest to use for this assembling?
Code: Select all
root@(fvdw-kirkwood):/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
unused devices: <none>
root@(fvdw-kirkwood):/ #
fariaslcfs
Donator VIP
Donator VIP
 
Posts: 114
Joined: Thu Feb 18, 2021 4:55 pm

Re: Dashboard opens with blank only

Postby Jocko » Wed Mar 10, 2021 1:22 pm

Yes you have to repeat the command to assemble it so
Code: Select all
mdadm --assemble /dev/md4 /dev/sd[abcde]2
before checking it
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Dashboard opens with blank only

Postby fariaslcfs » Wed Mar 10, 2021 1:23 pm

Jocko wrote:Yes you have to repeat the command to assemble it so
Code: Select all
mdadm --assemble /dev/md4 /dev/sd[abcde]2
before checking it

Use --run to insist?
Code: Select all
root@(fvdw-kirkwood):/ # mdadm --assemble /dev/md4 /dev/sd[abcde]2
mdadm: /dev/md4 assembled from 4 drives - need all 5 to start it (use --run to insist).

Additional information:
Code: Select all
root@(fvdw-kirkwood):/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md4 : inactive sda2[0](S) sdd2[3](S) sdc2[2](S) sdb2[1](S)
      7805491342 blocks super 1.2
       
unused devices: <none>
fariaslcfs
Donator VIP
Donator VIP
 
Posts: 114
Joined: Thu Feb 18, 2021 4:55 pm

Re: Dashboard opens with blank only

Postby Jocko » Wed Mar 10, 2021 1:34 pm

yes add the option '--run' with the mdadm command

I do not understand why sde is missing...
So do
Code: Select all
mdadm --run /dev/md4
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Dashboard opens with blank only

Postby Jocko » Wed Mar 10, 2021 1:39 pm

Then about sde please to post
Code: Select all
mdadm --examine /dev/sde2
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Dashboard opens with blank only

Postby fariaslcfs » Wed Mar 10, 2021 1:48 pm

I rebooted the server and did all the commands again:
Code: Select all
root@(fvdw-kirkwood):/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
unused devices: <none>
root@(fvdw-kirkwood):/ # mdadm --assemble /dev/md4 /dev/sd[abcde]2
mdadm: /dev/md4 assembled from 4 drives - need all 5 to start it (use --run to insist).
root@(fvdw-kirkwood):/ # mdadm --run /dev/md4
mdadm: started /dev/md4
root@(fvdw-kirkwood):/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md4 : active raid5 sda2[0] sdd2[3] sdc2[2] sdb2[1]
      7805490688 blocks super 1.2 level 5, 64k chunk, algorithm 2 [5/4] [UUUU_]
     
unused devices: <none>
root@(fvdw-kirkwood):/ # mdadm --examine /dev/sde2
/dev/sde2:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 1126e27a:134ee56d:e944b67e:ecaecaf8
           Name : fvdw-sta-kirkwood:0
  Creation Time : Thu Jan  1 01:15:34 1970
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 3902745671 (1860.97 GiB 1998.21 GB)
     Array Size : 7805490688 (7443.90 GiB 7992.82 GB)
  Used Dev Size : 3902745344 (1860.97 GiB 1998.21 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
          State : clean
    Device UUID : 14c9af17:b83b29a5:1d704282:fcb4e94d

    Update Time : Thu Jan  1 20:55:56 1970
       Checksum : 226a78ab - correct
         Events : 262

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 3
   Array State : AAAAA ('A' == active, '.' == missing)
fariaslcfs
Donator VIP
Donator VIP
 
Posts: 114
Joined: Thu Feb 18, 2021 4:55 pm

Re: Dashboard opens with blank only

Postby Jocko » Wed Mar 10, 2021 1:55 pm

so try to add manually sde2
Code: Select all
mdadm /dev/md4 --re-add /dev/sde2
and post again
Code: Select all
cat /proc/mdstat
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Dashboard opens with blank only

Postby fariaslcfs » Wed Mar 10, 2021 1:57 pm

Code: Select all
root@(fvdw-kirkwood):/ # mdadm /dev/md4 --re-add /dev/sde2
mdadm: Cannot open /dev/sde2: Device or resource busy
root@(fvdw-kirkwood):/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md4 : active raid5 sda2[0] sdd2[3] sdc2[2] sdb2[1]
      7805490688 blocks super 1.2 level 5, 64k chunk, algorithm 2 [5/4] [UUUU_]
     
unused devices: <none>
fariaslcfs
Donator VIP
Donator VIP
 
Posts: 114
Joined: Thu Feb 18, 2021 4:55 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 5 guests