HP3000-L Archives

March 1995, 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:
Jeff KELL <[log in to unmask]>
Reply To:
Jeff KELL <[log in to unmask]>
Date:
Thu, 16 Mar 1995 14:22:00 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (145 lines)
I finally have OpenView 7.2/DTC Manager 14.20 working on a generic PC
with Windows 3.1.  After my previous reported experiments, I had Mike
Ward juggle around with the options (he's our PC/Novell "Indiana
Jones") and finally we have all options working (IP polling, IPX
polling, DTC Management, Extended Discovery, SNMP polling, etc).
 
[\] Jeff Kell, [log in to unmask]
 
Following are the relevant files:
 
CONFIG.SYS
 
DEVICE=C:\DOS\himem.sys
DEVICE=C:\DOS\EMM386.EXE RAM
BUFFERS= 40
files=99
dos=UMB
FCBS=16,0
dos=HIGH,UMB
LASTDRIVE=Z
rem device=c:\pastudio\mvsound.sys d:3 q:7 s:0 m:0
rem DEVICEHIGH  =\DEV\SLCD.SYS /D:SONY_000 /B:340 /M:P /V /C
SHELL=C:\COMMAND.COM C:\ /P
REM ***FTP BEGIN MODIFICATION TO CONFIG.SYS FILE*******************************
REM warning: do not modify this section or the FTP automatic clean up
REM          on reinstall will fail! (all within this section will be erased)
device=C:\pctcp\protman.dos /I:c:\pctcp
rem Your NDIS driver must be added to the line below
rem device=C:\pctcp\elnk3.dos
device=C:\pctcp\dis_pkt.gup
REM ***FTP END MODIFICATION TO CONFIG.SYS FILE*********************************
DEVICE=C:\DTCMGR\EXE\PCMPDRV.DOS
----------------------------------------
Note that FTP PC/TCP installation installs the NDIS driver, but we
don't want to do that since we're going to use ODI instead (hide and watch)...
==================================================
AUTOEXEC.BAT
 
echo off
lh c:\DOS\SHARE.EXE
lh c:\dos\mouse.com
SET TEMP=C:\DOS
PROMPT $p$g
SET TZ=EST5EDT
SET path=C:\DOS;C:\WINDOWS;C:\NET;C:\DTCMGR\EXE
REM ** Load the ODI toys and the ODI-to-NDIS layer odinsup
lh c:\nwclient\lsl
lh c:\nwclient\3c5x9
lh c:\nwclient\odinsup
REM ***FTP BEGIN MODIFICATION TO AUTOEXEC.BAT
FILE*******************************
set pctcp=C:\pctcp\pctcp.ini
set path=C:\pctcp;%path%
C:\pctcp\netbind.com
C:\pctcp\ethdrv.exe -m
REM ***FTP END MODIFICATION TO AUTOEXEC.BAT
FILE*********************************
REM ** Now load ipxodi, and use VLM rather than NETX
c:\nwclient\ipxodi
c:\nwclient\vlm ps=xxxxxxxxxxx
C:\WINDOWS\SMARTDRV.EXE
DTCMGR
======================================================
PROTOCOL.INI file for NDIS layer
 
;
; Sample PROTOCOL.INI entry for PC/TCP Protocol Stack
;
; The Protocol Manager:
;
[protocol manager]
 drivername     = PROTMAN$
 
; MACs:
; Network adapter
[x3c5x9]
      DRIVERNAME = ELNK3$
      IOADDRESS = 0x210
 
; ***FTP BEGIN MODIFICATION TO PROTCOL.INI FILE *********
; Make sure the driver after the BINDINGS statement matches the
; driver you are using with PC/TCP
 
[PKTDRV]
DRIVERNAME= PKTDRV$
BINDINGS= x3c5x9
INTVEC= 0x60
;CHAINVEC= 0x63
 
; ***FTP END MODIFICATION TO PROTOCOL.INI FILE *********
 
[PCMPRMP]
DriverName=PCMPDRV$
Bindings=x3c5x9
 
(Be sure to change the "bindings" to the new card; we don't "use" ELNK3)
==========================================================
 
NET.CFG file for ODI bindings
 
Protocol ODINSUP
        Bind 3c5x9
 
Link Support
        Buffers 8 1500
 
 
LINK DRIVER 3C5X9
        FRAME ETHERNET_802.3
        FRAME ETHERNET_802.2
        FRAME ETHERNET_II
        FRAME ETHERNET_SNAP
        PROTOCOL IPX 0          ETHERNET_802.3   (binds IPX protocol to frame)
        PROTOCOL IPX 8137       ETHERNET_II
 
 
Protocol TCPIP
       ip_address      nnn.nnn.nnn.nnn
       ip_netmask      xxx.xxx.xxx.xxx
       tcp_sockets     8
       udp_sockets     8
       raw_sockets     1
       nb_sessions     4
       nb_commands     8
       nb_adapter      0
       nb_domain
 
;this is for VLM
 
NetWare DOS Requester
           FIRST NETWORK DRIVE = F
           USE DEFAULTS = OFF
           VLM = CONN.VLM
           VLM = IPXNCP.VLM
           VLM = TRAN.VLM
           VLM = SECURITY.VLM
        ;  VLM = NDS.VLM
           VLM = BIND.VLM
           VLM = NWP.VLM
           VLM = FIO.VLM
           VLM = GENERAL.VLM
           VLM = REDIR.VLM
           VLM = PRINT.VLM
           VLM = NETX.VLM

ATOM RSS1 RSS2