Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. sudo yum update rasdaman
  2. Loaded plugins: fastestmirror
  3. Repository rasdaman is listed more than once in the configuration
  4. Loading mirror speeds from cached hostfile
  5. * base: ftp.rrzn.uni-hannover.de
  6. * epel: vesta.informatik.rwth-aachen.de
  7. * extras: ftp.wrz.de
  8. * updates: mirror.maeh.org
  9. Resolving Dependencies
  10. --> Running transaction check
  11. ---> Package rasdaman.x86_64 0:9.3.2-8 will be updated
  12. ---> Package rasdaman.x86_64 0:9.4.0-27 will be an update
  13. --> Finished Dependency Resolution
  14.  
  15. Dependencies Resolved
  16.  
  17. ==============================================================================================================================================================
  18. Package Arch Version Repository Size
  19. ==============================================================================================================================================================
  20. Updating:
  21. rasdaman x86_64 9.4.0-27 rasdaman 410 M
  22.  
  23. Transaction Summary
  24. ==============================================================================================================================================================
  25. Upgrade 1 Package
  26.  
  27. Total download size: 410 M
  28. Is this ok [y/d/N]: y
  29. Downloading packages:
  30. No Presto metadata available for rasdaman
  31. rasdaman-9.4.0-27.x86_64.rpm | 410 MB 00:00:07
  32. Running transaction check
  33. Running transaction test
  34. Transaction test succeeded
  35. Running transaction
  36. Any existing config files saved to /tmp/rasdaman-backup/etc/
  37. Updating : rasdaman-9.4.0-27.x86_64 1/2
  38. warning: /opt/rasdaman/etc/petascope.properties created as /opt/rasdaman/etc/petascope.properties.rpmnew
  39.  
  40. Strategy building is handled by the Package Installer Strategy Builder.
  41. RasdamanDemoDataFinalizer /opt/rasdaman/
  42. Review the installation settings:
  43.  
  44. Installation path: /opt/rasdaman/
  45. Version: master
  46. Update: False
  47. User: rasdaman
  48. Debug: False
  49. Communication protocol: rasnet
  50. Database type: sqlite
  51. Database data directory: /var/lib/rasdaman/data/
  52. Rasdaman binary: None
  53. Petascope enabled: True
  54. Petascope database url: jdbc:postgresql://localhost:5432/petascopedb
  55. Petascope database user: rasdaman
  56. Petascope server type: tomcat
  57. Tomcat home: /var/lib/tomcat
  58. Secore enabled: True
  59. Run systemtest: False
  60. Rasdaman demo data: True
  61. Petascope demo data: True
  62.  
  63. Validating system...
  64. System was validated.
  65. Installing third party dependencies on CentOS Linux 7.1...
  66. Checking user rasdaman....
  67. User rasdaman checked successfully.
  68. Installing pip packages ['glob2', 'pygrib']...
  69. Pip packages installed successfully.
  70. Creating directory structure...
  71. Directory structure created successfully.
  72. Increasing tomcat memory limit to 2GB...
  73. Existing configuration saved at '/etc/tomcat/tomcat.conf.2017-08-10_11-08-50.bak'
  74. Tomcat memory increased succesfully.
  75. Third party dependencies installed successfully.
  76. Retrieving rasdaman...
  77. Rasdaman retrieved successfully
  78. Building rasdaman...
  79. Deploying def.war...
  80. def.war deployed successfully.
  81. Deploying rasdaman.war...
  82. rasdaman.war deployed successfully.
  83. Rasdaman was built successfully.
  84. Preparing rasdaman...
  85. Preparing rasmgr.conf...
  86. rasmgr.conf prepared successfully.
  87. Preparing Rasdaman SQLite database...
  88. Database exists already so it was not re-created.
  89. Rasdaman SQLite database was prepared.
  90. Preparing petascope...
  91. Petascope was prepared.
  92. Rasdaman prepared successfully.
  93. Finalizing installation...
  94. Installing Petascope demo data...
  95. Petascope demo data installed successfully.
  96. Creating service script...
  97. Service script created successfully.
  98. Configuring rasimport...
  99. rasimport configured successfully.
  100. Looking for any existing configuration files from deprecated packages to migrate...
  101. No previous configuration files found to migrate.
  102. Restoring configuration files...
  103. Copied /tmp/rasdaman-backup/etc/rasmgr.conf to /opt/rasdaman//etc/rasmgr.conf
  104. Copied /tmp/rasdaman-backup/etc/petascope.properties to /opt/rasdaman//etc/petascope.properties
  105. Copied /tmp/rasdaman-backup/etc/secore.properties to /opt/rasdaman//etc/secore.properties
  106. Copied /tmp/rasdaman-backup/etc/wms_service.properties to /opt/rasdaman//etc/wms_service.properties
  107. All previous configuration files restored successfully.
  108. Installation finalized successfully.
  109. Testing rasdaman...
  110. STATUS: SUCCESS
  111. Rasdaman was tested successfully.
  112. No packaging requested.
  113. Rasdaman installed and configured successfully.
  114. Next steps
  115. * Make sure that rasql is on the PATH first:
  116. $ source /etc/profile.d/rasdaman.sh
  117. * Then try some rasql queries using the rasql CLI, e.g:
  118. $ rasql -q 'select encode( mr, "png" ) from mr' --out file
  119. * Try the WCS client in your browser at http://localhost:8080/rasdaman/ows
  120.  
  121. More information can be found at http://rasdaman.org. Have fun!
  122. rasdaman is already started.
  123. Run the following command to update your PATH variable: source /etc/profile.d/rasdaman.sh
  124. Cleanup : rasdaman-9.3.2-8.x86_64 2/2
  125. removed ‘/etc/init.d/rasdaman’
  126. removed ‘/etc/profile.d/rasdaman.sh’
  127. removed ‘/var/lib/tomcat/webapps/rasdaman.war’
  128. removed ‘/var/lib/tomcat/webapps/def.war’
  129. Cleaned up generated files.
  130. Verifying : rasdaman-9.4.0-27.x86_64 1/2
  131. Verifying : rasdaman-9.3.2-8.x86_64 2/2
  132.  
  133. Updated:
  134. rasdaman.x86_64 0:9.4.0-27
  135.  
  136. Complete!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement