Showing posts with label updates. Show all posts
Showing posts with label updates. Show all posts

Friday, July 29, 2011

Proper way: after kernel update [xen]

Kernel Diary: this just to remind me proper steps to do after dom-0 kernel updates

1. log in into each dom-U and run

#yum update -y

this will update kernel devel and kernel headers on dom-U
failing to do this will make iptables not able to start

2. fix xen kernel script

this will update latest kernel on dom-U (do this on every dom-U before rebooting them!!)

# /script/fixxenkernel

3. xm list

this will list all dom-U

4. xm reboot
this will reboot dom-U server. or just reboot entire system.

if you have iptables problem after dom-U reboot please install kernel-headers

#yum -y install kernel-devel kernel-headers

iptables: Table does not exist (do you need to insmod?)

then,

#modprobe ip_tables

hope this will save some time to figure up why iptables not working.
remember: i'm using hypervm. fixxenkernel scripts only available on hypervm

Wednesday, June 15, 2011

Updating my blogspot

Today, i create labels cloud for you (and me) to easy access any relevant information in this blog.

thank you for visiting this blog.

[ donate $5 via paypal ]

Sunday, June 12, 2011

no new issues yet.

hi,
i'm posting here because no problem yet found on my server. all working fine & i am happy with my job. :)

more posting, the more problems i have. hope you all also fine and good condition too..

Sunday, April 10, 2011

Monday, December 27, 2010

reset kloxo password from ssh

found this article: http://client.zanyhost.com/knowledgebase.php?action=displayarticle&id=19

cd /usr/local/lxlabs/kloxo/httpdocs
/usr/bin/lphp.exe ../bin/common/resetpassword.php master ##newpassword##

done!
Related Posts Plugin for WordPress, Blogger...