nv-l
[Top] [All Lists]

Re: Netmon.trace errors

To: nv-l@lists.tivoli.com
Subject: Re: Netmon.trace errors
From: fnewell@us.ibm.com
Date: Thu, 19 Oct 2000 07:50:10 -0400
Scott,

Here's what I did to fix the problem....

It starts at line 92 of /usr/OV/bin/nmcheckconf.  They broke the 'ifconfig'
command in AIX 4.3.3.  It used to ignore 'Name' as a parameter.

<       if [ \( "${interface}" = "lo0" \) -o \
<             \( "${interface}" = "sna0" \) ] ; then
---
> ### Fix to AIX 4.3.3 ifconfig not liking "Name" as an interface.
>       if [[ "${interface}" = @("lo0"|"sna0"|"Name") ]] ; then
> #      if [ \( "${interface}" = "lo0" \) -o \
> #            \( "${interface}" = "sna0" \) ] ; then
> ###




Fred Newell

IBM Global Services - Service Delivery Center - North


<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web