Configuring access to an iSCSI target server
For the ESXi server to be able to see iSCSI targets/LUNs, the iSCSI adapter needs to be configured with the details of the iSCSI target server. The target server is nothing but an iSCSI array. Here, the term target can refer to the network interfaces on the iSCSI array or individual LUNs. The definition changes depending on the type of array being used. For example, a Dell EqualLogic array will present its LUNs as targets.
Getting ready
To configure the access to an iSCSI target server, we'll need following setup in place:
- Discoverable IP address of the iSCSI target server and the port number to use.
- CHAP authentication details (if any).
- The iSCSI array should be configured to allow access to the iSCSI initiator. You will need the iSCSI adapter IQN handy for this activity.
- The iSCSI array has to be configured to allow the necessary LUNs to be discovered.
How to do it...
The following procedure will help you configure access to an iSCSI target server:
- Log...