rm -rf /etc/yum.repos.d/*
scp root@192.168.48.81:/etc/yum.repos.d/* /etc/yum.repos.d/
vim /etc/hosts(添加 10.0.153.222 mirrors.tvmining.com)

rpm -ivh kernel-devel-3.10.0-327.el7.x86_64.rpm kernel-headers-3.10.0-327.el7.x86_64.rpm
vim /etc/selinux/config(SELINUX=disabled)
setenforce 0
rpm -ivh daemontools-0.77-1.tvm.el7.x86_64.rpm
yum install dnsmasq-2.66-14.tvm.el7.1.x86_64.rpm
yum install desktopvideo-10.6.4-a21.x86_64.rpm
BlackmagicFirmwareUpdater status
rpm -ivh LuaJIT-2.0.3-1.tvm.el7.x86_64.rpm
yum install nginx-1.10.0-7.tvm.el7.x86_64.rpm
yum install php*
rpm -ivh mainconcept-9.6.1.4-1.tvm.el7.x86_64.rpm
yum install libdrm*
yum install libva-1.67.0.pre1-55964.el7.x86_64.rpm
rpm -ivh kmod-ukmd-16.5-55964.el7.x86_64.rpm
rpm -ivh intel*
rpm -ivh tvmcap-3.3.3-1.tvm.el7.x86_64.rpm
mkdir /opt/online01
yum install tvmlive-2.2.7-1.tvm.el7.x86_64.rpm
yum install tvmhls-3.2.9-1.tvm.el7.x86_64.rpm
vim /etc/service/tvmlive/run(修改为本机IP地址)
vim /opt/www/approve/include/domain_inc.php(修改为本机IP地址)

vim /etc/sysctl.conf(添加下面设置)
net.core.rmem_default = 8388608
net.core.wmem_default = 8388608
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432

# igmp snooping version force 2
net.ipv4.conf.all.force_igmp_version = 2
net.ipv4.conf.all.rp_filter = 2

/usr/local/tvmcap/tvmcap -G(生成序列号)
修改配置文件12行,tvm_encrypt=ffa971f4-324ace95

重启服务器

chmod +x /etc/rc.d/rc.local
cp /home/rpm/test.sh /root/gpumin.sh
在/etc/rc.local文件添加下面命令
/bin/sh /root/gpumin.sh

systemctl stop firewalld.service
systemctl disable firewalld.service

scp root@192.168.48.123:/etc/rsyslog.d/ignore-systemd-session-slice.conf /etc/rsyslog.d/
systemctl restart rsyslog

CentOS7.2部署采集系统的更多相关文章

  1. 在 CentOS7 上部署 MySQL 主从

    在 CentOS7 上部署 MySQL 主从 通过 SecureCRT 连接至 MySQL 主服务器: 找到 my.cnf 文件所在的目录: mysql --help | grep my.cnf 一般 ...

  2. 在 CentOS7 上部署 zookeeper 服务

    在 CentOS7 上部署 zookeeper 服务 1 用 SecureCRT 或 XShell 等 Linux 客户端工具连接至 CentOS7 服务器: 2 进入到 /usr/local/too ...

  3. GIT-Linux(CentOS7)系统部署git服务器

    GIT-Linux(CentOS7)系统部署git服务器 root账号登录 一. 安装并配置必要的依赖关系在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wget ...

  4. 在阿里云ECS CentOS7上部署基于MongoDB+Node.js的博客

    前言:这是一篇教你如何在阿里云的ECS CentOS 7服务器上搭建一个个人博客的教程,教程比较基础,笔者尽可能比较详细的把每一步都罗列下来,包括所需软件的下载安装和域名的绑定,笔者在此之前对Linu ...

  5. CentOS7.4部署Python3+Django+uWSGI+Nginx

    CentOS7.4部署Python3+Django+uWSGI+Nginx http://www.showerlee.com/archives/2590

  6. CentOS7安装部署zabbix3.4操作记录

    CentOS7安装部署zabbix3.4操作记录 1.安装前准备 1.1 查看centos的系统版本 [root@zabbix ~]# cat /etc/redhat-release CentOS L ...

  7. centos7.2 部署zabbix 3.2.7

    centos7.2 部署zabbix 3.2.7[zabbix@zabbixServer ~]$ cat /etc/redhat-release CentOS Linux release 7.2.15 ...

  8. CentOS7中部署Showdoc

    目录 CentOS7中部署Showdoc 前置环境 部署 配置文件 解压安装包 添加启动服务 设置权限 运行安装 界面 CentOS7中部署Showdoc 文:铁乐与猫 前置环境 因为showdoc其 ...

  9. 在CentOS7上部署Kubernetes集群

    在CentOS7上部署Kubernetes集群 文/FCBusquest 2015-12-22 18:36:00 简介 Kubernetes(k8s)是Google开源的大规模容器集群管理系统, 本文 ...

随机推荐

  1. threejs 通过bufferGeometry处理每一个点的位置和颜色

    let positions = new Float32Array(points.length * 3); let colors = new Float32Array(points.length * 3 ...

  2. Codeforces 1009D:Relatively Prime Graph

    D. Relatively Prime Graph time limit per test 2 seconds memory limit per test 256 megabytes input st ...

  3. 6-11 Level-order Traversal(25 分)

    Write a routine to list out the nodes of a binary tree in "level-order". List the root, th ...

  4. Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.elasticsearch.threadpool.ThreadPool

    springboot中遇到的, 将guava添加到项目中即可.(当时添加的是guava 18)

  5. Libusb学习

    1.参考:http://www.cnblogs.com/Daniel-G/archive/2013/04/22/3036730.html https://baike.so.com/doc/506541 ...

  6. ballerina 学习十七 多线程编程

    并发&&多线程开发对于日常的处理是比较重要的,ballerina 支持的模式有work fork/join async lock 基本workers 参考代码 import balle ...

  7. 深入理解Java虚拟机,gc输出参数

    https://blog.csdn.net/qq_21383435/article/details/80702205

  8. linux下,一个运行中的程序,究竟占用了多少内存

    linux下,一个运行中的程序,究竟占用了多少内存 1. 在linux下,查看一个运行中的程序, 占用了多少内存, 一般的命令有 (1). ps aux: 其中  VSZ(或VSS)列 表示,程序占用 ...

  9. LoadXml载入Xhtml文件速度很慢

    如果有如下的Xhtml文字,在.Net中用XmlDocument.LoadXml载入的时候,速度很慢.   <!DOCTYPE html PUBLIC "-//W3C//DTD XHT ...

  10. IPv4正则表达式匹配

    IP地址的长度为32位,分为4段,每段8位.用十进制数字表示,每段数字范围为0~255,段与段之间用英文句点“.”隔开.例如:某台计算机IP地址为111.22.33.4. 分析IP地址的组成特点:25 ...