HP 3PAR RedHat and Oracle Linux Implementation Guide

Start the service by issuing the following command:
# service isnsd start
Create a new ISNS interface by issuing the following command
# iscsiadm -m iface -o new -I isns_iface
Update the interface to use TCP/IP by issuing the following command:
# iscsiadm -m iface -o update -I isns_iface -n iface.transport_name -v tcp
Discover the ISNS server by issuing the following commands.
Example:
# iscsiadm -m discoverydb -t isns -p <ISNS server IP> : <port> -o new
# iscsiadm -m discoverydb -t isns -p 10.107.66.11:3205 -o update -n
discovery.isns.use_discoveryd -v Yes
Edit the file /var/lib/iscsi/isns/<ISNS server IP>,<port>/isns_config and set
the polling interval to 30:
# vi /var/lib/iscsi/isns/10.107.66.11,3205/isns_config
Restart the iSCSI service by issuing the following command:
# service iscsid restart
Restart the iSNS service by issuing the following command
# service isnsd restart
Confirm the configuration. For example:
Configuring and Using Internet Storage Name Server 91