> From: Gerald Stanje [mailto:[email protected]]
> Sent: Thursday, August 01, 2013 4:06 PM
> To: Love, Robert W; [email protected]
> Subject: RE: example
> 
> Hello Robert,
> 
> When I do a:
> echo eth0 /sys/module/libfcoe/parameters/create_vn2vn
> 

This might just be a typo, but you're missing a '>' to redirect the echo, in 
your code above.

# echo eth0 > /sys/module/libfcoe/parameters/create_vn2vn

'#' just to indicate that it's run as root. Don't actually put a '#' there.

> Shouldn't I see some fip frames trying to look for a target...using wireshark?
> 

No, without link I think the port will be in an "offline" state. If you install 
fcoe-utils
you can run 'fcoeadm -i' and it will show you if the port is online or not. 
'fcoeadm -i'
will also show you if an FC-ID was chosen, which is part of VN2VN and a good
indication that it's not stuck somewhere.

You could just connect to another port that isn't doing FIP, I mean, it's not 
going to a correct
setup but I think that would put the port online.

Hope this helps, //Rob
_______________________________________________
fcoe-devel mailing list
[email protected]
http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel

Reply via email to