Scripted Silent Installation for BAClient 8.1.12+ Note Scheduler not running

Aldini

ADSM.ORG Member
Joined
Jul 5, 2016
Messages
23
Reaction score
1
Points
0
PREDATAR Control23

Hello
I am wondering if IBM has a script for a slient Redhat Linux 8x and aIX 7.2 install; all our clients run jobs via a local crontab and scheduler is NOT installed - "client linux silent installation" foudn nothign in redbooks or online knowledge support except for psuhed automated from TSM server which we cant do as scheduler does not run; not a problem to rsh into each client unpack the PA file and run setup (if it existed) to update GSK/SP BA regular and api clients....
Anyone have that linux scripted silent procedure maybe i am missing something easy
Thanks
 
PREDATAR Control23

Hi,

Later clients adds it systemctl.

Code:
root@trident:~# systemctl status dsmcad
○ dsmcad.service - "IBM SP Client dsmcad service."
     Loaded: loaded (/etc/systemd/system/dsmcad.service; disabled; vendor preset: enabled)
     Active: inactive (dead)
root@trident:~#

It shoud only require systemctl enable dsmcad and systemctl start dsmcad
 
PREDATAR Control23

Trident no at all an answer to my question - I asked about a scripted install (thnk i have it btw) not how to to verity dsmcad - we dont use it or install it
 
Top