码迷,mamicode.com
首页 >  
搜索关键字:restart    ( 3392个结果
nagios 日常维护
1.nagios启动(root身份)/etc/init.d/nagios restart(/etc/init.d/xinetd restart重启nsca,用于接收客户端的数据,端口为5667,接收数据出现问题时,需要重启)2.nagios配置文件编辑(su- nagios编辑)1)/usr/local/nagios/etc/objects/hostgroups.cfg中定义hostgroup,有时..
分类:移动开发   时间:2016-02-22 19:24:02    阅读次数:245
Jenkins 三: Jenkins CLI
简介 使用方法 1. 下载 jenkins_cli.jar。 下载地址: http://localhost:8080/jnlpJars/jenkins-cli.jar 2. 点击“系统管理” –> “Jenkins CLI”. 可以看到很多”可用的命令“。 3. 点击一个命令,比如说”restart...
分类:其他好文   时间:2016-02-22 17:45:35    阅读次数:146
Ubuntu启动、停止、重新启动MySQL,查看MySQL错误日志、中文编码错误
1)启动: sudo /etc/init.d/mysql start 2)停止: sudo /etc/init.d/mysql stop 3)重新启动: sudo /etc/init.d/mysql restart 4)查看日志: cat /var/log/mysql.err cat /var/lo
分类:数据库   时间:2016-02-19 12:37:33    阅读次数:140
The connection to adb is down, and a severe error has occured.
Eclipse 编译工程时出现如下的错误提示: The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse.Please ensure the adb is corre
分类:数据库   时间:2016-02-16 18:24:20    阅读次数:176
Oracle Restart可以用来给Oracle GoldenGate 做 High Availability 使用么?
Oracle Restart可以用来给Oracle GoldenGate 做 High Availability 使用么?...
分类:数据库   时间:2016-02-12 18:46:14    阅读次数:232
ubuntu14.04服务版/etc/init.d/smbd restart无效的解决方法
刚装的ubuntu14.04配置完smbd发现service或者/etc/init.d/smbd restart都不显示任何输出,也没起作用 echo $?输出1,查看脚本发现 if init_is_upstart; then exit 1 fi 所有动作都被这句返回了 upstart好像是ubun
分类:系统相关   时间:2016-02-05 22:17:06    阅读次数:328
Mysql数据库基本配置
一 数据库基本配置包括编码方式 (安装环境是在linux下) 1.1 进入数据库 开启数据库服务:service mysqld start/restart(如果开启话可以重启) 关闭数据库服务:service mysqld stops Mysql –u root –h127.0.0.1 –p 然后输
分类:数据库   时间:2016-02-05 01:40:07    阅读次数:234
虚拟化 创建虚拟主机
1. 启动或重启libvirtd服务和messagebus 服务 /etc/init.d/libvirtd start /etc/init.d/messagebus restart 查看网络接口列表 brctl show 结果如下 bridge name bridge id STP enabled
分类:其他好文   时间:2016-01-31 03:10:13    阅读次数:194
部署OpenStack问题汇总(七)--解决apache启动错误"httpd:Could not reliably determine..."
今天在调试openstack的时候,重启apache,出现以下报错: [root@hctrl log]# service httpd restart 停止 httpd:[确定] 正在启动 httpd:httpd: Could not reliably determine the server's f
分类:Web程序   时间:2016-01-31 02:36:48    阅读次数:247
device eth0 does not seem to be present, delaying initialization
在使用虚拟机Oracle VM VirtualBox的时候,重装系统之后,里面之前配置的mysql或者oracle重新打开之后,网卡就出现问题。 ifconfig查看数据库地址,会变成127.0.0.1,重启网卡service network restart 提示: device eth0 does
分类:其他好文   时间:2016-01-29 19:58:26    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!