BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} bbtest-net from ext-script returns DNS Error



Hi,
I have installed a new BB and copied my ext-script for testing some devices every 60 seconds to the new system.
Now all conn from these system turns purple and I get the following error in BBOUT:
---snip---
bb-netest-prio60.sh Major DNS problem: DNS lookups are failing or are too slow to keep up with bbtest-net - 0 of 3 lookups failed in 40 seconds. Falling back to IP-address based testing.
---snap---
If I test all host with "host {hostname}", I get a result in 1ms.
Anyone know, where I can fix this problem?
Here my script:
---snip---
#!/bin/sh


export BBPROG=bb-netest-prio60.sh

if test "$BBHOME" = ""
then
        echo "BBHOME is not set... exiting"
        exit 1
fi

if test ! "$BBTMP"                      # GET DEFINITIONS IF NEEDED
then
        # echo "*** LOADING BBDEF ***"
        . $BBHOME/etc/bbdef.sh          # INCLUDE STANDARD DEFINITIONS
fi

export BBLOCATION=prio60
$BBHOME/bin/bbtest-net --ping --trace --checkresponse
---snap---

Thx
Thomas
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index