Xen performance monitoring
Xen’s Hypervisor does not have an easy collection of performance counters. The management machine – “Domain-0″ is actually a privileged virtual machine, and thus – get its own small share…
Xen’s Hypervisor does not have an easy collection of performance counters. The management machine – “Domain-0″ is actually a privileged virtual machine, and thus – get its own small share…
Here are several websites that has OpenSource Tools for AIX. The “IBM AIX Toolbox” has the most tools, but not necessarily the most current versions. The other links are also…
By default after a kernel panic, Linux kernel just waits there for a system administrator to hit the restart or powercycle button. This is because of the value set on…
Netapp provides an SDK ( Netapp API ) that contains resources necessary to develop third-party applications which monitor and manage Netapp Filers. The SDK contains libraries, code samples and bindings…
Solaris has a software registry which maintains information of software packages installed. The registry is invaluable for auditing the system to determine what software has been changed, installed, removed, or…
Came across the below links and it has lot of useful linux tips – neat and great. Checkout them http://www.brunolinux.com/ http://souptonuts.sourceforge.net/how_to_linux_and_open_source.htm
Here are some of the useful functions of “storage” command in Netapp. 1) To show all disks on the system : Use “storage show disk -T” to display all the…
How to find failed disks on a filer ? . “vol status -f” command gives you the failed disk on a filer. # rsh filer12 vol status -f Broken disks…