码迷,mamicode.com
首页 >  
搜索关键字:服务不支持 chkconfig    ( 1456个结果
通过HAProxy实现负载均衡
通过HAProxy实现负载均衡:注:该操作依据Redhat/CentOS6系统yuminstallhaproxyservicehaproxystartchkconfig--level35haproxyonvi/etc/haproxy/haproxy.cfgfrontendmain*:80default_backendappbackendappbalanceroundrobinserverapp11
分类:其他好文   时间:2018-08-09 14:58:06    阅读次数:134
定时任务
第1章 定时任务1.备份 2.其他重复性工作:1.1 系统定时任务的配置文件[root@oldboyedu50-lnb ~]# ll -d /etc/cron.*drwxr-xr-x. 2 root root 4096 Jul 10 18:23 /etc/cron.ddrwxr-xr-x. 2 root root 4096 Jul 10 18:24 /etc/cron.daily-rw------
分类:其他好文   时间:2018-08-08 20:27:53    阅读次数:134
LNMP分离部署
环境: Nginx+PHP:192.168.2.144 Mysql:192.168.2.151 【Nginx】 yum install -y pcre-devel openssl-deve popt-devel tar zxvf nginx-1.11.2.tar.gz -C /usr/src/cd ...
分类:其他好文   时间:2018-08-08 10:34:44    阅读次数:227
CentOS7.5下开发systemctl管理的自定义Rsync启动服务程序
CentOS7.5下开发systemctl管理的Rsync服务脚本和配置1.1 systemctl知识简介从CentOS7 Linux开始,系统里的网络服务启动已经从传统的service改成了systemctl(一个systemd工具,主要负责控制systemd系统和服务管理器。),管理开机自启动的命令也从chkconfig改为了systemctl,由systemctl一个命令代替了CentOS7
分类:其他好文   时间:2018-08-07 22:01:56    阅读次数:197
mysqld服务开机自启动(CentOS 6.5)
#!/bin/sh## mysqld This shell script takes care of starting and stopping# the MySQL subsystem (mysqld).## chkconfig: 345 64 36# description: MySQL dat ...
分类:数据库   时间:2018-08-06 16:30:58    阅读次数:356
[整理]zabbix 安装过程遇到的问题和解决办法
zabbix客户端配置zabbix-agent后,网页端出现Getvaluefromagentfailed:cannotconnectto[[192.168.1.205]:10050]:[113]Noroutetohost的错误,主机没法被监听1、服务器端ping客户端ping192.168.1.2052、如果能ping通,则是因为防火墙的原因,需关闭防火墙serviceiptablesstop#
分类:其他好文   时间:2018-08-02 11:24:53    阅读次数:123
CentOS 6.x 安装vnc
https://www.cnblogs.com/pipci/p/7833581.html 1.安装vnc server [root@pxe ~]# yum install tigervnc-server -y 2.设置 vnc server 开机启动 [root@pxe ~]# chkconfig  ...
分类:其他好文   时间:2018-08-01 23:57:41    阅读次数:356
Linux CentOS开机启动项设置命令:chkconfig
1、开机启动+++ crontab 定时执行(定时执行可参考:https://www.cnblogs.com/prefectjava/p/9399552.html)可实现自动化运行的目的,简化了维护人员的工作量。 在CentOS或者RedHat其他系统下 ,安装后系统默认不会自动启动的。就算手动执行 ...
分类:系统相关   时间:2018-08-01 11:51:42    阅读次数:192
NFS 优化及详解
一, 启动过程: 所以启动的时候一定一定要先启用——————rpcbind———————————————— 启动 rpcbind >/etc/init.d/rpcbind restart 启动nfs >/etc/init/nfs start 进程说明: 开机自启设置: chkconfig rpcbi ...
分类:其他好文   时间:2018-07-31 15:26:35    阅读次数:142
haproxy + keepalived 实现高可用负载均衡集群
1. 首先准备两台tomcat机器,作为集群的单点server。 第一台: 1)tomcat,需要Java的支持,所以同样要安装Java环境。 安装非常简单。 tar xf jdk-7u65-linux-x64.tar.gz mv jdk1.7.0_65 /usr/local/java 然后在环境变 ...
分类:其他好文   时间:2018-07-28 15:08:29    阅读次数:169
1456条   上一页 1 ... 27 28 29 30 31 ... 146 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!