home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / novell / 7146 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.1 KB  |  95 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!rholmste
  3. From: rholmste@nyx.cs.du.edu (Roger Holmstedt)
  4. Subject: Help needed with ODINSUP
  5. Message-ID: <1992Sep9.202933.2871@mnemosyne.cs.du.edu>
  6. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  7. Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
  8. Date: Wed, 9 Sep 92 20:29:33 GMT
  9. Lines: 84
  10.  
  11.  
  12. Hello!;
  13.  
  14. I'm having some trouble getting ODINSUP driver working, can anyone give
  15. me a hand?
  16.  
  17. We are currently using a product called Net/One PC from Ungermann-Bass.
  18. Yes, we are in the process of converting to a real network operating system,
  19. NetWare 3.11 (it was almost LAN Man, but I managed to get that changed).
  20.  
  21. During the conversion, we will have need to access both servers.  I have
  22. been successful using an NDIS shim for packet drivers to get to both servers,
  23. but I would like to use OSINSUP.  I'm including the autoexec.bat, config.sys,
  24. protocol.ini, and net.cfg files that I am using.
  25.  
  26. These files seem to execute fine, no error messages, but when I use the
  27. USE command to attach to a drive, I get an error message "network name
  28. not found".  Any help would be greatly appreciated.
  29.  
  30. ...Roger...
  31. rholmste@nyx.cs.du.edu
  32.  
  33.  
  34. Autoexec.bat:
  35.  
  36.     PROMPT $p$g
  37.     PATH a:\NET2;a:\;
  38.     set netone=\net2
  39.     cd net2
  40.     lsl
  41.     3c503
  42.     odinsup
  43.     netbind
  44.     session
  45.     redir /l:8 /s:3
  46.     setname SD033
  47.     REM ipxodi a
  48.     REM netx
  49.  
  50. Config.sys:
  51.  
  52.     device=a:\HIMEM.SYS
  53.     DOS=HIGH,UMB
  54.     device=a:\EMM386.EXE NOEMS
  55.     lastdrive=L
  56.     device=a:\net2\protman.dos /i:a:\net2
  57.     device=a:\net2\ubxps.dos
  58.     device=a:\net2\ubloop.dos
  59.     files=40
  60.  
  61. Protocol.ini:
  62.  
  63.     [protocol manager]
  64.       DRIVERNAME     = PROTMAN$
  65.  
  66.     [XNSBIOS]
  67.       DRIVERNAME     = UBDRV$0
  68.       NETID          = 1
  69.       RCVWindow      = 8
  70.       SendWindow     = 8
  71.       VCs            = 10
  72.       VCReceiveLarge = 5
  73.       VCSends        = 20
  74.       Bindings       = UBLOOP
  75.  
  76.     [UBLOOP]
  77.       DRIVERNAME     = UBLOOP$
  78.       Bindings       = x3c503
  79.  
  80. Net.cfg:
  81.  
  82.     Link Driver 3c503
  83.         frame ethernet_802.3
  84.         frame ethernet_802.2
  85.         frame ethernet_snap
  86.         frame ethernet_ii
  87.         int 5
  88.         mem c8000
  89.         port 300
  90.  
  91.     protocol ODINSUP
  92.         BUFFERED
  93.         bind 3c503
  94.  
  95.