博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
跟小菜学虚拟化,之Microsoft Hyper-v 学习笔记(一)
阅读量:7236 次
发布时间:2019-06-29

本文共 1317 字,大约阅读时间需要 4 分钟。

好久没怎么写些东西了,最近也看了些书.把自己学习过程中的笔记和大家分享..知识重在积累.
 
Hyper-v大家应该不陌生.当我们装好Hyper-v后,如何去管理它呢?
 
我们可以用,Windows Server 2008自带的Server Manger,Hyper-V Manager,或SCVMM2008.
 
start the Server Manager tool to view and
edit Hyper-V settings, complete the following steps:
1. Click Start and then click Run.153 Becoming Familiar with the Hyper-V Administration Console
2. In the Run dialog box, enter ServerManager.msc, and click OK. This will start the
Server Manager application if it is not already running on the system.
3. Expand the Roles section of the tree by clicking the plus sign (+).
4. Expand the Hyper-V branch of the tree, and expand the Virtualization Services
branch of the tree.
 
If you want to run the Hyper-V Manager from a command line, you can enter the
following:
c:\Program Files\Hyper-V\vmconnect.exe
You can also launch the Hyper-V Manager and note a specific Hyper-V host server you
want to manage from the command line plus start monitoring a specific guest session
by entering the following:
c:\Program Files\Hyper-V\vmconnect.exe {hostname} “Guest Name”
In this case, {hostname} is the name of the Hyper-V host, and “Guest Name” (within
quotes) is the name of the guest session you want to launch to monitor.
 
每天争取记录一点.
PS:只是自己的学习笔记..
本文转自许珈毓的技术思考博客51CTO博客,原文链接http://blog.51cto.com/jiayu/119302如需转载请自行联系原作者
BabyXc
你可能感兴趣的文章
利用recv和readn函数实现readline函数
查看>>
MacOs brew 命令行安装常见工具
查看>>
XDroidMvp 轻量级的Android MVP快速开发框架
查看>>
学习项目管理
查看>>
Android 非静态内部类导致内存泄漏原因深入剖析
查看>>
java zxing生成二维码
查看>>
Nginx安装lua-nginx-module模块
查看>>
elasticsearch 工具类
查看>>
【转】Eclipse 乱码 解决方案总结(UTF8 -- GBK)
查看>>
揭示同步块索引(上):从lock开始
查看>>
js中#代表什么
查看>>
MySQL中的RAND()函数使用详解(order by rand() 随机查询取前几条记录)
查看>>
PHP7运行环境搭建(Windows7)
查看>>
Ubuntu扩展系统盘容量,虚拟机下
查看>>
C# 语言历史版本特性(C# 1.0到C# 7.1汇总更新) C#各版本新特性 C#版本和.NET版本以及VS版本的对应关系...
查看>>
Java并发编程的艺术(二)——重排序
查看>>
php Restful设计
查看>>
A very simple C++ module to encrypt/decrypt strings based on B64 and Vigenere ciper.
查看>>
git 合并子分支
查看>>
git基本操作:上传代码
查看>>