nv-l

Re: Changing status... The Word from Support

1999-04-07 07:47:05
Subject: Re: Changing status... The Word from Support
From: James Shanks <James_Shanks AT TIVOLI DOT COM>
To: nv-l AT lists.tivoli DOT com
Date: Wed, 7 Apr 1999 07:47:05 -0400
Miguel -

But the example object you posted was called sapserv4 so the command would
be
     chc.ksh spaserv4 Normal
The first parm must be the object selection name in the database.  And it
must be status source object or symbol, unless you have modified the
Nvevents app-defaults as described in the document.

James Shanks
Tivoli (NetView for UNIX) L3 Support



BANDIERAMONTE Miguel TECSIS <TCSBTE AT TECSIS DOT COM> on 04/06/99 04:19:47 PM

Please respond to Discussion of IBM NetView and POLYCENTER Manager on
      NetView <NV-L AT UCSBVM.UCSB DOT EDU>

To:   NV-L AT UCSBVM.UCSB DOT EDU
cc:    (bcc: James Shanks)
Subject:  Re: Changing status... The Word from Support





James:
I think so because it is working on objects such as real servers, this is
the command I used:
chc.ksh tcs-csap Normal

the chc.ksh script is what Leslie send me:

 #!/bin/ksh
 set -x
 NAME=$1
 STATE=$2
 /usr/OV/bin/snmptrap `hostname` .1.3.6.1.4.1.2.6.3.1 \
 `hostname` 6 58916871 1 \
 .1.3.6.1.4.1.2.6.3.1.1.2.0 Integer 14 \
 .1.3.6.1.4.1.2.6.3.1.1.3.0 OctetString $NAME \
 .1.3.6.1.4.1.2.6.3.1.1.4.0 OctetString "Object status is" \
 .1.3.6.1.4.1.2.6.3.1.1.5.0 OctetString $STATE


> -----Original Message-----
> From: PUB:James Shanks [SMTP:James_Shanks AT TIVOLI DOT COM]
> Sent: Tuesday, April 06, 1999 1:17 PM
> To:   NV-L AT UCSBVM.ucsb DOT edu
> Subject:      Re: Changing status... The Word from Support
>
> I have had this work fine for artificial objects.  Are you certain you
> issued the command correctly?
>
>
> James Shanks
> Tivoli (NetView for UNIX) L3 Support
>
>
>
> BANDIERAMONTE Miguel TECSIS <TCSBTE AT TECSIS DOT COM> on 04/05/99 05:28:56 PM
>
> Please respond to Discussion of IBM NetView and POLYCENTER Manager on
>       NetView <NV-L AT UCSBVM.UCSB DOT EDU>
>
> To:   NV-L AT UCSBVM.UCSB DOT EDU
> cc:    (bcc: James Shanks)
> Subject:  Re: Changing status... The Word from Support
>
>
>
>
>
> Leslie,
>         I opted to use the command line snmptrap and it works fine over
> real
> nodes, but I made manualy a new object and doesn << File: ATT03025.txt >>