dianel简单不简单Reading
ps -C nginx --no-heading|wc -lps -C java --no-heading|wc -l先确认一下服务器上上面两个数字cd /etc/keepalivedvi /etc/keepalived/check_nginx.sh#!/bin/bashcounter=$(ps -C nginx --no-heading|wc -l)if [ "${cou
一从库操作以 /mnt/local/tomcat_8080 举例1修改context.xml文件 重启tomcat2 建立软连接 二主库操作修改负载均衡vi /etc/nginx nginx.confworker_processes1;events {worker_connections1024;}http {includemime.types;defa
一 跳板机的配置增加代理服务器配置,但是自己不需要。二 linux服务器的配置 备注:一定要打开跳板机,再打开应用服务器
腾讯云centos 6.5 64位1 去掉sendmail yum list installed | grep sendmail 若存在,则使用 yum remove sendmail2 关闭防火墙service iptables stopsetenforce 03 安装常用工具yum install -y lrzsz
版本要求maven3.5.0腾讯云centos6.5 64位1 软件下载http://maven.apache.org/download.cgi2 安装tar vxf apache-maven-3.5.0-bin.tar.gzmv apache-maven-3.5.0 maven3mv maven3 /usr/local/修改环境变量,vi /etc/profile 
1 关闭防火墙service iptables stop setenforce 02 安装jdkrpm -ivh jdk-8u45-linux-x64.rpm3 安装jenkinshttps://jenkins.io/download/下载RPM安装 rpm -ivh jenkins-2.73.2-1.1.noarch.rpm4 相关配置 Jenkins安装目录:/var/lib/jenkins/
腾讯云centos 6.5 64位1 关闭服务器的防火墙service iptables stopsetenforce 02 安装需要的工具yum -y install epel-releaseyum -y install git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号