On 11/29/2011 12:13 PM, Charles DeVoe wrote: > I have used iscsi successfully on Feodora 14 to connect to the SAN > device, I have used it in Fedora 15 VMs to connect to an open-filer > device. I recently installed fedora 16 on a new node and when I run > iscsiadm -m discover -t sendtargets -p xx.xx.xx.xx:3260 it is not
Did you cut and paste the command you ran wrong? It should be iscsiadm -m discovery -t sendtargets -p xx.xx.xx.xx:3260 If you forget the 'y' on discovery then iscsiadm should spit out an error. > reporting the volumes. One change is the fedora 16 now calls the > interface em1, em2, em3, etc instead of eth0, eth1, etc. Any > suggestions or ideas here That should not make a difference unless you were using the net interfaces names in the iscsi ifaces. Weird thing is that I think the iscsi tools version in F15 and F16 is basically the same. I messed up on the build stuff for F16 so the F15 version got used. There is an updated version in the fedora 16 testing repositories (iscsi-initiator-utils-6.2.0.872-14.fc16). But so the iscsi tools in F16 should work. I tried them here and it worked for me. Do you see any errors in /var/log/messages? Selinux stuff maybe? Could you run the command with debugging on? iscsiadm -m discovery -t st -p ip:port -d 8 and send all the output. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
