시간 초과가 초과되어 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.