MD3200i / ESXi 4.1 Multipathing problem

I'm having a problem with a MD3200i and our new virtual server T710 - it works, but performance is absolutely catastrophic.  Here are the details...

Server is a T710, 4 integrated network interface cards + a 4 Intel Server NIC port.  Execution of ESXi 4.1 was last updated - now that he has 6 guests on it, going to be total 10 (most are lightly loaded special servers). Server is connected to the San 4 direct cable to port 4 Intel Server NIC to 4 ports on the management controller

We have 4 drives (2 TB SAS) in the SAN - not my first choice - but what the customer wanted. Table is configured as a RAID-10.  We have 3 logical volumes - to 2, to 1 and 750 GB.  Each is formatted as a VMFS data store.

I followed the instructions in the White Book of Dell to implement the MD3200 with ESX 4.1 and it does not appear that we have multpathing working properly.  The VCenter Client is only show 6 usable track - should be 12 total (3 volumes of x * 4 network cards).

I went through the docs, a handful of times, can't find anything that seems an obvious problem.  Here's the output of certain commands in the documentation - if something else would be helpful, let me know.  I feel that I'm running a wall of bricks here, any advice would be great!

Thanks in advance...

~ # esxcfg - NICS - l
Name PCI Driver link speed Duplex MAC address MTU Description
vmnic0 0000:01:00.00 bnx2 up to 1000Mbps Full 00:25:64:fe:51:c1 1500 Broadcom Broadcom NetXtreme II BCM5709 1000Base-T Corporation
bnx2 0000:01:00.01 vmnic1 low 0Mbps 00:25:64:fe:51:c3 half 1500 Broadcom Broadcom NetXtreme II BCM5709 1000Base-T Corporation
bnx2 0000:02:00.00 vmnic2 low 0Mbps 00:25:64:fe:51:c5 half 1500 Broadcom Broadcom NetXtreme II BCM5709 1000Base-T Corporation
bnx2 0000:02:00.01 vmnic3 low 0Mbps 00:25:64:fe:51:c7 half 1500 Broadcom Broadcom NetXtreme II BCM5709 1000Base-T Corporation
vmnic4 0000:83:00.00 igb up to 1000Mbps Full 00: 1B: 21:77:3 b: 08 9000 Intel Corporation 82576 Gigabit Network Connection
vmnic5 0000:83:00.01 igb up to 1000Mbps Full 00: 1B: 21:77:3 b: 09 9000 Intel Corporation 82576 Gigabit Network Connection
vmnic6 0000:84:00.00 igb up to 1000Mbps Full 00: 1B: 21:77:3 b: 0 c 9000 Intel Corporation 82576 Gigabit Network Connection
vmnic7 0000:84:00.01 igb up to 1000Mbps Full 00: 1B: 21:77:3 b: 0 d 9000 Intel Corporation 82576 Gigabit Network Connection

~ # esxcfg - swiscsi - q
ISCSI Software is enabled

~ # esxcfg-scsidevs - has
vmhba0 ata_piix link-n/a sata.vmhba0 (0:0:31.2) Intel Corporation 2 port SATA IDE Controller (ICH9)
vmhba1 mptsas link-n/a sas.5842b2b04cd6af00 (0:3:0.0) LSI Logic / Symbios Logic Dell SAS 6/iR integrated
vmhba32 ata_piix link-n/a sata.vmhba32 (0:0:31.2) Intel Corporation 2 port SATA IDE Controller (ICH9)
vmhba33 iscsi_vmk online iqn.1998 - 01.com.vmware:spag - 261d 8287 iSCSI Software adapter

~ # esxcfg - vmknic - l
Interface Port Group/DVPort IP IP family address Netmask Broadcast MAC address MTU TSO MSS active Type
Managing IPv4 10.100.101.251 network vmk0 255.255.255.0 10.100.101.255 00:25:64:fe:51:c1 1500 65535 true STATIC
vmk1 iSCSI network IPv4 10.100.102.20 255.255.255.0 10.100.102.255 00:50:56:74:38:cc 9000 65535 true STATIC
iSCSI 2 IPv4 10.100.102.21 network vmk2 255.255.255.0 10.100.102.255 00:50:56:7 b: this: 6 a 9000 65535 true STATIC
iSCSI 3 IPv4 10.100.102.22 network vmk3 255.255.255.0 10.100.102.255 00:50:56:75:19:70 9000 65535 true STATIC
iSCSI 4 IPv4 10.100.102.23 network vmk4 255.255.255.0 10.100.102.255 00:50:56:78:e8:66 9000 65535 true STATIC

~ # esxcfg - vswitch - l
Switch name Num used Ports configured Ports MTU rising ports
vmnic1 vSwitch0 128 13 128 1500 vmnic0, vmnic2, vmnic3

Name PortGroup VLAN ID used rising Ports
VM network 0 7 vmnic0, vmnic1, vmnic2, vmnic3
Management network 0 1 vmnic0, vmnic3

Switch name Num used Ports configured Ports MTU rising ports
vSwitch2 128 9 128 9000 vmnic4, vmnic5, vmnic6, vmnic7

Name PortGroup VLAN ID used rising Ports
iSCSI 4 0 1 vmnic4 network
iSCSI network 3 0 1 vmnic5
iSCSI network 2 0 1 vmnic6
iSCSI 0 1 vmnic7 network

This is a very nice opening message, because it provides the necessary information to begin to understand this. One thing missing is the "esxcli swiscsi nic list d vmhba 33. This confirms if the vmkernels were assigned to the iSCSI initiator.

Your problem is that you use a single subnet for the entire iSCSI configuration.

Each NIC (that you want to use for iSCSI) needs its own subnet. If you do not (from your network group) superior to scale 10.10.102.0 - 255, just subnet with a 27-bit subnet mask. The gateways are not relevant because I doubt that your server will try to connect to a San in a completely different network, so you don't have to worry about having to do/create additional gateways on the switch (s).

Here is an example of setting based on your IP ranges and modify with a subnet mask of 27 bits (255.255.255.224) (to avoid having to get several IP address ranges):

SAN iSCSI ports:

Controller 0:

iSCSI port 0: 10.100.102.1

iSCSI port 1: 10.100.102.33

iSCSI port 2: 10.100.102.65

iSCSI port 3: 10.100.102.97

Controller 1:

iSCSI port 0: 10.100.102.2

iSCSI port 1: 10.100.102.34

iSCSI port 2: 10.100.102.66

iSCSI port 3: 10.100.102.98

News of the iSCSI Server (in a context which is understandable if all goes well):

-vmnic7-> network->-> 10.100.102.3 vmk1 iSCSI

-vmnic6-> iSCSI network 2-> vmk2-> 10.100.102.35

-vmnic5-> iSCSI network 3-> vmk3-> 10.100.102.67

-vmnic4-> iSCSI network 4-> vmk4-> 10.100.102.99

This info makes sense?

Tags: Dell Products

Similar Questions

  • Boot PXE ESXi 5.5.0 problems


    Trying 5.5 to the PXE boot ESXi and the conduct of affairs.  Receiving the message ' Initial menu has no entry tag ' when I understand what follows in the pxelinux.cfg file.

    default esx-5.5/menu.c32

    title of menu install ESXi 5.5.0

    Tag install

    label of the menu of ESXi 5.5.0

    kernel esx-5.5/mboot.c32

    Add esx-5.5/boot.cfg - c

    I have solved my problem.  It turns out that the pxelinux.0 file we have on our kickstart server is old and what is not compatible with mboot.c32 and menu.c32.

  • ESXi 5 storage connectivity problems

    When I was setting up our infrastructure to vsphere 2 years ago I did everything according to the "best practices" (Netapp, VMWare and Cisco).

    I had 2 4.0 hosts and I implemented the storage network (NFS and iSCSI) as an EtherChannel on one side of the switch Cisco and active NIC and IP HASH in a side ESXi load balancing.

    Now, I just added 2 more than 5.0 hosts, reclassified vCenter to 5 and wanted to set up the new host for storage, but that is the problem.

    Somehow ESXi5 let me use exactly the same configuration, I can't have 2 active adapters on both ESX and for this reason, I can't use hash IP in this vSwitch load balancing.

    So, how am I suppose to add Stoarge to the new ESXi5?

    EtherChannel is no supported network storage more on ESXi5?

    If I have to stop using EtherChannel on the CISCO site that will break my conection of storage for the two production hosts ESXi 4.

    Any input appreciated.

    Thank you

    Add maps via the iSCSI GUI software is ports VMKernel will link individual (and usually multiple) of a single software iSCSI initiator.  "It's the GUI version of ' esxcli swiscsi nic add n d .

    To configure this for vSphere 5, VMkernel port NIC grouping settings must be configured as described in the error.

    If you choose to not explicitly link VMkernel ports the software initiator, let the empty Network Configuration tab, and the VMkernel routing table automatically chooses an appropriate VMKernel port to connect.  According to your description, this is how your environment vSphere 4 is set up.

  • ESXi 4.0 performance problem

    Hola a tod@s,


    I have a server with VMWare ESXi 4.0.0 (208167) con las caracteristicas material Editor, currently estoy sufriendo problemas performance, El alguna ayuda por the comunidad para yes some track...

    Currently solo tengo una VM running, el operating system are CentOS 5.5 con Cpanel (Bind, Proftpd FTP, HTTP, Apache, PHP, MySQL, PostgreSQL, Exim POP/SMTP).


    Start VM al servidor para con 4 CPU y tengo asignado toda capacidad of 4 GB of RAM.

    El primer problema, desde consoled her VM, cuando los verifico caracteristicas sucede algo extraño, solo me detecta 3 GB of RAM 4 GB vez, in cambio, las CPU en las detecta correctamente...: s


    root@cPanel [/] # cat/proc/cpuinfo
    Processor: 0
    vendor_id: GenuineIntel
    CPU family: 6
    model: 26
    model name: Intel(r) Core i7 CPU 930 @ 2.80GHz
    step by step: 5
    CPU MHz: 2792.983
    cache size: 8192 KB
    fdiv_bug: no
    hlt_bug: no
    f00f_bug: no
    coma_bug: no
    FPU: Yes
    fpu_exception: Yes
    CPUID level: 11
    WP: Yes
    flags: fpu vme pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm nonstop_tsc ida [8]
    BogoMips: 5585.96


    Processor: 1
    vendor_id: GenuineIntel
    CPU family: 6
    model: 26
    model name: Intel(r) Core i7 CPU 930 @ 2.80GHz
    step by step: 5
    CPU MHz: 2792.983
    cache size: 8192 KB
    fdiv_bug: no
    hlt_bug: no
    f00f_bug: no
    coma_bug: no
    FPU: Yes
    fpu_exception: Yes
    CPUID level: 11
    WP: Yes
    flags: fpu vme pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm nonstop_tsc ida [8]
    BogoMips: 5596.34


    Processor: 2
    vendor_id: GenuineIntel
    CPU family: 6
    model: 26
    model name: Intel(r) Core i7 CPU 930 @ 2.80GHz
    step by step: 5
    CPU MHz: 2792.983
    cache size: 8192 KB
    fdiv_bug: no

    hlt_bug: no
    f00f_bug: no
    coma_bug: no
    FPU: Yes
    fpu_exception: Yes
    CPUID level: 11
    WP: Yes
    flags: fpu vme pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm nonstop_tsc ida [8]
    BogoMips: 5644.43


    Processor: 3
    vendor_id: GenuineIntel
    CPU family: 6
    model: 26
    model name: Intel(r) Core i7 CPU 930 @ 2.80GHz
    step by step: 5
    CPU MHz: 2792.983
    cache size: 8192 KB
    fdiv_bug: no
    hlt_bug: no
    f00f_bug: no
    coma_bug: no
    FPU: Yes
    fpu_exception: Yes
    CPUID level: 11
    WP: Yes
    flags: fpu vme pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm nonstop_tsc ida [8]
    BogoMips: 5607.93


    root@cPanel [/] # free
    total used free shared buffers cached
    MEM: 3107536 2982092 125444 0 107176 1984144
    -/ + buffers/cache: 890772 2216764
    Swap: 2096472 124 2096348

    El segundo problema, es el performance of los discos duros, creo estos deferred without normal son:

    root@cPanel [/] # / sbin/hdparm-Tt/dev/sda


    / dev/sda:
    Timing cached reads: 30332 MB in 2.00 seconds = 15203,59 MB / s
    Calendar of the disc in the buffer reads: 46 MB to 3,03 seconds = 15.16 MB / sec

    root@cPanel [/] # / sbin/hdparm-Tt/dev/sda


    / dev/sda:
    Timing cached reads: 30400 MB in 1.99 seconds = 15239,13 MB / s
    Calendar of the disc in the buffer reads: 102 MB in 3.02 seconds = 33,78 MB / s

    root@cPanel date [/] #.
    MIA © 8 jun 11:19:30 CEST 2011
    root@cPanel [/] # / sbin/hdparm-Tt/dev/sda

    / dev/sda:
    Timing cached reads: 28212 MB in 1.99 seconds = 14144,41 MB / s
    Calendar reads disc in the buffer: 16 MB to 3.06 seconds = 5.24 MB / sec

    In this case, are el momento mas carga del día.

    Con lentitud in los discos, siempre tengo a load of alto sin tener gran carga processes CPU y conexiones.

    Gracias por todo.

    Saludos.



    Hola willowmlg:

    Las Gráficas a pasarnos son las del disco duro performance, not the CPU.

    El modelo controladora lo puedes ver el doing click en host--> configuration--> storage adapters (haznos una captured todo lo that appears ahi)

    The cache aren't a SAN/NAS nivel, sino a solo disco controladora nivel. If no tienes hides the controladora en y los discos son el performance SATA will a ser muy pobre.

    A greeting.

  • ESXi 4.1 installation problem

    Current running in an error message when you try to install ESXi 4.1 on a USB stick on a new generation of server. I use the VMware-VMvisor-Installer - 4.1.0 - 260247.x86_64.iso image. After that some research on Google, it seems that there might be a problem of compatibility of equipment? I tried to disable AHCI, unplug the WD drive, by disabling the two network cards. No one changed anything. I have a feeling that maybe that's a problem of compatibility of the mother/cpu card, but I'm not really sure. Any help would be greatly appreciated. I would like to decomission my old server as soon as possible!

    Here's the equipment I use:

    Here is a screenshot of the error message I get:

    http://farm6.static.flickr.com/5053/5580449794_7b9475c15a.jpg

    ESXi is not able to recognize a NETWORK card in the system.   You can add something like an Intel Pro 1000, or you can read the article of oem.tgz on vm - Help.com for a driver.

  • ESXi 4.0 NIC problem

    I have a HP proliant running ESXi 4

    The vnet0 is set to static IP address

    It is connected to a firewall

    The vnet1 is connected to the same firewall and there is a DHCP server provides IP addresses of

    10.10.10.10 for 10.10.10.250

    A virtual server connected to the (default) vswitch0 works fine, but the second server connected to the another vswitch using the second network card

    is having a few problems.

    I tested on a different network, as a test environment, now I need for this production and that causes a problem.

    Can someone give me an idea on what may be wrong with this configuration?

    Thank you

    Xavier

    Welcome to the VMware forums communities.  Is both connected to the same switch, HP network adapters or you have a LAN / DMZ or similar split?  Virtual machines on the 2nd vSwitch have a problem in obtaining an IP address?    What is the nature of the problem having these virtual machines?

  • ESXi 3.5 Emb to Esxi 4 u1 upgrade problem

    Hello world!

    I spent a whole day trying to upgrade my esxi 3.5 integrated hosts and I have so far failed.

    Lets start from scratch:

    We have IBM BladeCenter full of 14 22XM IBM BladeServers, each of them has 2 GB USB flash inside with 28 Socket Enterprise Plus licensing for vSphere and VMWare Esxi 3.5 integrated INTL.

    I want to upgrade to Esxi 4 Update 1.

    Initially, I tried using VSphere Host Update Utility, with update.zip (this set, I downloaded on vmware.com, this is a package of upgrade to Esxi 4 update 1 installable of Esxi 3.5) but it failed with an error "input string is not in a correct format." OK, I studied later that VMWare VSphere Host Update Utility can update that Esxi 4 guests. Not very good news, but Ok, lets move!

    Then, I tried to update the vihostupdate in VSphere CLI utility. I installed VSphere CLI and tried to launch vihostupdate.pl and got an error this libxml2.dll dll could not be found. I updated variable of environment PATH with the path to the bin CLI directory and I rebooted the server. OK, vihostupdate.pl has returned to me for usage information. I have enered command to upgrade my esxi:

    vihostupdate35.pl - Server 172.x.x.187 - root username - password xxx-i b c:\update.zip

    But has encountered an error:

    Error to connect to the server " " https://172.x.x.187/sdk/webService': Connection failed due to a bad user name or password

    I did not forget that he had trouble with credentials of typing in command promt and have deleted password option to manually enter:

    vihostupdate35.pl - root - user name of the server 172.x.x.187-i c:\update.zip b

    And after you have entered the password, I got a new error:

    c:\1.zip unpacking...

    Impossible to analyze \metadata.xml to C:\Program VMware vSphere CLI\bin\

    vihostupdate35.pl line 321

    main::get_bundle_info('\metadata.) XML') called at C:\Program Files\VMware

    VSphere \VMware CLI\bin\vihostupdate35.pl line 236

    call main::install_update ('HostSystem = HASH (0x4f0fcc0)', '\metadata.xml')

    ED to C:\Program VMware vSphere CLI\bin\vihostupdate35.pl line 122

    Disconnection of the end

    OK, I have extracted update.zip in directory temporary and used another command:

    vihostupdate35.pl - root - user name of the server 172.x.x.187-i m c:\tmp\metadata.xml

    And have got an another erorr:

    does not apply to the host target (embeddedEsx 3.5.0 INTL)

    But I have found nowhere in the documents of VMWare or google that I can't be upgraded, esxi 3.5 embedded, ESXi 4 update 1. Can someone help me?

    I heard that there are some CIM providers that exist on ESXI embedded in order to better use the monitoring features, and I want to not lose them if possible.

    Hello

    Here, it was an admin with the same question.

    Components (to help people to google)

    -Material: HP ML350 G5

    -ESXi Embedded version: HP Embedded ESXi 3.5 Update 4 (U4) Build 153875

    -Host Update Utility: vSphere 4.0 (build 208111)

    Update package - ESXi 4.0 U1: ESXi - 4.0.0 - 1.9.208167 - updated - release.zip

    My workstation (XP-Finnish) and server (English WS03R2x64) had this same problem. Both had the locale "Finnish".

    I have changed the control panel of XP - locale - "Finnish"-> «English (US)»

    Workstation recharged and voila! Error disappeared and I can spend it with zip above.

    BR

    tlindi

    PS. Here is the link which gave me an idea how to workaround:

    http://KB.VMware.com/kb/1004767

  • Dell PowerEdge R730 + ESXi 6 U2: licensing problem bought

    Hello

    I am trying to assign vSphere Standard licenses, I bought via Dell (and saved).

    Whenever I try to license, I get an error message:

    "The entered license key has no sufficient capacity for this entity.

    Has anyone ever had this problem?

    I have dual CPU servers (so I bought 4 licenses) that they are by CPU.

    VmWare does not seem to understand my problem.

    Kind regards

    Hello

    What model CPU do you have? https://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1019695

  • Ping ESXi 6.0 U2 problems

    Hello

    all devices are on the same subnet.

    I ping the ESXI host and our monitoring server, but the ESXi host and the monitoring server cannot ping each other.

    Firewall on the monitoring server is disabled. The ESXI host has not changed the firewall settings. Restart both does not help.

    What can I do?

    I ended up reinstalling 6.0 Update 2, preserving the data store and now it works.

  • ESXI 6.0 configuration problem: quick stats on {host} is not up-to-date

    I installed two Dell R530 3 days ago.

    Single-host, all right. The second appears in yellow on the Summary tab message: quick stats on {host} is not up-to-date

    Directly connected to the host shows no problem. The State of health is normal.

    Everything seems to work properly with respect to the collection of statistics.  But this yellow box annoys me

    I changed the settings, it works fine now.  In vSphere new its a little different look. You must add the word "config" in the key chain. It should look like this:

    config.vpxd.quickStats.HostStatsCheck

    config.vpxd.quickStats.ConfigIssues

    Enter the fields value: false

    Thank you

  • 2 host ESXi più storage thanks problema HA Cluster

    Hello to all,

    Ho 2 Server esxi 5.0 che condividono tra di loro uno storage; Tale Server sono configurati in HA.

    MI era venuta voglia di testarlo my great is vado a mettere uno dei 2 server in maintenance mode vm accese restano accese e end not the io manualmente magnobeam quando, if not spengono. The magnobeam are all just migrate sull'altro server... not should rates tutto in automático? start e stop? Mi wrong?

    Grazie

    Hello to all

    invece di mettere in maintmode, prova a host station rates fargli

  • ESXI 5.5 installation problem...

    I use USB to update my ESXI 5.1 to 5.5, but when installation of the files loading process stops at LSI_mr3.v00. Who can tell me why? Or is there something wrong with my ISO file, who can give me some value to check my ISO 5.5, as MD5?

    Most of the major suppliers is supported, check the hardware compatibility list http://www.vmware.com/resources/compatibility/search.php

  • OSX.7 on ESXi - anyone else have problems?

    Just to cover some of the basic points that seem to come up:

    a. running on any material not Mac OSX is a violation of the EULA

    b. Mac mini are not compatible with ESXi, it will install however you will be left without a network connection

    c. Mac Pro (mid-2010 in my case) work with ESXi, but they do not appear on the VMware HCL

    I could take my copy of OSX.7 (Lion) on the App store and burn it to a DVD via these instructions: http://Lifehacker.com/5823096/how-to-burn-your-own-lion-install-DVD-or-Flash-drive

    OSX installs and runs fine, until you apply the updates. Then it just sits on the gray screen of the Apple at the start.

    Has anyone else been able to install OSX on a case of ESXi and had it work perfectly?

    I was very excited when VMware for the first time the possibility of legitimately virtualize OSX, but between all the Apple restrictions, then either Xserve - in production being the only compatible ESXi host, he was pretty well let down.

    Of course, before the reboot, replace /System/Library/Extensions/AppleLSIFusionMPT.kext by the 10.7.1

    InsanelyMac is your source for Mac related issues

    SEB

  • Ribbon in esxi 4.1 disk problem (newbie)

    HI -.

    I installed Vmware Esxi 4.1 on a Dell T410 server, then a SBS 2008 VM installed.

    I also connected a Tandberg LTO2 tape drive using a 2032 LSI SCSI controller. I can see Tanberg found tape and is active in the Vsphere Client under 'maps '. In the SBS 2008 VM SCSI controller is present, but no not listed tape drive.

    No idea how to turn the tape inside the VM drive?

    Type r

    Björn.

    If you have the correct edition to access the feature, you can use the VMDirectPath (aka Passthrough) option to connect the tape directly drive to this virtual machine... Only ONE VM will however have access to the material.

    The settings are located under the Configuration tab when you look at the host under vSphere Client, under 'Advanced settings' in the list of material... You will need to set up the pull-out decision, then select the virtual machine to use...

    VMware VCP4

    Review the allocation of points for "useful" or "right" answers.

  • ESXi 3.5 4 problem to upgrade by adding the VMFS partition existing on iSCSI SAN

    Hi all

    I've got 2 x Dell PowerEdge 2950 III linked directly with Dell MD3000i iSCSI-SAN and today I had once hard to improve my production ESXi 3.5 u 4 ESXi 4.0,.

    First is that the upgrade is failed miserably after following this thread: url = http://communities.vmware.com/thread/211413;jsessionid=47217F9BCCA2DF1325DBE7A266D48A8D?tstart=0VMware communities: error on upgrade the host: this host is not compatible with this upgrade. [url]

    with the following error message: ERROR: unsupported boot disk

    The layout of boot device on the host computer does not support the upgrade.

    That's why I did a clean reinstall of ESXi 4 on top of ESXi 3.5 u 4 and lost all unique settings on my ESXi host. I am now stuck in SAN iSCSI partition mapping after following the guide from: http://support.dell.com/support/edocs/software/eslvmwre/AdditionalDocs/cnfigrtnguide/storage_guide.pdf [/ URL]

    See the following attachment.

    I wonder how people make their upgrade in ESXi 4.0 in the production system running ESXi 3.5 u 4 filled with hundreds of VM? The reason why I use 2 x ESXi server connected to unique SAN server, is that I can just start the virtual machine on the SAN from the other ESXi - & gt; that's fine and tested, but then when I rebuild the failed server, I need to delete all the data inside the shared partition that contains my VMs.

    So in conclusion after one of the ESXi server failed, mapping of iSCSI would eventually destroy all data in the partition?

    CMIIW, any idea and suggestion would be gladly appreciated

    Kind regards

    AWT

    The configuration-> tab cards storage, you should be able to recrawl and find existing VMFS volumes.  You shouldn't need to add storage.

    Andy

Maybe you are looking for

  • How to change the size of the protection GPT Partition

    I have a MacBook Pro (mid-2012) with 250 GB SSD. Next to OSX, I used BootCamp to install Windows 8 and then improved to 8.1 Windows and Windows 10. Everything worked well to 8.1 Windows but when I upgraded to Windows 10, she could not make backups of

  • Equium M37 - 337 guard list blue screen and breaking fault as - igxprd32

    Hello The model number of the laptop is Equium M37-337 PSM77E-00L00MAV the research on the web I see that it is a graphics problem.When the laptop starts it will go int Windows and then crash with a blue registration screen above. It lasts only about

  • Maximize the graphic on screen in full screen

    I'm looking to simply take a waveform graph and when I click on a button next to it, I want to maximize format full screen.  WHN what I mess with the properties of limits, the buttons at the bottom of the graph does not grow as a result and it seems

  • Can open Windows Defender

    When I try to open Windows Defender it says it's off, and when I click on "Activate and open" it just does not respond. Any ideas?

  • Popup in jQuery Mobile BB10 theme

    I am trying to implement a context Menu on the jQuery Mobile BB10 theme. I guess it's aspecial instance of the Action menu overflow. How to adjust the behavior of slide to reach the two States of the context Menu without messing aroundthe standard de