본문 바로가기

반응형

KVM

C276x260 우분투에서 KVM과 Cockpit을 설치하고 사용하는 방법 우분투 24.04에서 KVM과 Cockpit을 설치하고 사용하는 방법1. 시스템 업데이트 및 필수 패키지 설치KVM 관련 필수 패키지를 설치합니다.sudo apt updatesudo apt install -y cpu-checkersudo apt install -y qemu-kvm libvirt-daemon-system bridge-utils libguestfs-tools virt-managersudo kvm-ok$ sudo kvm-okINFO: /dev/kvm existsKVM acceleration can be usedsudo virsh version$ sudo virsh versionCompiled against library: libvirt 10.0.0Using library: libvirt 10... 더보기
C276x260 Microsoft Garage Mouse without Borders Microsoft Garage Mouse without BordersMS에서 제작한 무료 마우스 키보드 공유 프로그램 Microsoft Garage Mouse without Borders Mouse without BordersMouse without Borders (http://aka.ms/mm) is a product that makes you the captain of your computer fleet by allowing you to control up to four computers from a single mouse and keyboard. This means that with Mouse without Borders you can copy text or drag awww.microsoft.co.. 더보기
C276x260 CentOS 7에서 KVM 하이퍼바이저를 설치하는 방법 CentOS 7에서 KVM(Kernel-based Virtual Machine) 하이퍼바이저를 설치하는 방법 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) $ getconf LONG_BIT 64 $ uname -a Linux ntvm-peer01 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux KVM 호스트 확인 시스템이 KVM을 지원하는지 확인해야 합니다. grep -E '(vmx|svm)' /proc/cpuinfo 출력이 0이 아니라면, CPU에서 가상화 확장이 지원됩니다. KVM 모듈 로드 KVM 모듈.. 더보기
C276x260 [리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기
C276x260 KVM에서 스냅샷 생성, 복원 및 삭제하기 KVM에서 스냅샷 생성, 복원 및 삭제하기 KVM (Kernel-based Virtual Machine)은 가상화 기술을 사용하여 가상 머신을 실행하는 데 사용되는 오픈 소스 가상화 플랫폼입니다. Snapshot (help keyword 'snapshot') snapshot-create-as 인수 모음에서 스냅샷 생성 snapshot-current 현재 스냅샷 설정 snapshot-delete 도메인 스냅샷 삭제 snapshot-dumpxml 도메인 스냅샷의 덤프 XML snapshot-edit 스냅샷의 XML 편집 snapshot-info 스냅샷 정보 snapshot-list 도메인의 스냅샷 목록 snapshot-parent 부모 스냅샷의 이름 얻기 snapshot-revert 도메인을 스냅샷으로 되돌.. 더보기
C276x260 KVM Virsh Console Access On CentOS 7 KVM Virsh Console Access On CentOS 7 Enable Serial Console on the Virtual Machine 1. console=ttyS0 추가 GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 crashkernel=auto rhgb quiet console=ttyS0 vi /etc/default/grub $ vi /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_.. 더보기

728x90
반응형