Read More 1 minute read LLinux Ganeti – Virtual Server Management in Google CodebyCloudibeeOctober 30, 20072 views http://code.google.com/p/ganeti/ – Ganeti is a virtual server management software tool built on top of Xen virtual machine monitor…
Read More 1 minute read LLinux Difference between kvm and XenbyCloudibeeOctober 30, 20071 view Xen is an external hypervisor; it assumes control of the machine and divides resources among guests. On the…
Read More 1 minute read LLinux dmidecodebyCloudibeeOctober 29, 2007 Dmidecode reports information about your system’s hardware as described in your system BIOS. This command gives you vendor…
Read More 1 minute read LLinux clockdiffbyCloudibeeOctober 29, 20075 views Find clock different between two hosts in linux – using clockdiff [root@unixfoo1 root]# clockdiff -o unixfoo2…………………………………………..host=unixfoo2 rtt=60(3)ms/54ms delta=22153ms/22153ms…
Read More 1 minute read LLinux Redhat ETbyCloudibeeOctober 26, 2007 Redhat ET ( emerging technology ) url : http://et.redhat.com/page/Main_Page . This has good information on the developments around…
Read More 1 minute read LLinux strace hintbyCloudibeeOctober 26, 200710 views To see the timestamp at which a system call executes and how much time spent on each system,…
Read More 2 minute read LLinux Useful Netapp commandsbyCloudibeeOctober 25, 200740 views Here are some useful Netapp Storage Administation commands. Some commands are for experience netapp administrators. For learning purpose…
Read More 2 minute read LLinux Linux hugepagesbyCloudibeeSeptember 25, 2007278 views Hugepages is a mechanism that allows the Linux kernel to utilize the multiple page size capabilities of modern…
Read More 1 minute read LLinux lsof – List open filesbyCloudibeeAugust 26, 20071 view This lists information about files opened by processes. It is great, especially when you are troubleshooting an issue…