> From: Gerald Stanje [mailto:[email protected]]
> Sent: Thursday, August 01, 2013 12:23 PM
> To: Love, Robert W; [email protected]
> Subject: RE: example
> 
> 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
> 

With Ubuntu you do not need to build from source, so no need to pull from git 
and build, you can just use apt-get to install everything.

If you have a need to get newer code then updating from source might be 
correct, but from what you've said so far I think stock Ubuntu should be fine.

I think you should be able to simply 'apt-get install fcoe-utils' and you'll 
get all the fcoe user space code. Debian's package manager should deal with the 
dependencies (lldpad, libhbaapi, libhbalinux).

However, if you simply want to generate FIP VN2VN traffic I don't think you 
even need those tools. You should just be able to do the 'modprobe' and 'echo' 
commands that I showed in my previous reply.

Your compilation error is because you haven't setup/installed libHBAAPI and its 
headers. Follow the QUICKSTART guide in fcoe-utils/ and you'll see if you want 
to build from source, you first have to build lldpad, then libHBAAPI, then 
libhbalinux and finally fcoe-utils.

Hope this helps,

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

Reply via email to