Disclaimer (#1) I have never used linux on a 390
Disclaimer (#2) dsmcad is a proggie I'm not familiar with
BUT the way that we have our Linux servers set up we start the client scheduler ( dsmc
sched ) is in the rc.local script. ( /etc/rc.d/rc.local ) just added a "/usr/bin/dsmc
sched &" at t
I've installed TSM on Linux for 390 and have successfully backed up my system.
However, to make the install more permanent, the document says to put some "exports"
into the .profile. The only .profiles I can find are for individual users. Do I have
to define a user on Linux that matches my T
Keith,
Linux typically uses BASH, so instead of .profile, look for
.bash_profile.
As to the dsmcad start script, can't you put it in to /etc/inittab? If
you want to do a start script, you should be able to use one of the
others as a template to work from.
-Lloyd
Keith Reynolds wrote:
> I've