Fixed a typo in the documentation: replaced ipsrpdm by ibsrpdm.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1140 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-25 08:00:00 +00:00
parent 267f3b1f79
commit 0ff548a598
2 changed files with 3 additions and 3 deletions

View File

@@ -83,9 +83,9 @@ First of all, load the SRP kernel module as follows:
modprobe ib_srp
Next, discover the new SRP target by running the ipsrpdm command:
Next, discover the new SRP target by running the ibsrpdm command:
ipsrpdm -c
ibsrpdm -c
Now let the initiator system log in to the target system:

View File

@@ -58,7 +58,7 @@ h. echo "add vdisk2 2" >/proc/scsi_tgt/groups/Default/devices
B. On initiator machines you can manualy do the following steps:
1. modprobe ib_srp
2. ipsrpdm -c (to discover new SRP target)
2. ibsrpdm -c (to discover new SRP target)
3. echo <new target info> > /sys/class/infiniband_srp/srp-mthca0-1/add_target
4. fdisk -l (will show new discovered scsi disks)