Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. [root@storm ~]# engine-log-collector --verbose --no-hypervisors
  2. INFO: Gathering oVirt Engine information...
  3. DEBUG: calling(['sosreport', '--batch', '--report', '--build', '--tmp-dir=/tmp/logcollector-RUL64O', '-o', 'engine,rpm,libvirt,general,networking,hardware,process,yum,filesys,devicemapper,selinux,kernel,apache,memory', '-k', 'rpm.rpmva=off', '-k', 'general.all_logs=True', '-k', 'apache.log=True'])
  4. DEBUG: returncode(0)
  5. DEBUG: STDOUT(
  6. sosreport (version 2.2)
  7.  
  8.  
  9. This command will collect diagnostic and configuration
  10. information from this Red Hat Enterprise Linux system and
  11. installed applications.
  12.  
  13. An archive containing the collected information will be
  14. generated in /tmp/logcollector-RUL64O and may be provided
  15. to a Red Hat support representative.
  16.  
  17. Any information provided to Red Hat will be treated in
  18. accordance with the published support policies at:
  19.  
  20.  
  21. https://access.redhat.com/support/
  22.  
  23. The generated archive may contain data considered
  24. sensitive and its content should be reviewed by the
  25. originating organization before being passed to any third
  26. party.
  27.  
  28. No changes will be made to system configuration.
  29.  
  30.  
  31. Running plugins. Please wait ...
  32.  
  33. Completed [14/14] ...
  34.  
  35. sosreport build tree is located at : /tmp/logcollector-RUL64O/storm-2014021211151392200133
  36.  
  37. )
  38. DEBUG: STDERR()
  39. INFO: Gathering PostgreSQL the oVirt Engine database and log files from localhost...
  40. DEBUG: calling(['/usr/sbin/sosreport', '--batch', '--report', '-o', 'postgresql', '--tmp-dir=/tmp/logcollector-RUL64O/log-collector-data', '-k', 'postgresql.dbname=engine', '-k', 'postgresql.dbhost=localhost', '-k', 'postgresql.dbport=5432', '-k', 'postgresql.username=engine', '-k', 'postgresql.password=3627iPdv'])
  41. DEBUG: returncode(0)
  42. DEBUG: STDOUT(
  43. sosreport (version 2.2)
  44.  
  45.  
  46. This command will collect diagnostic and configuration
  47. information from this Red Hat Enterprise Linux system and
  48. installed applications.
  49.  
  50. An archive containing the collected information will be
  51. generated in /tmp/logcollector-RUL64O/log-collector-data
  52. and may be provided to a Red Hat support representative.
  53.  
  54. Any information provided to Red Hat will be treated in
  55. accordance with the published support policies at:
  56.  
  57.  
  58. https://access.redhat.com/support/
  59.  
  60. The generated archive may contain data considered
  61. sensitive and its content should be reviewed by the
  62. originating organization before being passed to any third
  63. party.
  64.  
  65. No changes will be made to system configuration.
  66.  
  67.  
  68. Running plugins. Please wait ...
  69.  
  70. Completed [1/1] ...
  71. Creating compressed archive...
  72.  
  73. Your sosreport has been generated and saved in:
  74. /tmp/logcollector-RUL64O/log-collector-data/sosreport-storm-20140212111613-66ee.tar.xz
  75.  
  76. The md5sum is: 99f823cecf2cb77a3404e995310766ee
  77.  
  78. Please send this file to your support representative.
  79.  
  80. )
  81. DEBUG: STDERR()
  82. DEBUG: filename(sosreport-storm-20140212111613-66ee.tar.xz)
  83. DEBUG: path(/tmp/logcollector-RUL64O/log-collector-data/sosreport-storm-20140212111613-66ee.tar.xz)
  84. DEBUG: checksum(99f823cecf2cb77a3404e995310766ee)
  85. INFO: Skipping hypervisor collection...
  86. Creating compressed archive...
  87. DEBUG: calling(['xz', '--version'])
  88. DEBUG: returncode(0)
  89. DEBUG: STDOUT(xz (XZ Utils) 4.999.9beta
  90. liblzma 4.999.9beta
  91. )
  92. DEBUG: STDERR()
  93. DEBUG: calling(['tar', '-cf', '/tmp/sosreport-LogCollector-20140212111613.tar', '-C', '/tmp/logcollector-RUL64O', '.'])
  94. DEBUG: returncode(0)
  95. DEBUG: STDOUT()
  96. DEBUG: STDERR()
  97. DEBUG: calling(['xz', '-1', '/tmp/sosreport-LogCollector-20140212111613.tar'])
  98. DEBUG: returncode(0)
  99. DEBUG: STDOUT()
  100. DEBUG: STDERR()
  101. DEBUG: calling(['md5sum', '/tmp/sosreport-LogCollector-20140212111613.tar.xz'])
  102. DEBUG: returncode(0)
  103. DEBUG: STDOUT(1926eadbc6264ec7d4a57842ee21df95 /tmp/sosreport-LogCollector-20140212111613.tar.xz
  104. )
  105. DEBUG: STDERR()
  106. INFO: Log files have been collected and placed in /tmp/sosreport-LogCollector-20140212111613.tar.xz.
  107. The MD5 for this file is 1926eadbc6264ec7d4a57842ee21df95 and its size is 12.1M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement