ich habe hier mehrere ESX Enterprise 3.5 Server welche an ein SAN angeschlossen sind.
Bisher verwende ich 3 LUN (sdb1-sdd1) als VM-Store-01 bis 03. Nun versuche ich seid mehreren Tagen 2 neue LUNs (sde1-sdf1) hinzuzufügen. Ich habe im SAN 2 Speicherbereiche frei gegeben und kann auf diese von den ESX Servern aus über die Serviceconsole auch zugreiffen und sehe diese im VIC.
Wenn ich nun versuche im VIC die LUN zu konfigurieren, bekomme ich bei "Add Storage" die Meldung "Unable to read partition table from this disk.". Darauf hin habe ich mit fdisk eine Partition auf der LUN angelegt mit dem type fb. Wenn versuche diese Partition mit vmfs3 zu formatieren bekomme ich von den vmkfstools die folgende Meldung:
Code: Alles auswählen
vmkfstools -C vmfs3 -b 1m -S "VM-Store-04" vmhba2:0:3:1
Creating vmfs3 file system on "vmhba2:0:3:1" with blockSize 1048576 and volume label "VM-Store-04".
Usage: vmkfstools -C vmfs3 /vmfs/devices/disks/vmhbaW:X:Y:Z
Error: Invalid handle
Nach viel Googln und Foren lesen, finde ich jedoch keine Lösung. Auf die LUN darf ich seitens des SAN auf jeden Fall zugreiffen denn sonst könnte ich nicht die Partitionstabelle ändern. Die 3 anderen LUNs habe ich auf dem gleichen Weg eingebunden, hatte aber keine Probleme. Daher bin ich im Moment etwas Ratlos.
Ich wäre euch echt Dankbar wenn Ihr mir einen Tipp oder eine Lösung hättet. Ich habe hier am Ende noch einges an aus meiner Sicht wichtigen Infos angehängt.
Vielen Dank
bye
eazy
output von fdisk -l:
Code: Alles auswählen
fdisk -l /dev/sde
Disk /dev/sde: 2097.1 GB, 2097152000000 bytes
255 heads, 63 sectors/track, 254964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 1 254964 2047998298+ fb Unknown
output von ls -l /vmfs/devices/disks
Code: Alles auswählen
ls -l /vmfs/devices/disks/
total 15596406473
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba1:0:0:0 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:1 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:1
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:2 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:2
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:4 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:4
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:5 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:5
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:6 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:6
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba1:0:0:7 -> vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:7
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba2:0:0:0 -> vml.0200000000600d0230ffffffff02bd242702203b00533136462d52
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba2:0:0:1 -> vml.0200000000600d0230ffffffff02bd242702203b00533136462d52:1
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba2:0:1:0 -> vml.0200010000600d0230ffffffff02bd242702203b01533136462d52
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba2:0:1:1 -> vml.0200010000600d0230ffffffff02bd242702203b01533136462d52:1
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba2:0:2:0 -> vml.0200020000600d0230ffffffff02bd242702203b02533136462d52
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba2:0:2:1 -> vml.0200020000600d0230ffffffff02bd242702203b02533136462d52:1
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba2:0:3:0 -> vml.0200030000600d0230ffffffff02bd242702203b03533136462d52
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba2:0:3:1 -> vml.0200030000600d0230ffffffff02bd242702203b03533136462d52:1
lrwxrwxrwx 1 root root 58 Aug 28 08:55 vmhba2:0:4:0 -> vml.0200040000600d0230ffffffff02bd242702203b04533136462d52
lrwxrwxrwx 1 root root 60 Aug 28 08:55 vmhba2:0:4:1 -> vml.0200040000600d0230ffffffff02bd242702203b04533136462d52:1
-rw------- 1 root root 72999763968 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253
-rw------- 1 root root 106896384 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:1
-rw------- 1 root root 5239503360 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:2
-rw------- 1 root root 2763694080 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:4
-rw------- 1 root root 567479808 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:5
-rw------- 1 root root 2089188864 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:6
-rw------- 1 root root 106896384 Aug 28 08:55 vml.020000000060015174e70900000fc9c00f75a1457d53524f4d4253:7
-rw------- 1 root root 2097152000000 Aug 28 08:55 vml.0200000000600d0230ffffffff02bd242702203b00533136462d52
-rw------- 1 root root 2097150224384 Aug 28 08:55 vml.0200000000600d0230ffffffff02bd242702203b00533136462d52:1
-rw------- 1 root root 2097152000000 Aug 28 08:55 vml.0200010000600d0230ffffffff02bd242702203b01533136462d52
-rw------- 1 root root 2097150224384 Aug 28 08:55 vml.0200010000600d0230ffffffff02bd242702203b01533136462d52:1
-rw------- 1 root root 2097152000000 Aug 28 08:55 vml.0200020000600d0230ffffffff02bd242702203b02533136462d52
-rw------- 1 root root 2097150224384 Aug 28 08:55 vml.0200020000600d0230ffffffff02bd242702203b02533136462d52:1
-rw------- 1 root root 2097152000000 Aug 28 08:55 vml.0200030000600d0230ffffffff02bd242702203b03533136462d52
-rw------- 1 root root 134217728 Aug 28 08:55 vml.0200030000600d0230ffffffff02bd242702203b03533136462d52:1
-rw------- 1 root root 603329658880 Aug 28 08:55 vml.0200040000600d0230ffffffff02bd242702203b04533136462d52
-rw------- 1 root root 603324255744 Aug 28 08:55 vml.0200040000600d0230ffffffff02bd242702203b04533136462d52:1
output von dmesg|grep sd
Code: Alles auswählen
dmesg |grep sd
scsi0 : vsd
VMWARE SCSI Id: Supported VPD pages for sda : 0x0 0x80 0x83
VMWARE SCSI Id: Device id info for sda: 0x1 0x3 0x0 0x10 0x60 0x1 0x51 0x74 0xe7 0x9 0x0 0x0 0xf 0xc9 0xc0 0xf 0x75 0xa1 0x45 0x7d
VMWARE SCSI Id: Id for sda 0x60 0x01 0x51 0x74 0xe7 0x09 0x00 0x00 0x0f 0xc9 0xc0 0x0f 0x75 0xa1 0x45 0x7d 0x53 0x52 0x4f 0x4d 0x42 0x53
VMWARE: Unique Device attached as scsi disk sda at scsi3, channel 0, id 0, lun 0
Attached scsi disk sda at scsi3, channel 0, id 0, lun 0
SCSI device sda: 142577664 512-byte hdwr sectors (73000 MB)
sda: sda1 sda2 sda4 < sda5 sda6 sda7 >
VMWARE SCSI Id: Supported VPD pages for sdb : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdb: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x0 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdb 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x00 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdb at scsi4, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi4, channel 0, id 0, lun 0
VMWARE SCSI Id: Supported VPD pages for sdc : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdc: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x1 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdc 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x01 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdc at scsi4, channel 0, id 0, lun 1
Attached scsi disk sdc at scsi4, channel 0, id 0, lun 1
VMWARE SCSI Id: Supported VPD pages for sdd : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdd: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x2 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdd 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x02 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdd at scsi4, channel 0, id 0, lun 2
Attached scsi disk sdd at scsi4, channel 0, id 0, lun 2
SCSI device sdb: 4096000000 512-byte hdwr sectors (2098126 MB)
sdb: sdb1
SCSI device sdc: 4096000000 512-byte hdwr sectors (2098126 MB)
sdc: sdc1
SCSI device sdd: 4096000000 512-byte hdwr sectors (2098126 MB)
sdd: sdd1
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,2), internal journal
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,1), internal journal
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,6), internal journal
VMWARE SCSI Id: Supported VPD pages for sdb : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdb: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x0 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdb 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x00 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdb at scsi4, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi4, channel 0, id 0, lun 0
SCSI device sdb: 4096000000 512-byte hdwr sectors (2098126 MB)
sdb: sdb1
VMWARE SCSI Id: Supported VPD pages for sdc : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdc: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x1 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdc 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x01 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdc at scsi4, channel 0, id 0, lun 1
Attached scsi disk sdc at scsi4, channel 0, id 0, lun 1
SCSI device sdc: 4096000000 512-byte hdwr sectors (2098126 MB)
sdc: sdc1
VMWARE SCSI Id: Supported VPD pages for sdd : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdd: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x2 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdd 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x02 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdd at scsi4, channel 0, id 0, lun 2
Attached scsi disk sdd at scsi4, channel 0, id 0, lun 2
SCSI device sdd: 4096000000 512-byte hdwr sectors (2098126 MB)
sdd: sdd1
VMWARE SCSI Id: Supported VPD pages for sdb : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdb: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x0 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdb 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x00 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdb at scsi4, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi4, channel 0, id 0, lun 0
SCSI device sdb: 4096000000 512-byte hdwr sectors (2098126 MB)
sdb: sdb1
VMWARE SCSI Id: Supported VPD pages for sdc : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdc: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x1 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdc 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x01 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdc at scsi4, channel 0, id 0, lun 1
Attached scsi disk sdc at scsi4, channel 0, id 0, lun 1
SCSI device sdc: 4096000000 512-byte hdwr sectors (2098126 MB)
sdc: sdc1
VMWARE SCSI Id: Supported VPD pages for sdd : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdd: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x2 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdd 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x02 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdd at scsi4, channel 0, id 0, lun 2
Attached scsi disk sdd at scsi4, channel 0, id 0, lun 2
SCSI device sdd: 4096000000 512-byte hdwr sectors (2098126 MB)
sdd: sdd1
VMWARE SCSI Id: Supported VPD pages for sde : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sde: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x3 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sde 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x03 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sde at scsi4, channel 0, id 0, lun 3
Attached scsi disk sde at scsi4, channel 0, id 0, lun 3
SCSI device sde: 4096000000 512-byte hdwr sectors (2098126 MB)
sde: sde1
VMWARE SCSI Id: Supported VPD pages for sdf : 0x0 0x80 0x83 0xd0
VMWARE SCSI Id: Device id info for sdf: 0x1 0x3 0x0 0x10 0x60 0xd 0x2 0x30 0xff 0xff 0xff 0xff 0x2 0xbd 0x24 0x27 0x2 0x20 0x3b 0x4 0x1 0x3 0x0 0x8 0x20 0x0 0x0 0xd0 0x23 0x2 0xbd 0x24
VMWARE SCSI Id: Id for sdf 0x60 0x0d 0x02 0x30 0xff 0xff 0xff 0xff 0x02 0xbd 0x24 0x27 0x02 0x20 0x3b 0x04 0x53 0x31 0x36 0x46 0x2d 0x52
VMWARE: Unique Device attached as scsi disk sdf at scsi4, channel 0, id 0, lun 4
Attached scsi disk sdf at scsi4, channel 0, id 0, lun 4
SCSI device sdf: 1178378240 512-byte hdwr sectors (603330 MB)
sdf: sdf1