Monitor logfiles and command output on AIX using multitail.

Most applications, like operating systems, have their own logs files. Sometimes, we need to see them at the same time to troubleshoot issues. Here’s when multitail (http://www.vanheusden.com/multitail/) can help us.
This tool can be installed on an AIX box. You can download it from http://www.perzl.org/aix/index.php?n=Main.Multitail

First, check that you need some packages dependencies:

Package dependencies:
    ncurses >= 5.6

Once we have downloaded multitail and its dependencies packages, we’re going to installed them:

(lpar):[root] /tmp -> ls -ltr *.rpm
-rw-r--r--    1 root     system      3511978 Nov 18 11:12 ncurses-5.9-1.aix5.1.ppc.rpm
-rw-r--r--    1 root     system       387633 Nov 18 11:12 ncurses-devel-5.9-1.aix5.1.ppc.rpm
-rw-r--r--    1 root     system       182153 Nov 18 11:17 multitail-6.2.1-1.aix5.1.ppc.rpm
(lpar):[root] /tmp -> rpm -Uvh ncurses-5.9-1.aix5.1.ppc.rpm
ncurses                     ##################################################
(lpar):[root] /tmp -> rpm -Uvh ncurses-devel-5.9-1.aix5.1.ppc.rpm
error: failed dependencies:
        /opt/freeware/bin/bash is needed by ncurses-devel-5.9-1

Wait a minute, ncurses-devel failed because needs ‘bash’ packege as dependencies, but in our environment we don’t use bash, so we can ignore this error executing again the same command with ‘–nodeps’ options:

(lpar):[root] /tmp -> rpm -Uvh ncurses-devel-5.9-1.aix5.1.ppc.rpm --nodeps
ncurses-devel               ##################################################

Now, let’s install multitail package:

(lpar):[root] /tmp -> rpm -Uvh  multitail-6.2.1-1.aix5.1.ppc.rpm
multitail                   ##################################################

To verify the installation:

(lpar):[root] /tmp -> rpm -qa|egrep 'ncurses-|multitail'
multitail-6.2.1-1
ncurses-devel-5.9-1
ncurses-5.9-1

Once it has finished let’s play with multitail </article></div></span>
													</div><div class=

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Part 2, Detailed diagnosis and troubleshooting
Viewed 2790 times since Tue, May 22, 2018
How To Mirror Your Root Disk On AIX (a.k.a. rootvg)
Viewed 5356 times since Mon, May 21, 2018
Script to make mksysb backup from NIM to LPAR
Viewed 3610 times since Thu, Feb 21, 2019
AIX- Procedure to replace rootvg harddisk
Viewed 4466 times since Tue, Apr 16, 2019
Control Your Logs AIX
Viewed 18929 times since Wed, May 30, 2018
AIX Assign a PVID to a new hdisk
Viewed 6510 times since Tue, Jul 17, 2018
To do a quick check on the number of path present (does not mean all are Enabled] using for loop
Viewed 3793 times since Fri, Jun 8, 2018
Using the AIX splitvg command
Viewed 4204 times since Mon, Jun 3, 2019
Ethernet tunning for VIOS and AIX for 10 Gib/sec environtement.
Viewed 10383 times since Thu, Feb 21, 2019
Installing a Interim Fix (APAR IV16587)
Viewed 2921 times since Tue, Jul 17, 2018