0. RHEL의 경우 lvm2 Package추가: Ubuntu -> lmv2: suse -> lvm2SLES11에서 /etc/sysconfig/lvm도 편집하고 LVM_ACTIVATED_ON_DISCOVERED을 "사용"으로 설정해야 합니다.LVM_ACTIVATED_ON_DISCOVERED="enable" 1. Disk 추가.disk 추가 후 fdisk로 디스크 인식 여부 확인합니다.shell > fdisk -lWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.Disk /dev/xvda: 42.9 GB, 42949672960 bytes, 83886080 s..
도커 에러 발생Openshift를 설치하는 도중 Storage에 관련된 에러를 접하게 되었습니다.매뉴얼에는 docker-storage-setup 스크립트를 수행하면 되는것처럼 나와있지만 실제로는 그렇지 않습니다. https://docs.openshift.org/3.6/install_config/install/host_preparation.html Host Preparation - Installing a Cluster | Installation and Configuration | OKD 3.6The advanced installation method requires a user that has access to all hosts. If you want to run the installer as a non-..
yum을 이용해서 설치하는 방법을 알아봅니다.Shell > sudo yum install -y yum-utilsShell > sudo yum-config-manager --add-repohttps://download.docker.com/linux/centos/docker-ce.repoShell > sudo yum makecache fastShell > sudo yum install -yhttp://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.33-1.git86f33cd.el7.noarch.rpmShell > sudo yum install -y docker-ce 마지막 yum install -y docker-ce할시 다음과 같..