QNX PC on two networks

To allow redundant accessibility to my QNX PC, i have two network cards
installed.

The sysinit file runs two versions of the netstart file; one for each
network.

The trouble is that the second netstart always returns an error from the
Socket command as follows: -

Socket : Unable to attach name : /qnx/socket

However, its not related to a particular network since I can make the Socket
command “work” for either network as long as its the first to be run - the
second command always returns the error. It seems to be not liking the fact
that I want two defined networks.

Any suggestions ?

Thanks.

Alasdair Thomson

Socket should only be loaded once on a node. If you want to have access to
both ethernets then don’t load it until after the second ethernet driver is
loaded.

Don’t forget to ifconfig both en interfaces.

“Alasdair Thomson” <alasdair.thomson@btinternet.com> wrote in message
news:aeo85e$jnj$1@inn.qnx.com

To allow redundant accessibility to my QNX PC, i have two network cards
installed.

The sysinit file runs two versions of the netstart file; one for each
network.

The trouble is that the second netstart always returns an error from the
Socket command as follows: -

Socket : Unable to attach name : /qnx/socket

However, its not related to a particular network since I can make the
Socket
command “work” for either network as long as its the first to be run - the
second command always returns the error. It seems to be not liking the
fact
that I want two defined networks.

Any suggestions ?

Thanks.

Alasdair Thomson

“Bill Caroselli (Q-TPS)” <QTPS@EarthLink.net> wrote in message
news:aeo8r3$k45$1@inn.qnx.com

Socket should only be loaded once on a node. If you want to have access
to
both ethernets then don’t load it until after the second ethernet driver
is
loaded.

Don’t forget to ifconfig both en interfaces.

And don’t forget that each interfaces as to be in a different network class.

“Alasdair Thomson” <> alasdair.thomson@btinternet.com> > wrote in message
news:aeo85e$jnj$> 1@inn.qnx.com> …
To allow redundant accessibility to my QNX PC, i have two network cards
installed.

The sysinit file runs two versions of the netstart file; one for each
network.

The trouble is that the second netstart always returns an error from the
Socket command as follows: -

Socket : Unable to attach name : /qnx/socket

However, its not related to a particular network since I can make the
Socket
command “work” for either network as long as its the first to be run -
the
second command always returns the error. It seems to be not liking the
fact
that I want two defined networks.

Any suggestions ?

Thanks.

Alasdair Thomson
\