PVE虚拟系统的安装
上期有说到,会出一些具体的安装过程以及掉进去的坑。这集我就说一说PVE系统的安装。
As mentioned in the previous issue, there will be some specific installation processes and pits that fall into them. In this episode, I will talk about the installation of the PVE system.
首先先准备一个无数据的U盘,我这里使用的软碟通进行的ISO镜像的写入,打开镜像时,使用软碟通打开,在软碟通中使用写入硬盘,即可将镜像写入刀U盘中,使用U盘启动,我这没有U盘,直接使用移动硬盘进行写入操作了。
First, prepare a data-free USB flash drive. I use Floppy Drive here to write the ISO image. When opening the image, use Floppy Drive to open, and use the write hard drive in Floppy Drive to write the image. In the USB flash drive, I use a USB flash drive to boot. I don't have a USB flash drive, so I use a mobile hard disk to write directly.
注意在这里写盘的时候需要使用RAW方式进行写入操作。等待写入成功后,使用该U盘进行启动您的电脑,我这里的BIOS的配置中我使用ahic模式,同时使用的是UEFI方式进行启动。启动后即可看到安装界面。安装当然是选择使用install喽。
Note that you need to use the RAW method for writing when writing to the disk here. After the writing is successful, use the U disk to start your computer. In my BIOS configuration, I use ahic mode and UEFI mode to start. After starting, you can see the installation interface. Of course, installation is to choose to use install myself.
之后会有一个协议出来,巴拉巴拉,点击同意即可。
After that, there will be an agreement, Barabara, just click to agree.
在您同意后,会需要选择安装的磁盘
After you agree, you will need to select the disk to install
选择磁盘后,这里可以选择磁盘的格式
After selecting the disk, you can choose the format of the disk here
选择您所在的的国家,下一步
Choose your country, the next step
设置您的密码,设置完成后下一步即可
Set your password, the next step can be done after setting
配置网卡信息,配置完成后,下一步
Configure the network card information, after the configuration is complete, the next step
最后即是安装,安装当然会格式化您的磁盘,所以在您需要保留数据的时候,建议您先备份完成后,在进行安装操作。启动完成后,会在屏幕上显示管理地址。pve管理界面默认是443端口,访问时需要使用htpps进行访问。https://10.0.0.9:8006/ 默认端口是8006哦。安装完成后,在路由器中配置端口的映射,这样就可以在公网的网络环境下进行访问了。
The last step is the installation. Of course, the installation will format your disk, so when you need to keep the data, it is recommended that you perform the installation operation after the backup is completed. After the startup is complete, the management address will be displayed on the screen. The pve management interface defaults to port 443, and you need to use htpps to access it. https://10.0.0.9:8006/ The default port is 8006. After the installation is complete, configure port mapping in the router so that it can be accessed in the public network environment.
我这里没有证书,所以访问会提示不安全。忽略即可,记得是https哦
I don't have a certificate here, so the access will prompt insecure. Just ignore it, remember it is https
到这里PVE系统就安装完成了。我在安装时,没有拍照截图,文章中的一些图片来自网络。在PVE安装完成后,其实是安装了一个debian系统,安装软件什么的使用apt即可安装您想要的软件
At this point, the PVE system is installed. When I installed, I didn’t take any screenshots. Some pictures in the article came from the Internet. After the PVE installation is completed, it is actually a debian system installed. For installing software or something, use apt to install the software you want
PVE虚拟系统的安装的更多相关文章
- 安装服务器pve虚拟系统(可以通过web管理物理机集群资源与虚拟机)
做此系统前,可以先进入bios,设置一下ipmi的网络地址.可以远程管理服务器 输入服务器的ipmi里面配置的ip 默认账号与密码admin 点击launch 会自动下载认证文件 下载好java软件环 ...
- VirtualBoX虚拟机里安装linux系统,在虚拟系统里安装增强功能报错解决方法
http://www.cnblogs.com/MoShin/archive/2012/04/25/2469156.html 当我们在虚拟机里安装lixunx系统,避免不了的要安装增强功能,无论是视觉效 ...
- ubuntu下安装使用vmware、kvm、xen
一. 概念介绍: (1)全虚拟化(Full Virtulization) 简介:主要是在客户操作系统和硬件之间捕捉和处理那些对虚拟化敏感的特权指令,使客户操作系统无需修改就能运行, 速度会根据不同的实 ...
- VMware Ubuntu安装具体过程
不是每个程序猿都必须玩过linux,仅仅是博主认为如今的非常多server都是linux系统的,而自己属于那种前端也搞.后台也搞,对框架搭建也感兴趣,可是非常多生产上的框架和工具都是安装在server ...
- Linux发展史与安装-Linux从入门到精通第一天(非原创)
文章大纲 一.Linux发展史二.Linux系统的安装三.Linux系统的文件四.学习资料下载五.参考文章 一.Linux发展史 1. Linux前身-Unix 1968年 Multics项目MI ...
- 给服务器做pve系统(可以通过web管理物理机集群资源与虚拟机)
做此系统前,可以先进入bios,设置一下ipmi的网络地址.可以远程管理服务器 输入服务器的ipmi里面配置的ip 默认账号与密码admin 点击launch 会自动下载认证文件 下载好java软件环 ...
- aways on 配置部署(一)——准备工作
sqlserver的aways on 配置需要经历三个步骤,前面两个步骤是对aways on 配置的一个准备步骤. 经过了一个星期的研究,终于成功的完成了前两个步骤,期间参考了很多的资料和博客,总感觉 ...
- Docker(五):Docker 三剑客之 Docker Machine
上篇文章Docker(四):Docker 三剑客之 Docker Compose介绍了 Docker Compose,这篇文章我们来了解 Docker Machine . Docker Machine ...
- Docker三剑客之Docker Machine
一.什么是Docker Machine Docker Machine 是Docker官方编排项目之一,使用go语言编写的,使用不同引擎在多种平台上快速的安装Docker环境,开源地址:https:// ...
- docker——三剑客之Docker Machine
Docker Machine是Docker官方三剑客项目之一,负责使用Docker的第一步,在多种平台上快速安装Docker环境.它支持多种平台,让用户在很短时间内搭建一套Docker主机集群. Ma ...
随机推荐
- 【LeetCode_15】——三数之和
今天做了力扣中的一道经典题:三数之和.这题思路倒是很快想到,调逻辑可把我调得够呛,这也正说明我的刷题思维远远不够,比起我室友半个月刷300多题的思维差远了...革命尚未成功,同志仍需努力. 原题链接: ...
- python Elementtree 生成带缩进格式的xml文件
示例 之前拿ET写xml,直接对root节点调用write函数,会出现产生的xml字符串没有缩进,是干巴巴的一行,可读性比较差,就像下面这样: <annotation><filena ...
- vue创建项目的命令
一.首先下载node环境 二.全局安装vue-cli cnpm i -g @vue/cli 这里一定要注意是vue/cli,而不是vue-cli 三.新建文件夹,打开cmd命令 1.vue creat ...
- java 与 JSON
Java 与 JSON JSON 是不同程序之间传递信息的一种格式.本文描述了 JSON 在 Java 中的应用. 目前 Java 中比较主流的相关解析工具有谷歌提供的 Gson 和阿里提供的 Fas ...
- XDZX2022学生博客链接
王桐林博客 https://www.cnblogs.com/xdzxtong/ 邢沐辰博客 https://www.cnblogs.com/xdzxmuchen/ 袁 博博客 https ...
- node.js 数据模拟
Node: js在服务端的一个运行环境 node框架:express koa egg (本文采用express) express: 是基于node的一个web框架 restful api:是目前流 ...
- linux 串口查看信息
查看串口是否可用,可以对串口发送数据比如对com1口,echo helloworld >/dev/ttyS0 [root@H3LINUX90 ~]# echo helloworld >/d ...
- 自学JavaDay01
1.Java的特性和优势 简单性 面向对象 可移植性 高性能 分布式 动态性 多线程 安全性 健壮性 2.Java三大版本 JavaSE:标准版(桌面程序,控制台开发......) JavaME:嵌入 ...
- P2504 聪明的猴子
题目描述 在一个热带雨林中生存着一群猴子,它们以树上的果子为生.昨天下了一场大雨,现在雨过天晴,但整个雨林的地表还是被大水淹没着,部分植物的树冠露在水面上.猴子不会游泳,但跳跃能力比较强,它们仍然可以 ...
- JMeter参数化(二)--数据库参数化
1.下载mysql驱动,解压得到mysql-connector-java-8.0.17.jar(驱动一般放在java的 \java\jre\lib\ext 路径下): 2.在 测试计划-->浏览 ...