Advertisement
dan-m-renci

UGM 18 presentations for BMS - Dan's notes

Apr 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1.  
  2. ----------
  3. ---------- 01_ugm18_GETTING_STARTED.txt
  4. ----------
  5.  
  6.  
  7. GETTING STARTED
  8. -------------
  9.  
  10. http://slides.com/irods/ugm2018-getting-started#/9
  11.  
  12. step #3 - (Kibana page does not allow entering the index patterns because no
  13. Elasticsearch data has been indexed)
  14.  
  15. (running 'ils' as user irods is sufficient, but it also seems to take a certain amount of elapsed time.
  16. How much depends on environment, CPU's and memory allocated for VM, etc. ; but it will happen)
  17.  
  18. ...getting_started#/10
  19.  
  20. creating the saved object prompts for "overwrite all saved objects?"; selecting "yes"
  21. next, kibana complains of index pattern conflicts; selecting "confirm all changes"
  22.  
  23. ...getting_started#/11
  24.  
  25. When displaying irods dashboard, recieved this error message on every sub-display:
  26.  
  27. Could not locate that index-pattern-field (id: int)
  28.  
  29.  
  30. ----------
  31. ---------- 02_sc18_AUTOMATED_INGEST.txt
  32. ----------
  33.  
  34.  
  35. =======
  36.  
  37. http://slides.com/irods/sc18-automated-ingest#/8
  38.  
  39. notes
  40. - use sequence of only 1000 files to cut down
  41. later run times (10k files in the test_dir
  42. will mean a 30 min runtime for the
  43. stat_eventhandler run on slides #/16
  44.  
  45. ----------
  46. ---------- 03_UGM18_demo-UGM17_Resource_Hierarchies_and_Composition.txt
  47. ----------
  48.  
  49.  
  50. =====
  51. explication slides 1-21
  52.  
  53. redirection to UGM 2017 demo
  54. (http://slides.com/irods/ugm2017-composable-resources#/5)
  55.  
  56. Notes ; deleted (irm -fr) the reg_coll, put_colll
  57. and lz_coll collections from prev exercise; this took a
  58. while with 10k's of files in each collection, so do it in
  59. parallel with above exercise to save time
  60.  
  61. ----------
  62. ---------- 04_UGM18_Rule_Engine_Plugins.txt
  63. ----------
  64.  
  65.  
  66. ******************** IMPORTANT ***********************
  67.  
  68. BEFORE installing python rule engine plugin,bring
  69. up a terminal prompt and do: 'pip install exifread'
  70. as user irods, OUTSIDE of any python virtual environments.
  71.  
  72.  
  73. **** OPTIONAL ****
  74.  
  75. --- page: http://slides.com/irods/ugm2018-rule-engine-plugins#/7
  76. (need to make clearer via '$' prompt or via emphasis marking
  77. that first line is the typed command, and the next 3 lines are
  78. 'ls' command's output)
  79. --- page ...#/13
  80. def_resc was created previously in Resource Hierarchies demo;
  81. --- page ...#/16
  82. accordingly,
  83. -- "irm -fr f1 f2 f3 f4" before irmtrash to remove any files
  84. put there in previous demo
  85.  
  86.  
  87. ******************* IMPORTANT *************************
  88.  
  89. --- page https://slides.com/irods/ugm2018-rule-engine-plugins#/31
  90.  
  91. ( in order to compile/install C++ storage balancing plugin )
  92.  
  93. Co-requisite with the irods-dev install, also need this minimal subset
  94. of irods development packages :
  95.  
  96. sudo apt install \
  97. irods-externals-clang3.8-0 \
  98. irods-externals-clang-runtime3.8-0 \
  99. irods-externals-cmake3.5.2-0
  100. 09:09AM daniel@avalon:~/old $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement