[storage-discuss] Re: 64-bit windows Vista initiator --> b63 target MPIO configuration

Jeff Wen Jeff.Wen at Sun.COM
Tue May 15 15:48:47 PDT 2007


David Weibel wrote:
>> Is there a configuration which is required on the Solaris side to
>> provide for connections on both ethernet interfaces?
>>     
>
> It seems like this could be done multiple ways with the target, if I remember right.
>
> 1) By default is solaris has two NICs on the same subnet it will send out going traffic on one NIC and receive on the other NIC.  I'm not sure how to really control this but I have seen it occur before.
>
> 2) I think the best way to do this is to checkout dladm (nemo) and put both your NICs in an aggregate if possible.
>  
> 3) You could create a iscsi target portal group for each NIC.  I think the target had support for this although I haven't ever really played with it.  Option 2 is much easier to manage, IMO.
>  
>   
Yes the target has support for option 3.
steps to do this:
    1) create 2 portal groups:
             # iscsitadm create tpgt 1
             # iscsitadm create tpgt 2
    2) assign the ip address to each portal group
             # iscsitadm modify tpgt -i <ip address-1> 1
             # iscsitadm modify tpgt -i <ip address-2> 2
    3) assign the tpgt back to the target
             # iscsitadm modify target -p 1 <local-target-name>
             # iscsitadm modify target -p 2 <local-target-name>



>  
>   

> This message posted from opensolaris.org
> _______________________________________________
> storage-discuss mailing list
> storage-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/storage-discuss
>   




More information about the storage-discuss mailing list