Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add service commander definition #149

Merged
merged 13 commits into from
Jan 8, 2025
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
gmake -C config install BUILDLIB=${BUILDLIB}
gmake -C ile BUILDLIB=${BUILDLIB}
gmake -C camel install
install -m 555 -o qsys service-commander-def.yaml ${INSTALL_ROOT}/opt/manzan/lib/manzan.yaml

uninstall:
gmake -C ile uninstall BUILDLIB=${BUILDLIB}
Expand All @@ -44,4 +45,5 @@ manzan-installer-v%.jar: /QOpenSys/pkgs/bin/zip appinstall.jar
gmake -C config BUILDVERSION="$*" install BUILDLIB=${BUILDLIB}
gmake -C ile BUILDVERSION="$*" BUILDLIB=${BUILDLIB}
gmake -C camel BUILDVERSION="$*" clean install
install -m 555 -o qsys service-commander-def.yaml ${INSTALL_ROOT}/opt/manzan/lib/manzan.yaml
SanjulaGanepola marked this conversation as resolved.
Show resolved Hide resolved
/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit/bin/java -jar appinstall.jar --qsys manzan --dir /QOpenSys/etc/manzan --file /opt/manzan -o $@
9 changes: 9 additions & 0 deletions service-commander-def.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Manzan
SanjulaGanepola marked this conversation as resolved.
Show resolved Hide resolved
dir: .
start_cmd: ../bin/manzan
check_alive: manzan
batch_mode: 'true'
sbmjob_jobname: manzan
sbmjob_opts: JOBQ(QUSRNOMAX)
environment_vars:
- PATH=/QOpenSys/pkgs/bin:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin