Hello Robert,

Thanks for your reply.

I would like to use VN2VN mode. I plan to use 2 virtual machines, having
Ubuntu installed!

I use Ubuntu 13.04
Kernel: 3.8.0-19-generic

What are the basic steps to create a fcoe vn2vn link and to generate fip
and fcoe frames? I want to capture fip and fcoe packets using Wireshark?
Is there a tutorial out?

Im currently installing fcoe on Ubuntu:
Is the right repository? http://open-fcoe.org/git/

Facing this issue now: https://github.com/openSUSE/open-fcoe/issues/1

Thanks,
Gerald

-----Original Message-----
From: Love, Robert W [mailto:[email protected]] 
Sent: Wednesday, July 31, 2013 4:23 PM
To: Gerald Stanje; [email protected]
Subject: RE: example

> Hello,
> 
> 
> 
> I'm looking for a basic sample program in order to inspect fcoe frames 
> using wireshark and to analyse the fip initialization and fcoe packets.
> 
> 
> 
> Can you point me to the right place?
> 

This is a little tricky only because support for VN2VN in fcoeadm was only
recently added upstream.
It has been available in the kernel for a while.

You need to connect two systems to each other, typically with 10Gbps
Ethernet. For example, two Fedora systems with their latest release would
support everything you need. You would need to ensure that fcoe.ko,
libfcoe.ko, libfc.ko and scsi_transport_fc.ko were installed- 'modprobe
fcoe'.
Alternatively, if you run the fcoe service it should also install the
above modules for you.

Then you can:

# echo <ifname> > /sys/module/libfcoe/parameters/create_vn2vn

This is the simplest and most generic help I can give. Newer kernels also
have a different sysfs interface, but the one above should still work.
Newer versions of fcoeadm also support starting an  interface in VN2VN
mode, but until you pick a distro/kernel I don't want to assume it's
available for you.

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

Reply via email to