반응형
Failed backup of LVM configuration
Failed to execute command 'lvm.static pvs -o pv_fmt,pv_uuid,dev_size,pv_name,pv_mda_free,pv_mda_size,pv_all,seg_all,pvseg_all,vg_all,lv_all --nameprefixes --noheadings --units b --nosuffix --unquoted'
CDP 백업을 하다보니 centos7 같은경우 파티션이 LVM 으로 잡아서 설치하는경우가있다.
이럴경우 CDP 백업과정에서 위와같이 실패하는 경우가 나올텐데.
Agent 서버에서 아래와같이 작업해주면 정상적으로 백업이 가능하다.
1. 원본파일을 백업합니다.
#mv /usr/sbin/r1soft/lib/lvm.static /usr/sbin/r1soft/lib/lvm.static_bak
2. 해당파일을 교체해줍니다.
#ln -s /sbin/lvm /usr/sbin/r1soft/lib/lvm.static
'리눅스 > 기타' 카테고리의 다른 글
postgres12 ha 구성방법 (0) | 2020.09.15 |
---|---|
postgresql 소스설치 (0) | 2020.09.07 |
letsencrypt 인증서 발급 명령어 (0) | 2020.02.11 |
tomcat 구동이 느릴경우 (0) | 2019.12.10 |
cdp 복원 오류 (0) | 2019.12.10 |