Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DM
dm-docs
Commits
665b34b5
Commit
665b34b5
authored
9 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
updated demo script
parent
11de1986
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demo/sprint-20150421/demo_notes.sv.txt
+10
-9
10 additions, 9 deletions
demo/sprint-20150421/demo_notes.sv.txt
with
10 additions
and
9 deletions
demo/sprint-20150421/demo_notes.sv.txt
+
10
−
9
View file @
665b34b5
...
@@ -64,6 +64,7 @@ make deploy-web-portal
...
@@ -64,6 +64,7 @@ make deploy-web-portal
# - log files are under DM/var/log
# - log files are under DM/var/log
# - configuration files are under DM/etc
# - configuration files are under DM/etc
# - user setup file is DM/etc/dm.setup.sh
# - user setup file is DM/etc/dm.setup.sh
# - service control script is under DM/dm-0.1/etc/init.d
make deploy-ds-web-service
make deploy-ds-web-service
# Check functionality. Open second terminal and log into dmstorage node
# Check functionality. Open second terminal and log into dmstorage node
...
@@ -135,15 +136,15 @@ dm-get-experiment --name exp1
...
@@ -135,15 +136,15 @@ dm-get-experiment --name exp1
dm-get-experiment --name exp1 --display-keys=__all__
dm-get-experiment --name exp1 --display-keys=__all__
# check directory content on the storage node (dm@dmstorage)
# check directory content on the storage node (dm@dmstorage)
ls -l
tr
/opt/DM/data
ls -l /opt/DM/data
# start experiment (sveseli@dmstorage)
# start experiment (sveseli@dmstorage)
dm-start-experiment --name exp1
dm-start-experiment --name exp1
# check directory content on the storage node (dm@dmstorage)
# check directory content on the storage node (dm@dmstorage)
ls -l
tr
/opt/DM/data
ls -l /opt/DM/data
ls -l
tr
/opt/DM/data/ESAF
ls -l /opt/DM/data/ESAF
ls -l
tr
/opt/DM/data/ESAF/exp1/
ls -l /opt/DM/data/ESAF/exp1/
# at this point we can log into the portal to see experiment that was created
# at this point we can log into the portal to see experiment that was created
# observe that start time is entered correctly
# observe that start time is entered correctly
...
@@ -165,12 +166,12 @@ dm-start-daq --experiment exp1 --data-directory /tmp/data/exp1
...
@@ -165,12 +166,12 @@ dm-start-daq --experiment exp1 --data-directory /tmp/data/exp1
# create test file in the DAQ directory (daq node)
# create test file in the DAQ directory (daq node)
# observe log file entries, point out file transfer
# observe log file entries, point out file transfer
echo "Hello there, data management is here" > /tmp/data/exp1/file1
touch /tmp/data/exp1/file1
touch /tmp/data/exp1/file1
echo "Hello there, data management is here" > /tmp/data/exp1/file1
# check directory content on the storage node (dm@dmstorage)
# check directory content on the storage node (dm@dmstorage)
# file1 should be transferred
# file1 should be transferred
ls -l
tr
/opt/DM/data/ESAF/exp1/
ls -l /opt/DM/data/ESAF/exp1/
# stop DAQ (dm@dmdaq)
# stop DAQ (dm@dmdaq)
dm-stop-daq -h
dm-stop-daq -h
...
@@ -186,15 +187,15 @@ echo "this is file 2" > /tmp/data/exp1/2015/04/21/file2
...
@@ -186,15 +187,15 @@ echo "this is file 2" > /tmp/data/exp1/2015/04/21/file2
echo "this is file 3" > /tmp/data/exp1/2015/04/21/file3
echo "this is file 3" > /tmp/data/exp1/2015/04/21/file3
# check directory content on the storage node (dm@dmstorage)
# check directory content on the storage node (dm@dmstorage)
ls -l
tr
/opt/DM/data/ESAF/exp1/
ls -l /opt/DM/data/ESAF/exp1/
# upload data (dm@dmdaq)
# upload data (dm@dmdaq)
dm-upload -h
dm-upload -h
dm-upload --experiment exp1 --data-directory /tmp/data/exp1
dm-upload --experiment exp1 --data-directory /tmp/data/exp1
# check directory content on the storage node (dm@dmstorage)
# check directory content on the storage node (dm@dmstorage)
ls -l
tr
/opt/DM/data/ESAF/exp1/
ls -l /opt/DM/data/ESAF/exp1/
ls -l
tr
/opt/DM/data/ESAF/exp1/2015/04/21/
ls -l /opt/DM/data/ESAF/exp1/2015/04/21/
cat /opt/DM/data/ESAF/exp1/2015/04/21/file3
cat /opt/DM/data/ESAF/exp1/2015/04/21/file3
# stop experiment (sveseli@dmstorage)
# stop experiment (sveseli@dmstorage)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment