Linux 客户端上的 NetWorker 服务因超时而无法启动

Summary: 客户端上的 NetWorker 服务因超时而无法启动。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

客户端上的 NetWorker 服务未启动。

systemctl status 报告超时。

# systemctl status networker.service
 networker.service - EMC NetWorker. A backup and restoration software package.
   Loaded: loaded (/opt/nsr/admin/networker.service; enabled; vendor preset: 
   Active: failed (Result: timeout) 
  Process: <PID> ExecStart=/opt/nsr/admin/networker.sh start (code=killed, 
Main PID: <PID> (code=exited, status=1/FAILURE)
systemctl start networker.service 报告超时。
# systemctl start networker
Job for networker.service failed because a timeout was exceeded.

Cause

NetWorker 将名为 networker 的启动脚本拷贝到 /etc/init.d。还有一个名为 networker.service 创建对象 systemd

如果两者都是 systemd 气源处理装置和 init 脚本存在同名,可能存在冲突。 Systemd 可能正在尝试使用这两种方法管理服务,从而导致超时。

Resolution

步骤:

  1. 从 中删除 NetWorker 脚本 /etc/init.d
# mv /etc/init.d/networker /tmp/networker
  1. 检查 NetWorker 是否已启用。
# systemctl is-enabled networker.service
  1. 重新启动客户端。
  2. 检查服务状态。
# systemctl status networker.service

提醒:如果在执行上述步骤后问题得到解决,请从脚本拷贝到的位置删除脚本。在本示例中 rm -rf /tmp/networker
Article Properties
Article Number: 000269625
Article Type: Solution
Last Modified: 08 Feb 2025
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.