HP3000-L Archives

November 1998, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Genute, Thomas" <[log in to unmask]>
Reply To:
Genute, Thomas
Date:
Sat, 21 Nov 1998 10:13:11 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (68 lines)
I've created some command files to display and start the gateways on the
HP-3000 (see below).  The NETCONTROL UPDATE command as displayed below does
not work, at least on 5.5 PP6.  We are having problems with IP Redirects
from the routers creating bogus gateways.  The command to reset the Gateways
back to the configured gateways is

netcontrol update=internet;net=(your NI name)

The above command must be issued for each NI that has a gateway configured.

Below is the GATEUP command set up for the operators.

SETVAR PRMPT1 "!INV Please check that all gateways are ACTIVE [cr]!off "
SETVAR PRMPT2 "!IBL IF all gateways are not ACTIVE call Network Command
NOW!!"
INPUT ASK_YN;PROMPT="!PRMPT1";WAIT=60
 XEQ NETTOOL.NET.SYS 'NAMEADDR;ROUTING;GATELIST;QUIT' > NETLIST
 PRINT NETLIST;START=20
 ECHO !IBL Attempting to start all gateways !off
 ECHO  NAMEADDR;ROUTING > NETTLINE
 ECHO GATEUP 206.213.204.1 >> NETTLINE
 ECHO GATEUP 206.213.204.4 >> NETTLINE
 ECHO GATEUP ;QUIT   >> NETTLINE
 XEQ NETTOOL.NET.SYS < NETTLINE > $NULL
 XEQ NETTOOL.NET.SYS 'NAMEADDR;ROUTING;GATELIST;QUIT' > NETLIST
 PRINT NETLIST;START=20
INPUT ASK_YN;PROMPT="!PRMPT2"
DELETEVAR PRMPT#


                -----Original Message-----
                From:   Richard Gambrell [mailto:[log in to unmask]]
                Sent:   Friday, November 20, 1998 1:12 PM
                To:     [log in to unmask]
                Subject:        Re: Network Reset

                John Backus wrote:
                >
                > Hello Jon Backus,
                >
                > You may have been able to save yourself a network shutdown
by
                > using NETTOOL.NET.SYS.  Once within NETTOOL, enter
NAMEADDR...and then
                > ROUTING...and then GATELIST.  You would most likely see a
column that
                > indicates a deactivated gateway (router), that is ACTIVE
column = "N".  Try
                > issuing a GATEUP on the gateway IP address.  As with most
things YMMV.
                >
                > John Backus
                > Beechglen Development, Inc.


                You may also use:
                netcontrol link=<YOURNMMGRLINKNAME>;update=internet


                --
                Richard Gambrell
                Database Administrator and Consultant to Computing Services
                University of Tennessee at Chattanooga, Dept. 4454
                113 Hunter Hall, 615 McCallie Ave. Chattanooga, TN
37403-2598
                UTC e-mail: [log in to unmask]   phone: 423-755-4551
                Home e-mail: [log in to unmask]

ATOM RSS1 RSS2