Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-6871

RH342-29: Ch. 5 - Troubleshooting iSCSI initiator issues - Inexistent option for netcat

XMLWordPrintable

    • 5
    • en-US (English)

      URL:
      Reporter RHNID:
      Section: -
      Language: en-US (English)
      Workaround: nc -v target_server_ip 3260 < /dev/null

      Description: SG p. 159

      Example is given for the netcat command with the -z option. While this option is available on thetraditional implementation of netcat, RHEL only ships with nmap-ncat which does not provide it.
      However, according to this issue filed on the project, you should replace the command with the following one :

      [root@serverX ~]# nc -v target_server_ip 3260 < /dev/null

      The verbosity switch is here for the user to get immediate feedback about whether the connection succeeded or not.

            wboessen Wander Boessenkool (Inactive)
            fmalfoy Fabien Malfoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: