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是 ...
随机推荐
- 【HDOJ图论题集】【转】
=============================以下是最小生成树+并查集====================================== [HDU] How Many Table ...
- 《DSP using MATLAB》Problem 5.34
第1小题 代码: %% ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...
- Go Example--定时器
package main import ( "fmt" "time" ) func main() { //定时器2s timer1 := time.NewTim ...
- 直面Java 第002期
. Java和C++同为面向对象语言,Java和C++主要区别有哪些?双方个有哪些优缺点? 解: C++ 被设计成主要用在系统性应用程序设计上的语言,对C语言进行了扩展.对于C语言这个为运行效率设计的 ...
- 用setuptools_scm来自动控制Python包的版本
手动管理Python包的版本号一段时间后,寻求自动化的手段,是自然而然的. 手动管理版本 手动管理Python包的版本,需要注意两个方面: 每次发布新包前,要更新包的版本号. 在安装后的默认模块下应该 ...
- MySQL--InnoDB并发线程控制
InnoDB并发线程控制 MySQL InnoDB存储引擎提供innodb_thread_concurrency来控制进入InnoDB 存储引擎的线程数,以限制InnoDB存储引擎层的并发量. 当in ...
- 怎样优化app,看Facebook怎样做
周四,Facebook Engineering blog 发表了一篇名为<Improving Facebook on Android>博文.博文从四个方面(Performance,Data ...
- Tower Defense Toolkit 学习
代码太多,就不贴了.用到的基本已注释. 游戏中的数据存放在Resources/Database中.游戏运行时,通过Resources.Load加载 UI构成 对象池 using UnityEngi ...
- buntu下备份系统的方法
今天不小心强行结束了一不知道用处的进程,结果造成进不了x界面,gdm启动不了,使用apt-get进行修复,结果几乎要把整个x界面有关的软件包删除,所以只好重装系统,为了防止下次出现类似的问题,所以把系 ...
- mysql 的 help 命令:每个命令,都有相应的反斜杠(\)加一个字母或字符的简写
mysql> help For information about MySQL products and services, visit: http://www.mysql.com/ For d ...