码迷,mamicode.com
首页 >  
搜索关键字:服务不支持 chkconfig    ( 1456个结果
Error:Connection activation failed:Device not managed by NetworkManager
1. Remove Network Manager from startup Services.chkconfig NetworkManager off2. Add Default Net Managerchkconfig network on3.Stop NetworkManager firsts...
分类:Web程序   时间:2015-03-10 13:50:28    阅读次数:143
怎么让CentOS集群自动同步时间
怎么让CentOS集群自动同步时间?首先机器要连外网,这样才能从互联网上同步时间,这是首先要了解的。好了,主要的方法如下:在除了运行ntpd之外的机器上,执行:[html]# chkconfig --list | grep ntpd 看看ntpd有没有开机自启动(如果显示的全为off则表明不是开.....
分类:其他好文   时间:2015-03-10 06:47:02    阅读次数:138
mysql开机自启动设置
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。 深蓝的blog:   设置mysql开机自启动 [root@master local]# chkconfig –list [root@master local]# chkconfig mysqld on [root@master local]# chkconfig --list...
分类:数据库   时间:2015-03-05 20:59:45    阅读次数:162
linux lamp
1. 用yum安装Apache,Mysql,PHP. 1.1安装Apache yum install httpd httpd-devel 安装完成后,用/etc/init.d/httpd start 启动apache 设为开机启动:chkconfig httpd on 1.2 安装mysql 1.2...
分类:系统相关   时间:2015-03-04 12:52:46    阅读次数:169
系统服务nginx启动控制脚本
#!/bin/sh # #nginx-thisscriptstartsandstopsthenginxdaemon # #chkconfig:-8515 #description:NginxisanHTTP(S)server,HTTP(S)reverse#proxyandIMAP/POP3proxyserver #processname:nginx #config:/etc/nginx/nginx.conf #config:/etc/sysconfig/nginx #pidfile:/var/run/ng..
分类:其他好文   时间:2015-03-03 18:56:34    阅读次数:145
Linux chkconfig命令
chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig [--add][--del][--list][系统服务] 或 chkconfig [--level ][系统服务...
分类:系统相关   时间:2015-03-03 18:03:13    阅读次数:178
配置nginx为系统服务(centos6.4)
vi /etc/init.d/nginx内容添加:1#!/bin/bash23#chkconfig:3585154#description:NginxisanHTTP(S)server,HTTP(S)reverse56set-e7PATH=/usr/local/sbin:/usr/local/bi....
分类:其他好文   时间:2015-03-02 11:06:48    阅读次数:182
chkconfig用法
有时候为了方便管理,我们常常喜欢在Linux中将之安装为服务,然后就可以使用服务来管理。但是当我们运行安装服务的命令时候,假设服务名为myservice#chkconfig --add myservice常常会出现service myservice does not support chkconfi...
分类:其他好文   时间:2015-03-02 06:08:25    阅读次数:251
centos6 设置iscsi
安装iscsi包: root@pts/1#yuminstalliscsi\* root@pts/1#rpm-qa|grepiscsi\* iscsi-initiator-utils-devel-6.2.0.873-10.el6.x86_64 iscsi-initiator-utils-6.2.0.873-10.el6.x86_64 查看开机启动: chkconfig--list|grepiscsi 附加iscsi内网: ifconfigem1:0192.168.130.1..
分类:其他好文   时间:2015-02-27 18:47:09    阅读次数:173
apache不支持chkconfig的解决方法
apache 作为linux启动就运行服务程序cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd但是在执行:chkconfig --add httpdchkconfig httpd on的时候出现错误:service httpd do...
分类:Web程序   时间:2015-02-27 06:39:24    阅读次数:115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!