August 8th, 2003. The UNH iSCSI Target emulator is intended to be used as a partner with the Initiator for testing and verification purposes. It can be started independently as a server for another Initiator to connect to. 1. Stop the UNH iSCSI Initiator: /etc/init.d/unh_iscsi stop 2. Build and load the iSCSI Target emulator. cd /opt/unh/iscsi/src/ make clean ; make cd /opt/unh/iscsi/src/cmd/ ./target-install 3. Any Initiator should be able to connect to the Target emulator now by issuing a request to the IP address (and port) that the emulator is running on. Examine /var/log/messages for connection attempts. 4. See also: iscsi_manage(8) and iscsi_config(8) .