| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 | .TH aoe-interfaces 8.SH NAMEaoe-interfaces \- restrict aoe driver to specified network interfaces.SH SYNOPSIS.nf.B aoe-interfaces [dev1] [dev2 ...].fi.SH DESCRIPTIONThe.I aoe-interfacescommand tells the aoe driver to ignore ATA over Ethernet (AoE) trafficon all but the specified network interfaces.  It is analogous to the\fIaoe_iflist\fP module load option..PPIf neither the \fIaoe_iflist\fP module load option nor the\fIaoe-interfaces\fP command are used, the aoe driver will use anynetwork interface for AoE traffic..PPIf the aoe driver is a module, then calling .I aoe-interfaceswithout arguments will display the current interfaces list.  If ithasn't been set then the output will be blank..PPIt's good to run the .I aoe-discovercommand after setting the AoE interfaces list..SH EXAMPLEIn this example, the root user on a host named.I nailoads the aoe module with only eth0 allowable for AoE traffic.  Afterremembering that shelf 7 is on eth3, thissysadmin uses .I aoe-interfacesto add eth3 to the list of allowable network interfaces and thencalls.I aoe-discoverto ask the aoe driver to look for new AoE devices..IP.EX nai:~# modprobe aoe aoe_iflist="eth0" nai:~# aoe-stat    e10.9            eth0              up nai:~# aoe-interfaces eth0 eth3 nai:~# aoe-discover nai:~# aoe-stat     e7.0            eth3              up     e7.1            eth3              up     e7.2            eth3              up     e7.3            eth3              up     e7.4            eth3              up     e7.5            eth3              up     e7.6            eth3              up     e7.7            eth3              up     e7.8            eth3              up     e7.9            eth3              up    e10.9            eth0              up nai:~# aoe-interfaces eth0 eth3.EE.LP.SH "SEE ALSO".IR aoe-discover (8),.IR aoe-mkdevs (8),.IR aoe-mkshelf (8),.IR aoe-stat (8)..SH AUTHOREd L. Cashin (ecashin@coraid.com)
 |