Hello guys,
I have received the following message from the Customer:
Hello,
We observe following alerts on SLES 15.3 servers where Commvault agent is installed (please see below). We observe those alerts in log /var/log/warn .
Commvault Kill-mode set to none in system configuration by default by installer.
Could you please provide requirements of commvault agent regarding this setting, is it allowed to change it? Which Kill-mode values are allowed?
Is this something we should fix/address?
Thank you!
Error example
systemd[1]1: /etc/systemd/system/commvault.Instance001.service:14: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'.
Support for KillMode=none is deprecated and will eventually be removed.
Service configuration
/etc/systemd/system> cat commvault.Instance001.service
[Unit]
Description=commvault Service
Requisite=cvunlock.service
After=cvunlock.service
#CVSU_Version=1
[Service]
EnvironmentFile=-/opt/commvault/Base/Temp/Galaxy.env
TasksMax=infinity
Type=forking
ExecStart=/opt/commvault/Base/Galaxy start direct -focus Instance001
ExecStop=/opt/commvault/Base/Galaxy stop direct -focus Instance001
RemainAfterExit=yes
KillMode=none
LimitNOFILE=262144
TimeoutSec=900
[Install]
WantedBy=multi-user.target
Alias=commvault.service
Alias=simpana.service
Alias=simpana.Instance001.service
I have tried to find any mention about ‘KillMode’ in BOL, but I didn’t find anything that might help me to answer the Customer.
Could you guys help me, please?
Rgds,
Kamil