[SOLVED] After a firmware upgrade, blinking blue, lost 5Big2

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 8:15 pm

you can use paste right click on the top of the u-boot console window, in de drop down menu choose edit you will find the the paste command
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 8:25 pm

I tested it once again on my 5big2, its running fvdw-sl but it should also work with lacie as loading of the kernel is same process

Code: Select all
Marvell ide reset
ide reset

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
Port Multiplier found @ 0 0. Vendor: 11ab ports: 4
[0 0 1]: Enable DMA mode
  Device 1 @ 0 0 1:
Model: SAMSUNG HD103SI                          Firm: 1AG01118 Ser#: S1Y5JDWZ626309
            Type: Hard Disk
dev_desc->blksz = 512
            Supports 48-bit addressing
            Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
[0 0 2]: Enable DMA mode
  Device 2 @ 0 0 2:
Model: SAMSUNG HD103SI                          Firm: 1AG01118 Ser#: S2C4J9CZA04729
            Type: Hard Disk
dev_desc->blksz = 512
            Supports 48-bit addressing
            Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
[0 0 3]: Enable DMA mode
  Device 3 @ 0 0 3:
Model: WDC WD30EZRX-00DC0B0                     Firm: 80.00A80 Ser#:      WD-WMC1T0347553
            Type: Hard Disk
dev_desc->blksz = 512
            Supports 48-bit addressing
            Capacity: 2861588.4 MB = 2794.5 GB (5860533168 x 512)
Port Multiplier found @ 0 1. Vendor: 11ab ports: 4
[0 1 2]: Enable DMA mode
  Device 6 @ 0 1 2:
Model: ST2000DL001-9VT156                       Firm: CC41     Ser#:             5YD2JCJX
            Type: Hard Disk
dev_desc->blksz = 512
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512)

Marvell>> setenv ipaddr ${ipaddr}
setenv ipaddr ${ipaddr}
Marvell>> setenv serverip ${serverip}
setenv serverip ${serverip}
Marvell>> setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
Marvell>> disk 0x800000 3:6
disk 0x800000 3:6
## Valid EFI partition found ##

Loading from IDE device 3, partition 6: Name: gpt6
  Type: U-Boot
   Image Name:   Linux-3.14.2
   Created:      2016-01-17  19:41:19 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4835880 Bytes =  4.6 MB
   Load Address: 00008000
   Entry Point:  00008000
Marvell>>bootm
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
Marvell>> disk 0x800000 3:6
disk 0x800000 3:6
## Valid EFI partition found ##

Loading from IDE device 3, partition 6: Name: gpt6
  Type: U-Boot
   Image Name:   Linux-3.14.2
   Created:      2016-01-17  19:41:19 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4835880 Bytes =  4.6 MB
   Load Address: 00008000
   Entry Point:  00008000
Marvell>> bootm
bootm
## Booting image at 00800000 ...
   Image Name:   Linux-3.14.2
   Created:      2016-01-17  19:41:19 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4835880 Bytes =  4.6 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
bootargs from environment variables : console=ttyS0,115200 netconsole=6666@192.168.1.252/,6666@192.168.1.44/ root=/dev/sda7 cap=gpt,lba64

Starting kernel ...

<snip> kernel output following
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby Glaven Clattuck » Thu Jun 09, 2016 8:41 pm

the process started, but now is this state:
Code: Select all
[    1.260000] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[    1.260000] alg: No test for digest_null (digest_null-generic)
[    1.260000] alg: No test for compress_null (compress_null-generic)
[    1.260000] alg: No test for stdrng (krng)
[    1.270000] alg: No test for hmac(digest_null) (hmac(digest_null-generic))
[    1.270000] async_tx: api initialized (async)
[    1.270000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
53)
[    1.270000] io scheduler noop registered
[    1.270000] io scheduler anticipatory registered (default)
[    1.270000] io scheduler deadline registered
[    1.270000] io scheduler cfq registered
[    1.290000] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.290000] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[    1.290000] console [ttyS0] enabled
[    1.780000] brd: module loaded
[    1.780000] at24 0-0050: 512 byte 24c04 EEPROM (writable)
[    1.790000] sata_mv sata_mv.0: version 1.28
[    1.790000] sata_mv sata_mv.0: slots 32 ports 2
[    1.800000] scsi0 : sata_mv
[    1.800000] scsi1 : sata_mv
[    1.800000] ata1: SATA max UDMA/133 irq 21
[    1.810000] ata2: SATA max UDMA/133 irq 21
[    1.810000] INIT Marvell Ethernet Driver: mv_netdev
[    1.820000] Loading Marvell Ethernet Driver:
[    1.820000]   o Cached descriptors in DRAM
[    1.820000]   o DRAM SW cache-coherency
[    1.830000]   o 2 Giga ports supported
[    1.830000]   o Single RX Queue support - ETH_DEF_RXQ=0
[    1.840000]   o Single TX Queue support - ETH_DEF_TXQ=0
[    1.840000]   o TCP segmentation offload (TSO) supported
[    1.850000]   o Large Receive offload (LRO) supported
[    1.850000]   o Receive checksum offload supported
[    1.860000]   o Transmit checksum offload supported
[    1.860000]   o Network Fast Processing (Routing) supported - (Disabled)
[    1.870000]   o Proc tool API enabled
[    1.870000]   o SKB Reuse supported - (Disabled)
[    1.880000]   o SKB Recycle supported - (Disabled)
[    1.880000]   o Rx descripors: q0=128
[    1.890000]   o Tx descripors: q0=532
[    1.890000]   o Loading network interface(s):
[    1.890000]     o  register under mv_netdev platform
[    1.900000]     o eth0, ifindex = 2, GbE port = 0
[    1.910000]     o eth1, ifindex = 3, GbE port = 1
[    1.910000]
[    1.910000] mvFpRuleDb (dfff0000): 4096 entries, 16384 bytes
[    1.920000] netconsole: local port 6666
[    1.920000] netconsole: local IP 10.211.55.252
[    1.930000] netconsole: interface eth0
[    1.930000] netconsole: remote port 6666
[    1.930000] netconsole: remote IP 10.211.55.35
[    1.940000] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[    1.940000] netconsole: device eth0 not up yet, forcing it
[    3.960000] eth0: link down
[    3.960000] eth0: started
[    4.240000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    4.240000] ata1.15: Port Multiplier 1.1, 0x11ab:0x4140 r193, 4 ports, feat 0
x5/0x1f
[    4.250000] ata1.00: hard resetting link
[    4.600000] ata1.01: hard resetting link
[    5.110000] ata1.02: hard resetting link
[    5.500000] eth0: link up, full duplex, speed 1 Gbps
[    5.510000] console [netcon0] enabled
[    6.200000] netconsole: network logging started
[    6.200000] ata1.03: hard resetting link
[    6.210000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xda (Hynix NAND 256
MiB 3,3V 8-bit)
[    6.220000] Scanning device for bad blocks
[    6.350000] Creating 3 MTD partitions on "orion_nand":
[    6.360000] 0x000000000000-0x000000100000 : "u-boot"
[    6.360000] 0x000000100000-0x000001100000 : "uImage"
[    6.370000] 0x000001100000-0x000010000000 : "root"
[    6.380000] mice: PS/2 mouse device common for all mice
[    6.380000] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.390000] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[    6.480000] md: linear personality registered for level -1
[    6.480000] md: raid0 personality registered for level 0
[    6.490000] md: raid1 personality registered for level 1
[    6.490000] md: raid10 personality registered for level 10
[    6.500000] md: raid6 personality registered for level 6
[    6.500000] md: raid5 personality registered for level 5
[    6.510000] md: raid4 personality registered for level 4
[    6.510000] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-d
evel@redhat.com
[    6.530000] cpuidle: using governor ladder
[    6.530000] cpuidle: using governor menu
[    6.530000] Registered led device: net5big-v2:blue:power
[    6.540000] Registered led device: net5big-v2:red:power
[    6.540000] Registered led device: net5big-v2:blue:sata0
[    6.550000] Registered led device: net5big-v2:red:sata0
[    6.560000] Registered led device: net5big-v2:blue:sata1
[    6.560000] Registered led device: net5big-v2:red:sata1
[    6.570000] Registered led device: net5big-v2:blue:sata2
[    6.570000] Registered led device: net5big-v2:red:sata2
[    6.580000] Registered led device: net5big-v2:blue:sata3
[    6.580000] Registered led device: net5big-v2:red:sata3
[    6.590000] Registered led device: net5big-v2:blue:sata4
[    6.590000] Registered led device: net5big-v2:red:sata4
[    6.600000] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[    6.610000] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[    6.650000] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    6.690000] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[    6.730000] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[    6.770000] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[    6.770000] TCP cubic registered
[    6.770000] NET: Registered protocol family 17
[    6.780000] Bridge firewalling registered
[    6.780000] NET: Registered protocol family 5
[    6.790000] RPC: Registered udp transport module.
[    6.790000] RPC: Registered tcp transport module.
[    6.800000] rtc-mv rtc-mv: setting system clock to 2016-06-09 20:35:22 UTC (1
465504522)
[    6.890000] ata1.01: ATA-9: ST4000VN000-1H4168, SC44, max UDMA/133
[    6.890000] ata1.01: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.960000] ata1.01: configured for UDMA/133
[    7.000000] ata1.02: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    7.000000] ata1.02: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.070000] ata1.02: configured for UDMA/133
[    7.110000] ata1.03: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    7.110000] ata1.03: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.180000] ata1.03: configured for UDMA/133
[    7.180000] ata1: EH complete
[    7.180000] scsi 0:1:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC44 PQ
: 0 ANSI: 5
[    7.190000] sd 0:1:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.
63 TiB)
[    7.200000] sd 0:1:0:0: [sdc] 4096-byte physical blocks
[    7.200000] sd 0:1:0:0: [sdc] Write Protect is off
[    7.210000] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    7.220000]  sdc:
[    7.220000] sd 0:1:0:0: Attached scsi generic sg0 type 0
[    7.230000] scsi 0:2:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ
: 0 ANSI: 5
[    7.240000] sd 0:2:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.
63 TiB)
[    7.240000] sd 0:2:0:0: [sdb] 4096-byte physical blocks
[    7.250000] sd 0:2:0:0: [sdb] Write Protect is off
[    7.250000] sd 0:2:0:0: [sdb] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    7.260000]  sdb:
[    7.270000] sd 0:2:0:0: Attached scsi generic sg1 type 0
[    7.270000] scsi 0:3:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ
: 0 ANSI: 5
[    7.280000] sd 0:3:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.
63 TiB)
[    7.290000] sd 0:3:0:0: [sda] 4096-byte physical blocks
[    7.290000] sd 0:3:0:0: [sda] Write Protect is off
[    7.300000] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    7.310000]  sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 sdc7 sdc8 sdc9 sdc10
[    7.320000]  sda:
[    7.320000] sd 0:3:0:0: Attached scsi generic sg2 type 0
[    7.330000] sd 0:1:0:0: [sdc] Attached SCSI disk
[    7.350000]  sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8 sdb9 sdb10
[    7.360000] sd 0:2:0:0: [sdb] Attached SCSI disk
[    7.380000]  sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10
[    7.390000] sd 0:3:0:0: [sda] Attached SCSI disk
[    7.830000] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    7.830000] ata2.15: Port Multiplier 1.1, 0x11ab:0x4140 r193, 4 ports, feat 0
x5/0x1f
[    7.840000] ata2.00: hard resetting link
[    8.190000] ata2.01: hard resetting link
[    8.700000] ata2.02: hard resetting link
[    9.210000] ata2.03: hard resetting link
[    9.600000] ata2.01: ATA-9: ST4000VN000-1H4168, SC46, max UDMA/133
[    9.600000] ata2.01: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.670000] ata2.01: configured for UDMA/133
[    9.710000] ata2.02: ATA-9: ST4000VN000-1H4168, SC43, max UDMA/133
[    9.710000] ata2.02: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.780000] ata2.02: configured for UDMA/133
[    9.780000] ata2: EH complete
[    9.780000] scsi 1:1:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC46 PQ
: 0 ANSI: 5
[    9.790000] sd 1:1:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.
63 TiB)
[    9.800000] sd 1:1:0:0: [sde] 4096-byte physical blocks
[    9.800000] sd 1:1:0:0: [sde] Write Protect is off
[    9.810000] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    9.820000]  sde:
[    9.820000] sd 1:1:0:0: Attached scsi generic sg3 type 0
[    9.830000] scsi 1:2:0:0: Direct-Access     ATA      ST4000VN000-1H41 SC43 PQ
: 0 ANSI: 5
[    9.840000] sd 1:2:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.
63 TiB)
[    9.840000] sd 1:2:0:0: [sdd] 4096-byte physical blocks
[    9.850000] sd 1:2:0:0: [sdd] Write Protect is off
[    9.850000] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    9.860000]  sdd:
[    9.870000] sd 1:2:0:0: Attached scsi generic sg4 type 0
[    9.900000]  sde1 sde2 sde3 sde4 sde5 sde6 sde7 sde8 sde9 sde10
[    9.910000] sd 1:1:0:0: [sde] Attached SCSI disk
[    9.930000]  sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10
[    9.940000] sd 1:2:0:0: [sdd] Attached SCSI disk
[    9.940000] Freeing init memory: 148K
[    9.950000] Freeing initramfs memory: 4K
[   13.570000] md: md0 stopped.
[   13.570000] md: bind<sda7>
[   13.580000] raid1: raid set md0 active with 1 out of 5 mirrors
[   13.580000] md0: detected capacity change from 0 to 16384000
[   13.590000]  md0: unknown partition table
[   13.600000] kjournald starting.  Commit interval 5 seconds
[   13.600000] EXT3-fs: mounted filesystem with writeback data mode.
[   14.750000] md: bind<sdb7>
[   14.830000] RAID1 conf printout:
[   14.830000]  --- wd:1 rd:5
[   14.830000]  disk 0, wo:0, o:1, dev:sda7
[   14.830000]  disk 1, wo:1, o:1, dev:sdb7
[   14.840000] md: recovery of RAID array md0
[   14.840000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   14.850000] md: using maximum available idle IO bandwidth (but not more than
200000 KB/sec) for recovery.
[   14.860000] md: using 128k window, over a total of 16000 blocks.
[   14.860000] md: md0: recovery done.
[   14.950000] RAID1 conf printout:
[   14.950000]  --- wd:2 rd:5
[   14.950000]  disk 0, wo:0, o:1, dev:sda7
[   14.950000]  disk 1, wo:0, o:1, dev:sdb7
[   15.150000] md: bind<sdc7>
[   15.250000] RAID1 conf printout:
[   15.250000]  --- wd:2 rd:5
[   15.250000]  disk 0, wo:0, o:1, dev:sda7
[   15.250000]  disk 1, wo:0, o:1, dev:sdb7
[   15.260000]  disk 2, wo:1, o:1, dev:sdc7
[   15.260000] md: recovery of RAID array md0
[   15.270000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   15.270000] md: using maximum available idle IO bandwidth (but not more than
200000 KB/sec) for recovery.
[   15.280000] md: using 128k window, over a total of 16000 blocks.
[   15.610000] md: bind<sdd7>
[   15.850000] md: bind<sde7>
[   19.650000] md: md0: recovery done.
[   19.890000] RAID1 conf printout:
[   19.890000]  --- wd:3 rd:5
[   19.890000]  disk 0, wo:0, o:1, dev:sda7
[   19.890000]  disk 1, wo:0, o:1, dev:sdb7
[   19.900000]  disk 2, wo:0, o:1, dev:sdc7
[   19.980000] RAID1 conf printout:
[   19.980000]  --- wd:3 rd:5
[   19.980000]  disk 0, wo:0, o:1, dev:sda7
[   19.980000]  disk 1, wo:0, o:1, dev:sdb7
[   19.990000]  disk 2, wo:0, o:1, dev:sdc7
[   19.990000]  disk 3, wo:1, o:1, dev:sde7
[   20.000000] RAID1 conf printout:
[   20.000000]  --- wd:3 rd:5
[   20.000000]  disk 0, wo:0, o:1, dev:sda7
[   20.010000]  disk 1, wo:0, o:1, dev:sdb7
[   20.010000]  disk 2, wo:0, o:1, dev:sdc7
[   20.010000]  disk 3, wo:1, o:1, dev:sde7
[   20.020000]  disk 4, wo:1, o:1, dev:sdd7
[   20.020000] md: recovery of RAID array md0
[   20.030000] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[   20.030000] md: using maximum available idle IO bandwidth (but not more than
200000 KB/sec) for recovery.
[   20.040000] md: using 128k window, over a total of 16000 blocks.
[   22.840000] md: md0: recovery done.
[   23.060000] RAID1 conf printout:
[   23.060000]  --- wd:5 rd:5
[   23.060000]  disk 0, wo:0, o:1, dev:sda7
[   23.060000]  disk 1, wo:0, o:1, dev:sdb7
[   23.070000]  disk 2, wo:0, o:1, dev:sdc7
[   23.070000]  disk 3, wo:0, o:1, dev:sde7
[   23.080000]  disk 4, wo:0, o:1, dev:sdd7
[   23.820000] md: md1 stopped.
[   23.820000] md: bind<sdc8>
[   23.830000] md: bind<sdd8>
[   23.830000] md: bind<sdb8>
[   23.830000] md: bind<sde8>
[   23.840000] md: bind<sda8>
[   23.840000] raid1: raid set md1 active with 5 out of 5 mirrors
[   23.850000] md1: detected capacity change from 0 to 863567872
[   23.940000]  md1: unknown partition table
[   24.920000] md: md2 stopped.
[   24.960000] md: bind<sdc9>
[   24.970000] md: bind<sdd9>
[   24.970000] md: bind<sdb9>
[   24.970000] md: bind<sde9>
[   24.980000] md: bind<sda9>
[   24.980000] raid1: raid set md2 active with 5 out of 5 mirrors
[   24.990000] md2: detected capacity change from 0 to 896466944
[   25.080000]  md2: unknown partition table
[   26.050000] md: md3 stopped.
[   26.060000] md: bind<sdc5>
[   26.060000] md: bind<sdd5>
[   26.060000] md: bind<sdb5>
[   26.070000] md: bind<sde5>
[   26.070000] md: bind<sda5>
[   26.080000] raid1: raid set md3 active with 5 out of 5 mirrors
[   26.080000] md3: detected capacity change from 0 to 262078464
[   26.180000]  md3: unknown partition table
[   26.880000] kjournald starting.  Commit interval 5 seconds
[   26.880000] EXT3-fs: mounted filesystem with writeback data mode.
[   26.900000] kjournald starting.  Commit interval 5 seconds
[   26.900000] EXT3 FS on md2, internal journal
[   26.910000] EXT3-fs: mounted filesystem with writeback data mode.
[   27.040000] unionfs: unionfs: new generation number 2
[   27.090000] unionfs: unionfs: new generation number 3

non prompt, and i'm sorry this is what can copy from shell
and the damned blue light still blinking :fists
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 153
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 8:49 pm

phew...at least we see that the firmware seems to be loading, no errors in this output so to see

:dry yeah the blue light, need to think what next
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 8:51 pm

--edit, there are some errors with building arrays, need to study closer
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 9:03 pm

this part is interesting
Code: Select all
[   22.840000] md: md0: recovery done.
[   23.060000] RAID1 conf printout:
[   23.060000]  --- wd:5 rd:5
[   23.060000]  disk 0, wo:0, o:1, dev:sda7
[   23.060000]  disk 1, wo:0, o:1, dev:sdb7
[   23.070000]  disk 2, wo:0, o:1, dev:sdc7
[   23.070000]  disk 3, wo:0, o:1, dev:sde7
[   23.080000]  disk 4, wo:0, o:1, dev:sdd7

it seems to have recovered raid md0 = (sdx7)

However it seems to fail to do that with md1 =(sdx8) because of unknown partition table, this is strange because with the standalone kernel you could assmeble and mount this array
Code: Select all
[   23.820000] md: md1 stopped.
[   23.820000] md: bind<sdc8>
[   23.830000] md: bind<sdd8>
[   23.830000] md: bind<sdb8>
[   23.830000] md: bind<sde8>
[   23.840000] md: bind<sda8>
[   23.840000] raid1: raid set md1 active with 5 out of 5 mirrors
[   23.850000] md1: detected capacity change from 0 to 863567872
[   23.940000]  md1: unknown partition table

same with md2 (=sdx9)
Code: Select all
[   24.920000] md: md2 stopped.
[   24.960000] md: bind<sdc9>
[   24.970000] md: bind<sdd9>
[   24.970000] md: bind<sdb9>
[   24.970000] md: bind<sde9>
[   24.980000] md: bind<sda9>
[   24.980000] raid1: raid set md2 active with 5 out of 5 mirrors
[   24.990000] md2: detected capacity change from 0 to 896466944
[   25.080000]  md2: unknown partition table

same with md3 (=sdx5) but this is less citical as it is swap space
Code: Select all
[   26.050000] md: md3 stopped.
[   26.060000] md: bind<sdc5>
[   26.060000] md: bind<sdd5>
[   26.060000] md: bind<sdb5>
[   26.070000] md: bind<sde5>
[   26.070000] md: bind<sda5>
[   26.080000] raid1: raid set md3 active with 5 out of 5 mirrors
[   26.080000] md3: detected capacity change from 0 to 262078464
[   26.180000]  md3: unknown partition table


Does anything more come after this ?
Code: Select all
[   26.880000] kjournald starting.  Commit interval 5 seconds
[   26.880000] EXT3-fs: mounted filesystem with writeback data mode.
[   26.900000] kjournald starting.  Commit interval 5 seconds
[   26.900000] EXT3 FS on md2, internal journal
[   26.910000] EXT3-fs: mounted filesystem with writeback data mode.
[   27.040000] unionfs: unionfs: new generation number 2
[   27.090000] unionfs: unionfs: new generation number 3


otherwise repeat the proces and let the u-boot window run until no more output is coming
I would expect more output...
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby fvdw » Thu Jun 09, 2016 9:53 pm

finsihing boot after 24 seconds is not likely, there should come more (the number between brackets is time after start booting the kernel
it still could be busy with repairing file systems and we need to give it time


anyhow if the arrays of sdx8 and sdx9 have a problem we could try to copy the files from it using the standalone kernel, reformatting them to restore a partition table and put the files back.

We also could check the partition tables when running the the standalone kernel with the fdisk and gdisk command after you have assemble the arrays

I still find the output strange as you had no problem to mount the arrays under the standalone kernel. So maybe the lacie firmware is still busy with repair actions, but why on earth would it want to repair them...

ps after the disk command in u-boot console you can see which kernel it loads, which version was it ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby Jocko » Thu Jun 09, 2016 10:01 pm

This reminds me of a case where the user has recuperated accesses on the NAS after he leaved the nas rebooting 1 week
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby Glaven Clattuck » Fri Jun 10, 2016 7:14 pm

fvdw wrote:ps after the disk command in u-boot console you can see which kernel it loads, which version was it ?


this

Code: Select all
Marvell>> disk 0x800000 3:6
disk 0x800000 3:6
## Valid EFI partition found ##

Loading from IDE device 3, partition 6: Name: gpt6
  Type: U-Boot
   Image Name:   Linux kernel-2.6.31.14-svn6790 [
   Created:      2011-12-12  17:37:24 UTC
   Image Type:   ARM Linux Multi-File Image (uncompressed)
   Data Size:    5546536 Bytes =  5.3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Contents:
   Image 0:  3003720 Bytes =  2.9 MB
   Image 1:  2542804 Bytes =  2.4 MB
Marvell>> bootm
bootm
## Booting image at 00800000 ...
   Image Name:   Linux kernel-2.6.31.14-svn6790 [
   Created:      2011-12-12  17:37:24 UTC
   Image Type:   ARM Linux Multi-File Image (uncompressed)
   Data Size:    5546536 Bytes =  5.3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Contents:
   Image 0:  3003720 Bytes =  2.9 MB
   Image 1:  2542804 Bytes =  2.4 MB
   Verifying Checksum ... OK
OK
bootargs from environment variables : console=ttyS0,115200 netconsole=6666@10.21
1.55.252/,6666@10.211.55.35/ root=/dev/sda7 cap=gpt,lba64

Starting kernel ...

rm: SC46     Ser#:
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 153
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: After a firmware upgrade, blinking blue and 5Big2 is los

Postby Glaven Clattuck » Fri Jun 10, 2016 8:06 pm

fvdw wrote:We also could check the partition tables when running the the standalone kernel with the fdisk and gdisk command after you have assemble the arrays


this is with fdisk:
Code: Select all
root@fvdw-sta-kirkwood:/ # fdisk -l

Disk /dev/mtdblock1: 16 MB, 16777216 bytes
255 heads, 63 sectors/track, 2 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/mtdblock1 doesn't contain a valid partition table

Disk /dev/mtdblock2: 250 MB, 250609664 bytes
255 heads, 63 sectors/track, 30 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/mtdblock2 doesn't contain a valid partition table
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sdc: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdc1               1      267350  2147483647+ ee EFI GPT
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sdb: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdb1               1      267350  2147483647+ ee EFI GPT
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sda: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1      267350  2147483647+ ee EFI GPT
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sde: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sde1               1      267350  2147483647+ ee EFI GPT
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sdd: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdd1               1      267350  2147483647+ ee EFI GPT

Disk /dev/md0: 16 MB, 16384000 bytes
2 heads, 4 sectors/track, 4000 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md0 doesn't contain a valid partition table

Disk /dev/md1: 863 MB, 863567872 bytes
2 heads, 4 sectors/track, 210832 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md1 doesn't contain a valid partition table

Disk /dev/md2: 896 MB, 896466944 bytes
2 heads, 4 sectors/track, 218864 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md2 doesn't contain a valid partition table

Disk /dev/md3: 262 MB, 262078464 bytes
2 heads, 4 sectors/track, 63984 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md3 doesn't contain a valid partition table
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/md4: 2199.0 GB, 2199023255040 bytes
2 heads, 4 sectors/track, 536870911 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md4 doesn't contain a valid partition table


i don't know how to use gdisk :scratch
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 153
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 11 guests