aoe-discover.8 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .TH aoe-discover 8
  2. .SH NAME
  3. aoe-discover \- tell aoe driver to discover AoE devices
  4. .SH SYNOPSIS
  5. .nf
  6. .B aoe-discover
  7. .fi
  8. .SH DESCRIPTION
  9. The
  10. .I aoe-discover
  11. command tells the aoe driver to discover ATA over Ethernet (AoE)
  12. devices on the network. All network interfaces will be probed with a
  13. AoE config query broadcast.
  14. .PP
  15. If the
  16. .I aoe-interfaces
  17. command has limited the allowable network interfaces, only devices
  18. discovered via allowable interfaces will become available. The
  19. default is to make available all AoE devices found on all accessible
  20. ethernet networks.
  21. .PP
  22. It's good to run the
  23. .I aoe-discover
  24. command after running \fIaoe-interfaces\fP.
  25. .SH EXAMPLE
  26. In this example, the root user on a host named
  27. .I nai
  28. loads the aoe module with only eth0 allowable for AoE traffic. After
  29. remembering that shelf 7 is on eth3, this
  30. sysadmin uses
  31. .I aoe-interfaces
  32. to add eth3 to the list of allowable network interfaces and then
  33. calls
  34. .I aoe-discover
  35. to ask the aoe driver to look for new AoE devices.
  36. .IP
  37. .EX
  38. .nf
  39. nai:~# modprobe aoe aoe_iflist="eth0"
  40. nai:~# aoe-stat
  41. e10.9 eth0 up
  42. nai:~# aoe-interfaces eth0 eth3
  43. nai:~# aoe-discover
  44. nai:~# aoe-stat
  45. e7.0 eth3 up
  46. e7.1 eth3 up
  47. e7.2 eth3 up
  48. e7.3 eth3 up
  49. e7.4 eth3 up
  50. e7.5 eth3 up
  51. e7.6 eth3 up
  52. e7.7 eth3 up
  53. e7.8 eth3 up
  54. e7.9 eth3 up
  55. e10.9 eth0 up
  56. .fi
  57. .EE
  58. .SH "SEE ALSO"
  59. .IR aoe-interfaces (8),
  60. .IR aoe-stat (8),
  61. .IR aoetools (8).
  62. .SH AUTHOR
  63. Ed L. Cashin (ecashin@coraid.com)