int6klog.1.html 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. int6klog.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='int6klist.1.html' title=' int6klist.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='int6kmdio.1.html' title=' int6kmdio.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. int6klog(1) Qualcomm Atheros Open Powerline Toolkit int6klog(1)
  22. NAME
  23. int6klog - Qualcomm Atheros Log Retrieval Utility
  24. SYNOPSIS
  25. int6klog [options] [device] [device] [...] [&gt;stdout]
  26. DESCRIPTION
  27. Read and print the device watchdog and checkpoint report on stdout for subsequent analysis by Atheros Technical Support.
  28. Report output is in XML format and contains base-64 encoded binary data returned by the device. Aside from the XML tags,
  29. output is not in human readable format.
  30. This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation
  31. instructions.
  32. OPTIONS
  33. -C Return customer log. This option has no effect unless used with option -r and is for EoC only.
  34. -c Clear report. This option is independent of options -r and -C.
  35. -e Redirects stderr messages to stdout. By convention status and error messages are printed on stderr while primary
  36. program output is printed on stdout. This option prints all output on stdout in cases where this is desired.
  37. -f Specifies the output format. Possible values are &quot;xml&quot; and &quot;raw&quot;. &quot;xml&quot; will output the watchdog and checkpoint
  38. log in the customer XML xlog format. &quot;raw&quot; will output the watchdog log in the Engineering Device Manager .log
  39. format.
  40. -i interface
  41. Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
  42. this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
  43. network connection; however, if environment string &quot;PLC&quot; is defined then it takes precedence over the default
  44. interface. This option then takes precedence over either default.
  45. -q Suppresses status messages on stderr.
  46. -r Read watchdog log. This is not the default option and must be specified when needed.
  47. -v Print additional information on stdout. In particular, this option dumps incoming and outgoing packets which can
  48. be saved as text files for reference.
  49. -?,--help
  50. Print program help summary on stdout. This option takes precedence over other options on the command line.
  51. -?,--version
  52. Print program version information on stdout. This option takes precedence over other options on the command line.
  53. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  54. the Linux Toolkit you are using.
  55. ARGUMENTS
  56. device The MAC address of some powerline device. More than one address may be specified. If more than one address is
  57. specified then operations are performed on each device in turn. The default address is local. See DEVICES for
  58. information about symbolic device addresses.
  59. LOGFILES
  60. Log files are save in binary format by default but they can also be saved in XML format by adding option -x to the com‐
  61. mand line. By convention, binary log files have a .log extension and XML log files have a .xlog extension. The exten‐
  62. sion is not critical but it helps us determine the format before we open the file.
  63. DEVICES
  64. Powerline devices use Ethernet Media Access Control (MAC) addresses. MAC addresses are 12 hexadecimal digits
  65. (0123456789ABCDEFabcdef) in upper, lower or mixed case. Individual octets may be separated by colons, for clarity, but
  66. not all octets need to be seperated. For example, &quot;00b052000001&quot;, &quot;00:b0:52:00:00:01&quot; and &quot;00b052:000001&quot; are valid and
  67. equivalent.
  68. The following MAC addresses are special and may be expressed by name instead of number.
  69. all Equivalent to &quot;broadcast&quot;, described next.
  70. broadcast
  71. A synonym for the standard Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or
  72. foreign will respond to this address.
  73. local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
  74. Atheros devices will recognize this address but remote and foreign devices will not. A remote device is any
  75. device at the far end of a powerline connection. A foreign device is any device not manufactured by Atheros.
  76. REFERENCES
  77. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  78. DISCLAIMER
  79. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Atheros Communications,
  80. Ocala FL USA. Consequently, public information is not available. Atheros Communications reserves the right to modify
  81. message structure or content in future firmware releases without any obligation to notify or compensate users of this
  82. program.
  83. EXAMPLES
  84. The following example reads the Watchdog and Checkpoint Report from device 00:B0:52:BA:BE:02 and prints them on stdout in
  85. XML format. The output contains data segments formatted in base-64 notation which preserved data integrity when read or
  86. transmitted in text format.
  87. # int6klog 00:B0:52:BA:BE:02
  88. The next example does the same thing but pipes output to file temp.log. Atheros recommends using a .log extension for
  89. compatibility with the WIndows Device Manager.
  90. # int6klog 00:B0:52:BA:BE:02 &gt; temp.log
  91. SEE ALSO
  92. amp(1), int6k(1), int6kf(1), int6khost(1), int6kid(1), int6krate(1), int6krule(1), int6kstat(1), int6kwait(1)
  93. CREDITS
  94. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  95. open-plc-utils-0.0.3 Mar 2014 int6klog(1)
  96. </pre>
  97. <div class='footerlink'>
  98. [<a href='int6klist.1.html' title=' int6klist.1 '>PREV</a>]
  99. [<a href='toolkit.html' title=' Index '>HOME</a>]
  100. [<a href='int6kmdio.1.html' title=' int6kmdio.1 '>NEXT</a>]
  101. </div>
  102. </body>
  103. </html>