nv-l

Re: [NV-L] Node Status Report (Up/Down)

2007-04-03 11:15:34
Subject: Re: [NV-L] Node Status Report (Up/Down)
From: James Shanks <jshanks AT us.ibm DOT com>
To: Tivoli NetView Discussions <nv-l AT lists.ca.ibm DOT com>
Date: Tue, 3 Apr 2007 10:55:45 -0400

Windows does not have a robust set of tools natively like UNIX does. Rather than trying to rewrite Bill's script I'd recommend that you search the web and locate a set which includes things like grep and egrep. The are commercial sets available as well as freeware. Frankly, I don't know how a Windows admin gets along without them. We certainly could not develop code on the Windows platform without them.

James Shanks
Level 3 Support for Tivoli NetView for UNIX and Windows
Network Availability Management
Network Management - Development
Tivoli Software, IBM Corp
Inactive hide details for "Usman Taokeer" <usman.taokeer AT gmail DOT com>"Usman Taokeer" <usman.taokeer AT gmail DOT com>


          "Usman Taokeer" <usman.taokeer AT gmail DOT com>
          Sent by: nv-l-bounces AT lists.ca.ibm DOT com

          04/03/2007 10:17 AM
          Please respond to
          Tivoli NetView Discussions <nv-l AT lists.ca.ibm DOT com>


To

"Tivoli NetView Discussions" <nv-l AT lists.ca.ibm DOT com>

cc


Subject

Re: [NV-L] Node Status Report (Up/Down)

thanks bill, do u have the windows version of the scipt :/

On 4/3/07, Evans, Bill <Bill.Evans AT hq.doe DOT gov> wrote:

    Here's a procedure I use in a cron job to notify me of the state of the universe every morning.
    It comes in handy when the night shift operations desk marks items as acknowledged and forgets them.
    The operational command is highlighted.

        #!/bin/bash

        echo "This morning report was generated at `date`." >MorningReminder.txt
        echo -e "\n--------------\n" >>MorningReminder.txt
        echo "The following devices are marked as down in the NetView database." >>MorningReminder.txt
        echo -e "These devices may require attention.\n" >>MorningReminder.txt

        /usr/OV/bin/ovtopodump 2>/dev/null | egrep '(Down|Unreachable)'
        | grep -v Segment \
        | awk '{ printf ("\t %s \t %s \t %s \n", $2, $3, $4) }' >>MorningReminder.txt
        cat MorningReminder.txt | mail -s "Morning Reminder"
        bill.evans AT hq.xxx DOT xxx

    Bill Evans



    From: nv-l-bounces AT lists.ca.ibm DOT com [mailto: nv-l-bounces AT lists.ca.ibm DOT com] On Behalf Of Usman Taokeer
    Sent:
    Tuesday, April 03, 2007 9:10 AM
    To:
    Tivoli NetView Discussions
    Subject:
    [NV-L] Node Status Report (Up/Down)


    Hi,
    NV v7.1.4 FP05
    Windows 2003 Std Edt SP1


    Is there any way to get the status(up/down only) of all/any node(s) currently in the NV database .


    Regards,

    Usman


    _______________________________________________
    NV-L mailing list

    NV-L AT lists.ca.ibm DOT com
    Unsubscribe:NV-L-leave AT lists.ca.ibm DOT com
    http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to internal IBM'ers only)
_______________________________________________
NV-L mailing list
NV-L AT lists.ca.ibm DOT com
Unsubscribe:NV-L-leave AT lists.ca.ibm DOT com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to internal IBM'ers only)

GIF image

GIF image

GIF image

_______________________________________________
NV-L mailing list
NV-L AT lists.ca.ibm DOT com
Unsubscribe:NV-L-leave AT lists.ca.ibm DOT com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to 
internal IBM'ers only)