Avamar: sudoers 파일에 대한 잘못된 권한으로 인해 "알 수 없는 노드" 알림이 상태 점검 스크립트 출력에 표시됩니다.

Summary: sudoers 파일에 대한 잘못된 권한으로 인해 상태 점검 스크립트 출력에 "알 수 없는 노드" 알림이 표시됩니다.

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

  • 상태 점검 스크립트(proactive_check.pl)에서 노드의 하드웨어 유형을 결정하지 못합니다. 
cat hc_results.txt
...
WARNING:  Node (0.2) Unknown node type based on disk size (5 TB), memory (32 GB) and disk partitions (3)
RESOLUTION: Thoroughly check hardware status, size of partitions, number of partitions and amount of memory

# --> Node Type                      *FAILED*
# --> Node Type                       1x4 gen4s-Util/Accel, gen4s-M1200, Unknown 5 TB<snip>
 
  • 영향을 받는 노드에서 하드웨어 명령이 실패합니다. 
avsysreport chassis-info
sudo: /etc/sudoers is mode 0551, should be 0440
sudo: no valid sudoers sources found, quitting 

Cause

에 대한 사용 권한 /etc/sudoers 파일이 잘못되었습니다.

Resolution

1. Avamar Utility Node에 admin으로 로그인합니다. 

2. 루트로 승격하고 ssh keys에 관한 자세한 내용을 참조하십시오. Avamar: 자세한 내용은 Avamar Server에 로그인하고 다양한 키를 로드하는 방법을 참조하십시오.

3. 의 사용 권한을 확인합니다. /etc/sudoers 모든 노드에 대한 파일: 

mapall --noerror --all+ --user=root 'ls -ahltr /etc/sudoers'
 

단일 노드 그리드의 예상 출력: 

Using /usr/local/avamar/var/probe.xml
(0.0) ssh -q  -x  -o GSSAPIAuthentication=no root@10.10.10.246 'ls -ahltr /etc/sudoers'
-r--r----- 1 root root 9.9K Aug 25 22:53 /etc/sudoers
 

다중 노드 그리드의 예상 출력:

Using /usr/local/avamar/var/probe.xml
(0.s) ssh -q  -x  -o GSSAPIAuthentication=no root@192.168.255.1 'ls -ahltr /etc/sudoers'
-r--r----- 1 root root 8.3K Aug 17  2023 /etc/sudoers
(0.0) ssh -q  -x  -o GSSAPIAuthentication=no root@192.168.255.2 'ls -ahltr /etc/sudoers'
-r--r----- 1 root root 9.8K Jun  1  2022 /etc/sudoers
(0.1) ssh -q  -x  -o GSSAPIAuthentication=no root@192.168.255.3 'ls -ahltr /etc/sudoers'
-r--r----- 1 root root 9.8K Jun  1  2022 /etc/sudoers
(0.2) ssh -q  -x  -o GSSAPIAuthentication=no root@192.168.255.4 'ls -ahltr /etc/sudoers'
-r--r----- 1 root root 9.8K Jun  1  2022 /etc/sudoers
 

4. 잘못된 권한 또는 소유권을 보고하는 노드의 경우:

a. 문제가 있는 노드에 연결합니다.

b. 필요에 따라 권한 또는 소유권을 수정합니다.

chmod 440 /etc/sudoers
chown root:root /etc/sudoers
 

c. 하드웨어 명령이 적절하게 응답하는지 확인합니다.

avsysreport chassis-info
=== Chassis information
Host Name     : testavamar.company.com
Chassis Model : Gen4S M1200
Serial Number : FC6AV123456789
Part Number   : 100-580-643
BIOS Version  : SE5C600.86B.02.04.0003.102320141138
 

이제 상태 점검 스크립트가 알림을 보고하지 않고 실행되어야 합니다.

Additional Information

Affected Products

Avamar, Avamar Server

Products

Avamar
Article Properties
Article Number: 000026683
Article Type: Solution
Last Modified: 18 Aug 2025
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.