Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.16 KB | None | 0 0
  1. 172.22.71.154: updates CentOS-6 - Updates 906
  2. 172.22.71.154: repolist: 18,811
  3. /usr/bin/pdsh -R exec -w 172.22.71.154,172.22.71.153,172.22.71.152,172.22.71.150,172.22.71.151, ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem -l root %h "sed -i 's|^Defaults.*requiretty|#Defaults requiretty|g' /etc/sudoers"
  4. Check umask
  5. Set non default umask = 027
  6. /usr/bin/pdsh -R exec -w 172.22.71.154,172.22.71.153,172.22.71.152,172.22.71.150,172.22.71.151, ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem -l root %h "sed -i 's/UMASK.*$/UMASK 027/g' /etc/login.defs; sed -i 's/umask.*$/umask 027/g' /etc/profile; umask 027"
  7. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 'mkdir /usr/share/java'
  8. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 'cat /tmp/all_nodes'
  9. scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -r -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154:~/ec2-keypair
  10. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 'chmod 600 ~/ec2-keypair'
  11. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 'hostname -f'
  12. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 "yum install -y ambari-server"
  13. Loaded plugins: fastestmirror
  14. Setting up Install Process
  15. Loading mirror speeds from cached hostfile
  16. * base: centos.escapemg.com
  17. * epel: mirror.sfo12.us.leaseweb.net
  18. * extras: mirror.supremebytes.com
  19. * updates: mirrors.unifiedlayer.com
  20. Resolving Dependencies
  21. --> Running transaction check
  22. ---> Package ambari-server.noarch 0:2.1.0-19 will be installed
  23. --> Processing Dependency: postgresql-server >= 8.1 for package: ambari-server-2.1.0-19.noarch
  24. --> Running transaction check
  25. ---> Package postgresql-server.x86_64 0:8.4.20-1.el6_5 will be installed
  26. --> Processing Dependency: postgresql-libs(x86-64) = 8.4.20-1.el6_5 for package: postgresql-server-8.4.20-1.el6_5.x86_64
  27. --> Processing Dependency: postgresql(x86-64) = 8.4.20-1.el6_5 for package: postgresql-server-8.4.20-1.el6_5.x86_64
  28. --> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-server-8.4.20-1.el6_5.x86_64
  29. --> Running transaction check
  30. ---> Package postgresql.x86_64 0:8.4.20-1.el6_5 will be installed
  31. ---> Package postgresql-libs.x86_64 0:8.4.20-1.el6_5 will be installed
  32. --> Finished Dependency Resolution
  33.  
  34. Dependencies Resolved
  35.  
  36. ================================================================================
  37. Package Arch Version Repository Size
  38. ================================================================================
  39. Installing:
  40. ambari-server noarch 2.1.0-19 AMBARI.2.1.0-2.x 82 M
  41. Installing for dependencies:
  42. postgresql x86_64 8.4.20-1.el6_5 base 2.6 M
  43. postgresql-libs x86_64 8.4.20-1.el6_5 base 201 k
  44. postgresql-server x86_64 8.4.20-1.el6_5 base 3.4 M
  45.  
  46. Transaction Summary
  47. ================================================================================
  48. Install 4 Package(s)
  49.  
  50. Total download size: 88 M
  51. Installed size: 130 M
  52. Downloading Packages:
  53. --------------------------------------------------------------------------------
  54. Total 3.3 MB/s | 88 MB 00:26
  55. warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID 07513cad: NOKEY
  56. Retrieving key from http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
  57. Importing GPG key 0x07513CAD:
  58. Userid: "Jenkins (HDP Builds) <jenkin@hortonworks.com>"
  59. From : http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
  60. Running rpm_check_debug
  61. Running Transaction Test
  62. Transaction Test Succeeded
  63. Running Transaction
  64.  
  65. Installing : postgresql-libs-8.4.20-1.el6_5.x86_64 1/4
  66.  
  67. Installing : postgresql-8.4.20-1.el6_5.x86_64 2/4
  68.  
  69. Installing : postgresql-server-8.4.20-1.el6_5.x86_64 3/4
  70.  
  71. Installing : ambari-server-2.1.0-19.noarch 4/4
  72.  
  73. Verifying : postgresql-server-8.4.20-1.el6_5.x86_64 1/4
  74.  
  75. Verifying : ambari-server-2.1.0-19.noarch 2/4
  76.  
  77. Verifying : postgresql-libs-8.4.20-1.el6_5.x86_64 3/4
  78.  
  79. Verifying : postgresql-8.4.20-1.el6_5.x86_64 4/4
  80.  
  81. Installed:
  82. ambari-server.noarch 0:2.1.0-19
  83.  
  84. Dependency Installed:
  85. postgresql.x86_64 0:8.4.20-1.el6_5
  86. postgresql-libs.x86_64 0:8.4.20-1.el6_5
  87. postgresql-server.x86_64 0:8.4.20-1.el6_5
  88.  
  89. Complete!
  90. Installing DB
  91. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "mkdir -p /tmp/Mysql_Pkg"
  92. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "yum -y remove mysql\*"
  93. Loaded plugins: fastestmirror
  94. Setting up Remove Process
  95. Resolving Dependencies
  96. --> Running transaction check
  97. ---> Package mysql-libs.x86_64 0:5.1.73-3.el6_5 will be erased
  98. --> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 2:postfix-2.6.6-6.el6_5.x86_64
  99. --> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 2:postfix-2.6.6-6.el6_5.x86_64
  100. --> Processing Dependency: mysql-libs for package: 2:postfix-2.6.6-6.el6_5.x86_64
  101. --> Running transaction check
  102. ---> Package postfix.x86_64 2:2.6.6-6.el6_5 will be erased
  103. --> Processing Dependency: /usr/sbin/sendmail for package: redhat-lsb-core-4.0-7.el6.centos.x86_64
  104. --> Processing Dependency: /usr/sbin/sendmail for package: cronie-1.4.4-12.el6.x86_64
  105. --> Running transaction check
  106. ---> Package cronie.x86_64 0:1.4.4-12.el6 will be erased
  107. --> Processing Dependency: cronie = 1.4.4-12.el6 for package: cronie-anacron-1.4.4-12.el6.x86_64
  108. ---> Package redhat-lsb-core.x86_64 0:4.0-7.el6.centos will be erased
  109. --> Processing Dependency: redhat-lsb-core(x86-64) = 4.0 for package: redhat-lsb-printing-4.0-7.el6.centos.x86_64
  110. --> Processing Dependency: redhat-lsb-core(x86-64) = 4.0-7.el6.centos for package: redhat-lsb-4.0-7.el6.centos.x86_64
  111. --> Processing Dependency: redhat-lsb-core(x86-64) = 4.0 for package: redhat-lsb-graphics-4.0-7.el6.centos.x86_64
  112. --> Running transaction check
  113. ---> Package cronie-anacron.x86_64 0:1.4.4-12.el6 will be erased
  114. ---> Package redhat-lsb.x86_64 0:4.0-7.el6.centos will be erased
  115. --> Processing Dependency: redhat-lsb(x86-64) = 4.0-7.el6.centos for package: redhat-lsb-compat-4.0-7.el6.centos.x86_64
  116. ---> Package redhat-lsb-graphics.x86_64 0:4.0-7.el6.centos will be erased
  117. ---> Package redhat-lsb-printing.x86_64 0:4.0-7.el6.centos will be erased
  118. --> Running transaction check
  119. ---> Package redhat-lsb-compat.x86_64 0:4.0-7.el6.centos will be erased
  120. --> Processing Dependency: /etc/cron.d for package: crontabs-1.10-33.el6.noarch
  121. --> Restarting Dependency Resolution with new changes.
  122. --> Running transaction check
  123. ---> Package crontabs.noarch 0:1.10-33.el6 will be erased
  124. --> Processing Dependency: /usr/bin/run-parts for package: cloud-init-0.7.5-10.el6.centos.2.x86_64
  125. --> Restarting Dependency Resolution with new changes.
  126. --> Running transaction check
  127. ---> Package cloud-init.x86_64 0:0.7.5-10.el6.centos.2 will be erased
  128. --> Finished Dependency Resolution
  129.  
  130. Dependencies Resolved
  131.  
  132. ================================================================================
  133. Package Arch Version Repository Size
  134. ================================================================================
  135. Removing:
  136. mysql-libs x86_64 5.1.73-3.el6_5 @anaconda-CentOS-201410241409.x86_64/6.6
  137. 4.0 M
  138. Removing for dependencies:
  139. cloud-init x86_64 0.7.5-10.el6.centos.2 @CentOS6-Extras/6.6 1.4 M
  140. cronie x86_64 1.4.4-12.el6 @anaconda-CentOS-201410241409.x86_64/6.6
  141. 174 k
  142. cronie-anacron x86_64 1.4.4-12.el6 @anaconda-CentOS-201410241409.x86_64/6.6
  143. 43 k
  144. crontabs noarch 1.10-33.el6 @anaconda-CentOS-201410241409.x86_64/6.6
  145. 2.4 k
  146. postfix x86_64 2:2.6.6-6.el6_5 @anaconda-CentOS-201410241409.x86_64/6.6
  147. 9.7 M
  148. redhat-lsb x86_64 4.0-7.el6.centos @base 0.0
  149. redhat-lsb-compat x86_64 4.0-7.el6.centos @base 0.0
  150. redhat-lsb-core x86_64 4.0-7.el6.centos @base 22 k
  151. redhat-lsb-graphics x86_64 4.0-7.el6.centos @base 0.0
  152. redhat-lsb-printing x86_64 4.0-7.el6.centos @base 0.0
  153.  
  154. Transaction Summary
  155. ================================================================================
  156. Remove 11 Package(s)
  157.  
  158. Installed size: 15 M
  159. Downloading Packages:
  160. Running rpm_check_debug
  161. Running Transaction Test
  162. Transaction Test Succeeded
  163. Running Transaction
  164.  
  165. Erasing : redhat-lsb-compat-4.0-7.el6.centos.x86_64 1/11
  166.  
  167. Erasing : redhat-lsb-4.0-7.el6.centos.x86_64 2/11
  168.  
  169. Erasing : redhat-lsb-graphics-4.0-7.el6.centos.x86_64 3/11
  170.  
  171. Erasing : redhat-lsb-printing-4.0-7.el6.centos.x86_64 4/11
  172.  
  173. Erasing : redhat-lsb-core-4.0-7.el6.centos.x86_64 5/11
  174.  
  175. Erasing : cloud-init-0.7.5-10.el6.centos.2.x86_64 6/11
  176. /var/tmp/rpm-tmp.uvWLvL: line 1: lsb_release: command not found
  177. warning: /etc/cloud/cloud.cfg saved as /etc/cloud/cloud.cfg.rpmsave
  178.  
  179. Erasing : crontabs-1.10-33.el6.noarch 7/11
  180.  
  181. Erasing : cronie-anacron-1.4.4-12.el6.x86_64 8/11
  182.  
  183. Erasing : cronie-1.4.4-12.el6.x86_64 9/11
  184.  
  185. Erasing : 2:postfix-2.6.6-6.el6_5.x86_64 10/11
  186.  
  187. Erasing : mysql-libs-5.1.73-3.el6_5.x86_64 11/11
  188.  
  189. Verifying : redhat-lsb-printing-4.0-7.el6.centos.x86_64 1/11
  190.  
  191. Verifying : cronie-anacron-1.4.4-12.el6.x86_64 2/11
  192.  
  193. Verifying : cloud-init-0.7.5-10.el6.centos.2.x86_64 3/11
  194.  
  195. Verifying : mysql-libs-5.1.73-3.el6_5.x86_64 4/11
  196.  
  197. Verifying : redhat-lsb-4.0-7.el6.centos.x86_64 5/11
  198.  
  199. Verifying : redhat-lsb-core-4.0-7.el6.centos.x86_64 6/11
  200.  
  201. Verifying : crontabs-1.10-33.el6.noarch 7/11
  202.  
  203. Verifying : redhat-lsb-compat-4.0-7.el6.centos.x86_64 8/11
  204.  
  205. Verifying : cronie-1.4.4-12.el6.x86_64 9/11
  206.  
  207. Verifying : 2:postfix-2.6.6-6.el6_5.x86_64 10/11
  208.  
  209. Verifying : redhat-lsb-graphics-4.0-7.el6.centos.x86_64 11/11
  210.  
  211. Removed:
  212. mysql-libs.x86_64 0:5.1.73-3.el6_5
  213.  
  214. Dependency Removed:
  215. cloud-init.x86_64 0:0.7.5-10.el6.centos.2
  216. cronie.x86_64 0:1.4.4-12.el6
  217. cronie-anacron.x86_64 0:1.4.4-12.el6
  218. crontabs.noarch 0:1.10-33.el6
  219. postfix.x86_64 2:2.6.6-6.el6_5
  220. redhat-lsb.x86_64 0:4.0-7.el6.centos
  221. redhat-lsb-compat.x86_64 0:4.0-7.el6.centos
  222. redhat-lsb-core.x86_64 0:4.0-7.el6.centos
  223. redhat-lsb-graphics.x86_64 0:4.0-7.el6.centos
  224. redhat-lsb-printing.x86_64 0:4.0-7.el6.centos
  225.  
  226. Complete!
  227. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "cd /tmp/Mysql_Pkg; curl -o MySQL-5.6.21-1.el6.x86_64.rpm-bundle.tar 'http://qe-repo.s3.amazonaws.com/mysql/MySQL-5.6.21-1.el6.x86_64.rpm-bundle.tar?AWSAccessKeyId=AKIAIDZB7JJ5YBYI23KQ&Expires=1727656746&Signature=Fsm4s4BXwHGIBxIC9CcmxnTZThU%3D'; tar -xvf MySQL-5.6.21-1.el6.x86_64.rpm-bundle.tar"
  228. % Total % Received % Xferd Average Speed Time Time Time Current
  229. Dload Upload Total Spent Left Speed
  230.  
  231. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  232. 0 76.4M 0 228k 0 0 412k 0 0:03:09 --:--:-- 0:03:09 501k
  233. 7 76.4M 7 5664k 0 0 3789k 0 0:00:20 0:00:01 0:00:19 4057k
  234. 25 76.4M 25 19.5M 0 0 7907k 0 0:00:09 0:00:02 0:00:07 8230k
  235. 45 76.4M 45 35.1M 0 0 10.0M 0 0:00:07 0:00:03 0:00:04 10.3M
  236. 66 76.4M 66 50.8M 0 0 11.2M 0 0:00:06 0:00:04 0:00:02 11.5M
  237. 87 76.4M 87 66.7M 0 0 12.1M 0 0:00:06 0:00:05 0:00:01 13.4M
  238. 100 76.4M 100 76.4M 0 0 12.5M 0 0:00:06 0:00:06 --:--:-- 15.4M
  239. MySQL-client-5.6.21-1.el6.x86_64.rpm
  240. MySQL-server-5.6.21-1.el6.x86_64.rpm
  241. MySQL-shared-5.6.21-1.el6.x86_64.rpm
  242. MySQL-shared-compat-5.6.21-1.el6.x86_64.rpm
  243. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "cd /tmp/Mysql_Pkg; rpm -ivh MySQL-shared-5.6.21-1.el6.x86_64.rpm; rpm -ivh MySQL-shared-compat-5.6.21-1.el6.x86_64.rpm; rpm -ivh MySQL-server-5.6.21-1.el6.x86_64.rpm; rpm -ivh MySQL-client-5.6.21-1.el6.x86_64.rpm"
  244. Preparing... ##################################################
  245. MySQL-shared ##################################################
  246. Preparing... ##################################################
  247. MySQL-shared-compat ##################################################
  248. Preparing... ##################################################
  249. MySQL-server ##################################################
  250. warning: user mysql does not exist - using root
  251. warning: group mysql does not exist - using root
  252. 2015-03-27 11:46:57 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  253. 2015-03-27 11:46:57 6377 [Note] InnoDB: Using atomics to ref count buffer pool pages
  254. 2015-03-27 11:46:57 6377 [Note] InnoDB: The InnoDB memory heap is disabled
  255. 2015-03-27 11:46:57 6377 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  256. 2015-03-27 11:46:57 6377 [Note] InnoDB: Memory barrier is not used
  257. 2015-03-27 11:46:57 6377 [Note] InnoDB: Compressed tables use zlib 1.2.3
  258. 2015-03-27 11:46:57 6377 [Note] InnoDB: Using Linux native AIO
  259. 2015-03-27 11:46:57 6377 [Note] InnoDB: Using CPU crc32 instructions
  260. 2015-03-27 11:46:57 6377 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  261. 2015-03-27 11:46:57 6377 [Note] InnoDB: Completed initialization of buffer pool
  262. 2015-03-27 11:46:57 6377 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  263. 2015-03-27 11:46:57 6377 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  264. 2015-03-27 11:46:57 6377 [Note] InnoDB: Database physically writes the file full: wait...
  265. 2015-03-27 11:46:57 6377 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  266. 2015-03-27 11:46:58 6377 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  267. 2015-03-27 11:46:58 6377 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  268. 2015-03-27 11:46:58 6377 [Warning] InnoDB: New log files created, LSN=45781
  269. 2015-03-27 11:46:58 6377 [Note] InnoDB: Doublewrite buffer not found: creating new
  270. 2015-03-27 11:46:58 6377 [Note] InnoDB: Doublewrite buffer created
  271. 2015-03-27 11:46:58 6377 [Note] InnoDB: 128 rollback segment(s) are active.
  272. 2015-03-27 11:46:58 6377 [Warning] InnoDB: Creating foreign key constraint system tables.
  273. 2015-03-27 11:46:58 6377 [Note] InnoDB: Foreign key constraint system tables created
  274. 2015-03-27 11:46:58 6377 [Note] InnoDB: Creating tablespace and datafile system tables.
  275. 2015-03-27 11:46:58 6377 [Note] InnoDB: Tablespace and datafile system tables created.
  276. 2015-03-27 11:46:58 6377 [Note] InnoDB: Waiting for purge to start
  277. 2015-03-27 11:46:58 6377 [Note] InnoDB: 5.6.21 started; log sequence number 0
  278. 2015-03-27 11:46:59 6377 [Note] Binlog end
  279. 2015-03-27 11:46:59 6377 [Note] InnoDB: FTS optimize thread exiting.
  280. 2015-03-27 11:46:59 6377 [Note] InnoDB: Starting shutdown...
  281. 2015-03-27 11:47:00 6377 [Note] InnoDB: Shutdown completed; log sequence number 1625977
  282. A random root password has been set. You will find it in '/root/.mysql_secret'.
  283.  
  284.  
  285. 2015-03-27 11:47:00 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  286. 2015-03-27 11:47:00 6399 [Note] InnoDB: Using atomics to ref count buffer pool pages
  287. 2015-03-27 11:47:00 6399 [Note] InnoDB: The InnoDB memory heap is disabled
  288. 2015-03-27 11:47:00 6399 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  289. 2015-03-27 11:47:00 6399 [Note] InnoDB: Memory barrier is not used
  290. 2015-03-27 11:47:00 6399 [Note] InnoDB: Compressed tables use zlib 1.2.3
  291. 2015-03-27 11:47:00 6399 [Note] InnoDB: Using Linux native AIO
  292. 2015-03-27 11:47:00 6399 [Note] InnoDB: Using CPU crc32 instructions
  293. 2015-03-27 11:47:00 6399 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  294. 2015-03-27 11:47:00 6399 [Note] InnoDB: Completed initialization of buffer pool
  295. 2015-03-27 11:47:00 6399 [Note] InnoDB: Highest supported file format is Barracuda.
  296. 2015-03-27 11:47:00 6399 [Note] InnoDB: 128 rollback segment(s) are active.
  297. 2015-03-27 11:47:00 6399 [Note] InnoDB: Waiting for purge to start
  298. 2015-03-27 11:47:00 6399 [Note] InnoDB: 5.6.21 started; log sequence number 1625977
  299. 2015-03-27 11:47:00 6399 [Note] Binlog end
  300. 2015-03-27 11:47:00 6399 [Note] InnoDB: FTS optimize thread exiting.
  301. 2015-03-27 11:47:00 6399 [Note] InnoDB: Starting shutdown...
  302. 2015-03-27 11:47:02 6399 [Note] InnoDB: Shutdown completed; log sequence number 1625987
  303.  
  304.  
  305.  
  306.  
  307. A RANDOM PASSWORD HAS BEEN SET FOR THE MySQL root USER !
  308. You will find that password in '/root/.mysql_secret'.
  309.  
  310. You must change that password on your first connect,
  311. no other statement but 'SET PASSWORD' will be accepted.
  312. See the manual for the semantics of the 'password expired' flag.
  313.  
  314. Also, the account for the anonymous user has been removed.
  315.  
  316. In addition, you can run:
  317.  
  318. /usr/bin/mysql_secure_installation
  319.  
  320. which will also give you the option of removing the test database.
  321. This is strongly recommended for production servers.
  322.  
  323. See the manual for more instructions.
  324.  
  325. Please report any problems at http://bugs.mysql.com/
  326.  
  327. The latest information about MySQL is available on the web at
  328.  
  329. http://www.mysql.com
  330.  
  331. Support MySQL by buying support/licenses at http://shop.mysql.com
  332.  
  333. New default config file was created as /usr/my.cnf and
  334. will be used by default by the server when you start it.
  335. You may edit this file to change server settings
  336.  
  337. Preparing... ##################################################
  338. MySQL-client ##################################################
  339. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "rpm -e --nodeps libaio-devel-0.3.107-10.el6.x86_64 libaio-0.3.107-10.el6.x86_64"
  340. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "yum install libaio libaio-devel -y"
  341. Loaded plugins: fastestmirror
  342. Setting up Install Process
  343. Loading mirror speeds from cached hostfile
  344. * base: centos.escapemg.com
  345. * epel: mirror.sfo12.us.leaseweb.net
  346. * extras: mirror.supremebytes.com
  347. * updates: centos.sitiolinel.com
  348. Resolving Dependencies
  349. --> Running transaction check
  350. ---> Package libaio.x86_64 0:0.3.107-10.el6 will be installed
  351. ---> Package libaio-devel.x86_64 0:0.3.107-10.el6 will be installed
  352. --> Finished Dependency Resolution
  353.  
  354. Dependencies Resolved
  355.  
  356. ================================================================================
  357. Package Arch Version Repository Size
  358. ================================================================================
  359. Installing:
  360. libaio x86_64 0.3.107-10.el6 base 21 k
  361. libaio-devel x86_64 0.3.107-10.el6 base 13 k
  362.  
  363. Transaction Summary
  364. ================================================================================
  365. Install 2 Package(s)
  366.  
  367. Total download size: 34 k
  368. Installed size: 57 k
  369. Downloading Packages:
  370. --------------------------------------------------------------------------------
  371. Total 229 kB/s | 34 kB 00:00
  372. Running rpm_check_debug
  373. Running Transaction Test
  374. Transaction Test Succeeded
  375. Running Transaction
  376. Warning: RPMDB altered outside of yum.
  377. ** Found 6 pre-existing rpmdb problem(s), 'yum check' output follows:
  378. MySQL-server-5.6.21-1.el6.x86_64 has missing requires of libaio.so.1()(64bit)
  379. MySQL-server-5.6.21-1.el6.x86_64 has missing requires of libaio.so.1(LIBAIO_0.1)(64bit)
  380. MySQL-server-5.6.21-1.el6.x86_64 has missing requires of libaio.so.1(LIBAIO_0.4)(64bit)
  381. 2:qemu-img-0.12.1.2-2.448.el6_6.x86_64 has missing requires of libaio.so.1()(64bit)
  382. 2:qemu-img-0.12.1.2-2.448.el6_6.x86_64 has missing requires of libaio.so.1(LIBAIO_0.1)(64bit)
  383. 2:qemu-img-0.12.1.2-2.448.el6_6.x86_64 has missing requires of libaio.so.1(LIBAIO_0.4)(64bit)
  384.  
  385. Installing : libaio-0.3.107-10.el6.x86_64 1/2
  386.  
  387. Installing : libaio-devel-0.3.107-10.el6.x86_64 2/2
  388.  
  389. Verifying : libaio-0.3.107-10.el6.x86_64 1/2
  390.  
  391. Verifying : libaio-devel-0.3.107-10.el6.x86_64 2/2
  392.  
  393. Installed:
  394. libaio.x86_64 0:0.3.107-10.el6 libaio-devel.x86_64 0:0.3.107-10.el6
  395.  
  396. Complete!
  397. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "/etc/init.d/mysql* start"
  398. Starting MySQL. SUCCESS!
  399. Setting Password to Null (5.6.21 has default passwd set feature for security) in CentOS and Suse
  400. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "mysqladmin -u root -p'A016nxi7dZJhwQGz' password ''"
  401. Warning: Using a password on the command line interface can be insecure.
  402. cat /tmp/dropUsers.sql | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 "cat > /tmp/dropUsers.sql"
  403. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.151 mysql -f -u root < /tmp/dropUsers.sql
  404. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 "mkdir -p /tmp/mysql-connector-java"
  405. ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -i /grid/0/jenkins/workspace/Run-Ambari-Setup/build-utils/openstack-utils/accounts/hw-qe-keypair.pem root@172.22.71.154 "wget http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.33.tar.gz -O /tmp/mysql-connector-java.tar.gz"
  406. --2015-03-27 11:47:25-- http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.33.tar.gz
  407. Resolving dev.mysql.com... 137.254.60.11
  408. Connecting to dev.mysql.com|137.254.60.11|:80... connected.
  409. HTTP request sent, awaiting response... 302 Found
  410. Location: http://cdn.mysql.com/archives/mysql-connector-java-5.1/mysql-connector-java-5.1.33.tar.gz [following]
  411. --2015-03-27 11:47:25-- http://cdn.mysql.com/archives/mysql-connector-java-5.1/mysql-connector-java-5.1.33.tar.gz
  412. Resolving cdn.mysql.com... 23.203.108.242
  413. Connecting to cdn.mysql.com|23.203.108.242|:80... connected.
  414. HTTP request sent, awaiting response... 200 OK
  415. Length: 3797240 (3.6M) [application/x-tar-gz]
  416. Saving to: “/tmp/mysql-connector-java.tar.gz”
  417.  
  418. 0K .......... .......... .......... .......... .......... 1% 19.5M 0s
  419. 50K .......... .......... .......... .......... .......... 2% 32.5M 0s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement