Debian bootet nicht nach Simulation eines Festplattenausfalls vom Raid

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
dbuser32
Beiträge: 3
Registriert: 11.02.2020 15:23:49

Debian bootet nicht nach Simulation eines Festplattenausfalls vom Raid

Beitrag von dbuser32 » 11.02.2020 17:04:26

Hallo an alle,

zuerst eine kurze Info zum Debian-Server.
Verwendet wird Debian 10 Buster, ohne grafische Oberfläche.
Zweimal SSD im Raid 1 für das Grundsystem und Zweimal HDD im Raid 1 für die Daten.

Wenn ich nun z.B. einen Stromausfall von einer SSD simuliere (Stromkabel entfernen), funktioniert das Booten von der anderen SSD.
Dies habe ich bei beiden SSD's ausprobiert.
Entferne ich nun zwecks Simulation von einer HDD das Stomkabel, bleibt der Bootvorgang an einer Stelle hängen.

Code: Alles auswählen

[DEPEND] Dependency failed for /media/md3
[DEPEND] Dependency failed for Local File Systems
[DEPEND] Dependency failed for Mark the need to relabel after reboot
[DEPEND] Dependency failed for File System Check on /dev/disk//by-uuid/86196ff3.....
[  OK  ] ......
[  OK  ] ......
...... usw.
zum Schluß steht dann
Cannot open access to console, the root account is locked.
Nun meine Frage.
Habe ich beim erstellen des Raids für die HDD's was vergessen zu setzen???
Raid 1 ist ja dafür vorgesehen, das eine Festplatte ausfallen kann und das System trozdem weiter funktioniert.

Gruß dbuser32

dbuser32
Beiträge: 3
Registriert: 11.02.2020 15:23:49

Re: Debian bootet nicht nach Simulation eines Festplattenausfalls vom Raid

Beitrag von dbuser32 » 13.02.2020 11:53:10

Hier noch eine Information zum Raid selber, cat /proc/mdstat

Code: Alles auswählen

Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
md3 : inactive sdd1[1](S)
      976628736 blocks super 1.2
       
md1 : active raid1 sdb2[1] sda2[0]
      7806976 blocks super 1.2 [2/2] [UU]
      
md2 : active raid1 sdb5[2] sda5[3]
      70278144 blocks super 1.2 [2/2] [UU]
      
md0 : active raid1 sdb1[2] sda1[3]
      39027712 blocks super 1.2 [2/2] [UU]
      
unused devices: <none>
Ich vermute, dass zwei separate Raid 1 Arrays so nicht funktionieren....

Benutzeravatar
bluestar
Beiträge: 2419
Registriert: 26.10.2004 11:16:34
Wohnort: Rhein-Main-Gebiet

Re: Debian bootet nicht nach Simulation eines Festplattenausfalls vom Raid

Beitrag von bluestar » 13.02.2020 11:57:00

Wie sieht denn deine /etc/fstab aus?

dbuser32
Beiträge: 3
Registriert: 11.02.2020 15:23:49

Re: Debian bootet nicht nach Simulation eines Festplattenausfalls vom Raid

Beitrag von dbuser32 » 13.02.2020 18:16:12

Hallo

habe jetzt ein paar Dinge verändert.
Die swap ist nicht mehr im Raid und die separate Partition für /home habe ich rausgenommen.
Somit habe ich nur noch Raid1 für md0 und md1.
hier die fstab

Code: Alles auswählen

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/md0 during installation
UUID=89759d7e-e605-4232-b0eb-0c7c16edab36 /               ext4    errors=remount-ro 0       1
# /media/md1 was on /dev/md1 during installation
UUID=a83fe3d3-a4d3-4173-99e6-43d53eb7a728 /media/md1      ext4    defaults        0       2
# swap was on /dev/sda1 during installation
UUID=d98900a2-8579-4412-b325-00e2feb5f482 none            swap    sw              0       0
# swap was on /dev/sdb1 during installation
UUID=09be8d98-24ae-4f7e-aa24-79e672af7fc7 none            swap    sw              0       0

und hier die aktuelle cat /proc/mdstat

Code: Alles auswählen

Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
md1 : active raid1 sdc1[0] sdd1[1]
      956898304 blocks super 1.2 [2/2] [UU]
      [=======>.............]  resync = 38.8% (371527936/956898304) finish=74.0min speed=131648K/sec
      bitmap: 6/8 pages [24KB], 65536KB chunk

md0 : active raid1 sdb2[1] sda2[0]
      58559488 blocks super 1.2 [2/2] [UU]
      
unused devices: <none>
Kann ich diese beiden Raid 1 zu einem Raid 0 zusammenfügen???

Antworten