On Mon, 2010-02-01 at 02:57 -0800, [email protected] wrote:
> HI again,
> 
Hi Danilo

> all done....
> 
> now i've recompiled  a kernel for enabling DCBX and VLAN but when i try to 
> load fcoe module i've got message:
> 
> fcoe: Unknown symbol vlan_dev_real_dev....
> 
I'm working on a patch to update the initiator QUICKSTART, here's what I
have for the things that need to be enabled in the kernel configuration.
Check your .config against the following settings. I think your error
message indicates that you don't have a required VLAN setting turned on.

Networking Support -> Networking Options
              Data Center Bridging
              802.1Q VLAN Support
              GVRP (GARP VLAN Registration Protocol) support

   Networking Support -> Networking Options -> QoS and/or fair queuing
              Multi Band Priority Queueing (PRIO)
              Hardware Multiqueue-aware Multi Band Queuing (MULTIQ)
              Elementary classification (BASIC)
              Universal 32bit comparisons w/ hashing (U32)
              Extended Matches
                        U32 key
              Actions
                        SKB Editing

   Device Drivers -> SCSI Device Support -> SCSI Low-level drivers
              LibFC
              LibFCoE
              FCoE

> i'll try to resolove the issue :).
> 
> anyone has got some configuration of all cfg files? ex open-fcoe.conf , hba.
> conf and stuff like that?
> 
On the initiator side open-fcoe.conf is obsolete. Are you trying to run
in point-to-point mode or are you connected to a fabric?

If you're connected to a fabric then here's what I have for an example
configuration. This was what I did on a Fedora 11 install. You may need
to make changes regarding the location of the ifcfg-ethX networking
scripts. Other than that I think everything should be fine. The config
files haven't really been tested for point-to-point mode. You could
probably change the "DCB_REQUIRED" line to "no" in the config file
created in step #2 for use in point-to-point. I haven't tried it though.

##
# Example Configuration
#######################

This example sets up a VLAN (101) for interface eth3 and configures the
system to automatically connect to storage over this interface.

1) Create a VLAN
   # cd /etc/sysconfig/network-scripts/
   # cp ifcfg-eth3 ifcfg-eth3.101
   # emacs ifcfg-eth3.101

   DEVICE=eth1.101
   VLAN=yes
   ONBOOT=yes

2) Congigure fcoe for the VLAN
   # cd /etc/fcoe/
   # cp cfg-ethx cfg-eth3.101

3) Start dcbd and configure the VLAN interface
   # /etc/init.d/dcbd start
   # <fcoe-utils source>/debug/dcbcheck.sh eth3 (note: this is on the
root device, not the VLAN)
     Follow the suggestions and repeatedly run the script until it
states that DCB is configured correctly

4) Start fcoe
   # /etc/init.d/fcoe start
     After a few moments your storage should apear (assuming everything
is configured correctly on the fabric)

5) Setup dcbd and fcoe to start when booting
    # chkconfig dcbd on
    # chkconfig fcoe on


I still have a bunch of problems with my QUICKSTART patch, but I hope to
have it completed soon.

//Rob

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

Reply via email to