Saturnous hat geschrieben::roll: Du machst es einem ja sehr leicht dir zu helfen.
Sorry, liegt vielleicht auch daran, dass ich nicht so tief in der Materie stecke wie du, bin halt noch neu auf dem Gebiet

Nein das iSCSI habe ich noch nicht als Flaschenhals identifizieren können. Jedenfalls ist ein dd in einer VM im SAN oder auf lokaler Platte schon unterschiedlich.
dd in vm auf SAN:
Code: Alles auswählen
dd if=/dev/zero of=file bs=1024000 count=1000
1000+0 records in
1000+0 records out
1024000000 bytes (1,0 GB) copied, 11,5155 s, 88,9 MB/s
dd in vm auf lokaler Platte:
Code: Alles auswählen
dd if=/dev/zero of=file bs=1024000 count=1000
1000+0 records in
1000+0 records out
1024000000 bytes (1,0 GB) copied, 15,6329 s, 65,5 MB/s
Code: Alles auswählen
esxcfg-vswitch -l
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch0 64 10 64 1500 vmnic0
PortGroup Name VLAN ID Used Ports Uplinks
VM Network 0 6 vmnic0
Service Console 0 1 vmnic0
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch1 64 8 64 1500 vmnic4,vmnic5
PortGroup Name VLAN ID Used Ports Uplinks
iSCSI Network VLAN100 1 vmnic5,vmnic4
Servicekonsole 0 1 vmnic5,vmnic4
VMotion 0 1 vmnic5,vmnic4
VMkernel 0 1 vmnic5,vmnic4
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch2 64 5 64 1500 vmnic1
PortGroup Name VLAN ID Used Ports Uplinks
HA Network 0 2 vmnic1
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch3 64 4 64 1500 vmnic2
PortGroup Name VLAN ID Used Ports Uplinks
DMZ Network 3 1 vmnic2
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch4 64 6 64 1500 vmnic7,vmnic6
PortGroup Name VLAN ID Used Ports Uplinks
iSCSI Network VLAN200 0 vmnic6,vmnic7
Servicekonsole 2 0 1 vmnic6,vmnic7
VMkernel 2 0 1 vmnic6,vmnic7
Code: Alles auswählen
cat /proc/scsi/vmkiscsi/*
# iSCSI driver version: 3.6.3.0 variant (27-Jun-2005)
#
# SCSI: iSCSI:
# Bus Tgt LUN IP address Port TargetName
0 1 0 192.168.10.3 3260 iqn.1984-05.com.dell:powervault.600221900087e1810000000048fa06af
0 2 0 192.168.20.3 3260 iqn.1984-05.com.dell:powervault.600221900087e1810000000048fa06af
0 3 0 192.168.10.4 3260 iqn.1984-05.com.dell:powervault.600221900087e1810000000048fa06af
0 4 0 192.168.20.4 3260 iqn.1984-05.com.dell:powervault.600221900087e1810000000048fa06af
0 5 0 192.168.10.1 3260 iqn.1984-05.com.dell:powervault.600221900087103d0000000048f89613
0 6 0 192.168.20.1 3260 iqn.1984-05.com.dell:powervault.600221900087103d0000000048f89613
0 7 0 192.168.10.2 3260 iqn.1984-05.com.dell:powervault.600221900087103d0000000048f89613
0 8 0 192.168.20.2 3260 iqn.1984-05.com.dell:powervault.600221900087103d0000000048f89613
Ich habe momentan 10 laufende VMs auf beiden SANs.
Wenn ich den USB-Treiber bei den Hosts deaktivieren, dann habe ich keine Tastatur mehr am Host, da diese am Host per USB abgeschlossen ist.. oder nicht?