<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/scottsiu" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/scottsiu" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 14 Apr 2009 13:06:00 GMT</lastBuildDate><title>Scott Siu 的专栏</title><description>当Java JavaScript PHP Flash IE/FF混在一起的时候。。。。</description><link>http://blog.csdn.net/scottsiu/</link><item><title>EDB PPAS/PostgreSQL异地容灾，并实现“0数据丢失”的灾难恢复</title><link>http://blog.csdn.net/scottsiu/archive/2009/04/14/4072478.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/4072478.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/4072478.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4072478</trackback:ping><description>转载自：EnterpriseDB中文社区&lt;br /&gt;
原文连接：http://www.enterprisedb.org.cn/?action-viewthread-tid-28&lt;br /&gt;&lt;br /&gt;
异地容灾：&lt;br /&gt;
容灾策略是保证企业数据库核心应用完整性的必要手段，自美国9.11事件后不少企业开始要求通过异地容灾实现地区性或全球性的容灾方案。在异地容灾方案中，要注意以下三点：&lt;br /&gt;
1、数据传输速度：这个主要与两地之间所使用的网络连接有关，这个连接的速度当然是越快越好的，但也意味着要付出的钱更多。&lt;br /&gt;
2、异步传输：异地容灾时一般不建议使用同步方式，因为一但备份服务器出现问题，在同步方式下将导致主服务器同时失效。&lt;br /&gt;
3、数据丢失：由于使用异步传输，各地之间的数据并不是完全一致，当系统在不同地点之间进行切换时，并不能直接得到主服务器中完整的数据，因此异地容灾方案在灾难恢复时一般都会有数据丢失。&lt;br /&gt;
就以上问题，本文讨论在EnterpriseDB Postgres Plus Advanced Server中如何实现“0数据丢失”(此方&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/4072478.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Apr 2009 21:06:00 +0800</pubDate><author>萧少聪 EnterpriseDB.org.cn</author><comments>http://blog.csdn.net/scottsiu/archive/2009/04/14/4072478.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2009/04/14/4072478.aspx</guid><dc:creator>萧少聪 EnterpriseDB.org.cn</dc:creator></item><item><title>EDB Postgres Plus PITR系统备份及恢复操作实例</title><link>http://blog.csdn.net/scottsiu/archive/2009/04/14/4072475.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/4072475.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/4072475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4072475</trackback:ping><description>&lt;br /&gt;源文连接：http://www.enterprisedb.org.cn/?action-viewthread-tid-13&lt;br /&gt;&lt;br /&gt;
EDB Postgres Plus PITR系统备份及恢复操作实例&lt;br /&gt;&lt;br /&gt;
字体: 小 中 大 | 打印 发表于: 2009-2-19 11:19    作者: scott.siu    来源: EnterpriseDB中文社区&lt;br /&gt;
一、PITR系统备份及恢复&lt;br /&gt;&lt;br /&gt;
1. 对数据库进行设置，修改/opt/PostgresPlus/8.3AS/data/postgresql.conf&lt;br /&gt;
找到：&lt;br /&gt;&lt;br /&gt;
CODE:&lt;br /&gt;
# archive_command = ''改为：&lt;br /&gt;&lt;br /&gt;
CODE:&lt;br /&gt;
archive_command = 'cp -f %p /opt/PostgresPlus/PitrWAL/%f'重新启动数据库：&lt;br /&gt;
# /etc/init.d/edb_8.3 restart&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/4072475.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Apr 2009 21:05:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2009/04/14/4072475.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2009/04/14/4072475.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>RHEL5实现高可用HA集群+GFS+EnterpriseDB</title><link>http://blog.csdn.net/scottsiu/archive/2007/10/19/1832883.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1832883.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1832883.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1832883</trackback:ping><description>近日发现有网站开始转载我的文章，这个我非常高兴，非常感谢大家支持！但是我发现好多网站转载时连我的原文出处都没有，文章题目还经常写着“原创”，这个太不厚道了，对于每一个写原创文章的作者这种做法都是不可取的！借鸟哥的一句话：“原创文章都是作者一个字一个字打出来了，也经过自己一步一步的测试，希望大家给于尊重”！别外我当然是一个”枪手“写的东东大都是公司的产品啦，哈哈！好了，进入正文：

版权所有，转载请注明出处！
作者：萧少聪 RHCE/CI
BLOG：scottsiu.cublog.cn或blog.csdn.net/scottsiu

前言：
    几个大家要注意的地方：
    1、做Cluster应该要有Fence设备，当一台机器出现问题时处于正常状态的机器会通过Fence将其重启或关机以释放IP、磁盘等资源。
    2、做HA要对服务的启动脚本做一点修改以符合Cluster的要求。
    3、GFS要建立在Cluster之上。
    4、RHEL5 AP(高级平台版)已经带有Cluster组件，当中包括GFS、Cluster Suite、LVS等，不像R&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1832883.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Oct 2007 23:22:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/10/19/1832883.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/10/19/1832883.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>关于Linux与Windows文件共享中的用户及密码问题</title><link>http://blog.csdn.net/scottsiu/archive/2007/09/21/1794458.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1794458.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1794458.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1794458</trackback:ping><description>关于Linux与Windows文件共享中的用户及密码问题，很多朋友都在问，以下是我的一点经验！

windows2003下如果要进行匿名访问一定要开启“Guest”帐号要不然会有
[scott@compaq ~]$ smbclient -L //172.16.122.119
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Windows Server 2003 3790 Service Pack 1] Server=[Windows Server 2003 5.2]

        Sharename       Type      Comment
        ---------       ----      -------
cli_rpc_pipe_open: cli_nt_create failed on pipe \srvsvc to machine 172.16.122.119.  Error was NT_STATUS_ACCESS_DENIED
Error returnin&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1794458.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Sep 2007 20:22:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/09/21/1794458.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/09/21/1794458.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>RHEL5 Xen虚拟网络管理及虚拟机的安装</title><link>http://blog.csdn.net/scottsiu/archive/2007/09/20/1793320.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1793320.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1793320.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1793320</trackback:ping><description>Xen 的虚拟化由于使用的是&quot;半虚拟化&quot;(Para-virtualization)，所有的硬件只是通过xen hypervisor进行调度，比起VMware Server及Workstations要虚拟整套的硬件设备性能要好得多了！但一直在用的时候都有一个问题：“虚拟网络”！今天在rhn上找发现了 virt-manager(RHEL5中用于管理虚拟机的GUI工具)的最新bate包，装上后。。。哈哈。。。。虚拟网络从今天起变得简单了！&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1793320.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Sep 2007 00:32:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/09/20/1793320.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/09/20/1793320.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>RHEL5 Xen下安装nVIDIA驱动</title><link>http://blog.csdn.net/scottsiu/archive/2007/09/18/1789960.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1789960.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1789960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1789960</trackback:ping><description>在Xen中由于显卡驱动的问题，出去讲课时都不能在Xen下做虚拟化的演示。现在终于找到解决的方法了！&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1789960.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 19 Sep 2007 00:22:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/09/18/1789960.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/09/18/1789960.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>Securing BIND and DNS [BIND及DNS安全] Part I</title><link>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729323.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1729323.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1729323.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729323</trackback:ping><description>RHEL5已经出来好一段时间了，昨晚把NB里的RHEL4虚拟机都干掉了，今天开始对着RHCA的内容来对RHEL5测试！先来测试的是DNS，因为后天要上复习课，这是其中的一个内容！&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1729323.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 22:52:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729323.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/08/07/1729323.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>在LINUX下打开WIN的NetBeans项目[编码问题]</title><link>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729313.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1729313.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1729313.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729313</trackback:ping><description>之前都是在WINDOWS下的开发，在公司用的是“红旗5”对WINDOWS下的中文支持比较好，项目文件COPY过去就能用了，只是不太爱用它的KDE环境，但是反正是在公司用的，能开发，能工作就OK了，也赖得去搅他！

这段时间公司装修，只能在家工作了！家里装的是Fedora，用NetBeans找开原来的文件时原来的中文全乱了，编释当然也是不能通过的了！&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1729313.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 22:49:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729313.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/08/07/1729313.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>JBoss 4.0.5 GA + JDK6开发EJB3时的调用问题</title><link>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729296.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1729296.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1729296.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729296</trackback:ping><description>在进行EJB3开发时，我用到了JDK6+NetBeans5.5，服务器选用JBoss（Jboss已经被RedHat收购了，作为RHCE我当然最支持它了）！NetBeans5.5中Swing得好了很大的加强，但需要JDK6的支持！

在测试中发现，JBoss4.0.5在JDK6下会出现以下错误&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1729296.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 22:44:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729296.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/08/07/1729296.aspx</guid><dc:creator>Scott Siu</dc:creator></item><item><title>RHEL4下的DDNS动态更新</title><link>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729282.aspx</link><wfw:comment>http://blog.csdn.net/scottsiu/comments/1729282.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/scottsiu/comments/commentRss/1729282.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729282</trackback:ping><description>方案

	系统：Red Hat Enterprise Linux 4 AS 4.0
	实现：DHCP+DNS

&lt;img src =&quot;http://blog.csdn.net/scottsiu/aggbug/1729282.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 22:41:00 +0800</pubDate><author>Scott Siu</author><comments>http://blog.csdn.net/scottsiu/archive/2007/08/07/1729282.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/scottsiu/archive/2007/08/07/1729282.aspx</guid><dc:creator>Scott Siu</dc:creator></item></channel></rss>