Vmware 2.0 : CLI management utility
Prior to Vmware server 2.0, vmware-cmd was the command line tool for the managements of the virtual machines. In Vmware 2.0, vmware-vim-cmd is the tool that can be used for…
Prior to Vmware server 2.0, vmware-cmd was the command line tool for the managements of the virtual machines. In Vmware 2.0, vmware-vim-cmd is the tool that can be used for…
Rsyslog is an enhanced multi-threaded syslogd system utility providing support for message logging. Support of both internet and unix domain sockets enables this utility to support both local and remote…
If your linux machine is running on a dhcp enabled network , how do you identify the dhcp server name ? Check out the file /var/run/dhclient-eth0.lease , replace the eth0…
Worried about often copying files to remote machines using ftp or scp ?. Try using fuse-sshfs . You can download the fuse and sshfs rpm from DAG and install it…
All TCP/IP tunning parameters are located under /proc/sys/net/. Here is a list of some important tuning parameters: /proc/sys/net/core/rmem_default – Receive window size/proc/sys/net/core/wmem_default – Send window size/proc/sys/net/core/rmem_max – Maximum Receive Window/proc/sys/net/core/wmem_max…
This utility helps to manage software raid devices on Linux. RAID devices are virtual devices created from two or more real block devices. This allows multiple devices to be combined…
1) How to view all filesystems on a machine ? “lsfs” is the command to list all the filesystems on a server. Alternatively, you can also view /etc/filesystems. aix23:# lsfs…
Netapp Snapshot technology helps in creating point-in-time copies of file systems, which you can use to protect data—from a single file to a complete disaster recovery solution. You can create…
A Simple script to load & hammer the CPU using awk. The script does mathematical calculations and thus CPU load peaks up on higher values passwd to loadserver.sh . (Tested…
By default, syslog is not enabled on an AIX system. The default install on an AIX install will not place entry’s in /etc/syslog.conf, leaving it empty. So to make sure…
/proc/slabinfo gives information about memory usage on the slab level. Linux kernels uses slab pools to manage memory above the page level. Commonly used objects have their own slab pools.…
In HPUX, xntpd is the daemon which sets and maintains the system time in synchronism with Internet standard time servers. xntpd reads the /etc/ntp.conf configuration file at startup time in…
In Linux, /usr/sbin/ss commmands gives the socket information similar to netstat. There are various options which are very useful. # /usr/sbin/ssState Recv-Q Send-Q Local Address:Port Peer Address:PortESTAB 0 0 192.12.2.45:1022…
Here are the steps for converting Vmware windows/linux guest to Xen format. You need qemu-img tool for the conversion. If you are converting a Vmware Windows virtual machine guest, you…
/usr/sbin/kctune is the administrative command for HP-UX kernel tunable parameters. It gives information about tunable parameters and their values, and makes changes to tunable values. To list all tunable paramters…