Connecting to an iSCSI Device using iscsiadm
Important:
The
iscsiadm
command may require root privileges to function.
This guide will assume that the user has root privileges.
Discovering iSCSI Targets
To get a list of available targets on the Gateway, run a discovery using the following command:
iscsiadm -m discovery -t st -p <Target IP Address>:<Port Number>
An example of this is shown below when performing a discovery on a target with the IP address
10.0.0.68 on port 3260.
When the command is run, you should see a list of available targets as shown below:
76