Lines Matching +full:up +full:- +full:to
4 ATA over Ethernet is a network protocol that provides simple access to
11 http://support.coraid.com/support/linux/EtherDrive-2.6-HOWTO.html
16 http://support.coraid.com/support/linux/EtherDrive-2.6-HOWTO-5.html#ss5.19
18 The aoetools are userland programs that are designed to work with this
23 The scripts in this Documentation/admin-guide/aoe directory are intended to
32 automatically, but to create all the necessary device nodes, use the
35 There is a udev-install.sh script that shows how to install these
38 There is also an autoload script that shows how to edit
39 /etc/modprobe.d/aoe.conf to ensure that the aoe module is loaded when
40 necessary. Preloading the aoe module is preferable to autoloading,
51 "echo eth2 eth4 > /dev/etherd/interfaces" tells the aoe driver to
52 limit ATA over Ethernet traffic to eth2 and eth4. AoE traffic from
56 "echo > /dev/etherd/discover" tells the driver to find out what AoE
76 state, mac, and netif. The state attribute is "up" when the device
79 cannot come up again until it has been closed.
86 a convenient way. Users with aoetools should use the aoe-stat
89 root@makki root# sh Documentation/admin-guide/aoe/status.sh
90 e10.0 eth3 up
91 e10.1 eth3 up
92 e10.2 eth3 up
93 e10.3 eth3 up
94 e10.4 eth3 up
95 e10.5 eth3 up
96 e10.6 eth3 up
97 e10.7 eth3 up
98 e10.8 eth3 up
99 e10.9 eth3 up
100 e4.0 eth1 up
101 e4.1 eth1 up
102 e4.2 eth1 up
103 e4.3 eth1 up
104 e4.4 eth1 up
105 e4.5 eth1 up
106 e4.6 eth1 up
107 e4.7 eth1 up
108 e4.8 eth1 up
109 e4.9 eth1 up
112 option discussed below) instead of /dev/etherd/interfaces to limit
113 AoE traffic to the network interfaces in the given
114 whitespace-separated list. Unlike the old character device, the
115 sysfs entry can be read from as well as written to.
117 It's helpful to trigger discovery after setting the list of allowed
118 interfaces. The aoetools package provides an aoe-discover script
125 There is a boot option for the built-in aoe driver and a
133 seconds that the driver will wait for an AoE device to provide a
134 response to an AoE command. After aoe_deadsecs seconds have
140 maximum number of unresponded packets that will be sent to an AoE
143 The aoe_dyndevs module parameter defaults to 1, meaning that the
144 driver will assign a block device minor number to a discovered AoE
147 addresses can be supported. Users with udev will never have to
149 to be pre-created using a static minor-number scheme with the
150 aoe-mkshelf script in the aoetools.