virt-install을 실행하면 아래와 같이 질문을 합니다.
#virt-install
What is the name of your virtual machine? guestos -> VM name
How much RAM should be allocated (in megabytes)? 512 -> 메모리 양
What would you like to use as the disk (path)? /root/guestos -> 파일이나 파티션명을 적어주면 됩니다.
How large would you like the disk (/root/guestos) to be (in gigabytes)? 3 -> 파일로 했을 경우 디스크 공간 크기
Would you like to enable graphics support? (yes or no) no -> 그래픽 설치를 하려면 X-windows 상태에서 vnc가 세팅 돼 있어야 됩니다.
What is the install location? 웹, ftp, nfs 위치를 지정해 주시면 됩니다. 로컬 시디롬 설치는 지원이 안됩니다.
그러면 리눅스 설치할때와 동일한 화면이 나옵니다.
보통 설치할때 처럼 계속 진행하시면 됩니다.
# xen 관리 명령어 xm에 대해 설명하겠습니다.
# xm
Usage: xm <subcommand> [args]
Control, list, and manipulate Xen guest instances.
Common 'xm' commands:
console Attach to <Domain>'s console. -> GuestOS console 화면으로 이동
create Create a domain based on <ConfigFile>. -> GuestOS 띄우는 명령
destroy Terminate a domain immediately. -> GuestOS 즉시 종료
dump-core Dump core for a specific domain. -> GeustOS dump core
help Display this message.
list List information about all/some domains. -> GuestOS 목록을 보는 명령
mem-set Set the current memory usage for a domain. -> GuestOS 메모리 세팅
migrate Migrate a domain to another machine. -> GuestOS 다른 서버로 이동하는 명령
pause Pause execution of a domain. -> GuestOS 실행 정지
reboot Reboot a domain. -> GuestOS reboot
restore Restore a domain from a saved state. -> 저장된 상태로 부터 GuestOS 복구
save Save a domain state to restore later. -> GuestOS 상태를 파일로 저장
shutdown Shutdown a domain. -> GuestOS 시스템 종료
top Monitor a host and the domains in real time. -> GuestOS 상태 실시간으로 볼 수 있는 명령
unpause Unpause a paused domain. -> 실행 정지된 GuestOS 다시 실행
uptime Print uptime for a domain. -> GuestOS uptime print
vcpu-set Set the number of active VCPUs for allowed for -> GuestOS에 할당된 cpu 개수 조절
the domain.
xen 관련 설정 파일은 /etc/xen, 로그 파일은 /var/log/xen에 있습니다.
virt-install, xm 명령어 만 알아도 설치나 운영에는 큰 지장이 없어 보입니다.
댓글 없음:
댓글 쓰기