[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..

centos7x php7.3x 패키지 설치
# Script/PHP2022. 5. 31. 00:01centos7x php7.3x 패키지 설치

[darksharavim.tistory.com] yum -y install epel-release yum-utils [darksharavim.tistory.com] yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm [darksharavim.tistory.com] yum-config-manager --enable remi-php73 [darksharavim.tistory.com] yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd [darksharavim.tistory.com] php -v PHP 7.3.33 (cli) (built..

centos7 tibero maneual install
# DataBase2021. 4. 19. 13:31centos7 tibero maneual install

1. 필요패키지 설치gcc-3.4.6-11 gcc-c++-3.4.6-11 libgcc-3.4.6-11 libstdc++-3.4.6-11 libstdc++-devel-3.4.6-11 compat-libstdc++-33-3.2.3-47.3 libaio-0.3.105-2 libaio-devel-0.3.105-2 2. 서버 환경설정(sysctl.conf 및 limits.conf)# vi /etc/sysctl.conf kernel.shmmni = 4096 #kernel.shmall = ceil(shmmax/PAGE_SIZE) : 2147483648/1024 kernel.shmall = 2097152 #kernel.shmmax = 물리적인 메모리의 절반(현재 4G) kernel.shmmax = 2147483648 ..

docker 및 웹기반 관리도구 portainer 설치
# Virtualation/Docker2021. 3. 26. 10:34docker 및 웹기반 관리도구 portainer 설치

설치 환경 CentOS Linux release 7.9.2009 (Core) 1. docker 설치 # yum -y install docker 2. docker 실행 # systemctl start docker 3. docker 서비스 확인 # systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled) Active: active (running) since 금 2021-03-26 08:22:56 KST; 2h 10min ago Docs: http://docs.do..

centos7 iptables geoip 설치 및 적용
# Operation System/Linux2020. 7. 8. 11:18centos7 iptables geoip 설치 및 적용

# yum -y install perl-NetAddr-IP iptables-devel perl-Text-CSV_XS kernel-devel # wget mirror.koreaidc.com/iptables/xtables-addons-2.10.tar.gz # tar xvfz xtables-addons-2.10.tar.gz # cd xtables-addons-2.10/ # vi mconfig 주석처리 #build_TARPIT=m # ./configure # make && make install cat /tmp/GeoLite2-Country-Blocks-IPv.csv | ./20_convert_geolite2 /tmp/CountryInfo.txt > GeoIP-legacy.csv # ./00_download_g..

image