Thursday, February 7, 2013

Trendmicro OfficeScan Block Domino Server Port 80


When Domino HTTP Server started, it report this error even no process is listening port 80. Actually it is caused by Trendmicro

HTTP Server: Error - Unable to Bind port 80, port may be in use or user needs net_privaddr privilege 


  1. Open the Registry Editor on the domino server.
  2. Important: Always back up the whole registry before making any modifications.
  3. Navigate to HKLM\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList
  4. Click Edit > New > Key and then name the key "Domino".
  5. Under this new key, create a string value (Edit > New > String Value) named "ProcessImageName". Set the value to "nhttp.exe".
  6. Restart OfficeScan.

Monday, January 7, 2013

HRSP ARP Issue

Recently, I help my sibling company to setup HSRP configuration

1 Cisco 2921 connecting 2 Cisco 3650.

It works normally without any problem at the very beginning.

Later, user reports that Windows 2008 report duplicate IP after rebooting or re-enable network adapter.

After a serious a research, I got the following findings.
1. ping to unused ip address will got TTL expire.
2. traceroute to unused ip address will loop between that 3 Cisco device.
3. all unused ip address in Cisco 3650 arp table will map to ether-channel mac address.

After digging a 2 weeks about this problem, finally I found an article on the web. It said Cisco has made some changes on IOS after 12.8 which I need to add "no ip proxy-arp" on both 3650 uplink to 2921.

Friday, December 28, 2012

Fix "RRV bucket is corrupt" on Domino CA Process

Today I have met a problem during submit a request to CA process on my domino server.

It prompt out "RRV bucket is corrupt" after choosing CA server and press OK.

I tried all method like fixup, updall, compact, restore from backup....no luck.

Finally, I open Address book-> Security-> Certificate-> <<My CA Server NAME>> and press Edit Certifier

There is a CFG???????????????.nsf  attachment inside. I try to open it, it prompt the same error.

So I think it is worth to try so I delete that attachment and Save.

It fixed the problem!

Wednesday, November 14, 2012

Step of Upgrading Zabbix from 1.8 to 2.0



  1. Download latest source from www.zabbix.com
  2. Installation Manual for 2.0 http://www.zabbix.com/documentation/2.0/manual/installation/install#from_the_sources
  3. service zabbix-server stop
  4. service zabbix-agentd stop
  5. tar xvf zabbix-2.0.3.tar.gz
  6. cd zabbix-2.0.3
  7. ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-libxml2 --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/zabbix
  8. make install
  9. cd upgrades/dbpatches/2.0/mysql
  10. ./upgrade <your database name>
  11. cp /usr/local/sbin/zabbix* /sbin
  12. cd frontends
  13. cp php /var/www/html/ -R
  14. cd /var/www/html
  15. mv zabbix zabbix185
  16. mv php zabbix
  17. chown apache.apache zabbix -R
  18. service zabbix-server start
  19. service zabbix-agentd start
  20. http://<servername>/zabbix to run the setup and finish

Monday, October 29, 2012

Alexey Ragozin: Story of relentless CMS

Alexey Ragozin: Story of relentless CMS: Recently, a comment on other article of this blog has led me to noteworthy issue with CMS (Concurrent Mark Sweep) garbage collector. Prob...

Monday, October 22, 2012

Yum Transaction Check Error


If you got some error when using Yum during Transaction Checking

Traceback (most recent call last):
......... 
TypeError: unsubscriptable object

Trying using this command

"yum clean metadata"