Re: What is wrong with this picture?

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Mon, 17 Mar 1997 08:20:23 -0600

>For what it's worth, I've read every bit of documentation on scotty
>and tkined that I've been able to find. I've managed to successfully
>use scotty from scripts.
>
>I've not been able to successfully leverage my ability to script
>scotty against into tkined. I think this is some real stupid
>oversight on my part, but I think it's also a problem in the (lack of)
>documentation.
>
>Here's two simple lines which I've tried in
>/usr/local/lib/scotty/site/init.tcl. Neither work. Can someone tell
>me what I should do instead, or what documentation I should read
>(re-read)?
>
>Package require Tnm 2.1
>
> and/or
>
>mib load hpnp.mib
>

If you want to have the hpnp.mib automatically loaded whenever you run
tkined or scotty, add it to the scotty(mibs) variable that gets set
in the library/init.tcl file

e.g.
lappend scotty(mibs) hpnp.mib

or
lappend tnm(mibs) hpnp.mib

--
____________________________________________________________________________
Doug Hughes					Engineering Network Services
System/Net Admin  				Auburn University
			doug@eng.auburn.edu

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.