VMware vCenter Converter导入计算机时出错,对话框内容如下:
---------------------------
VMware vCenter Converter
---------------------------
出现错误。此错误的原因可能由网络连接故障所致。
向导将立即关闭。
请检查网络连接并重试。
---------------------------
确定
---------------------------
解决办法:
重启以下服务:
本日志由 flyinweb 于 2012-02-03 11:20:11 发表到 云计算与虚拟化 中,目前已经被浏览 37 次,评论 0 次;
作者添加了以下标签: vCenter Converter Network Error;
A basic installation contains at least 2 database servers and 1 monitoring server. In this guide, I used 5 servers with Debian Lenny (5.0)
| function | ip | hostname | server id |
|---|---|---|---|
| monitoring host | 192.168.0.10 | mon | - |
| master 1 | 192.168.0.11 | db1 | 1 |
| master 2 | 192.168.0.12 | db2 | 2 |
| slave 1 | 192.168.0.13 | db3 | 3 |
| slave 2 | 192.168.0.14 | db4 | 4 |
I used the following virtual IPs. They will be distributed across the hosts by MMM.
| ip | role | description |
|---|---|---|
| 192.168.0.100 | writer | Your application should connect to this IP for write queries. |
| 192.168.0.101 | reader | Your application should connect to one of these four IPs for read queries |
| 192.168.0.102 | reader | |
| 192.168.0.103 | reader | |
| 192.168.0.104 | reader |
本日志由 flyinweb 于 2012-01-31 16:19:48 发表到 数据库技术 中,目前已经被浏览 50 次,评论 0 次;
作者添加了以下标签: Multi-Master Replication Manager for MySQL,mysql-mmm;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
一、MMM简介:
MMM即Master-Master Replication Manager for MySQL(mysql主主复制管理器)关于mysql主主复制配置的监控、故障转移和管理的一套可伸缩的脚本套件(在任何时候只有一个节点可以被写入),这个套件也能对居于标准的主从配置的任意数量的从服务器进行读负载均衡,所以你可以用它来在一组居于复制的服务器启动虚拟ip,除此之外,它还有实现数据备份、节点之间重新同步功能的脚本。
MySQL本身没有提供replication failover的解决方案,通过MMM方案能实现服务器的故障转移,从而实现mysql的高可用。
MMM项目来自 Google:http://code.google.com/p/mysql-master-master
官方网站为:http://mysql-mmm.org
Mmm主要功能由下面三个脚本提供
lmmm_mond负责所有的监控工作的监控守护进程,决定节点的移除等等
lmmm_agentd运行在mysql服务器上的代理守护进程,通过简单远程服务集提供给监控节点
lmmm_control通过命令行管理mmm_mond进程
本日志由 flyinweb 于 2012-01-31 16:04:20 发表到 数据库技术 中,目前已经被浏览 50 次,评论 0 次;
作者添加了以下标签: mysql-mmm,Multi-Master Replication Manager for MySQL;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
I can remember way back when how amazed I was to order a new desktop computer with 2MB of RAM. Even the days of ordering a server with 64MB of RAM seemed like sooooo much memory. And in case you missed it, those are values in megabytes. Naturally today’s systems are in another class altogether. And while I’d like to think the quality of memory manufacturing has also increased over the years, things can still go wrong.
Failing or faulty memory doesn’t always manifest itself with a huge announcement. In the event that Windows 7 or Windows Server 2008 detects such a problem, it will most likely prompt you to run the Windows Memory Diagnostic tool. But you can also manually run this tool anytime you’d like if you prefer to be a bit more proactive.
本日志由 flyinweb 于 2012-01-30 10:39:19 发表到 技术文摘 中,目前已经被浏览 85 次,评论 0 次;
作者添加了以下标签: Windws内存诊断工具,windows memory diagnostic tool;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
1、checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable
安装openssl,在编译参数中添加--with-ssl=/usr/local/ssl (ssl安装路径,根据安装的实际路径设置)
本日志由 flyinweb 于 2012-01-13 10:47:45 发表到 WEB服务器 中,目前已经被浏览 118 次,评论 0 次;
作者添加了以下标签: Apache compile fails;
At Gigahost we are managing a lot of mailboxes for our users.
At the moment these are all located on one high speced server with the outgoing SMTP split to another server.
We allow our users to connect via both IMAP and POP3 and support STARTTLS on ports 110/143 and SSL/TLS on ports 993/995.
Since we are constantly adding new users and these in turn add new mailboxes we are running out of options as to upgrade the current server. Hosting mailboxes via Courier, Dovecot or similar is very IO intensive and therefore in the long run disk IO becomes a problem.
The solution to this is ofcourse to scale the setup to more servers. Some hosting providers do this by simply adding users to a new mail server eg. mail2.example.com, mail3.example.com and so on.
What we would like to do is use a reverse proxy so that the user always connects to mail.gigahost.dk and the proxy ensures that the user is send to the correct server.
本日志由 flyinweb 于 2012-01-12 11:55:12 发表到 WEB服务器 中,目前已经被浏览 178 次,评论 0 次;
作者添加了以下标签: Reverse Proxy;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
1、Using a php script on apache server as the auth backend
Start with the configuration from NginxImapProxyExample. For detail information about different configuration parameters, see the NginxMailCoreModule page.
本日志由 flyinweb 于 2012-01-12 11:44:05 发表到 技术文摘 中,目前已经被浏览 222 次,评论 0 次;
作者添加了以下标签: Reverse Proxy;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
It is quite useful and interesting too.
VIRT 的上限是64G,也就是36位, cat /proc/cpuinfo的结果是:addre
昨天要准备用线程重写webbench,试验了下Fedora Linux 2.6.35.14
不明白您的具体的意思是什么?
已经发送到你QQ邮箱
http://www.2mysite.net/scriptencoder/screnc.asp 站长你好,看
你好,我发现一个问题,就是从mysqld2同步过来的数据,在mysqld1的
晕,我说是怎么回事情,原来我和你一样,忘记设置了活动分区