XCP-ng 는 회사에서도 무료로 사용할 수 있는 하이퍼바이저 입니다. 템플릿을 활용한 OS 설치 및 배포, 라이브 마이그레이션도 지원하는 무료이지만 많은 기능을 제공하고 있어서 오랬동안 유용하게 사용하고 있습니다. 이번 글은 Python을 이용하여 가상화 장비 VM을 백업하는 스크립트 입니다. XCP-NG 8.2 를 사용하고 있으며, Python 2.x 버전을 기준으로 작성하였습니다. # -*- coding: utf-8 -*- import socket import os from datetime import datetime import re import subprocess def run(cmd): p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE..
1. VM machine uuid 확인. $ xe vm-list uuid ( RO) : 79ce516a-d6e2-97bc-ee76-178a50d62691 name-label ( RW): Name of VMMachine power-state ( RO): running 2. VM Machine bootoption 변경. $ xe vm-param-set uuid=79ce516a-d6e2-97bc-ee76-178a50d62691 HVM-boot-policy=BIOS\ order 3. result before after
Many people have been having a few issues when installing Ubuntu 16.04 LTS or 14.04 LTS template on a XenServer 6.2 since they dont normally see the templates on the installation screen. Hope the following solution will help. Following some research online and trial and error, i found a solution on how to Add Ubuntu 16.04 LTS Template in XenServer 6.2 The firstt thing you need to do is update th..
- Total
- Today
- Yesterday
- 파이선
- routing
- GUI
- Kibana
- EVE
- ccna
- pyqt
- NTOP
- maximum shards open error
- Security
- Python
- CentOS
- ubuntu
- Ntopng
- Logstash
- Fortigate
- Elasticsearch
- Elk
- ccnp
- 개발
- ccie
- switch
- ldap
- Network
- Linux
- EVE-ng
- nms
- ELASTIC
- CISCO
- 코딩
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |