T.R | Title | User | Personal Name | Date | Lines |
---|
4235.1 | Startup already checks for PWIP driver | CPEEDY::VATNE | Peter Vatne, PATHWORKS for UNIX Server Engineering | Mon Mar 31 1997 17:41 | 13 |
| > Previous notes I read indicated that possbily this could be caused by
> the PWIP driver not being available when PATHWORKS starts. We are using
> Multinet V3.5 as our TCP/IP stack. I can't find anyting within Multinet
> that would indicate a problem loading the PWIP dirver and the driver
> seemed to be loaded when the system came up.
I rather doubt this is the problem. The PATHWORKS startup command
procedures explicitly check for the existence of the PWIP device if
TCP/IP is configured as one of the transports. This check is done
to guarantee the PWIP driver is available before the server starts.
Sorry I can't help you decode the error number, a transport person
will have to jump in here and help...
|
4235.2 | | GRANPA::BARABIA | | Wed Apr 02 1997 13:16 | 10 |
| Thanks Peter, I overlooked the fact PW checks for the PWIP before hand.
Plus, this issue only seems to happen when the whole system is
re-booted.. Usually, if we get the error 29, we are able to re-start
PATHWORKS and all is well.
So, how bout it transport folks!!!
thanks,
BA
|
4235.3 | | UTRTSC::SWEEP | I want a lolly... | Thu Apr 10 1997 07:21 | 8 |
| #define TPROTO 29 /* XTI protocol error */
doesn't say much huh...
its a sorta accumulate all errors that we can't define
as protocol errors.
Adrie
|
4235.4 | No, not much!! | GRANPA::BARABIA | | Thu Apr 10 1997 15:55 | 6 |
| Nope, don't say much at all, other than the PWRK$KNBDAEMON process
won't start and no TCP/IP connections can be made to the server!!
Any iusses with Multinet 3.5 (101) that we know off?
Barry
|
4235.5 | | UTRTSC::SWEEP | I want a lolly... | Fri Apr 11 1997 04:57 | 7 |
| Not that I know off, probably you and paul would
know best.
I'll walk the t_open code path and see what I can find.
No promises...
Adrie
|
4235.6 | | UTRTSC::SWEEP | I want a lolly... | Fri Apr 11 1997 05:02 | 12 |
| This is what I found
* or TBADADDR). The XTI spec says that we can return a TPROTO error
when
* there is a communication problem between XTI and the transport
provider
* for which there is no other suitable XTI t_errno.
Says it all. You have a communication problem with the PWIPdrv
as you thought.
Adrie
|