T.R | Title | User | Personal Name | Date | Lines |
---|
2614.1 | for details check with PATHWORKS | NETCAD::WAGNERCOFFIL | | Fri Aug 04 1995 15:55 | 50 |
|
>>We boot the system up without starting the network, then run STRTODI from the
>>\hubwatch\ipstack directory, and everything appears to start O.K. - no error
>>messages after any of the startup procedures, only "successfully loaded" msgs
>>after each of the IP startup appls. However, after the completion, we still
>>have no IP connection - cannot ping management station, cannot connect to
>>dh900 agent. The IPX stuff works fine though.
Can you PING yourself? If so check the connection, cable, management
station config, and agent config.
>>Some specific questions about the files:
>> Q. Why does STRTODI.BAT have a line that starts schdk with an /ndis option?
Bypasses 2 elements of NDIS error checking during loading. This switch is
neccessary for some 3rd party drivers.
>> Q. What do each of the ip applications do? Are all required to run HW?
>> (we are running short on memory 24MB), and may need to delete some of
>> the ip appls if not required).
Refer to "PATHWORKS V5 for DOS and Windows Client Commands Reference" and
"PATHWORKS V5 for DOS and Windows TCP/IP User's Guide" for details.
Also PATHWORKS notes file: noted::pwdoswinv5.
>>REM PATHWORKS TCP/IP components...
>>schk.exe /ndis >> why /ndis?
SCHK(kernel only) command loads the scheduler for the network operating
system.
>>dllodi.exe >> what does this do? required?
DLLODI command loads a s/w interface that enables many ODI-compliant
Ethernet and Token Ring drivers to be used w/ PATHWORKS network transports.
>>tcpip.exe >> does this provide ping support?
Loads TCP/IP process.
>>tn.exe >> telnet - required?
Loads TELNET. network virtual terminal that allows terminal emulators to
log in to a remote host using the TCP/IP stack.
>>bapi.exe >> what does this do? required?
Session Manager. Allows for simultaneous, multiple sessions and certain
modifications for each session.
You could rem the TN.EXE and BAPI.EXE if you do not need to TELNET from
HUBwatch to BROUTER, ATM, and/or TERMINAL SERVER(one type).
Barb
|
2614.2 | More Info... | ANGLIN::CLAYTON | Merlin Clayton (314)947-6763 | Thu Aug 10 1995 16:58 | 23 |
|
>>Can you PING yourself? If so check the connection, cable, management
>>station config, and agent config.
Yes. Pinging the local host ip address works o.k. It appears that IP is
loading o.k., just not getting out on the wire. The connectiopn to the network
is fine because we can run IPX over the net without problems. The agent config
is o.k. too because I can attach to the hub agent with my laptop on the
network without any problems.
The Compaq that we're trying to get running with Hubwatch cannot successfully
ping anything, including the repeater it's connected to or my laptop which
is on an adjacent port.
It appears that IP is not binding to the network adapter board in NET.CFG,
but I'm not sure why. IPX binds to the board o.k. and you see it dduring
network startup.
Any other suggestions to help get this resolved?
Thanks.
Merlin
|
2614.3 | Check driver date; post in PATHWORKS | NETCAD::WAGNERCOFFIL | | Fri Aug 11 1995 11:20 | 14 |
| >>It appears that IP is not binding to the network adapter board in NET.CFG,
>>but I'm not sure why. IPX binds to the board o.k. and you see it dduring
>>network startup.
If you have a newer driver for the network adapter than what is provided
in HUBwatch use it. It is not binding because of something in your
NET.CFG file.
You may want to post the NET.CFG, excerpts of the STRTODI.BAT, and bind
error in the PATHWORKS notesfile: NOTED::PWDOSWINV5. They may be able
to help (remember the stack included in HUBwatch is PATHWORKS, we did not
write our own stack).
Barb
|
2614.4 | Ask PW about the NIC driver | NETCAD::WAGNERCOFFIL | | Fri Aug 11 1995 11:32 | 5 |
| You may want to ask the PATHWORKS group about that NIC Card and
driver. May be there is some problem with it and our stack.
Barb
|
2614.5 | Drver not supported in PATHWORKS | NETCAD::WAGNERCOFFIL | | Fri Aug 11 1995 11:36 | 4 |
| I just searched the PW V5.1 kit and this driver is not included
therefore it is not supported. I would still ask the PW group.
Barb
|
2614.6 | Problem Solved! | ANGLIN::CLAYTON | Merlin Clayton (314)947-6763 | Mon Aug 14 1995 17:53 | 18 |
| Problem solved!
From the original NET.CFG file that I posted in note .0, it required 2
changes:
1. the ethernet frame type had to be Ethernet_II NOT Ethernet_802
2. a "PROTOCOL" statement for ARP had to be added to the LINK
DRIVER section.
The Novell support group was able to help find and fix the problem.
Barb, Thanks for your input and assistance.
Regards,
Merlin
|