solusvm安装过程
openvz
solusvm
** Testing connectivity PING solusvm.com (69.168.233.94) 56(84) bytes of data.
64 bytes from 69-168-233-94.static.onappcdn.com (69.168.233.94): icmp_seq=1 ttl=45 time=336 ms ** Testing connectivity PING solusvm.com (69.168.233.94) 56(84) bytes of data.
64 bytes from 69-168-233-94.static.onappcdn.com (69.168.233.94): icmp_seq=1 ttl=45 time=336 ms
64 bytes from 69-168-233-94.static.onappcdn.com (69.168.233.94): icmp_seq=2 ttl=45 time=340 ms
64 bytes from 69-168-233-94.static.onappcdn.com (69.168.233.94): icmp_seq=3 ttl=45 time=338 ms --- solusvm.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 3536ms
rtt min/avg/max/mdev = 336.206/338.369/340.406/1.716 ms ** Connectivity test complete ** Checking fastest mirror
files.eu.fr.soluslabs.com [DONE]
files.eu.uk.soluslabs.com [DONE]
files.us.tx.soluslabs.com [DONE]
files.us.az.soluslabs.com [DONE]
files-usa-dallas.solusvm.com [DONE]
files-france-rbx.solusvm.com [DONE] ** Using files.eu.fr.soluslabs.com
** Disabling SeLinux in /etc/sysconfig/selinux
** Disabling SeLinux in /etc/selinux/config
** Yum found
** Wget found
** Adding SolusVM user
** Installing the SolusVM yum repos
** Cleaning yum
** Installing Glibs
** Installing crontab
** Installing logrotate
** Configuring firewall
** Installing stack components
** Symlinking PHP
** Reloading webserver
** Configuring sysctl
** Installing OpenVZ repo
** Installing OpenVZ
** Configuring OpenVZ
** Starting OpenVZ
** Downloading extras
** Extracting extras
** Installing SQL server
** Starting SQL server
** Configuring SQL server
** Writing SQL config files
** Downloading installation files
** Extracting installation files
** Installing updates ** Downloading template: centos-7-x86_64-minimal
######################################################################## 100.0%
** Updating template in database ** Downloading template: centos-6-x86_64-minimal
######################################################################## 100.0%
** Updating template in database ** Downloading template: debian-8.0-x86_64-minimal
########## 14.3%
curl: (56) Failure when receiving data from the peer
** Updating template in database ** Downloading template: debian-7.0-x86_64-minimal
## 3.3%
curl: (56) Failure when receiving data from the peer
** Updating template in database ** Downloading template: ubuntu-15.10-x86_64-minimal
######################################################################## 100.0%
** Updating template in database ** Downloading template: ubuntu-15.04-x86_64-minimal
######################################################################## 100.0%
** Updating template in database ** Downloading template: ubuntu-14.04-x86_64-minimal
######################################################################## 100.0%
** Updating template in database Installation Complete. Full install log: /tmp/install.log SolusVM UI Login Information:
=============================
Admin Area Standard Port (SSL) .... : https:///admincp
Admin Area Custom Port (SSL) ...... : https://:5656/admincp
Client Area Standard Port (SSL) ... : https://
Client Area Custom Port (SSL) ..... : https://:5656
Admin Username ...... : vpsadmin
Admin Password ...... : vpsadmin It is advised that you change the default admin password on your first login To generate a free signed SSL certificate for your domain using the Lets Encrypt service,
run the following: /usr/local/svmstack/letsencrypt/letsencrypt -i
The domain name must already resolve to the servers ip address Thankyou for choosing SolusVM Edit /boot/grub/grub.conf and make sure the server is set to boot into the OpenVZ kernel. Then reboot.
solusvm安装过程的更多相关文章
- webstorm下载&&安装过程&&打开项目
一.webstorm下载 WebStorm 是jetbrains公司旗下一款JavaScript 开发工具.被广大中国JS开发者誉为"Web前端开发神器"."最强大的HT ...
- vagrant 1.8.6 安装过程及总结遇到的坑
下面先总结遇到的问题,这些问题如果你也遇到,可能需要搜索很多次才能找到原因. 如果想看安装过程,可以先直接跳到后面第二部分部分. 1 问题汇总: 1.1 vagrant版本过高问题. vagrant ...
- 安装过程错误[INS-30131]
问题:Oracle Database 安装过程错误[INS-30131] 原因:安装用户没有对临时文件夹的读写权限 解决方案: 1.以管理员身份运行cmd.exe 2.输入命令(需启动Se ...
- TortoiseGIT的安装过程详解
TortoiseGIT简介 TortoiseGIT 是Git版本控制系统的一个免费开源客户端,它是git版本控制的 Windows 扩展.可以使你避免使用枯燥而且不方便的命令行.它完全嵌入 Windo ...
- RabbitMQ 集群安装过程详解
一.安装Erlang 1.rabbitMQ是基于erlang的,所以首先必须配置erlang环境. 从erlang官网下载 otp 18.3.下载链接:http://erlang.org/downlo ...
- JAVA安装过程中出现的“javac不是内部或外部指令”的解决方法
近来重新安装了JAVA,安装过程中出现问题,网上找到解决办法,汇总发布. 解决流程: 1.确定自己的环境变量设置没问题,没有出现遗漏 : . 等情况 (具体环境变量设置百度) 2.环境变量设置后 ,d ...
- LNMP安装过程
LNMP一键安装包是什么? LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat/Fedora.Debian/Ubuntu/Raspbian/Deepin VPS或独 ...
- hbase 1.1.7在centor6.5安装过程
1.自己安装的最新版一直没成功,换成了1.1.7稳定版的.中间遇到的问题记录下 1) jdk 用的1.7版本的,安装过程省略. 2)下载hbase zip包:https://mirrors.tuna ...
- 2016最新cocoapods安装流程,安装过程中遇到的问题及解决方法
现在的cocoapods与之前比较.有很多不一样的地方.自己试了一试,终于搞定.现在大概纪录一下. 1.首先查看ruby是否是最新版的. ruby是通过rvm安装的所以需要先安装rvm后查看ruby是 ...
随机推荐
- mvc core2.1 Identity.EntityFramework Core 登录 (三)
Controllers->AccountController.cs 新建 [HttpGet] [AllowAnonymous] public async Task<IActionResul ...
- js---通配符选择器
原味转自:http://blog.sina.com.cn/s/blog_6e001be701017kaz.html 1.选择器 (1)通配符: $("input[id^='code']&qu ...
- 浅谈log4j-6-xml配置 转自godtrue
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SY ...
- 重新生成ssh
解决码云出现git@gitee.com: Permission denied (publickey). 很久之前好像改了ssh的一些配置,导致现在对git进行一些操作时,就会出现 当时就去百度,结果很 ...
- Go Example--关闭通道
package main import ( "fmt" ) func main() { jobs := make(chan int, 5) done := make(chan bo ...
- Intellij IDEA2017.3永久激活方法
随着idea不断地发展,eclipse的缺点日渐明显,为了能够获得良好的编码体验,越来越多的朋友转向了idea,淘汰了eclipse但是由于近期idea所有私人服务器被封杀了,很多喜欢编码的朋友们都陷 ...
- The key of real time embedded system
对于实时嵌入式系统来说,最重要的是每一个进程所需时间的可检测性,可预测性.要不你的实时性是没有办法保证的.有些时候你对一些没有从事过嵌入式开发的人谈这个进程(TASK)设计是按8ms被调度一次,他们会 ...
- C# 自动升级
自动更新的软件的目的在于让客户不在为了寻找最新软件花费时间.也不用去到开发商的网站上查找.客户端的软件自动会在程序启动前查找服务器上最新的版本.和自己当前软件的版本比较,如果服务器的是最新版本.客户端 ...
- mysql之 xtrabackup-2.4.12 安装
版本说明:备份工具:percona-xtrabackup-2.4.12-Linux-x86_64.libgcrypt11os:centos 6.5 1.解压安装包tar zxvf percona-xt ...
- hdu 1693 Eat the Trees——插头DP
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1693 第一道插头 DP ! 直接用二进制数表示状态即可. #include<cstdio> # ...