On Mon, Jan 25, 2016 at 01:54:09PM -0600, Mike Christie wrote: > ccing Chris Leech. He handles iSCSI in RHEL.
This looks to be an SELinux policy setting in RHEL. You could use the audit2allow tool from the policycoreutils-python package to create a custom policy module, extending the system policy to allow connections to other ports. - Chris > On 01/17/2016 11:59 PM, Shiv Pratap wrote: > > Hi, > > > > I have problem like "iscsiadm is not able to login in any port except > > 3260 > > <http://stackoverflow.com/questions/34805686/iscsiadm-is-not-able-to-login-in-any-port-except-3260>" > > in RHEL7. In Open-Suse code is working fine. > > > > > > Discovery is successful: > > > > [root@ncdqd0110 iqn.11351.com.xxx:AAA]# iscsiadm -m discoverydb -t > > sendtargets -p 127.0.0.1:54541 <http://127.0.0.1:54541> --discover > > > > 127.0.0.1:54541 <http://127.0.0.1:54541>,-1 iqn.2495.com.xxx:AAA > > > > But Login is failing: > > > > [root@ncdqd0110 ~]# iscsiadm --mode node --target iqn.2495.com.xxx:AAA > > --portal 127.0.0.1:54541 <http://127.0.0.1:54541> --login > > > > Logging in to [iface: default, target: iqn.2495.com.xxx:AAA, portal: > > 127.0.0.1,54541] (multiple) > > > > iscsiadm: Could not login to [iface: default, target: > > iqn.2495.com.xxx:AAA, portal: 127.0.0.1,54541]. > > > > iscsiadm: initiator reported error (8 - connection timed out) > > > > iscsiadm: Could not log into all portals > > > > > > please assist me if you have any clue about what could be the possible > > solution. > > > > Thank you, > > > > Shiv Pratap > > > > -- > > You received this message because you are subscribed to the Google > > Groups "open-iscsi" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to [email protected] > > <mailto:[email protected]>. > > To post to this group, send email to [email protected] > > <mailto:[email protected]>. > > Visit this group at https://groups.google.com/group/open-iscsi. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
