분류 전체보기 (307) 썸네일형 리스트형 [sonarqube] 업그레이드 하기(9.4.0 -> 9.9.1) 업그레이드 전에 업그레이드 버전 사이에 LTS 버전이 있다면 LTS버전으로 먼저 업그레이드 후에 목적한 버전으로 업그레이드를 진행해야 한다.(LTS 버전은 최근을 기점으로 8.9 -> 9.9 이다.) 예를 들어 8.1 -> 9.4 로 업그레이드를 진행하려한다면 8.1 -> 8.9 LTS -> 9.8 순으로 해야합니다. 관련 내용 참조 : https://docs.sonarsource.com/sonarqube/9.9/setup-and-upgrade/upgrade-the-server/before-you-upgrade/#migration-path Before you upgrade This page contains some concepts and recommendations that you should famil.. Cisco IOS 라이선스 별 차이점 [Ansible] [WARNING]: win_find failed to check some files, these files were ignored and will not be part of the result output(2) 파일의 Data Size 관련 원인 외에 열려져 있는 파일 때문에 발생하는 원인이 있다. (win_find Data Size 관련 오류 참조 : https://ploz.tistory.com/entry/Ansible-WARNING-winfind-failed-to-check-some-files-these-files-were-ignored-and-will-not-be-part-of-the-result-output) win_find 는 기본적으로 알파벳 순으로 파일을 나열하고 결과를 도출하는데 도중에 열려져 있는 파일이 있을 경우 아래와 같은 경고가 발생한다. 경고가 발생하기 전 까지의 결과물은 알파벳 순으로 인해 도출되며 경고가 발생하기전 마지막 결과 파일의 다음 파일이 열려져 있는 파일일 확률이 높다. 열려.. [Fortigate] hardware sensor 정보, PSU 상태정보, Disk 정보 FortiGate 100F, 101F Hardware Sensor 정보 execute sensor list $ execute sensor list 1 Fan1 speed 6459 RPM 2 Fan2 speed 6429 RPM 3 Ext temperature 41.50 °C 4 Fan temperature 32.00 °C 5 CPU_ON-DIE temperature 42.44 °C 6 BCM_switch temperature 51.30 °C 7 B50185 temperature 66.50 °C 8 B50210_1 temperature 40.19 °C 9 B50210_2 temperature 40.19 °C PSU 상태정보 101f : diagnose hardware deviceinfo psu 100f : .. [snipe-it] Docker로 설치하기 (자산관리프로그램) Snipe-it 은 자산관리 프로그램 오픈소스로 mariadb와 연동되며 설치시에 mariadb + snipe-it 두개의 컨테이너가 필요하다. 환경 OS $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) Docker Version $ docker version Client: Version: 1.13.1 API version: 1.26 Package version: docker-1.13.1-209.git7d71120.el7.centos.x86_64 Go version: go1.10.3 Git commit: 7d71120/1.13.1 Built: Wed Mar 2 15:25:43 2022 OS/Arch: linux/amd64 Server: Ve.. [Ansible] [WARNING]: win_find failed to check some files, these files were ignored and will not be part of the result output(1) 환경 AWX Docker Version awx 17.0.1 $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 513c89b46290 ansible/awx:17.0.1 "/usr/bin/tini -- /u…" 3 months ago Up 2 months 8052/tcp awx_task 2c1410976fb7 ansible/awx:17.0.1 "/usr/bin/tini -- /b…" 3 months ago Up 2 months 0.0.0.0:80->8052/tcp awx_web 7c0247ceab04 postgres:12 "docker-entrypoint.s…" 3 months ago Up 2 months 5432/tcp awx_postgr.. [ansible AWX] 지나간 Jobs 삭제하기 AWX Version : 17:0.1 Docker $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 513c89b46290 ansible/awx:17.0.1 "/usr/bin/tini -- /u…" 3 months ago Up 2 months 8052/tcp awx_task 2c1410976fb7 ansible/awx:17.0.1 "/usr/bin/tini -- /b…" 3 months ago Up 2 months 0.0.0.0:80->8052/tcp awx_web 7c0247ceab04 postgres:12 "docker-entrypoint.s…" 3 months ago Up 2 months 5432/tcp awx_postgres 0b.. [proxmox] VM 머신 HA(High Availability) 설정 하기 개인적으로 PBS(Proxmox Backup Server)를 PVE Cluster내 VM으로 운영하고 PBS VM Storage를 NFS에 연결하여 사용하며 HA 구성하여 사용한다. 운용중인 VM은 Disk 성능 상의 이유로 Local Disk를 사용하며 PBS로 주기적으로 백업 하고 있다. PBS VM 이 있는 Node가 장애가 발생 할 경우 HA Migrate를 용이하게 하며 Disk 성능을 크게 탈 필요가 없다. (1G UTP 기준 NFS 성능은 1G 순차 쓰기에 100MB/s 미만의 성능을 보여 준다.) PBS HA를 하지 않는 경우는 참조 : https://ploz.tistory.com/entry/proxmox-%EC%84%9C%EB%A1%9C-%EB%8B%A4%EB%A5%B8-PBSProxmo.. [Gitlab] remote: GitLab: Push operation timed out 100MBytes 이상의 소스 파일을 push 하게 될 경우 볼수 있는 에러이다. remote: GitLab: Push operation timed out LFS(Large File Storage) 에 의해 50MBytes 부터는 경고를 보내고 100MBytes 이상에는 push 하지 못하도록 막는다. 100MBytes 이상부터의 관리를 위해서는 lfs를 설치하여 관리하여야 한다. 임시방변으로 lfs 를 해제 함으로서 push 할수 있다. gitlab-rails console 을 실행 후 Feature.disable(:lfs_check) 확인은 Feature.enabled?(:lfs_check) $ gitlab-rails console --------------------------------------.. [proxmox] 서로 다른 PBS(Proxmox Backup Server) 에 DataStore 공유 하기 DataStore를 공유(Local Disk가 아닌 NFS 등을 사용)하는 경우의 수는 여러가지가 있겠지만 개인적인 이유는 아래 2가지 이다. 1개의 DataStore를 공유하는 다수의 PBS를 운영 하고자 경우 운영중이던 PBS에 장애가 발생하여 새로 설치한 PBS에 기존 DataStore를 추가해야하는 경우 단순히 PBS를 설치 후 DataStore를 추가하게 되면 아래와 같은 에러가 발생하며 추가가 중단된다. unable to create chunk store '' subdir "//.chunks" - EEXIST: File exists 이 경우 기존 PBS의 datastore.cfg 를 그대로 복사하면 Datastore를 공유 할수 있다. $ cat /etc/proxmox-backup/datast.. 이전 1 ··· 3 4 5 6 7 8 9 ··· 31 다음