虚拟化--虚拟化是由虚拟机和多个节点分布式存储资源池相结合组成一个融合系统。 超融合--超融合是将分散的存储资源形成统一的存储池,而后再提供给Hypervisor用于创建应用虚拟机。 融合存储-利用服务器本身的存储 存储虚拟化-云存储 虚拟化-cpu 内存 用第三方存储 Kvm--硬件上,安装软件, ...
分类:
其他好文 时间:
2021-04-16 11:40:31
阅读次数:
0
安装 yum install libvirt virt-install qemu-kvm -y 介绍: libvirt服务:管理kvm虚拟机的生命周期 cirt-install工具:创建虚拟机 qemu-kvm工具:使用qemu-img为虚拟机提供硬盘 qemu 软件纯模拟全虚拟化软件,特别慢 xe ...
分类:
其他好文 时间:
2021-04-14 12:32:54
阅读次数:
0
一、场景及需求描述 被调试虚拟机:Centos下KVM虚拟机 调试工具:Windows物理机下Windbg 拓扑关系: 保证Centos服务器与Windows物理机能相互ping通!!! KVM虚拟机(TCP/Client) <-> 物理机 (TCP/Server) <-> Com_X串口 <-> ...
分类:
数据库 时间:
2021-04-08 13:19:28
阅读次数:
0
[云计算]OpenStack - Cinder Cinder在OpenStack中的位置 Cinder是OpenStack的一个组件,从Folsom版本从Nova-Volume中分离出来,为云平台提供统一接口,按需分配的,持久化的块存储服务(类似于Amazon EBS服务)。 Cinder的核心功能 ...
分类:
其他好文 时间:
2021-04-08 13:05:14
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-03-30 13:07:40
阅读次数:
0
一、VNC环境搭建 安装vnc服务 yum -y install tigervnc tigervnc-server vnc服务配置——宿主机远程控制 # 配置vnc # 将/lib/systemd/system/vncserver@.service文件复制一份 cp /lib/systemd/sys ...
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-02-16 12:27:04
阅读次数:
0
说明:懂得分享,心存感恩! 一、根本法则:参考官网 https://repo.saltstack.com/#rhel 二、CentOS 7使用yum安装SaltStack具体方法 说明:以下步骤全部参考官网 (1)安装SaltStack存储库和密钥 yum install -y https://re ...
分类:
其他好文 时间:
2021-01-27 14:01:50
阅读次数:
0
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:
系统相关 时间:
2021-01-26 12:01:22
阅读次数:
0
KVM is an acronym of “Kernel based Virtual Machine”, and is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor.It is ...
分类:
其他好文 时间:
2021-01-20 12:16:47
阅读次数:
0