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!
As title, It is a memo of my daily work, it won't be very detail but enough to retrieve what I have to.
Friday, December 28, 2012
Wednesday, December 12, 2012
How to run a Java Program as a daemon (service) on Linux (openSUSE) using a shell script
http://www.source-code.biz/snippets/java/7.htm
Wednesday, November 14, 2012
Step of Upgrading Zabbix from 1.8 to 2.0
- Download latest source from www.zabbix.com
- Installation Manual for 2.0 http://www.zabbix.com/documentation/2.0/manual/installation/install#from_the_sources
- service zabbix-server stop
- service zabbix-agentd stop
- tar xvf zabbix-2.0.3.tar.gz
- cd zabbix-2.0.3
- ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-libxml2 --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/zabbix
- make install
- cd upgrades/dbpatches/2.0/mysql
- ./upgrade <your database name>
- cp /usr/local/sbin/zabbix* /sbin
- cd frontends
- cp php /var/www/html/ -R
- cd /var/www/html
- mv zabbix zabbix185
- mv php zabbix
- chown apache.apache zabbix -R
- service zabbix-server start
- service zabbix-agentd start
- 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"
Wednesday, September 19, 2012
Register VM Cloned SELS 11 SP2 to ZEN Network
The process for SLE11 is as follows:
- Find out the alias of the update service by using "zypper ls".
- Remove the update service, for example by using "zypper removeservice nu_novell_com".
- Remove the NCC credentials using "rm /etc/zypp/credentials.d/NCCcredentials".
- Delete the suseRegister cache file using "rm /var/cache/SuseRegister/lastzmdconfig.cache".
- With this complete, restart YaST, and then launch Novell Customer Center Configuration. This will register any new keys that were needed. Attention: if you use the suse_register commandline tool instead of YaST (for example by using: suse_register -a regcode-sles=YourActivationCode -a email=YourEmailAddress -a moniker=YourHostname -L /root/.suse_register.log) you may have to refresh the services by running "zypper refresh-services -r" afterwards.
- Check if the update repositories have been added correctly by using "zypper lr".
Friday, September 14, 2012
IP Address Management Excel Tool
An excel sheet that is made by me years ago to manage my Company's IP Addresses...
I decide to share it out to whom might find it useful.
I am not going to explain how to use it as one who want to use it will understand it.
If you are having headache in managing or calculating IP addresses, it would be your nice pal.
Download it (not viewing) at Google Doc
https://drive.google.com/file/d/0B8gWj5_Gu6ZuclMyeEZwOGpJaVE
Subscribe to:
Posts (Atom)