Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
fa7546cc
Commit
fa7546cc
authored
13 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
minor: replace ETL Server by Data Store Server in all remaining places
SVN: 23584
parent
9eb67019
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
datastore_server/dist/datastore_server.sh
+5
-5
5 additions, 5 deletions
datastore_server/dist/datastore_server.sh
with
5 additions
and
5 deletions
datastore_server/dist/datastore_server.sh
+
5
−
5
View file @
fa7546cc
#!/bin/bash
#!/bin/bash
#
#
# Control script for CISD openBIS
ETL
Server on Unix / Linux systems
# Control script for CISD openBIS
Data Store
Server on Unix / Linux systems
# -------------------------------------------------------------------------
# -------------------------------------------------------------------------
awkBin
()
awkBin
()
...
@@ -93,14 +93,14 @@ printStatus()
...
@@ -93,14 +93,14 @@ printStatus()
PID
=
`
cat
$PIDFILE
`
PID
=
`
cat
$PIDFILE
`
isPIDRunning
$PID
isPIDRunning
$PID
if
[
$?
-eq
0
]
;
then
if
[
$?
-eq
0
]
;
then
echo
"
ETL
Server is running (pid
$PID
)"
echo
"
Data Store
Server is running (pid
$PID
)"
return
0
return
0
else
else
echo
"
ETL
Server is dead (stale pid
$PID
)"
echo
"
Data Store
Server is dead (stale pid
$PID
)"
return
1
return
1
fi
fi
else
else
echo
"
ETL
Server is not running."
echo
"
Data Store
Server is not running."
return
2
return
2
fi
fi
}
}
...
@@ -155,7 +155,7 @@ case "$command" in
...
@@ -155,7 +155,7 @@ case "$command" in
getStatus
getStatus
EXIT_STATUS
=
$?
EXIT_STATUS
=
$?
if
[
$EXIT_STATUS
-eq
0
]
;
then
if
[
$EXIT_STATUS
-eq
0
]
;
then
echo
"Cannot start
ETL
Server: already running."
echo
"Cannot start
Data Store
Server: already running."
exit
100
exit
100
fi
fi
...
...
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