Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.46 KB | None | 0 0
  1. {
  2. "1 INFO": "Checking if installer needs to be updated...",
  3. "2 INFO": "Installer is at latest version.",
  4. "3 TITLE": "Review the installation settings:",
  5. "4 INFO": "
  6. Install path: /opt/rasdaman/
  7. User: rasdaman
  8. Database: sqlite, /opt/rasdaman/data/
  9. Install webapps: True
  10. Petascopedb url: jdbc:postgresql://localhost:5432/petascopedb
  11. Petascopedb user: petauser
  12. Deployment: external
  13. Webapps path: /var/lib/tomcat8/webapps
  14. Webapps logs: /var/log/tomcat8
  15. Insert demos: True
  16. Run systemtest: False
  17. Generate package: False",
  18. "5 TITLE": "Validating system...",
  19. "6 TITLE": "System was validated.",
  20. "7 TITLE": "Installing third party dependencies on Ubuntu 18.04...",
  21. "8 INFO": "Installing pip packages ['glob2', 'grpcio', 'pygrib', 'protobuf']... ",
  22. "9 pip install --upgrade pip": {
  23. "code": 0,
  24. "err": "",
  25. "execution_time": 3.792354106903076,
  26. "start_time": "2018-07-18 13:51:07",
  27. "user": "root",
  28. "out": "Collecting pip
  29. Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB)
  30. Installing collected packages: pip
  31. Found existing installation: pip 9.0.1
  32. Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
  33. Successfully installed pip-10.0.1
  34. "
  35. },
  36. "10 pip install glob2 grpcio pygrib protobuf": {
  37. "code": 1,
  38. "err": "Command \"python setup.py egg_info\" failed with error code 1 in /tmp/pip-install-iprEBu/glob2/
  39. ",
  40. "execution_time": 0.864875078201294,
  41. "start_time": "2018-07-18 13:51:10",
  42. "user": "root",
  43. "out": "Collecting glob2
  44. Downloading https://files.pythonhosted.org/packages/f0/e8/970c7a031b2d7f9a21fefaa8c9d5c38001f8f25055f4ffcb32b3dbecd1ea/glob2-0.6.tar.gz
  45. Complete output from command python setup.py egg_info:
  46. Traceback (most recent call last):
  47. File \"<string>\", line 1, in <module>
  48. ImportError: No module named setuptools
  49.  
  50. ----------------------------------------
  51. "
  52. },
  53. "11 INFO": "Pip packages installed successfully.",
  54. "12 INFO": "Increasing tomcat memory limit to 2GB...",
  55. "13 cp -a /etc/default/tomcat8 /etc/default/tomcat8.2018-07-18_13-51-11.bak": {
  56. "code": 0,
  57. "err": "",
  58. "execution_time": 0.0040819644927978516,
  59. "start_time": "2018-07-18 13:51:11",
  60. "user": "root",
  61. "out": ""
  62. },
  63. "14 INFO": "Existing configuration saved at '/etc/default/tomcat8.2018-07-18_13-51-11.bak'",
  64. "15 systemctl restart tomcat8.service": {
  65. "code": 0,
  66. "err": "",
  67. "execution_time": 5.112572908401489,
  68. "start_time": "2018-07-18 13:51:11",
  69. "user": "root",
  70. "out": ""
  71. },
  72. "16 INFO": "Tomcat memory increased succesfully.",
  73. "17 INFO": "Checking user rasdaman....",
  74. "18 id -u rasdaman": {
  75. "code": 0,
  76. "err": "",
  77. "execution_time": 0.00801396369934082,
  78. "start_time": "2018-07-18 13:51:16",
  79. "user": "root",
  80. "out": "1000
  81. "
  82. },
  83. "19 INFO": "User rasdaman checked successfully.",
  84. "20 INFO": "Creating directory structure...",
  85. "21 mkdir -p /opt/rasdaman/": {
  86. "code": 0,
  87. "err": "",
  88. "execution_time": 0.008461952209472656,
  89. "start_time": "2018-07-18 13:51:16",
  90. "user": "root",
  91. "out": ""
  92. },
  93. "22 chown -R rasdaman: /opt/rasdaman/": {
  94. "code": 0,
  95. "err": "",
  96. "execution_time": 0.0431210994720459,
  97. "start_time": "2018-07-18 13:51:16",
  98. "user": "root",
  99. "out": ""
  100. },
  101. "23 chmod +x /opt/rasdaman": {
  102. "code": 0,
  103. "err": "",
  104. "execution_time": 0.015755176544189453,
  105. "start_time": "2018-07-18 13:51:16",
  106. "user": "root",
  107. "out": ""
  108. },
  109. "24 chmod +x /opt": {
  110. "code": 0,
  111. "err": "",
  112. "execution_time": 0.00279998779296875,
  113. "start_time": "2018-07-18 13:51:17",
  114. "user": "root",
  115. "out": ""
  116. },
  117. "25 chmod +x /": {
  118. "code": 0,
  119. "err": "",
  120. "execution_time": 0.0029327869415283203,
  121. "start_time": "2018-07-18 13:51:17",
  122. "user": "root",
  123. "out": ""
  124. },
  125. "26 mkdir -p /opt/rasdaman/third_party/": {
  126. "code": 0,
  127. "err": "",
  128. "execution_time": 0.0066988468170166016,
  129. "start_time": "2018-07-18 13:51:17",
  130. "user": "rasdaman",
  131. "out": ""
  132. },
  133. "27 INFO": "Directory structure created successfully.",
  134. "28 INFO": "Setting up the PATH environment variable in '/etc/profile.d/rasdaman.sh'...",
  135. "29 chmod -R +x /etc/profile.d/rasdaman.sh": {
  136. "code": 0,
  137. "err": "",
  138. "execution_time": 0.0062220096588134766,
  139. "start_time": "2018-07-18 13:51:17",
  140. "user": "root",
  141. "out": ""
  142. },
  143. "30 INFO": "The PATH environment variable was set up successfully.",
  144. "31 ldconfig": {
  145. "code": 0,
  146. "err": "",
  147. "execution_time": 0.0901949405670166,
  148. "start_time": "2018-07-18 13:51:17",
  149. "user": "root",
  150. "out": ""
  151. },
  152. "32 TITLE": "Third party dependencies installed successfully.",
  153. "33 TITLE": "Retrieving rasdaman...",
  154. "34 TITLE": "Rasdaman retrieved successfully",
  155. "35 TITLE": "Building rasdaman...",
  156. "36 INFO": "Deploying def.war...",
  157. "37 mkdir -p /var/lib/tomcat8/webapps/secoredb": {
  158. "code": 0,
  159. "err": "",
  160. "execution_time": 0.006801128387451172,
  161. "start_time": "2018-07-18 13:51:17",
  162. "user": "root",
  163. "out": ""
  164. },
  165. "38 chmod 777 /var/lib/tomcat8/webapps/secoredb": {
  166. "code": 0,
  167. "err": "",
  168. "execution_time": 0.012029886245727539,
  169. "start_time": "2018-07-18 13:51:17",
  170. "user": "root",
  171. "out": ""
  172. },
  173. "39 cp /opt/rasdaman/share/rasdaman/war/def.war /var/lib/tomcat8/webapps": {
  174. "code": 0,
  175. "err": "",
  176. "execution_time": 0.06812119483947754,
  177. "start_time": "2018-07-18 13:51:17",
  178. "user": "root",
  179. "out": ""
  180. },
  181. "40 rm -rf def": {
  182. "code": 0,
  183. "err": "",
  184. "execution_time": 0.007395029067993164,
  185. "start_time": "2018-07-18 13:51:17",
  186. "user": "root",
  187. "out": ""
  188. },
  189. "41 INFO": "def.war deployed successfully.",
  190. "42 INFO": "Deploying rasdaman.war...",
  191. "43 cp /opt/rasdaman/share/rasdaman/war/rasdaman.war /var/lib/tomcat8/webapps": {
  192. "code": 0,
  193. "err": "",
  194. "execution_time": 0.1768169403076172,
  195. "start_time": "2018-07-18 13:51:37",
  196. "user": "root",
  197. "out": ""
  198. },
  199. "44 rm -rf rasdaman": {
  200. "code": 0,
  201. "err": "",
  202. "execution_time": 0.0036950111389160156,
  203. "start_time": "2018-07-18 13:51:37",
  204. "user": "root",
  205. "out": ""
  206. },
  207. "45 INFO": "rasdaman.war deployed successfully.",
  208. "46 TITLE": "Rasdaman was built successfully.",
  209. "47 TITLE": "Preparing rasdaman...",
  210. "48 INFO": "Preparing rasmgr.conf...",
  211. "49 INFO": "rasmgr.conf prepared successfully.",
  212. "50 INFO": "Preparing Rasdaman SQLite database...",
  213. "51 mkdir -p /opt/rasdaman/data/": {
  214. "code": 0,
  215. "err": "",
  216. "execution_time": 0.011965036392211914,
  217. "start_time": "2018-07-18 13:51:57",
  218. "user": "root",
  219. "out": ""
  220. },
  221. "52 chown -R rasdaman: /opt/rasdaman/data/": {
  222. "code": 0,
  223. "err": "",
  224. "execution_time": 0.008498907089233398,
  225. "start_time": "2018-07-18 13:51:57",
  226. "user": "root",
  227. "out": ""
  228. },
  229. "53 /opt/rasdaman/bin/create_db.sh": {
  230. "code": 0,
  231. "err": "",
  232. "execution_time": 0.3612539768218994,
  233. "start_time": "2018-07-18 13:51:57",
  234. "user": "rasdaman",
  235. "out": "create_db.sh: creating database, rasdaman v9.7 on base DBMS sqlite
  236. create_db.sh: rasdaman dictionary initialization...
  237. create_db.sh: creating RASBASE... ok.
  238. create_db.sh: inserting standard types... ok.
  239. create_db.sh: done.
  240. "
  241. },
  242. "54 INFO": "Rasdaman SQLite database was prepared.",
  243. "55 INFO": "Preparing petascope...",
  244. "56 psql -c SELECT 'rasdaman_user_exists_already' FROM pg_roles WHERE rolname='petauser'": {
  245. "code": 0,
  246. "err": "",
  247. "execution_time": 0.20592713356018066,
  248. "start_time": "2018-07-18 13:51:57",
  249. "user": "postgres",
  250. "out": " ?column?
  251. ----------
  252. (0 rows)
  253.  
  254. "
  255. },
  256. "57 createuser -s petauser": {
  257. "code": 0,
  258. "err": "",
  259. "execution_time": 0.13214683532714844,
  260. "start_time": "2018-07-18 13:51:58",
  261. "user": "postgres",
  262. "out": ""
  263. },
  264. "58 psql -c ALTER USER \"petauser\" WITH PASSWORD 'af6737f8db10482f9535a334763500c7'": {
  265. "code": 0,
  266. "err": "",
  267. "execution_time": 0.11508798599243164,
  268. "start_time": "2018-07-18 13:51:58",
  269. "user": "postgres",
  270. "out": "ALTER ROLE
  271. "
  272. },
  273. "59 INFO": "Petascope was prepared.",
  274. "60 INFO": "Preparing for external server deployment...",
  275. "61 INFO": "Config updated for external server deployment.",
  276. "62 INFO": "Updated path of petascope.log to /var/log/tomcat8/petascope.log.",
  277. "63 INFO": "Updated path of secore.log to /var/log/tomcat8/secore.log.",
  278. "64 INFO": "Installing service scripts...",
  279. "65 cp -v -r /tmp/rasdaman.sh /etc/init.d/rasdaman": {
  280. "code": 0,
  281. "err": "",
  282. "execution_time": 0.012350082397460938,
  283. "start_time": "2018-07-18 13:51:58",
  284. "user": "root",
  285. "out": "'/tmp/rasdaman.sh' -> '/etc/init.d/rasdaman'
  286. "
  287. },
  288. "66 chmod -R 755 /etc/init.d/rasdaman": {
  289. "code": 0,
  290. "err": "",
  291. "execution_time": 0.007647991180419922,
  292. "start_time": "2018-07-18 13:51:58",
  293. "user": "root",
  294. "out": ""
  295. },
  296. "67 rm -r -f /tmp/rasdaman.sh": {
  297. "code": 0,
  298. "err": "",
  299. "execution_time": 0.009280920028686523,
  300. "start_time": "2018-07-18 13:51:58",
  301. "user": "root",
  302. "out": ""
  303. },
  304. "68 DEBUG": "Installed SysV init script at /etc/init.d/rasdaman",
  305. "69 cp -v -r /opt/rasdaman/share/rasdaman/installer/preparer/rasdaman.service /etc/systemd/system/rasdaman.service": {
  306. "code": 0,
  307. "err": "",
  308. "execution_time": 0.0071909427642822266,
  309. "start_time": "2018-07-18 13:51:58",
  310. "user": "root",
  311. "out": "'/opt/rasdaman/share/rasdaman/installer/preparer/rasdaman.service' -> '/etc/systemd/system/rasdaman.service'
  312. "
  313. },
  314. "70 chmod -R 644 /etc/systemd/system/rasdaman.service": {
  315. "code": 0,
  316. "err": "",
  317. "execution_time": 0.009354114532470703,
  318. "start_time": "2018-07-18 13:51:58",
  319. "user": "root",
  320. "out": ""
  321. },
  322. "71 DEBUG": "Installed systemd init script at /etc/systemd/system/rasdaman.service",
  323. "72 systemctl enable rasdaman.service": {
  324. "code": 0,
  325. "err": "Synchronizing state of rasdaman.service with SysV service script with /lib/systemd/systemd-sysv-install.
  326. Executing: /lib/systemd/systemd-sysv-install enable rasdaman
  327. ",
  328. "execution_time": 1.5109188556671143,
  329. "start_time": "2018-07-18 13:51:58",
  330. "user": "root",
  331. "out": ""
  332. },
  333. "73 systemctl daemon-reload": {
  334. "code": 0,
  335. "err": "",
  336. "execution_time": 0.5066399574279785,
  337. "start_time": "2018-07-18 13:52:00",
  338. "user": "root",
  339. "out": ""
  340. },
  341. "74 INFO": "Service scripts installed successfully.",
  342. "75 INFO": "Migrating configuration files from deprecated packages...",
  343. "76 mkdir -p /tmp/rasdaman-backup/etc/": {
  344. "code": 0,
  345. "err": "",
  346. "execution_time": 0.010991096496582031,
  347. "start_time": "2018-07-18 13:52:00",
  348. "user": "rasdaman",
  349. "out": ""
  350. },
  351. "77 INFO": "No previous configuration files found to migrate.",
  352. "78 INFO": "Migrating configuration files from previous version...",
  353. "79 INFO": "No previous configuration files found to migrate.",
  354. "80 chown -R rasdaman: /opt/rasdaman/": {
  355. "code": 0,
  356. "err": "",
  357. "execution_time": 0.03842592239379883,
  358. "start_time": "2018-07-18 13:52:00",
  359. "user": "root",
  360. "out": ""
  361. },
  362. "81 INFO": "Starting rasdaman and external Tomcat...",
  363. "82 mkdir -p /opt/rasdaman/log": {
  364. "code": 0,
  365. "err": "",
  366. "execution_time": 0.007358074188232422,
  367. "start_time": "2018-07-18 13:52:00",
  368. "user": "root",
  369. "out": ""
  370. },
  371. "83 chown -R rasdaman: /opt/rasdaman/log": {
  372. "code": 0,
  373. "err": "",
  374. "execution_time": 0.01968097686767578,
  375. "start_time": "2018-07-18 13:52:00",
  376. "user": "root",
  377. "out": ""
  378. },
  379. "84 /opt/rasdaman/bin/start_rasdaman.sh": {
  380. "code": -1,
  381. "err": "",
  382. "execution_time": 0.0024118423461914062,
  383. "start_time": "2018-07-18 13:52:01",
  384. "user": "rasdaman",
  385. "out": ""
  386. },
  387. "85 systemctl restart tomcat8.service": {
  388. "code": 0,
  389. "err": "",
  390. "execution_time": 25.11714196205139,
  391. "start_time": "2018-07-18 13:52:36",
  392. "user": "root",
  393. "out": ""
  394. },
  395. "86 wget -q http://localhost:8080/def/crs/EPSG/0/4326 -O /dev/null": {
  396. "code": -1,
  397. "err": "
  398. Command execution timed out after 200 seconds.",
  399. "execution_time": 200.01143193244934,
  400. "start_time": "2018-07-18 13:53:42",
  401. "user": "rasdaman",
  402. "out": ""
  403. },
  404. "87 wget -q http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=GetCapabilities -O /dev/null": {
  405. "code": -1,
  406. "err": "
  407. Command execution timed out after 200 seconds.",
  408. "execution_time": 200.02576112747192,
  409. "start_time": "2018-07-18 13:57:02",
  410. "user": "rasdaman",
  411. "out": ""
  412. },
  413. "88 /opt/rasdaman/bin//rasql -q SELECT C FROM RAS_COLLECTIONNAMES AS C": {
  414. "code": 0,
  415. "err": "",
  416. "execution_time": 0.03315401077270508,
  417. "start_time": "2018-07-18 14:00:22",
  418. "user": "rasdaman",
  419. "out": "/opt/rasdaman/bin//rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
  420. Opening database RASBASE at localhost:7001... ok.
  421. Executing retrieval query... ok.
  422. /opt/rasdaman/bin//rasql done.
  423. "
  424. },
  425. "89 INFO": "Services successfully started.",
  426. "90 TITLE": "Rasdaman prepared successfully.",
  427. "91 TITLE": "Finalizing installation...",
  428. "92 /opt/rasdaman/bin/rasql --out string -q SELECT C FROM RAS_COLLECTIONNAMES AS C": {
  429. "code": 0,
  430. "err": "",
  431. "execution_time": 0.038136959075927734,
  432. "start_time": "2018-07-18 14:00:22",
  433. "user": "rasdaman",
  434. "out": "/opt/rasdaman/bin/rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
  435. Opening database RASBASE at localhost:7001... ok.
  436. Executing retrieval query... ok.
  437. Query result collection has 0 element(s):
  438. /opt/rasdaman/bin/rasql done.
  439. "
  440. },
  441. "93 INFO": "Ingesting rasdaman demo data...",
  442. "94 /opt/rasdaman/bin//rasql -q SELECT C FROM RAS_COLLECTIONNAMES AS C": {
  443. "code": 0,
  444. "err": "",
  445. "execution_time": 0.0445859432220459,
  446. "start_time": "2018-07-18 14:00:22",
  447. "user": "rasdaman",
  448. "out": "/opt/rasdaman/bin//rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
  449. Opening database RASBASE at localhost:7001... ok.
  450. Executing retrieval query... ok.
  451. /opt/rasdaman/bin//rasql done.
  452. "
  453. },
  454. "95 /opt/rasdaman/bin/rasdaman_insertdemo.sh localhost 7001 /opt/rasdaman/share/rasdaman/examples/images rasadmin rasadmin": {
  455. "code": 0,
  456. "err": "",
  457. "execution_time": 1.0215718746185303,
  458. "start_time": "2018-07-18 14:00:22",
  459. "user": "rasdaman",
  460. "out": "rasdaman_insertdemo.sh: rasdaman demo data insert script
  461. rasdaman_insertdemo.sh: using host localhost, image directory /opt/rasdaman/share/rasdaman/examples/images, and user/passwd rasadmin/rasadmin
  462. rasdaman_insertdemo.sh: ingesting mr... ok.
  463. rasdaman_insertdemo.sh: ingesting mr2... ok.
  464. rasdaman_insertdemo.sh: ingesting rgb... ok.
  465. rasdaman_insertdemo.sh: done.
  466. "
  467. },
  468. "96 INFO": "Rasdaman demo data ingested successfully.",
  469. "97 /opt/rasdaman/bin/rasql --out string -q SELECT C FROM RAS_COLLECTIONNAMES AS C": {
  470. "code": 0,
  471. "err": "",
  472. "execution_time": 0.04558587074279785,
  473. "start_time": "2018-07-18 14:00:23",
  474. "user": "rasdaman",
  475. "out": "/opt/rasdaman/bin/rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
  476. Opening database RASBASE at localhost:7001... ok.
  477. Executing retrieval query... ok.
  478. Query result collection has 3 element(s):
  479. Result object 1: mr2\u0000
  480. Result object 2: rgb\u0000
  481. Result object 3: mr\u0000
  482. /opt/rasdaman/bin/rasql done.
  483. "
  484. },
  485. "98 INFO": "Ingesting petascope demo data...",
  486. "99 /opt/rasdaman/bin//rasql -q SELECT C FROM RAS_COLLECTIONNAMES AS C": {
  487. "code": 0,
  488. "err": "",
  489. "execution_time": 0.04236316680908203,
  490. "start_time": "2018-07-18 14:00:23",
  491. "user": "rasdaman",
  492. "out": "/opt/rasdaman/bin//rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
  493. Opening database RASBASE at localhost:7001... ok.
  494. Executing retrieval query... ok.
  495. /opt/rasdaman/bin//rasql done.
  496. "
  497. },
  498. "100 /opt/rasdaman/bin/petascope_insertdemo.sh": {
  499. "code": 0,
  500. "err": "Traceback (most recent call last):
  501. File \"/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py\", line 37, in <module>
  502. from master.recipe.recipe_registry import RecipeRegistry
  503. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py\", line 29, in <module>
  504. from master.recipe.base_recipe import BaseRecipe
  505. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/base_recipe.py\", line 30, in <module>
  506. from session import Session
  507. File \"/opt/rasdaman/share/rasdaman/wcst_import/session.py\", line 25, in <module>
  508. import glob2 as glob
  509. ImportError: No module named glob2
  510. Traceback (most recent call last):
  511. File \"/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py\", line 37, in <module>
  512. from master.recipe.recipe_registry import RecipeRegistry
  513. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py\", line 29, in <module>
  514. from master.recipe.base_recipe import BaseRecipe
  515. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/base_recipe.py\", line 30, in <module>
  516. from session import Session
  517. File \"/opt/rasdaman/share/rasdaman/wcst_import/session.py\", line 25, in <module>
  518. import glob2 as glob
  519. ImportError: No module named glob2
  520. Traceback (most recent call last):
  521. File \"/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py\", line 37, in <module>
  522. from master.recipe.recipe_registry import RecipeRegistry
  523. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py\", line 29, in <module>
  524. from master.recipe.base_recipe import BaseRecipe
  525. File \"/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/base_recipe.py\", line 30, in <module>
  526. from session import Session
  527. File \"/opt/rasdaman/share/rasdaman/wcst_import/session.py\", line 25, in <module>
  528. import glob2 as glob
  529. ImportError: No module named glob2
  530. ",
  531. "execution_time": 0.36806488037109375,
  532. "start_time": "2018-07-18 14:00:23",
  533. "user": "rasdaman",
  534. "out": "petascope_insertdemo.sh: Petascope service endpoint is: http://localhost:8080/rasdaman/ows
  535. petascope_insertdemo.sh: Secore service endpoint is: http://localhost:8080/def
  536.  
  537. petascope_insertdemo.sh: Starting to ingest example coverages to petascope...
  538. petascope_insertdemo.sh: Ingesting AverageChlorophyll to petascope by wcst_import...Done.
  539. petascope_insertdemo.sh: Cleaning temporary files...Done.
  540. petascope_insertdemo.sh: Ingesting AverageTemperature to petascope by wcst_import...Done.
  541. petascope_insertdemo.sh: Cleaning temporary files...Done.
  542. petascope_insertdemo.sh: Ingesting mean_summer_airtemp to petascope by wcst_import...Done.
  543. petascope_insertdemo.sh: Cleaning temporary files...Done.
  544. petascope_insertdemo.sh: All coverages are imported correctly. Done.
  545. petascope_insertdemo.sh: Ok.
  546. "
  547. },
  548. "101 INFO": "Petascope demo data ingested successfully.",
  549. "102 TITLE": "Installation finalized successfully.",
  550. "103 TITLE": "Testing rasdaman...",
  551. "104 INFO": "STATUS: SUCCESS",
  552. "105 TITLE": "Rasdaman was tested successfully.",
  553. "106 INFO": "No packaging requested.",
  554. "107 SUCCESS": "Rasdaman installed and configured successfully.",
  555. "108 TITLE": "Next steps",
  556. "109 INFO": " * Make sure that rasql is on the PATH first:
  557. $ source /etc/profile.d/rasdaman.sh",
  558. "110 INFO": " * Then try some rasql queries using the rasql CLI, e.g:
  559. $ rasql -q 'select encode( mr, \"png\" ) from mr' --out file",
  560. "111 INFO": " * Try the WCS client in your browser at http://localhost:8080/rasdaman/ows
  561.  
  562. ",
  563. "112 INFO": "More information can be found at http://rasdaman.org. Have fun!"
  564. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement