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是 ...
随机推荐
- hdu4965 Fast Matrix Calculation 矩阵快速幂
One day, Alice and Bob felt bored again, Bob knows Alice is a girl who loves math and is just learni ...
- struts2的国际化i18n
先来例子,普通的读取配置文件中不同语言信息,一个测试类,一份中文配置文件,一份英文配置文件 中文配置文件,书写中文“欢迎”,myelipse自动转码 public class Readi18n { p ...
- springboot配置文件启动顺序
[1]项目内部配置文件 spring boot 启动会扫描以下位置的application.properties或者application.yml文件作为Spring boot的默认配置文件 1.–f ...
- 【HAOI2011】problem a
又看题解了,这样下去要跪啊QAQ 原题: 一次考试共有n个人参加,第i个人说:“有ai个人分数比我高,bi个人分数比我低.”问最少有几个人没有说真话(可能有相同的分数) 1≤n≤100000 0≤ ...
- nginx启动重启与升级以及检测配置文件
查看nginx的主进程号 ps -ef|grep nginx 从容停止nginx kill - QUIT nginx主进程号 或者 kill - QUIT nginx的pid文件所在,例如我的 [ro ...
- sofa graphql 2 rest api 试用
大部分代码还是来自sofa 的官方文档,同时添加了docker && docker-compose集成 备注: 代码使用typescript 同时运行的时候为了方便直接运行使用ts ...
- 使用ipns 为ipfs 系统自定义域名
ipns 可以帮助我们进行寻址操作,但是默认的hashid 还是太长,不好记忆,ipns 同时也支持 基于域名的解析,我们添加txt 记录就可以方便的解决ipfs 文件访问地址难记的问题,使用的是 一 ...
- YII2常用知识点总结
YII2常用知识点总结 (一)总结性语句 (1)经常看看yii源码比如vendor\yiisoft\yii2\web这个目录(很重要)下的文件中的方法(这些文件中的公共方法,大致看了下基本上都可以通过 ...
- 02C++namespace命名空间
一.C++命名空间基本常识 所谓namespace,是指标识符的各种可见范围.C++标准程序库中的所有标识符都被定义于一个名为std的namespace中. 1.<iostream>和&l ...
- Task.Delay() 和 Thread.Sleep() 区别
1.Thread.Sleep 是同步延迟,Task.Delay异步延迟. 2.Thread.Sleep 会阻塞线程,Task.Delay不会. 3.Thread.Sleep不能取消,Task.Dela ...