본문 바로가기
SW/Veeam

Veeam CDP 백업 설치 (CLI) - Centos Rocky 9.7 (9.5 같이 설치 하다 보니 생기는 에러)

by bigju 2026. 3. 19.
반응형

 

1. 에러 발생


Importing GPG key 0xFBF8A590:
 Userid     : "Veeam Software Repository key <support@veeam.com>"
 Fingerprint: EFAF F6B4 4E68 80EA DDD2 17E4 7AFD EEB8 FBF8 A590
 From       : https://repository.veeam.com/keys/veeam.gpg
Key imported successfully
Import of key(s) didn't help, wrong key(s)?
Public key for blksnap-6.3.2.1307-1.noarch.rpm is not installed. Failing package is: blksnap-6.3.2.1307-1.noarch
GPG Keys are configured as: https://repository.veeam.com/keys/veeam.gpg
Public key for veeam-6.3.2.1307-1.el9.x86_64.rpm is not installed. Failing package is: veeam-6.3.2.1307-1.el9.x86_64
GPG Keys are configured as: https://repository.veeam.com/keys/veeam.gpg
Public key for veeam-libs-6.3.2.1307-1.x86_64.rpm is not installed. Failing package is: veeam-libs-6.3.2.1307-1.x86_64
GPG Keys are configured as: https://repository.veeam.com/keys/veeam.gpg
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED

 

2. 해결

--nogpgcheck 옵션을 주어 검증을 건너뛰고 바로 설치

sudo dnf install -y veeam --nogpgcheck

 

리포지토리 설정에서 gpgcheck를 0으로 변경

sudo sed -i 's/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/veeam.repo

 

재설치 시도

sudo dnf clean all sudo dnf install -y veeam

 

3. 서비스 시작 및 활성화

sudo systemctl enable --now veeamservice

 

 

📸글*사진 ⓒ 빅주

 

반응형

'SW > Veeam' 카테고리의 다른 글

Veeam CDP 백업 설치 (CLI) - Centos Rocky  (0) 2026.03.18

댓글

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!