home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / networks / tcpip / multinet / 2597 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.3 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!info-multinet
  2. From: adelman@TGV.COM (Kenneth Adelman)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: Undocumented NFS Netcontrol commands
  5. Message-ID: <921229145621.206000cc@TGV.COM>
  6. Date: Tue, 29 Dec 92 14:56:21 PST
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 43
  10.  
  11. > I just upgraded to Multinet V3.1 and I noticed that NETCONTROL NFS
  12. > has some commands which I didn't see in the manual.  The commands
  13. > are RECORD-RESPONSE-TIMES and SHOW-RESPONSE-TIMES.  Since we are
  14. > very interested in NFS server performance these new commands look
  15. > like they might be of interest to us, but RECORD-RESPONSE-TIMES
  16. > gives an "?Unknown error" when I give it any parameter and
  17. > SHOW-RESPONSE-TIMES just returns:
  18. > < NFS server response times:
  19. > < OK
  20. > NFS>
  21.  
  22. > Are these commands really implemented?  Are they designed as Server or
  23. > Client commands?
  24.  
  25.     No, they require a special compilation conditional in the NFS Server
  26. which turns on the statistic gathering code. We use it for internal
  27. debugging.
  28.  
  29. > I also have another question about the NFS server on V3.1.  I saw in the
  30. > documentation that we can define a "cluster alias IP address" for
  31. > automatic fail-over of NFS service.  It wasn't clear to me exactly how
  32. > and where this is defined.  Specifically I would like one node of my
  33. > cluster to be the master NFS server, but if that node crashes I would
  34. > like another specific node to pick up the alias.  How do I tell Multinet
  35. > that VAX5 for example should start answering the IP alias address and
  36. > that VAX9 should be the backup node?
  37.  
  38.     You define them by specifying a (new) IP address in MU CONFIGURE
  39. with SET IP-CLUSTER-ALIASES. For example, put a new node in your
  40. DNS called "vax-5-9" and give it a new IP address. Have both machines
  41. list this IP address in their IP-CLUSTER-ALIASES and then mount your
  42. NFS filesystems using this new name.
  43.  
  44.     There is no way to "specify" a primary vs. backup node, but the
  45. trick we use is to use NETCONTROL to "release" the alias. On your
  46. primary node, in the boot do:
  47.  
  48. $ mu netcontrol /host=vax9 cluster release all
  49.  
  50. (this presumes you also use MU CONFIG/SERVER on VAX9 to give VAX5
  51. access to the NETCONTROL service).
  52.  
  53.                                 Ken
  54.