VMware vSphere

 View Only
  • 1.  iscsi-target server has two NICs question

    Posted Nov 29, 2010 07:01 AM

    Hello

    Our iscsi-target server has two NICs (A,B) and three LUN (1,2,3). I want to assign NIC A to LUN a and NIC B to LUN 2 and NIC A also to LUN 3.

    After added iscsi-target I saw the following:

    So I don't know which NIC map to which LUN ?

    Please help !



  • 2.  RE: iscsi-target server has two NICs question

    Posted Nov 30, 2010 12:10 AM

    Hello

    I'm thinking if connected to disk2.sdc, is it randomtly access to this LUN by 172.16.1.196 and 172.16.1.197 ?

    Could someone explain it ?

    Thanks !



  • 3.  RE: iscsi-target server has two NICs question

    Posted Nov 30, 2010 12:14 AM

    Does your iSCSI has any load balancing mechanism with a single IP that does the load balancing? i'm using HP P4000 (Lefthand) and it does. All i need to do is add one single IP and it will redirect randomly to the LUN.

    on top of that you will then need to setup round robin and etc in the iSCSI software initiator to do the load balancing. http://www.yellow-bricks.com/2009/03/18/iscsi-multipathing-with-esxcliexploring-the-next-version-of-esx/

    Hope you find it useful.


    iDLE-jAM | VCP 2, VCP 3 & VCP 4

    If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points.



  • 4.  RE: iscsi-target server has two NICs question

    Posted Nov 30, 2010 02:48 AM

    Hello

    Muliipathing = randomly access to iscsi-target or same time to access iscsi-target?

    Thanks !!!



  • 5.  RE: iscsi-target server has two NICs question

    Posted Nov 30, 2010 03:56 AM

    Hello

    I'm trying to remove swiscsi from esxcli and reconfigure, but it has following error:

    # esxcli swiscsi nic remove -n vmk1 -d vmhba34

    Errors:

    Failed to Remove NIC.

    Thanks !



  • 6.  RE: iscsi-target server has two NICs question

    Posted Dec 01, 2010 03:39 AM

    Hello

    I configured load balancing iSCSI, I want to check vmk0 vmk1 vmk2 traffic, which ESXTOP command option can check them ?



  • 7.  RE: iscsi-target server has two NICs question

    Posted Dec 01, 2010 03:48 AM

    ESXTOP(s 2 n) then you will see the vmnic, from there you need to virtually map back to the vmk* you have attached to


    iDLE-jAM | VCP 2, VCP 3 & VCP 4

    If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points.



  • 8.  RE: iscsi-target server has two NICs question

    Posted Dec 01, 2010 04:08 AM

    # ESXTOP(s 2 n)

    -bash: syntax error near unexpected token `s'

    What's (s 2 n) ?



  • 9.  RE: iscsi-target server has two NICs question

    Posted Dec 01, 2010 07:24 AM

    Run esxtop (with lowecase).

    Than press s, than 2, than n

    Andre



  • 10.  RE: iscsi-target server has two NICs question

    Posted Dec 02, 2010 03:25 AM

    Hello

    I can't press n after press 2, but I can press n without n ...

    Thx