Raid clean, degraded completed, estimated time ...

Re: Raid clean, degraded completed, estimated time ...

Postby Jocko » Sun May 26, 2024 3:52 pm

:thinking
Pretty good.
Did you reboot before performing the mount command ?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid clean, degraded completed, estimated time ...

Postby razzor0 » Sun May 26, 2024 3:54 pm

Yep,
The mount output is after the reboot:)
razzor0
Donator VIP
Donator VIP
 
Posts: 55
Joined: Sun Feb 04, 2024 11:02 am

Re: Raid clean, degraded completed, estimated time ...

Postby razzor0 » Sun May 26, 2024 3:56 pm

This is email output after the reboot


Code: Select all
None selected

Skip to content
Using Gmail with screen readers
1 of 126
NAS(fvdwsl-base), booting
Inbox

5:44 PM (11 minutes ago)
to me

start boot log
is a physical machine
detect and set platform
5big2
kirkwood
UIMAGE-414133-KIRKWOOD-5
Current kernel: 4.14.133 #5 PREEMPT Thu Aug 10 15:38:37 CEST 2023
device 5big2
family kirkwood
Arm: found valid system disk sda
system disk = sda
mount dev/pts
update dev nodes
booting using sda1 root file system...
enable IP forwarding...
run udevstart to update dev nodes when necessary
inserting kernel modules:
modprobe: module 'iscsi_trgt' not found
start buttons control daemon
device = 5big2
source = buttons-nwsp2
buttons-nwsp2 daemon started
Thu May 23 12:08:17 UTC 2024
configuration partition is rightly mounted
create temporary passwd file
create temporary group file
set samba environment for version 3.0.37
configure loopback network interface
setting reboot and standby
5big2
rebootd-nwsp2
5big2
standbyd-nwsp2
start fan
starting php based setup routines step 1
* Initialize the volatile db file...     [ OK ]
* Starting udevd...                                      [ OK ]
* Starting RAID monitor:                                 [ OK ]
* Starting restore RAID devices...
- Assembling device /dev/md0:  [ Fail ]
* Finishing restore RAID devices...      [ Fail ]
* Found database configuration file...   [ OK ]
* Updating Disks database...                     [ OK ]
* Starting mount of volumes...
- Mounting volume Vol-A:  [ OK ]
* Finishing mount of volumes...                  [ OK ]
* Generating Hosts File...                       [ OK ]
* Configuring System Hostname...                 [ OK ]
* Configuring LAN interface...           [ OK ]
* Initializing Timezone...                       [ OK ]
* Starting web server...                                 [ OK ]
* Starting mount of internal USB ...
* Finishing mount internal USB ...       [ OK ]
* Configuring Disks...                           [ OK ]
* Configuring Samba...                                   [ OK ]
* Configuring System Users...
Root password: use default password
Set users, linux and samba accounts      [ OK ]
* Starting Fvdw-sl Discovery Daemon...   [ OK ]
start rpcbind service
starting php based setup routines step 2
* Starting dropbear...                           [ OK ]
* Kill temporary dropbear...                     [ OK ]
starting php based setup routines step 3
* Starting daemon update Hosts File...  [ OK ]
* Starting mount of remote shares...
* Finishing mount shares...                      [ OK ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
This is fvdw-sl version: fvdw-sl 18.3
built on: February 20 2024

LAN IP address: 192.168.188.46 (DHCP)

Port configuration:

LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
move smbd en nmbd db files away from ram disk to prevent hanging samba server

------------------------
Monitor if file system check is required on next booting
LED settings

razzor0
Donator VIP
Donator VIP
 
Posts: 55
Joined: Sun Feb 04, 2024 11:02 am

Re: Raid clean, degraded completed, estimated time ...

Postby Jocko » Sun May 26, 2024 3:59 pm

Then post
Code: Select all
blkid -o value -s TYPE /dev/md0
grep -A 150 disks /etc/nas_conf_db.xml
cat /boot.log
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid clean, degraded completed, estimated time ...

Postby razzor0 » Sun May 26, 2024 4:01 pm

HEre we go:

Code: Select all
root@fvdwsl-base:/ # blkid -o value -s TYPE /dev/md0
ext4
root@fvdwsl-base:/ # grep -A 150 disks /etc/nas_conf_db.xml
        <disks>
                <disk>
                        <size>1860.24909163</size>
                        <internal>true</internal>
                        <name>Disk-A</name>
                        <system>true</system>
                        <blockdev>/dev/sda</blockdev>
                        <diskid>ZWD0ZJH1</diskid>
                        <model>ST2000VN003-3CW102</model>
                        <usb>false</usb>
                        <freesize>0</freesize>
                        <init>true</init>
                        <partitions>
                                <partition>
                                        <lvname>/dev/sda8</lvname>
                                        <color>#cd86af</color>
                                        <volid>1000</volid>
                                        <index>0</index>
                                        <size>1860.24909163</size>
                                </partition>
                        </partitions>
                </disk>
                <disk>
                        <size>1859.88115311</size>
                        <internal>true</internal>
                        <name>Disk-B</name>
                        <system>false</system>
                        <blockdev>/dev/sdb</blockdev>
                        <diskid>5YD0WZXL</diskid>
                        <model>ST2000DL001-9VT156</model>
                        <usb>false</usb>
                        <freesize>0</freesize>
                        <init>true</init>
                        <partitions>
                                <partition>
                                        <lvname>/dev/sdb8</lvname>
                                        <color>#d0c1e9</color>
                                        <volid>1100</volid>
                                        <index>0</index>
                                        <size>1859.88115311</size>
                                </partition>
                        </partitions>
                </disk>
                <disk>
                        <size>1859.88115311</size>
                        <internal>true</internal>
                        <name>Disk-C</name>
                        <system>false</system>
                        <blockdev>/dev/sdc</blockdev>
                        <diskid>5YD0HZDF</diskid>
                        <model>ST2000DL001-9VT156</model>
                        <usb>false</usb>
                        <freesize>0</freesize>
                        <init>true</init>
                        <partitions>
                                <partition>
                                        <lvname>/dev/sdc8</lvname>
                                        <color>#7089c6</color>
                                        <volid>1100</volid>
                                        <index>0</index>
                                        <size>1859.88115311</size>
                                </partition>
                        </partitions>
                </disk>
                <disk>
                        <size>1859.88115311</size>
                        <internal>true</internal>
                        <name>Disk-D</name>
                        <system>false</system>
                        <blockdev>/dev/sdd</blockdev>
                        <diskid>5YD0WJ11</diskid>
                        <model>ST2000DL001-9VT156</model>
                        <usb>false</usb>
                        <freesize>0</freesize>
                        <init>true</init>
                        <partitions>
                                <partition>
                                        <lvname>/dev/sdd8</lvname>
                                        <color>#85798a</color>
                                        <volid>1100</volid>
                                        <index>0</index>
                                        <size>1859.88115311</size>
                                </partition>
                        </partitions>
                </disk>
                <disk>
                        <size>1859.88115311</size>
                        <internal>true</internal>
                        <name>Disk-E</name>
                        <system>false</system>
                        <blockdev>/dev/sde</blockdev>
                        <diskid>5YD0X50V</diskid>
                        <model>ST2000DL001-9VT156</model>
                        <usb>false</usb>
                        <freesize>0</freesize>
                        <init>true</init>
                        <partitions>
                                <partition>
                                        <lvname>/dev/sde8</lvname>
                                        <color>#7fdf24</color>
                                        <volid>1100</volid>
                                        <index>0</index>
                                        <size>1859.88115311</size>
                                </partition>
                        </partitions>
                </disk>
        </disks>
        <vols>
                <vol>
                        <volid>1000</volid>
                        <md>/dev/sda8</md>
                        <fs>1000</fs>
                        <lastindex>1</lastindex>
                        <name>Vol-A</name>
                        <devices/>
                        <raidtype>single</raidtype>
                        <color>#cd86af</color>
                        <formatting>0</formatting>
                        <size>1860.24909163</size>
                </vol>
        </vols>
        <isofiles/>
        <rsyncd>
                <enable>false</enable>
        </rsyncd>
</nas_conf_db>
root@fvdwsl-base:/ # cat /boot.log
start boot log
is a physical machine
detect and set platform
5big2
kirkwood
UIMAGE-414133-KIRKWOOD-5
Current kernel: 4.14.133 #5 PREEMPT Thu Aug 10 15:38:37 CEST 2023
device 5big2
family kirkwood
Arm: found valid system disk sda
system disk = sda
 mount dev/pts
update dev nodes
booting using sda1 root file system...
enable IP forwarding...
run udevstart to update dev nodes when necessary
inserting kernel modules:
modprobe: module 'iscsi_trgt' not found
start buttons control daemon
device = 5big2
source = buttons-nwsp2
buttons-nwsp2 daemon started
Thu May 23 12:08:17 UTC 2024
configuration partition is rightly mounted
create temporary passwd file
create temporary group file
set samba environment for version 3.0.37
configure loopback network interface
setting reboot and standby
5big2
rebootd-nwsp2
5big2
standbyd-nwsp2
start fan
starting php based setup routines step 1
 * Initialize the volatile db file...    [ OK ]
 * Starting udevd...                                     [ OK ]
 * Starting RAID monitor:                                [ OK ]
 * Starting restore RAID devices...
   - Assembling device /dev/md0:  [ Fail ]
 * Finishing restore RAID devices...     [ Fail ]
 * Found database configuration file...  [ OK ]
 * Updating Disks database...                    [ OK ]
 * Starting mount of volumes...
   - Mounting volume Vol-A:  [ OK ]
 * Finishing mount of volumes...                 [ OK ]
 * Generating Hosts File...                      [ OK ]
 * Configuring System Hostname...                [ OK ]
 * Configuring LAN interface...                  [ OK ]
 * Initializing Timezone...                      [ OK ]
 * Starting web server...                                [ OK ]
 * Starting mount of internal USB ...
 * Finishing mount internal USB ...      [ OK ]
 * Configuring Disks...                                  [ OK ]
 * Configuring Samba...                                  [ OK ]
 * Configuring System Users...
        Root password: use default password
        Set users, linux and samba accounts      [ OK ]
 * Starting Fvdw-sl Discovery Daemon...  [ OK ]
start rpcbind service
starting php based setup routines step 2
 * Starting dropbear...                                  [ OK ]
 * Kill temporary dropbear...                    [ OK ]
starting php based setup routines step 3
 * Starting daemon update Hosts File...  [ OK ]
 * Starting mount of remote shares...
 * Finishing mount shares...                     [ OK ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
    This is fvdw-sl version: fvdw-sl 18.3
    built on: February 20 2024

    LAN IP address: 192.168.188.46 (DHCP)

    Port configuration:

    LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
move smbd en nmbd db files away from ram disk to prevent hanging samba server

------------------------
Monitor if file system check is required on next booting
LED settings

Send a boot mail notification to
else loop1 finished
rcS finished
razzor0
Donator VIP
Donator VIP
 
Posts: 55
Joined: Sun Feb 04, 2024 11:02 am

Re: Raid clean, degraded completed, estimated time ...

Postby Jocko » Sun May 26, 2024 4:04 pm

So the nas failed to assemble again the raid.

If you try manually what erro do you get
Code: Select all
mdadm ---assemble /dev/md0 --run
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid clean, degraded completed, estimated time ...

Postby Jocko » Sun May 26, 2024 4:06 pm

there is a typo error; So
Code: Select all
mdadm --assemble /dev/md0 --run
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid clean, degraded completed, estimated time ...

Postby razzor0 » Sun May 26, 2024 4:07 pm

yep but output is without error

Code: Select all
root@fvdwsl-base:/ # mdadm --assemble /dev/md0 --run
root@fvdwsl-base:/ #
razzor0
Donator VIP
Donator VIP
 
Posts: 55
Joined: Sun Feb 04, 2024 11:02 am

Re: Raid clean, degraded completed, estimated time ...

Postby Jocko » Sun May 26, 2024 4:10 pm

Please to wait I do not understand why the firmware failed to do it.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid clean, degraded completed, estimated time ...

Postby razzor0 » Sun May 26, 2024 4:11 pm

should i try reboot once again ?
razzor0
Donator VIP
Donator VIP
 
Posts: 55
Joined: Sun Feb 04, 2024 11:02 am

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests