home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9477 < prev    next >
Encoding:
Text File  |  1992-09-08  |  3.8 KB  |  97 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!nuscc!iscyeoak
  3. From: iscyeoak@nuscc.nus.sg (YEO ANN KIAN)
  4. Subject: FDDI and RPC
  5. Message-ID: <1992Sep9.091116.26166@nuscc.nus.sg>
  6. Organization: National University of Singapore
  7. Date: Wed, 9 Sep 1992 09:11:16 GMT
  8. Lines: 87
  9.  
  10.  
  11. Re: FDDI and RPC
  12.  
  13. We have a RS6000/560 running AIX 3.2.
  14. It has 2 ethernet interfaces (en0 & en1) and 2 FDDI interfaces (fi0 & fi1).
  15.  
  16. Currently only the two ethernet interfaces en0 and en1 are enabled;
  17. the two FDDI interfaces fi0 and fi1 are disabled.
  18. We set the netmask and broadcast for all the interfaces as 255.255.255.0
  19. and 137.132.x.255 respectively (where x is 85, 86, 87 or 88).
  20.  
  21. We would like to connect this AIX machine to a DEC5000 machine
  22. forming a private FDDI ring between these two machines.
  23. After we have connected the FDDI cables between the machines,
  24. we enable the fddi interfaces on both machines. 
  25. We also set the routing table of both machines such that these two
  26. machines can communicate using this particular routing entry.
  27.  
  28. On the AIX machine, fi0 is enable.
  29. Its routing table is as follows:
  30.  
  31. default          137.132.86.1       UG         17  1812639  en1
  32. loopback         localhost          U           5  5415096  lo0
  33. 137.132.86       ibmunx             U         608 17124843  en1
  34. 137.132.87       ibmunx             U          64  2829747  en0
  35. decfddi          ibmfddi            UH          0      525  fi0  <----A
  36.  
  37. After the routing table is set, both machines can telnet to each other using
  38. the routing entry A. NFS mounting seems to be fine between these two machines.
  39. But, rwall, rusers & ypwhich do not work anymore.
  40. ("ypwhich" hung; "ypwhich -m" worked fine; rwall and rusers simply hung)
  41. They were all working fine before that!
  42.  
  43. We leave the fi0 enable overnight. Sometimes the following day, 
  44. the whole AIX system hung until we have disabled fi0 (using ifconfig)
  45. and all things go back to normal. 
  46. ypwhich, rwall and rusers now work.
  47. We suspect that it could be the RPC and NIS programs went astray after
  48. the fi0 has been enable (somehow).
  49.  
  50. This only happens to our AIX machine.
  51. The other DEC5000 workstation has no such problem.
  52. This is rather strange.
  53. Appreciate if anybody can help.
  54.  
  55. --
  56. Yeo AnnKian, Systems Programmers, DISCS, NUS, Singapore
  57. yeoak@iscs.nus.sg
  58.  
  59.  
  60. "netstat -i" shows:
  61.  
  62. Name  Mtu   Network     Address         Ipkts    Ierrs Opkts    Oerrs Coll 
  63. lo0   1536  <Link>                       5534746     0  5534746     0     0
  64. lo0   1536  loopback    localhost        5534746     0  5534746     0     0
  65. fi0*  4352  <Link>                           820     0      531     0     0
  66. fi0*  4352  137.132.88  ibmfddi              820     0      531     0     0
  67. en0   1500  <Link>                       5926576 322834  2828757     0     0
  68. en0   1500  137.132.87  ibmunx           5926576 322834  2828757     0     0
  69. en1   1500  <Link>                      21867896 33786 19752034  1359     0
  70. en1   1500  137.132.86  ibmunx          21867896 33786 19752034  1359     0
  71. fi1*  4352  <Link>                        876900     0        0     0     0
  72. fi1*  4352  137.132.85  137.132.85.6      876900     0        0     0     0
  73.  
  74. "netstat -r" shows:
  75.  
  76. Routing tables
  77. Destination      Gateway            Flags  Refcnt Use       Interface
  78. Netmasks:
  79. (root node)
  80. (0)0                                         
  81. (0)0 ff00 0                                  
  82. (0)0 ffff ff00 0                             
  83. (root node)
  84.  
  85. Route Tree for Protocol Family 2:
  86. (root node)
  87. default          137.132.86.1       UG         17  1812639  en1
  88. loopback         localhost          U           5  5415096  lo0
  89. 137.132.86       ibmunx             U         608 17124843  en1
  90. 137.132.87       ibmunx             U          64  2829747  en0
  91. decfddi          ibmfddi            UH          0      525  fi0
  92. (root node)
  93.  
  94. Route Tree for Protocol Family 6:
  95. (root node)
  96. (root node)
  97.