KVM Node Installation Guide
1. OpenNebula 저장소(Repositories) 추가
CentOS/RHEL 7
To add OpenNebula repository execute the following as root:
# cat << EOT > /etc/yum.repos.d/opennebula.repo
[opennebula]
name=opennebula
baseurl=https://downloads.opennebula.org/repo/5.4/CentOS/7/x86_64
enabled=1
gpgkey=https://downloads.opennebula.org/repo/repo.key
gpgcheck=1
#repo_gpgcheck=1
EOT
Debian/Ubuntu
To add OpenNebula repository on Debian/Ubuntu execute as root:
wget -q -O- https://downloads.opennebula.org/repo/repo.key | apt-key add -
Debian 8
echo "deb https://downloads.opennebula.org/repo/5.4/Debian/8 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
Debian 9
echo "deb https://downloads.opennebula.org/repo/5.4/Debian/9 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
Ubuntu 14.04
echo "deb https://downloads.opennebula.org/repo/5.4/Ubuntu/14.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
Ubuntu 16.04
echo "deb https://downloads.opennebula.org/repo/5.4/Ubuntu/16.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
Ubuntu 17.04
echo "deb https://downloads.opennebula.org/repo/5.4/Ubuntu/17.04 stable opennebula" > /etc/apt/sources.list.d/opennebula.listㅇ
본인의 운영체제에 맞는 명령어를 입력한다. 본 블로그에서는 Ubuntu 14.04버전으로 설치가 진행될 예정이다.
2. Software 설치
CentOS/RHEL 사용자이면 아래의 명령어를 입력해라.
$ sudo yum install opennebula-node-kvm $ sudo service libvirtd restart |
Debian/Ubuntu 사용자는 아래의 명령어를 입력해라.
sudo apt-get install opennebula-node sudo service libvirtd restart # debian sudo service libvirt-bin restart # ubuntu |
Y입력 후 엔터.
엔터 후 완료.
su oneadmin
image 에서 Fail이 계속 나면 폴더 권한을 oneadmin으로 변경. 그리고 접속 가능한지 확인.
'옥탑방주인 > 개인공부' 카테고리의 다른 글
opennebula ssh (0) | 2018.10.02 |
---|---|
Opennebula node remove (0) | 2018.10.02 |
OpenNebula 5.4 Front-end Installation Guide (0) | 2018.09.21 |
빅데이처 처리 방식 3가지 : 배치 처리, 실시간 처리, 대화형 처리 (0) | 2018.08.02 |
Tensorflow 설치 (0) | 2017.07.03 |