I don't have an SP service but I've created a service for BMC control-M Agents. 
 It should be easy to make substitutions.  Note: This is for Red Hat 7.  It 
won't work on RHEL 6.

create file /etc/systemd/system/ctmag.service

===========================================================
[Unit]
Description=Control-M Agent

[Service]
Type=forking
RemainAfterExit=yes
ExecStart=/home/ctmagent/ctm/scripts/rc.agent_user start
ExecStop=/home/ctmagent/ctm/scripts/rc.agent_user stop

[Install]
WantedBy=multi-user.target
===========================================================

Issue these commands to activate:
systemctl daemon-reload
systemctl enable ctmag.service


Jim Schneider
Essendant

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michaud, Luc [Analyste principal - environnement AIX]
Sent: Tuesday, November 19, 2019 6:53 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] systemd.service file example

>  However, I would rather use a systemd.service file to start (and stop) SP 
> during startup and shutdown.

Same here !!!  

Keep me informed if anything comes your way outside this list.

We'll be migrating our Blueprint SP (8.1.6.1) servers from AIX to RHEL7 
(latest) within the next few months.

Regards,

Luc

**********************************************************************
Information contained in this e-mail message and in any attachments thereto is 
confidential. If you are not the intended recipient, please destroy this 
message, delete any copies held on your systems, notify the sender immediately, 
and refrain from using or disclosing all or any part of its content to any 
other person.

Reply via email to