Ok thanks.
And I got the IBM technote too. Thank you.
-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann
SIMON
Sent: Friday, January 23, 2015 4:44 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TSM on Linux Box
Oups, I made a mistake. I
Oups, I made a mistake. If the previous example was working with with the
start/status/stop commands, it was not able to launch the scheduler at system
startup (on a RHEL 6), this one is ok :
[root@rhel65 ~]# cat /etc/init/dsmc-sched.conf
# This service starts the TSM "dsm sched" backup process
Here's an IBM technote on the subject :
http://www-01.ibm.com/support/docview.wss?uid=swg21624682
** Here's a working sample for upstart :
[root@rhel65 ~]# cat /etc/init/dsmc-sched.conf
# This script starts the TSM "dsmc sched" scheduler process
# and respawns it if it gets killed or dies.
#Descr
These particular linux boxes I use the traditional method with the inittab are
SUSE linux.
So I don't believe the 'upstart' will work for these boxes.
But we have a mixed bag, so if anyone has script for the upstart I can
steal.
Thanks!
-Original Message-
From: ADSM: Dist Stor Ma
> Op 23 jan. 2015, om 18:54 heeft Erwann SIMON het
> volgende geschreven:
>
> Hello,
>
> It won't change anything since /etc/inittab is not processesed anymore (on
> RHEL 6+ witch used upstart). See links to Red Hat documentation I provided
> earlier or man 5 inittab.
and then there is syste
Yes, I saw the 'upstart' you sent yesterday. I found out have mixed bag of our
RHEL. Our newer servers are 6.5 though.
Is that the script were a 'respawn' command is needed?
I found one online, but if you have a sample script you can send me, that would
be great.
-Original Message-
F
Hello,
It won't change anything since /etc/inittab is not processesed anymore (on RHEL
6+ witch used upstart). See links to Red Hat documentation I provided earlier
or man 5 inittab.
I can send you a sample init script (to be placed in /etc/init/) if you want to
start dsmc sched.
--
Best reg
Hello. Well, after checking the steps for Traditional method on page 235, the
difference we had was on the entry in the inittab file.
Book:
tsmsched::once:/usr/bin/dsmc sched > /dev/null 2>&1 # TSM scheduler
Ours:
"item::once:/usr/bin/dsmc sched > /dev/null 2>&1 # TSM scheduler"
1.
Hello. yes, we use the Traditional method. Version 6.4.1. I believe the
default for managed services is 'web client'
I'm following the instructions on page 234/235 in the .pdf Wanda sent me.
Thank you.
-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On