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是 ...
随机推荐
- cglib实现动态代理简单使用
Boss: package proxy.cglib; public class Boss{ public void findPerson() { System.out.println("我要 ...
- hihocoder1489 Legendary Items 概率期望
Little Hi is playing a video game. Each time he accomplishes a quest in the game, Little Hi has a ch ...
- day 47 html 学习 css 学习
前端基础之CSS CSS实例 每个CSS样式由两个组成部分:选择器和声明.声明又包括属性和属性值.每个声明之后用分号结束. CSS(Cascading Style Sheet,层叠样式表)定义如何显示 ...
- Survival Shooter 学习
using UnityEngine; using System.Collections; namespace CompleteProject { /// <summary> /// 摄像机 ...
- 著名软件工程师与作家、极限编程的创始者、JUnit作者之Kent Beck
Kent Beck,1961年出生,中文名肯特贝克,美国著名软件工程师与作家,在软件工程方面有很大的贡献.他是Smalltalk软件的开发者,设计模式的先驱,测试驱动开发的支持者,也是极限编程的创始者 ...
- [转]JDK动态代理
代理模式 代理模式是常用的java设计模式,他的特征是代理类与委托类有同样的接口,代理类主要负责为委托类预处理消息.过滤消息.把消息转发给委托类,以及事后处理消息等.代理类与委托类之间 ...
- neutron通信原理理解
compute: [root@compute01 ~]# ip add show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue ...
- yii 分页查询
控制器 <?php namespace backend\controllers; use app\models\Comment; use app\models\Commentstatus; us ...
- python引入自定义模块
Python的包搜索路径 Python会在以下路径中搜索它想要寻找的模块:1. 程序所在的文件夹2. 标准库的安装路径3. 操作系统环境变量PYTHONPATH所包含的路径 将自定义库的路径添加到Py ...
- RedHat6.5安装kafka单机
版本号: Redhat6.5 JDK1.8 zookeeper-3.4.6 kafka_2.11-0.8.2.1 1.软件环境 已经搭建好的zookeeper: RedHat6.5 ...