In my previous article we had fun with Shell Scripts by automating birthday alerts via email. Using the same logic…
Category AIX
$ ssh-add -k /home/oracle/wha.pem Error : Could not open a connection to your authentication agent To solve this issue :…
In one of the largest software M&A ever, IBM has paid US$34 billion in cash to acquire the Enterprise opensource…
While installing some RPM’s on AIX we got below dependency error. Now without resolving this error you cannot even proceed…
The below simple shell script will check all filesystems and create output file for only filesystems which are more than…
The Below Shell Script checks the Filesystem mount points and using AWK outputs all filesystem exceeding 90% space to a…
AIX doesn’t have a top command what it has a better tool called topas. Just write topas from a shell…
# vi /etc/resolv.conf — If file doesn’t exist, create it Add the below entries into resolv.conf file of your DNS…
We had a new Oracle installation on an AIX 6.1 Power7 server. Our organization doesn’t have an AIX admin. So…