108 Sun StorageTek 2500 Series Array Hardware Installation Guide • September 2009
# showrev -p | grep 119090
On an x86 system:
# showrev -p | grep 119091
3. Install the Common Array Manager software on the management host and
register the target array.
Follow the instruction in the Sun StorageTek Common Array Manager Installation
Guide.
▼ To Configure iSCSI
1. In the Common Array Manager software, go to the Port Summary page and
verify that the target ports (one for each controller) are in an up status and note
there IP addresses and ports.
If you need to change the port IP addresses, use the Port Details page. You can
enter a new IP address or set DHCP.
2. From the data host:
a. List and note the IQN of each initiator.
# iscsiadm list initiator-node
Initiator node name: iqn.1986-03.com.sun:01:0003babc0401.46f806dd
Initiator node alias: -
...
b. Enable the discovery method of the targets as static.
#iscsiadm modify discovery --static enable
c. Ping the target ports IP addresses to confirm they can be reached.
#ping ip_address
#ping 192.168.1.1
192.168.1.1 is alive
d. Discover the targets (one port for each controller) from the iSCSI initiator
using the isciadm command and the IP addresses of the ports.
#iscsiadm add discovery-address 192.168.1.1:3260
#iscsiadm add discovery-address 192.168.2.1:3260
...