summaryrefslogtreecommitdiff
path: root/backup/tsm/files
diff options
context:
space:
mode:
Diffstat (limited to 'backup/tsm/files')
-rw-r--r--backup/tsm/files/dsmc.conf.d7
-rw-r--r--backup/tsm/files/dsmc.init.d27
-rw-r--r--backup/tsm/files/dsmc.service10
-rw-r--r--backup/tsm/files/dsmcad.init.d-r125
-rw-r--r--backup/tsm/files/dsmcad.service12
-rw-r--r--backup/tsm/files/tsm.logrotate4
6 files changed, 0 insertions, 85 deletions
diff --git a/backup/tsm/files/dsmc.conf.d b/backup/tsm/files/dsmc.conf.d
deleted file mode 100644
index c4fd1c76a98c..000000000000
--- a/backup/tsm/files/dsmc.conf.d
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Config file for /etc/init.d/tivoli
-
-# See your TSM manual for valid ops
-#DSMC_OPTS=""
diff --git a/backup/tsm/files/dsmc.init.d b/backup/tsm/files/dsmc.init.d
deleted file mode 100644
index 0e9773294858..000000000000
--- a/backup/tsm/files/dsmc.init.d
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use net
- after dns
-}
-
-start() {
- ebegin "Starting dsmc"
- start-stop-daemon --start --background --nicelevel 15 \
- --make-pidfile --pidfile /var/run/dsmc.pid \
- --exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping dsmc"
- # For whatever reason SIGTERM doesn't affect the dsmc process, but
- # SIGHUP makes it exit cleanly
- start-stop-daemon --stop \
- --signal 1 \
- --pidfile /var/run/dsmc.pid
- eend $?
-}
-
diff --git a/backup/tsm/files/dsmc.service b/backup/tsm/files/dsmc.service
deleted file mode 100644
index aa25e1f74798..000000000000
--- a/backup/tsm/files/dsmc.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Tivoli Storage Manager (TSM) - dsmc
-After=network.target
-
-[Service]
-Nice=15
-ExecStart=/opt/tivoli/tsm/client/ba/bin/dsmc sched
-
-[Install]
-WantedBy=multi-user.target
diff --git a/backup/tsm/files/dsmcad.init.d-r1 b/backup/tsm/files/dsmcad.init.d-r1
deleted file mode 100644
index 6c487fd8c970..000000000000
--- a/backup/tsm/files/dsmcad.init.d-r1
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command=/opt/tivoli/tsm/client/ba/bin/dsmcad
-
-depend() {
- use net
- after dns dsmc
-}
-
-start() {
- ebegin "Starting dsmcad"
- start-stop-daemon --start --nicelevel 15 \
- --exec ${command}
- eend $?
-}
-
-stop() {
- ebegin "Stopping dsmcad"
- start-stop-daemon --stop \
- --signal 1 \
- --exec ${command}
- eend $?
-}
diff --git a/backup/tsm/files/dsmcad.service b/backup/tsm/files/dsmcad.service
deleted file mode 100644
index 34cccedd820f..000000000000
--- a/backup/tsm/files/dsmcad.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tivoli Storage Manager (TSM) - dsmcad
-After=network.target dsmc.service
-
-[Service]
-Type=forking
-Nice=15
-ExecStart=/opt/tivoli/tsm/client/ba/bin/dsmcad
-GuessMainPID=no
-
-[Install]
-WantedBy=multi-user.target
diff --git a/backup/tsm/files/tsm.logrotate b/backup/tsm/files/tsm.logrotate
deleted file mode 100644
index 656e8aff515b..000000000000
--- a/backup/tsm/files/tsm.logrotate
+++ /dev/null
@@ -1,4 +0,0 @@
-/var/log/tsm/*.log {
- create 0660 root tsm
- delaycompress
-}