Quantcast
Channel: Multimediaforum
Viewing all articles
Browse latest Browse all 4603

Server festplatten problem

$
0
0
Ich habe das Problem dass ich nach dem Neustart meines Server nun eine alte "Partition" oder wie auch immer am laufen habe, der Suppoert hat mir gesagt ich muss Prüfen wo die aktuellen Daten liegen nur habe ich gerade gar keine Ahung was ich machen soll.
Zitat Support:
Zitat:

Um das Problem zu lösen müssen zunächst jedes /md device prüfen, auf welcher die
aktuellen Daten liegen und dann anschließend die Festplatte mit der jeweiligen
Partition /dev/md0 bis /dev/md3 zuordnen.

Wie genau Sie das Problem nun lösen können wir Ihnen jedoch nicht mitteilen.
Da dies ein Eingriff in die bestehenden Daten mit sich bringt.

Ein Einbinden der falschen Festplatte/Partition kann zum vollständigen
Datenverlust führen. Gehen Sie daher mit bedacht vor.

Wir empfehlen Ihnen vorher ein Backup Ihrer Daten anzufertigen, bevor Sie
versuchen das RAID wieder aufzubauen.
bei
Code:

cat /proc/mdstat
bekomme ich folgende Augabe:
Code:

Personalities : [raid1]
md126 : active raid1 sda4[0]
      1839220031 blocks super 1.2 [2/1] [U_]

md127 : active (auto-read-only) raid1 sdb3[1]
      1073740664 blocks super 1.2 [2/1] [_U]

md3 : active (auto-read-only) raid1 sdb4[1]
      1839220031 blocks super 1.2 [2/1] [_U]

md2 : active raid1 sda3[0]
      1073740664 blocks super 1.2 [2/1] [U_]

md1 : active raid1 sda2[0] sdb2[1]
      524276 blocks super 1.2 [2/2] [UU]

md0 : active (auto-read-only) raid1 sda1[0] sdb1[1]
      16776120 blocks super 1.2 [2/2] [UU]

unused devices: <none>

Kann mir jemand erklären wie ich das jetzt löse?
Vielen Dank schon mal für eure Mühe.

//edit
hmm ok ich habe nun mit
Code:

mount /dev/md2 /mnt
gestartet
nun habe ich zwar meine Daten wieder, aber
Code:

cat /proc/mdstats
zeigt mir immer noch nicht synchrone Festplatten an, ist das ein problem?

Code:

Personalities : [raid1]
md126 : active (auto-read-only) raid1 sda4[0]
      1839220031 blocks super 1.2 [2/1] [U_]

md127 : active (auto-read-only) raid1 sdb3[1]
      1073740664 blocks super 1.2 [2/1] [_U]

md3 : active raid1 sdb4[1]
      1839220031 blocks super 1.2 [2/1] [_U]

md2 : active raid1 sda3[0]
      1073740664 blocks super 1.2 [2/1] [U_]

md1 : active raid1 sda2[0] sdb2[1]
      524276 blocks super 1.2 [2/2] [UU]

md0 : active (auto-read-only) raid1 sda1[0] sdb1[1]
      16776120 blocks super 1.2 [2/2] [UU]

unused devices: <none>


Viewing all articles
Browse latest Browse all 4603