Guest User

Untitled

a guest
Jul 12th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. I was able to successfully log into an ISCSI target by command
  2.  
  3. command:sudo iscsiadm --mode node --targetname iqn.2010-06.com.XXXX-a215 --portal 10.X.X.X:3260, 1 --login
  4. output: Logging in to [iface: default, target:iqn.2010-06.com.XXXX-a215, portal: 10.X.X.X,3260] (multiple)
  5. Login to [iface: default, target:iqn.2010-06.com.XXXX-a215, portal: 10.X.X.X,3260] successful.
  6.  
  7. Target: iqn.2010-06.com.XXX-a216 (non-flash)
  8. Current Portal: X.X.X.X:3260,1
  9. Persistent Portal: X.X.X.X:3260,1
  10. **********
  11. Interface:
  12. **********
  13. Iface Name: default
  14. Iface Transport: tcp
  15. Iface Initiatorname: iqn.1994-05.com.redhat:6da67798e2
  16. Iface IPaddress: X.X.X.X
  17. Iface HWaddress: <empty>
  18. Iface Netdev: <empty>
  19. SID: 1
  20. iSCSI Connection State: Unknown
  21. iSCSI Session State: LOGGED_IN
  22. Internal iscsid Session State: Unknown
  23. *********
  24. Timeouts:
  25. *********
  26. Recovery Timeout: 120
  27. Target Reset Timeout: 30
  28. LUN Reset Timeout: 30
  29. Abort Timeout: 15
  30. *****
  31. CHAP:
  32. *****
  33. username: <empty>
  34. password: ********
  35. username_in: <empty>
  36. password_in: ********
  37. ************************
  38. Negotiated iSCSI params:
  39. ************************
  40. HeaderDigest: None
  41. DataDigest: None
  42. MaxRecvDataSegmentLength: 262144
  43. MaxXmitDataSegmentLength: 1048576
  44. FirstBurstLength: 262144
  45. MaxBurstLength: 16776192
  46. ImmediateData: Yes
  47. InitialR2T: Yes
  48. MaxOutstandingR2T: 1
  49. ************************
  50. Attached SCSI devices:
  51. ************************
  52. Host Number: 3 State: running
  53. scsi3 Channel 00 Id 0 Lun: 0
  54. Attached scsi disk sdb State: running
  55. Target: **iqn.2010-06.com.XXX-a215** (non-flash)
  56. Current Portal: X.X.X.X:3260,1
  57. Persistent Portal: X.X.X.X:3260,1
  58. **********
  59. Interface:
  60. **********
  61. Iface Name: default
  62. Iface Transport: tcp
  63. Iface Initiatorname: iqn.1994-05.com.redhat:6da67798e2
  64. Iface IPaddress: 10.15.235.74
  65. Iface HWaddress: <empty>
  66. Iface Netdev: <empty>
  67. SID: 4
Add Comment
Please, Sign In to add comment