Q-Logic IS0054604-00 A Network Card User Manual


 
3–Open-iSCSI User’s Guide
Managing QLogic iSCSI Adapters Using iscsiadm
3-8 IS0054604-00 A
Display iface Configuration Details
# iscsiadm -m iface -I <iface_name>
Example:
Create an iface
# iscsiadm -m iface -I <iface_name> -o new
# iscsiadm -m iface -I qla4xxx.00:c0:dd:0b:13:f1.ipv4.0
# BEGIN RECORD 2.0-872.28.el6-1031
iface.iscsi_ifacename = qla4xxx.00:c0:dd:0b:13:f1.ipv4.0
iface.net_ifacename = <empty>
iface.ipaddress = 192.168.2.214
iface.hwaddress = 00:c0:dd:0b:13:f1
iface.transport_name = qla4xxx
iface.initiatorname = <empty>
iface.bootproto = <empty>
iface.subnet_mask = <empty>
iface.gateway = <empty>
iface.ipv6_autocfg = <empty>
iface.linklocal_autocfg = <empty>
iface.router_autocfg = <empty>
iface.ipv6_linklocal = <empty>
iface.ipv6_router = <empty>
iface.state = <empty>
iface.vlan_id = 0
iface.vlan_priority = 0
iface.vlan_state = <empty>
iface.iface_num = 0
iface.mtu = 0
iface.port = 0
# END RECORD
NOTE
The iface.transport_name is set to tcp by default, for a software
initiator. The iface.transport_name should be updated to qla4xxx for
Hardware Offload iface. The iface parameters ipaddress, hwaddress,
and initiatorname can be updated using the -o update option as shown
in “Update iface Network Parameters” on page 3-9.