安装主控
系统要求:
nokvm主控面板推荐操作系统版本 Centos7.6.1810 (纯净的操作系统环境)
主控面板硬件要求配置:
- 最低要求 推荐配置
内存 2G 2G+
CPU - -
带宽 不低于2M 2M+
磁盘 / 分区不少于100GB 100GB+
主控面板安装:
yum install wget -y && wget -O nokvm_controller_v2.1.3.tar.gz http://down.tasiyun.com/installer/nokvm_controller_v2.1.3.tar.gz && tar xzf nokvm_controller_v2.1.3.tar.gz && cd controller_2.1.3 && ./install.sh
过程中交互:
Please set MySQL password:
Set up your administrative web controller account, which must be email.:
Set your web controller admin account password.:
主控升级方法:
登陆面板 设置 - 系统更新 - 点击系统升级
安装被控
系统要求:
节点推荐操作系统版本 Centos7.6.1810
推荐分区:系统与数据盘分开,所有数据存放在/home中,建议/home挂载为数据盘分区,以便于重装系统后恢复数据。(纯净的操作系统环境)
节点硬件要求配置:
- 最低要求 推荐配置
内存 4G 16G+(具体应根据业务来定)
CPU 支持虚拟化 -
磁盘 /分区大于20GB /home分区大于于50GB /home为数据存放,剩余空间分配给/home分区
镜像下载(推荐版本)
https://mirrors.aliyun.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-Minimal-1810.iso
节点安装:
Dell服务器和VMware在安装过程中重启网卡不会造成终端断开连接,建议非dell服务器的用户通过ipmi安装
yum install wget -y && wget -O nokvm_node_v2.1.3.tar.gz http://down.tasiyun.com/installer/nokvm_node_v2.1.3.tar.gz && tar xzf nokvm_node_v2.1.3.tar.gz && cd node_2.1.3 && ./installer
节点升级:
wget -O /root/upgrade http://download.tasiyun.com/upgrade/upgrade && chmod +x /root/upgrade && /root/upgrade
安装过程中交互:
Welcome to NoKvm installer v2.1.3
[1] ------> eth0
[2] ------> eth1
Please input the num set interface to bridge br0 (use 1):
try link interface 'eth0' to bridge 'br0', input 'yes' to confirm:
Please set your appid:
(在NOKVM主控面板 - 设置 - 安全设置中查看 )
Please set your appkey:
(在NOKVM主控面板 -设置 - 安全设置中查看 )
TIPS:
1、在安装过程中请使用公网网卡当作桥接网卡。
2、安装过程中会随机生成mysql密码。(mysql密码记录位置 /home/nokvm/go/src/conf/app.conf)
3、安装过程中会交互让用户输入appid 和 appkey 要和主控面板后台 设置-安全设置-通讯密钥对应(通讯密钥记录位置 /home/nokvm/go/src/conf/api.conf)
4、以上配置文件修改请重启node服务才能生效,服务启动命令:supervisorctl restart|start|stop node
添加授权
登录 www.tasiyun.com 进行注册,登录,创建授权,授权IP是您的被控节点服务器IP。
添加区域
类似于机房,在NOKVM中必须先添加第一要素就是区域。
添加节点
添加为您工作的母机信息。(不使用挂机宝功能请误勾选nat转发)
添加IP池
添加母机绑定的IP地址,IP段信息绑定到node服务器上,添加网关,子网掩码,可用IP。
添加镜像模板
模板存放在母机中的路径:/home/nokvm/templates/
演示添加一台centos 6.8系统模板:
windown(64bit)模版下载
wget -O /home/nokvm/templates/windows7.qcow2 http://down.tasiyun.com/templates/windows7.qcow2
wget -O /home/nokvm/templates/windows2003r2.qcow2 http://down.tasiyun.com/templates/windows2003r2.qcow2
wget -O /home/nokvm/templates/windows2003r2_x86.qcow2 http://down.tasiyun.com/templates/windows2003r2_x86.qcow2
(2019/08/22更新)wget -O /home/nokvm/templates/windows2008r2.qcow2 http://down.tasiyun.com/templates/windows2008r2.qcow2
(2019/08/22更新)wget -O /home/nokvm/templates/windows2012r2.qcow2 http://down.tasiyun.com/templates/windows2012r2.qcow2
(2019/08/22更新)wget -O /home/nokvm/templates/windows2016.qcow2 http://down.tasiyun.com/templates/windows2016.qcow2
linux(64bit)模版下载
wget -O /home/nokvm/templates/debian9.9.qcow2 http://down.tasiyun.com/templates/debian9.9.qcow2
wget -O /home/nokvm/templates/centos6.8.qcow2 http://down.tasiyun.com/templates/centos6.8.qcow2
(2019/09/04更新)wget -O /home/nokvm/templates/centos7.2.qcow2 http://down.tasiyun.com/templates/centos7.2.qcow2
(2019/07/30更新)wget -O /home/nokvm/templates/centos7.4.qcow2 http://down.tasiyun.com/templates/centos7.4.qcow2
(2019/07/30更新)wget -O /home/nokvm/templates/centos7.5.qcow2 http://down.tasiyun.com/templates/centos7.5.qcow2
(2019/07/30更新)wget -O /home/nokvm/templates/centos7.6.qcow2 http://down.tasiyun.com/templates/centos7.6.qcow2
wget -O /home/nokvm/templates/ubuntu16.4.qcow2 http://down.tasiyun.com/templates/ubuntu16.4.qcow2
首先在NOKVM中添加模板,然后在母机中执行下载命令
wget -O /home/nokvm/templates/centos6.8.qcow2 http://down.tasiyun.com/templates/centos6.8.qcow2
当下载完成,即可使用该模板创建虚拟机。
创建套餐
TIPS:数据盘模式与速度建议默认即可。
创建虚拟机
Done!
安装:
CentOS
yum install screen
Debian或Ubuntu
apt-get install screen
创建会话,xxx为创建会话的名称:
screen -S xxx
隐藏并保留当前会话窗口:
按Ctrl+A,再按"D"键
恢复会话窗口:
screen -r xxx
列出所有的会话列表:
screen -ls
来恢复会话:
screen -r xxx
关闭会话:
exit
1.CMD或Windows PowerShell,运行:
Ubuntu config --default-user root
Kali config --default-user root
Debian config --default-user root
2.再运行Linux子系统就会默认以root用户登录了,运行用户密码重置:
passwd nonni
3.改回默认账户:
Ubuntu config --default-user nonni
Kali config --default-user nonni
Debian config --default-user nonni
4.运行Linux子系统,登录。
Support VPS: Xen、KVM、VMWare
脚本:
wget https://www.moewah.com/source/swap.sh && bash swap.sh
手动设置2GB swap:
cd /var/
dd if=/dev/zero of=swapfile bs=1M count=2048
关闭swap:
swapoff -a
分区转成swap:
/sbin/mkswap swapfile
激活swap
/sbin/swapon swapfile
查看swap
/sbin/swapon -s
chmod 0644 /var/swapfile
加到fstab文件中,系统引导时自启动
vi /etc/fstab
尾部加入:
/var/swapfile swap swap defaults 0 0
或者使用命令:
echo "/var/swapfile swap swap defaults 0 0" >>/etc/fstab
Exchange Server Role Requirements Calculator v9.1
https://gallery.technet.microsoft.com/Exchange-2013-Server-Role-f8a61780
Exchange Client Network Bandwidth Calculator
https://gallery.technet.microsoft.com/Exchange-Client-Network-8af1bf00
Mailbox Size Report for Exchange 2010/2013/2016 & Office 365
https://gallery.technet.microsoft.com/Mailbox-Size-Report-for-ed9435e2
Generate Exchange Environment Reports using Powershell
https://gallery.technet.microsoft.com/Generate-Exchange-2388e7c9