Citrix XenServer

xenserver-test cpu特性码:77fafbff-bfebfbff-00000021-2c100800

xe snapshot-list

xen还原快照

xe snapshot-revert snapshot-uuid=10026c96-acd7-20e8-6011-14ec3210711a

xen卸载快照

xe snapshot-uninstall snapshot-uuid=687afbe6-1df1-bcd4-d706-dc47786b1419

Xen Install Ubuntu Configuration

xe vm-list

xe vm-param-list uuid=420ec5c0-7341-73e6-3fe0-de8bba05d73e  | grep HVM-boot

xe vm-param-set uuid=420ec5c0-7341-73e6-3fe0-de8bba05d73e HVM-boot-policy="BIOS order" HVM-boot-params:order="dc"

安装Ubuntu

xe vm-param-set uuid=d9826d64-a45f-deb6-408b-8bb9b3adbe8a HVM-boot-policy="BIOS order" HVM-boot-params:order="dc"

1. 运行 snapshot-list 命令以查找要还原的快照或检查点的 UUID:

xe snapshot-list

2. 记下快照的 uuid,然后运行以下命令进行还原:

xe snapshot-revert snapshot-uuid=5deb4ca6-3bfe-b8e6-4de3-247a1196ce4a

删除快照

xe snapshot-list

xe snapshot-uninstall snapshot-uuid=5deb4ca6-3bfe-b8e6-4de3-247a1196ce4a

添加硬盘

[root@localhost ~]# pvcreate /dev/sdb

Physical volume "/dev/sdb" successfully created

[root@localhost ~]# ls -l /dev/disk/by-id/

[root@localhost ~]# xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/scsi-SATA_ST1000NM0011_Z1N0WESK name-label="SSCI_1"
[root@xenserver-test ~]# xe sr-create content-type=user device-config:device=/dev/disk/by-id/scsi-SATA_WDC_WD10EZEX-00_WD-WMC6Y0H9XAUR host-uuid=81b98b50-368f-42f4-8a5d-1934a2df0fbb name-label="SATA" shared=false type=lvm
9b2c7b0c-b16d-6189-3e44-e80a73238cf2
[root@xenserver-test ~]#

xe sr-list

xe pbd-list sr-uuid=5c7e345f-1540-19ab-9263-498b1a8ed5d1

xe pbd-unplug uuid=5c7e345f-1540-19ab-9263-498b1a8ed5d1

xe sr-destroy uuid=5c7e345f-1540-19ab-9263-498b1a8ed5d1

xe sr-forget uuid=5c7e345f-1540-19ab-9263-498b1a8ed5d1

恢复快照

xe snapshot-list

xe snapshot-revert snapshot-uuid=10026c96-acd7-20e8-6011-14ec3210711a

xe snapshot-uninstall snapshot-uuid=687afbe6-1df1-bcd4-d706-dc47786b1419

安装Ubuntu

xe vm-list

xe vm-param-list uuid=420ec5c0-7341-73e6-3fe0-de8bba05d73e  | grep HVM-boot

xe vm-param-set uuid=420ec5c0-7341-73e6-3fe0-de8bba05d73e HVM-boot-policy="BIOS order" HVM-boot-params:order="dc"

 

Citrix XenServer的更多相关文章

  1. 初试集群虚拟化搭建(二)—— Xen, kvm, OpenStack, VMware ESXi, Citrix XenServer等种种选择

    小伙伴们找到了一些主流方案的资料,最终选择了XenServer6.5作为平台搭建. Xen 特点: 功能强大,支持Linux的各种发行版本 通常是在现有Linux操作系统上安装,是一种半虚拟化的安装方 ...

  2. 这篇文章主要介绍了Citrix XenServer 6.1 安装图解教程

    本次为使用VirtualBox虚拟机过安装测试机过程,我们在使用Vm(无论是Vbox还是VMware等)我们的CPU都必须可支持Intel-V或AMD-V,并且在VM软件设置和BIOS设置开启虚拟化支 ...

  3. Citrix 服务器虚拟化之八 Xenserver虚拟机模版

    Citrix 服务器虚拟化之八 Xenserver虚拟机模版 XenServer与VMware不同,Vmware只能将现有的VM转换成模版,而XenServer具有两种方法:一种是将现有 VM 转换为 ...

  4. 转 Citrix XenCenter安装VM之挂载ISO详解

    转自:http://www.2cto.com/os/201302/190713.html 环境信息:XenServer Version:6.0.2XenCenter Version:6.0.2NFS ...

  5. 【转】Linux下XenServer管理工具安装

    转载文章 - Linux下XenServer管理工具安装 Xen-Server 6.5 虚拟机安装Linux系统 vmware安装ubuntu12.04嵌套安装xen server(实现嵌套虚拟化) ...

  6. xenserver

    Citrix XenServer is the complete server virtualization platform from Citrix. citrix xenserver是来自citr ...

  7. XenServer虚拟化环境安装记录

    Xenserver,思杰基于Xen的虚拟化服务器.Citrix XenServer是一种全面而易于管理的服务器虚拟化平台,基于强大的 Xen Hypervisor 程序之上.XenServer 是为了 ...

  8. Citrix Port(常用端口)

    组件 类型 端口 描述 CitrixLicenseServer       许可管理器守护程序 TCP 27000 处理初始接触点的许可证要求(Lmadmin.exe) 思杰供应商守护程序 TCP 7 ...

  9. XenServer(服务器虚拟化平台)

    Citrix Xenserver,思杰基于Xen的虚拟化服务器.Citrix XenServer是一种全面而易于管理的服务器虚拟化平台,基于强大的 Xen Hypervisor 程序之上.Xen技术被 ...

随机推荐

  1. uva1153 Keep the Customer Satisfied

    贪心加优先队列 (默认是小的在前,正好) //这里又很套路,设队列里的都是符合条件的考虑新加入的即可.再处理一下空队列的情况.很完美// 截止时间短的在前面,干的就多先根据截止日期排序优先队列根据完成 ...

  2. axios中为所有请求带上Token头

    axios中为所有请求带上Token头 https://www.imooc.com/article/27751

  3. java_日期和时间

    1.System类中的currentTimeMillis:1970年1.1到现在的毫秒数 public class DateTest { public static void main(String[ ...

  4. golang 解析json 动态数组

    #cat file { "Bangalore_City": "35_Temperature", "NewYork_City": " ...

  5. lspci详解分析

    lspci详解分析 一.PCI简介 PCI是一种外设总线规范.我们先来看一下什么是总线:总线是一种传输信号的路径或信道.典型情况是,总线是连接于一个或多个导体的电气连线,总 线上连接的所有设备可在同一 ...

  6. 清除SQL Server 2008记住的数据库地址、登录名和密码

    在服务器上登录过数据库信息,并且选择了记住了密码,由于服务器数据库很多人在使用,有必要删除信息 定位到fileC:\Users\%username%\AppData\Roaming\Microsoft ...

  7. spring mvc poi excel

    Util类 package com.common.util; public class ExportUtil { private XSSFWorkbook wb = null; private XSS ...

  8. 485. Max Consecutive Ones@python

    Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1, ...

  9. UVa-133-救济金发放

    这题的话,我们首先对于移动函数可以知道,因为只是顺逆的关系,也就是加一或者减一,所以我们每次移动的时候,都补上一个小于n的最大整数,然后取模,这样就不会有负数,而且加之后的结果不会超过2*n,所以我们 ...

  10. POJ-3278 抓住这头牛

    广搜解决. 广搜搜出最短路,直接输出返回就行了. 每个点只搜一次,而且界限进行一次判断. else 语句里面不要用if    else if,这样的话就直走一条路了. #include <ios ...