OpenSource Tools for AIX
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…
open source for cloud lovers
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…
The rpm command gives you the version history & changelog of a package , when you query the package with –changelog option. Here is an example : # rpm -q…
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on…
To mount a ISO file on Linux machine, you should mount it as “loop” back filesystem. The option to be used in mount command is “-o loop”. Check out the…
“yum” (YellowDog Updater modified) is a easy to use package manager for Linux. It installs/updates packages and all its dependencies. I started using yum and it is real good one…
Solaris Flash archive can be used to backup a complete system or install from new machines from the archives . With Flash installation, you can create a single reference installation…
Rackable systems has released mobile rack – a mobile datacenter. This MobiRack is a compact , light-weight plastic enclosure that contains servers, storage, networking components , UPS and DC power…
virt-install is a python script that helps in installing & creating xen virtual machines. virt-install is command line based and virt-manager is GUI based one. You can get them from…
Here are some of the VMware VM monitoring tools . Solarwinds Free VM monitor Veeam Monitor for VMware Infrastructure Zenoss NimBUS Vmware monitoring VizionCore vFoglight PacketTrap Akorri BalancePoint Vkernel Hyperic…