zabbix install(ft. docker)
# Virtualation/Docker2024. 3. 25. 09:06zabbix install(ft. docker)

# 설치환경 [darksharavim]cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) ## 자빅스 컨테이너 이미지 다운로드 [darksharavim]docker pull zabbix/zabbix-server-mysql Using default tag: latest Trying to pull repository docker.io/zabbix/zabbix-server-mysql ... missing signature key도커 버전으로 인한 이슈 도커 버전 업그레이드 진행 ## 도커설치 [darksharavim]yum -y update [darksharavim]yum install -y yum-utils [darksharavim]yum-config..

[proxmox]VE 초기설정
# Virtualation/Private Cloud2023. 7. 4. 19:21[proxmox]VE 초기설정

1. 구독 옵션 변경 디폴트 엔터프라이즈로 되어있음. 아래내용 추가vi /etc/apt/sources.list # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription /etc/atp/sources/list.d의 pve-enterprise.list 파일 변경pve-enterprise.list # deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise /etc/apt/sources.list.d..

[proxmox]VE install(feat. vmware)
# Virtualation/Private Cloud2023. 7. 4. 18:33[proxmox]VE install(feat. vmware)

https://www.proxmox.com/en/downloads Download Proxmox software, documentation, agreementsWe use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please notewww.proxmox.com 1. iso download 2. vm create(Debian) ..

[vmware]converter v2v issue(centos7)
# Virtualation/Private Cloud2023. 6. 9. 18:00[vmware]converter v2v issue(centos7)

centos7 V2V 실행 후 콘솔에서 확인시 구문오류가 발생. 구글링해본결과 컨버터 이슈가 있는것으로 확인되어 아래와 같이 진행하여 해결함.df -h chroot/mnt/sysimage grub2-mkconfig -o /boot/grub2/grub.conf exit reboot https://docs.vmware.com/en/vCenter-Converter-Standalone/6.4/rn/vmware-vcenter-converter-standalone-64-release-notes/index.html#Known%20Issues-Linux%20Sources VMware vCenter Converter Standalone 6.4 Release NotesKeep up with what’s new, chang..

[vagrant]centos container install(provider docker)
# Virtualation/Docker2023. 4. 5. 08:15[vagrant]centos container install(provider docker)

설치환경 [daraksharavim.tistory.com]$ cat /etc/redhat-release Rocky Linux release 8.6 (Green Obsidian) [daraksharavim.tistory.com]$ vagrant -v Vagrant 2.3.4 [daraksharavim.tistory.com]$ docker -v Docker version 23.0.3, build 3e7cbfd [daraksharavim.tistory.com]$ 베이그런트설치 더보기 [daraksharavim.tistory.com]$ yum install -y yum-utils [daraksharavim.tistory.com]$ yum-config-manager --add-repo https://rpm.rel..

image