本系列会分析 OpenStack 的高可用性(HA)解决方案:(1)概述 (写着中...)(2)Neutron L3 Agent HA - VRRP (虚拟路由冗余协议)(3)Neutron L3 Agent HA - DVR (分布式虚机路由器)(4)RabbitMQ 和 Mysql HA1. 基...
分类:
数据库 时间:
2015-08-20 09:03:51
阅读次数:
765
一、准备 1.gust OS中Ubuntu确认安装并启动了SSH, install command: sudo apt-get install openssh-server 确认是否启动了ssh, ps –e|grep ssh 如图所示说明已经启动了: 如果只有 ssh-agent那ssh-serv...
分类:
系统相关 时间:
2015-08-20 00:56:58
阅读次数:
191
今天在检查SMIDB的时候,发现CRS的告警日志中出现很多错误,具体为:2015-08-1917:12:21.745:[/oracle/app/11.2.0/grid_1/bin/oraagent.bin(6227)]CRS-5013:Agent"/oracle/app/11.2.0/grid_1/bin/oraagent.bin"failedtostartprocess"/oracle/app/11.2.0/grid_1/bin/lsnrctl"for..
分类:
数据库 时间:
2015-08-19 21:05:14
阅读次数:
903
Cookie是由服务器端生成,发送给User-Agent(一般是浏览器),浏览器会将Cookie的key/value保存到某个目录下的文本文件内,下次请求同一网站时就发送该Cookie给服务器(前提是浏览器设置为启用cookie)。Cookie名称和值可以由服务器端开发自己定义,对于JSP而言也可以...
分类:
其他好文 时间:
2015-08-19 19:18:34
阅读次数:
101
#!/usr/bin/python
#coding:UTF-8
importurllib,urllib2,cookielib,time,re,random
classLogin:
_loginurl=‘http://home.51cto.com/index.php?s=/Index/doLogin‘
_ua=‘*****‘#username
_ps=‘*****‘#password
_re=‘src="(.+?)"‘
_headers=[(‘User-agent‘,‘Mozilla/4.0(compati..
分类:
编程语言 时间:
2015-08-19 17:43:20
阅读次数:
178
Cookie是由服务器端生成,发送给User-Agent(一般是浏览器),浏览器会将Cookie的key/value保存到某个目录下的文本文件内,下次请求同一网站时就发送该Cookie给服务器(前提是浏览器设置为启用cookie)。Cookie名称和值可以由服务器端开发自己定义,对于JSP而言也可以直接写入JSESSIONID用于标记一个会话(session),这样服务器可以知道该用户是否合法用户...
分类:
编程语言 时间:
2015-08-19 17:02:46
阅读次数:
137
下载http://www.zabbix.com/downloads/2.2.1/zabbix_agents_2.2.1.linux2_6_23.i386.tar.gz所有Agent版本下载:http://www.zabbix.com/download2.php安装1)创建用户#groupaddzabbix#useradd-gzabbixzabbix2)解压即可#mkdir/etc/zabbix_agent#tar-zxvfzabbix_agents_2.2.1.linux..
分类:
其他好文 时间:
2015-08-19 02:16:30
阅读次数:
342
$args$content_length$content_type$document_root$document_uri$host$http_user_agent$http_cookie$limit_rate$request_body_file$request_method$remote_addr$remote_port$remote_user$request_filename$request_uri$query_string$scheme$server_protocol$server_addr$server..
分类:
其他好文 时间:
2015-08-18 16:38:37
阅读次数:
177
如果你安装Fluentd运用的是rpm或是deb 的安装包,这个配置文件在/etc/td-agent/td-agent.conf 这个目录。重新安装将会安装conf 配置文件。 $ sudo vi /etc/td-agent/td-agent.conf 如果你安装Fluentd 用的是Ruby ...
分类:
其他好文 时间:
2015-08-18 12:30:37
阅读次数:
190
=============================================================================================Howtoinstallzabbix-agentonCentOS7Step1:AddRequiredRepository#rpm-Uvhhttp://repo.zabbix.com/zabbix/2.4/rhel/7/x86_64/zabbix-release-2.4-1.el7.noarch.rpmStep2:Install..
分类:
其他好文 时间:
2015-08-18 06:41:55
阅读次数:
125