XenServer 가상화에 대해

kjyong98의 이미지

안녕하세요.

현재 XenServer를 이용해서 가상화 서버들을 구축중입니다.

그러다보니 궁금한점이 생겼는데요.

XenServer는 현재 전가상화/반가상화 모두 지원하고 있는것으로 알고있습니다.

그런데 XenServer에서 VM에 Xen-tool을 설치하지 않고 실행시에는 전가상화 모드로 동작된다는 글을 본적이 있는데 맞는 말인가요?

그렇다면 제가 기존에 알기로는 반가상화의 경우 호스트 OS 가 오픈소스 OS인것에 한정되는것으로 알고있었는데 Xen-tool을 윈도우에 설치하면 반가상화 모드로 윈도우를 돌릴 수 있는건지 궁금합니다.

그래서 윈도우 서버 2016 VM에 Xen-too을 설치하고 XenCenter에서 VM Virtualization state에 I/O optimized Management Agent not installed Not able to receive updates from Windows Update라는 메시지가 뜨던데 현재 쓰고있는 XenServer의 반가상화 모드에서는 윈도우 서버 2016을 지원하지 않는것인가요?

김정균의 이미지

Xen-tool 설치 여부와 상관 없이 처음 설치시에 설치 템플릿의 기본값에 의하여 결정이 됩니다. CentOS 6 의 경우 템플릿에서 PV 로 설치가 되도록 되어 있고, CentOS 7 은 HVM 으로 설치가 되도록 되어 있습니다.

아래와 같이 확인이 가능하고, vm-param-set 으로 domain-type parameter 값을 수정하면 변경이 가능 합니다.

PV는 para virtualization(반가상화) 이고 HVM 은 Hardware-assisted Virtualization(전가상화) 입니다.

[root@xen7 ~]# xe template-list  | grep "CentOS" | sort -V
          name-label ( RW): CentOS 5 (32-bit)
          name-label ( RW): CentOS 5 (64-bit)
          name-label ( RW): CentOS 6 (32-bit)
          name-label ( RW): CentOS 6 (64-bit)
          name-label ( RW): CentOS 7
[root@xen7 ~]# xe vm-param-get param-name=domain-type \
> uuid=$(xe template-list name-label="CentOS 6 (64-bit)" | awk '/^uuid / { print $5 };')
pv
[root@xen7 ~]# xe vm-param-get param-name=domain-type \
> uuid=$(xe template-list name-label="CentOS 7" | awk '/^uuid / { print $5 };')
hvm

그리고, Winddows 가 PV로 동작할 수 있다는 말은 아직 못 들어본 것 같습니다. 다만 HVM windows 기반에서 driver 를 PV로 동작 시키는 프로젝트들이 있는 것 같네요. 저도 Windows Guset 경험은 거의 없어서.. :)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.