Start the FCoE Target

Environment : CentOS-5.5 (Linux-2.6.34.7)

Scst FCoE Target

Target : Start the FCoE Target

Operating :

1.install FCoEtargetreference to<scst-src-dir>/trunk/fcst/README

2.When everything isinstalled,convert the ethX to fc port(WWPN)

fcoeadm -c ethX

You will see a group for the ethX WWPN under

cd /sys/kernel/scst_tgt/targets/fcst/<WWPN>/ini_group

or see the port by using fcadm.

3.add each initiator port to that by cd-ing there and doing
echo create group-name > mgmt
echo add <initiator-wwpn> > group-name/initiators/mgmt

4.make FCoE initiator logedin at this point

5. Reset the scst service

service scst resart

你可能感兴趣的:(target)