RHV / oVirt 로그 수집 방법
RHVM에서 현재 SPM 및 클러스터당 하나의 호스트에서 데이터를 수집
참고 : 4.1.8+ 및 3.6.12+에서만 사용할 수 있습니다
# ovirt-log-collector --hypervisor-per-cluster
RHVM 및 하나 이상의 특정 호스트로부터 데이터를 수집
주소 또는 호스트 이름의 공백이 없는 쉼표 구분 목록을 제공합니다. 다음 예제에서는 .11 및 .15로끝나는 모든 호스트의 데이터를 수집합니다.
RHV 4
# ovirt-log-collector --hosts=*.11,*.15 or # sos-collector --nodes=*.11,*.15
RHEV 3.3 이상
# engine-log-collector --hosts=*.11,*.15
RHEV 3.0/3.1/3.2
# rhevm-log-collector collect --hosts=*.11,*.15
RHVM 및 모든 호스트에서 로그를 수집
RHV 4
# ovirt-log-collector or # sos-collector
RHEV 3.3 이상
# engine-log-collector
RHEV 3.0/3.1/3.2
# rhevm-log-collector collect
데이터 센터 이름을 기반으로 데이터를 수집
이 옵션을 사용하여 데이터 센터 이름에 따라 데이터를 수집합니다.
아래 예제는 data-center의
- 문자 L로시작하는 모든 클러스터
.example.com
로 끝나는 DNS 이름이 있는 모든 호스트
에 대한 정보를 수집합니다.
RHV 4
# ovirt-log-collector --cluster=L* --hosts=*.example.com or # sos-collector -c rhv.cluster=L* --nodes=*.example.com
RHEV 3.3 이상
# engine-log-collector --cluster=L* --hosts=*.example.com
RHEV 3.0/3.1/3.2
# rhevm-log-collector collect --cluster=L* --hosts=*.example.com
RHV-M 데이터만 수집(데이터베이스 덤프 및 관리자의 소스리포트 수집)
RHV 4
# ovirt-log-collector --no-hypervisors or # sos-collector -c rhv.no-hypervisors
RHEV 3.3 ~ 3.6
# engine-log-collector --no-hypervisors
RHEV 3.0/3.1/3.2
# rhevm-log-collector collect --no-hypervisors
참조링크
로그인하면 댓글을 남길 수 있습니다.