Checkout Commmands
Checkout Commmands
svn co http://srcserver.lvn.broadcom.net:8080/svndata/eio-repos/trunk/eio-sw/
3. Driver is at
/eio-sw/driver
4. Three backends
RAMD, SCST, LIO
cd eio-sw/driver/linux/ocs_fc_ramd
make clean; make
dmesg
dmesg -c => clear the logs
review board
===============
http://cmengapps1.lvn.broadcom.net/dashboard/
After this go to bug number in bugzilla and change the status to fixed
On Initiator side
====================
1. Load the initiator driver
modprobe lpfc
3. To issue IO operations
pain -f/dev/sdc 10MB -b512B -t1 -Q32 -n -u -q5 -w -o -Y1
"pain -h " for help
Understand queues
EQ, CQ, WQ, RQ, MQ
====================================
1. cd eio-sw/tools/user/elxsdkutil
make clean; make
2. ./elxsdkutil help
3. To upgrade firmware
./elxsdkutil write -f /home/arindam/fw_imgs/11.2.178.0/lancer_A.grp -d 0
================================
ocs_hal_eq_process()
Initialization:
ocs_setup_msix()
rc = request_irq(ocs_os->msix_vec[i].vector,
ocs_intr_msix,
IRQF_DISABLED, DRV_NAME,
&ocs_os->intr_context[i]);
Target
Initiator
Sends
write command,
Passes it to backend,
Backend callbacks driver.
Driver sends response to initiator
Protocol specific
===============================
FLOGI
PLOGI
PRLI
SCN
Section 5.5 in IBM fc book attached.
[root@localhost driver]# ls
bsd common linux scsi_target sdk_compile.sh uspace
[root@localhost linux]# cd ..
IPMI
========
10.192.237.90 ADMIN/ADMIN
10.192.237.92