development
fetch_files
group_vars
host_vars
production
qs
roles
ams_0006_8.0.5.0
ams_0008_8.0.8.0
ams_0008_8.0.8.0_AdminServer
ams_0013_8.0.9.0
defaults
files
message-code.mapping
psc.sh
startALL
startALLwoa
startadmin
startapps
stopALL
stopALLwoa
stopadmin
stopapps
handlers
meta
tasks
templates
tests
vars
.travis.yml
README.md
ams_0014_14.0.2.0
ams_0014_14.0.2.0_AdminServer
ams_0015_8.0.9.0_hotfix
ams_0016_14.1.2.0
ams_0016_14.1.2.0_AdminServer
ams_0017_14.1.4.0
ams_0017_14.1.4.0_AdminServer
ams_0019_14.1.6.0
ams_0019_14.1.6.0_AdminServer
ams_0019_14.1.6.0_enable_monitoring
ams_sso
base_installation
chrony
default_role
disable_import_cv_xml
enable_import_cv_xml
git
teaching
ansible.cfg
install.sh
playbook.retry
playbook.yml
11 lines
242 B
Bash
Executable File
11 lines
242 B
Bash
Executable File
#!/usr/bin/bash
|
|
AMSHOME="/opt/rola/ams"
|
|
|
|
if [ -f $AMSHOME/linux/Appserver/service/rsWebserviceAppserver.status ]
|
|
then
|
|
echo "Appserver is already running!"
|
|
else
|
|
/opt/rola/ams/linux/Appserver/service/rsWebserviceAppserver.sh start;
|
|
fi
|
|
./psc.sh
|