Hey
ein Areca RAID Controller in dem Server, mit ingmt 20 TB Speicherplatz. Ich hab das RAID und das Volumen erweitert. das System (Debian) erkennt auch den Speicherplatz, doch LVM sieht nur den alten Speicherplatz. Wie kriege ich LVM dazu, die Laufwerke zu aktualisieren und zu vergrößern ? Die LVMs sollen halt auf die maximal größe (20 TB) erhöht werden.
ein Areca RAID Controller in dem Server, mit ingmt 20 TB Speicherplatz. Ich hab das RAID und das Volumen erweitert. das System (Debian) erkennt auch den Speicherplatz, doch LVM sieht nur den alten Speicherplatz. Wie kriege ich LVM dazu, die Laufwerke zu aktualisieren und zu vergrößern ? Die LVMs sollen halt auf die maximal größe (20 TB) erhöht werden.
Code:
root@Iris:/home/niclas# pvdisplay
--- Physical volume ---
PV Name /dev/sdb
VG Name RAID
PV Size 7.28 TiB / not usable 1.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 1907348
Free PE 0
Allocated PE 1907348
PV UUID 1YUB6K-i1Sl-WXA8-TPrR-izEK-LSXw-5hwq49
--- Physical volume ---
PV Name /dev/sdc
VG Name RAID
PV Size 7.28 TiB / not usable 1.00 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 1907348
Free PE 500
Allocated PE 1906848
PV UUID kCBrom-49Bi-Cd6y-VotG-H9Lv-ZYOc-4m1ktE
Code:
root@Iris:/home/niclas# fdisk -l /dev/sdb
Disk /dev/sdb: 10000.0 GB, 9999997992960 bytes
64 heads, 32 sectors/track, 9536741 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
root@Iris:/home/niclas# fdisk -l /dev/sdc
Disk /dev/sdc: 10000.0 GB, 9999997992960 bytes
64 heads, 32 sectors/track, 9536741 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdc doesn't contain a valid partition table
Ausserdem fehlen die Partitionen irgendwie bei fdisk -l.
Das LVM kann normal gemountet werden und alle Daten sind da. Ein Backup Existiert auch ...
Habt ihr ideen ?