I seem to have a problem when I reboot a QRTP system and getting the
Qnet connections reset.
I have two QRTP systems on a switched subnet. Both running qnet. They
can see each other’s file system
just fine in /net.
Now if I reboot system2, that pc comes back up and can not see the other
system across qnet. I try
On system2
ls /net/system1
fails with
ls: No route to host (/net/system1)
On system1 the first time i try
ls /net/system2
it fails with
ls: Network dropped connection on reset (/net/system2)
Back on system2 i retry
ls /net/system1
still fails with
ls: No route to host (/net/system1)
Once more on system1
ls /net/system2
it works and I see the directories
Once more on system 2 and it now works also.
Any guess why qnet seems to need to be kicked before it works?
Both systems startup qnet in /etc/system/enum/net with the following
line.
set(IONET_CMD, io-net -pttcpip -pqnet crc=0 resolve=ndp)
I’ve also tried it with the full stack and see the same results.
This makes it hard to have home directories on a central server.
Rich Hemmenway