coolcommand: how to create a mirror for swap in Solaris Volume Manager
Example: metainit d20 -m d21; vi /etc/vfstab; reboot; metattach d20 d22; swap -l
[show me the details]
coolcommand: nfs statistics information
Example: nfsstat ; netstat
[show me the details]
coolcommand: sar - how to gather system activity reports
Example: sar -A -o outfile 5 500; sar -f outfile
[show me the details]
coolcommand: how to test if an integer variable is greater than another integer variable in a shell script
Example: test $int1 -gt $int2; [ $int1 -gt $int2 ]
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts