Advertisement
Guest User

Untitled

a guest
Feb 9th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. root@opennebula:~/mig# onedb upgrade -v -S localhost -u -p -d opennebula
  2. Version read:
  3. Shared tables 4.11.80 : Database migrated from 4.6.0 to 4.11.80 (OpenNebula 4.11.80) by onedb command.
  4. Local tables 4.11.80 : Database migrated from 4.9.80 to 4.11.80 (OpenNebula 4.11.80) by onedb command.
  5.  
  6. MySQL dump stored in /var/lib/one/mysql_localhost_opennebula_2019-2-9_15:45:9.sql
  7. Use 'onedb restore' or restore the DB using the mysql command:
  8. mysql -u user -h server -P port db_name < backup_file
  9.  
  10.  
  11. >>> Running migrators for shared tables
  12. > Running migrator /usr/lib/one/ruby/onedb/shared/4.11.80_to_4.90.0.rb
  13. > Done in 0.26s
  14.  
  15. > Running migrator /usr/lib/one/ruby/onedb/shared/4.90.0_to_5.2.0.rb
  16. > Done in 0.09s
  17.  
  18. > Running migrator /usr/lib/one/ruby/onedb/shared/5.2.0_to_5.3.80.rb
  19. > Done in 0.00s
  20.  
  21. > Running migrator /usr/lib/one/ruby/onedb/shared/5.3.80_to_5.4.0.rb
  22. > Done in 0.00s
  23.  
  24. > Running migrator /usr/lib/one/ruby/onedb/shared/5.4.0_to_5.4.1.rb
  25. > Done in 0.00s
  26.  
  27. > Running migrator /usr/lib/one/ruby/onedb/shared/5.4.1_to_5.5.80.rb
  28. > Done in 0.00s
  29.  
  30. > Running migrator /usr/lib/one/ruby/onedb/shared/5.5.80_to_5.6.0.rb
  31. > Done in 0.00s
  32.  
  33. Database migrated from 4.11.80 to 5.6.0 (OpenNebula 5.6.0) by onedb command.
  34.  
  35. >>> Running migrators for local tables
  36. > Running migrator /usr/lib/one/ruby/onedb/local/4.11.80_to_4.13.80.rb
  37. **************************************************************
  38. * WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
  39. **************************************************************
  40.  
  41. OpenNebula 4.13.80 improves the management of FAILED VMs
  42. Please remove (onevm delete) any FAILED VM before continuing.
  43.  
  44. **************************************************************
  45. * WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
  46. **************************************************************
  47.  
  48.  
  49. The scheduler (and oned) has been update to enforce access
  50. rights on system datastores. This new version also checks that
  51. the user can access the System DS.
  52. This *may require* to update system DS rights of your cloud
  53.  
  54. Do you want to proceed ? [y/N]y
  55. > Done in 34.75s
  56.  
  57. > Running migrator /usr/lib/one/ruby/onedb/local/4.13.80_to_4.13.85.rb
  58. > Done in 1.61s
  59.  
  60. > Running migrator /usr/lib/one/ruby/onedb/local/4.13.85_to_4.90.0.rb
  61.  
  62. Manual Intervention required. Please input the VN_MAD for the following networks:
  63.  
  64. * Net #2 (vlan300) VN_MAD:
  65. 802.1Q
  66. * Net #3 (test netmask) VN_MAD:
  67. 802.1Q
  68. * Net #4 (vlan301) VN_MAD:
  69. 802.1Q
  70. * Net #5 (vlan302) VN_MAD:
  71. 802.1Q
  72. * Net #6 (vlan303) VN_MAD:
  73. 802.1Q
  74. * Net #7 (vlan304) VN_MAD:
  75. .........................
  76. 802.1Q
  77. * Net #110 (****) VN_MAD:
  78. 802.1Q
  79. > Done in 45.80s
  80.  
  81. > Running migrator /usr/lib/one/ruby/onedb/local/4.90.0_to_5.3.80.rb
  82. > Old EC2 file not found, skipping EC2 host migration
  83. > Done in 13.50s
  84.  
  85. > Running migrator /usr/lib/one/ruby/onedb/local/5.3.80_to_5.4.0.rb
  86. > Done in 0.00s
  87.  
  88. > Running migrator /usr/lib/one/ruby/onedb/local/5.4.0_to_5.4.1.rb
  89. > Done in 0.03s
  90.  
  91. > Running migrator /usr/lib/one/ruby/onedb/local/5.4.1_to_5.5.80.rb
  92. > Old Az file not found, skipping Az host migration
  93. > Done in 6.41s
  94.  
  95. > Running migrator /usr/lib/one/ruby/onedb/local/5.5.80_to_5.6.0.rb
  96. > Done in 0.00s
  97.  
  98. Database migrated from 4.11.80 to 5.6.0 (OpenNebula 5.6.0) by onedb command.
  99.  
  100. Total time: 102.47s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement