home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apollo / 3290 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!apollo.hp.com!netnews
  2. From: mk@apollo.hp.com (Mike Kong)
  3. Newsgroups: comp.sys.apollo
  4. Subject: Re: NCS 2.0 and previous versions
  5. Message-ID: <Bt508o.5oH@apollo.hp.com>
  6. Date: 17 Aug 92 16:53:11 GMT
  7. References: <1992Aug14.153441.8481@ucc.su.OZ.AU>
  8. Sender: usenet@apollo.hp.com (Usenet News)
  9. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  10. Lines: 63
  11. Nntp-Posting-Host: elektra.ch.apollo.hp.com
  12.  
  13. In article <1992Aug14.153441.8481@ucc.su.OZ.AU> wonga@chem.su.oz.au writes:
  14. >I'm a bit confused about running NCS 2.0 in a network with older versions
  15. >of NCS (i.e. 1.5.1). Are there any special flags for either 'llbd/rpcd'
  16. >or 'glbd' in either the 2.0 or 1.5.1 versions?
  17.  
  18. Options for these daemons are documented in their man pages, which you can
  19. read online or in Managing NCS Software (Order Number D-11895-E).
  20.  
  21. You'll probably never need to use any options for llbd or rpcd.
  22.  
  23. For glbd, you might sometimes need
  24.  
  25.   -create -first
  26.     when you create your very first glbd
  27.  
  28.   -family
  29.     to override the default protocol family for replication when you
  30.     create your very first glbd
  31.  
  32.   -create -from
  33.     when you create replicas of the glbd
  34.  
  35.   -change_family
  36.     when you want to change the protocol family used by your glbds for
  37.     replication
  38.  
  39. but you'll probably never need
  40.  
  41.   -listen
  42.     which restricts the families on which a glbd listens for lookup or
  43.     registration requests (and has nothing to do with the family used
  44.     for replication)
  45.  
  46. >If the default protocol for 'glbd' in NCS 2.0 is ip, does that mean I 
  47. >have to run the older 'glbd' **specifically** with the ip family?
  48.  
  49. I'm not sure what you mean by this question, but maybe the following
  50. will help.
  51.  
  52. If you have old glbds running now and replicating via DDS, then there
  53. are two ways to make new glbds interoperate with the old ones:
  54.  
  55. [A] To make all glbds replicate via IP, first use "-change_family"
  56.     to change the replication family for all of your old glbds, then
  57.     specify an IP hostname when you create a new glbd (e.g., start
  58.     the new glbd with "-create -from ip:foo").  See Section 5.1.7
  59.     of Managing NCS Software.
  60.  
  61. [B] To make all glbds replicate via DDS, specify a DDS hostname    
  62.     when you create a new glbd (e.g., start the new glbd with
  63.     "-create -from dds://foo").
  64.  
  65. For most configurations, I'd recommend [A], which might make future
  66. additions of glbd replicas easier.
  67.  
  68. After you've done either A or B, you won't need to use any options
  69. when you restart glbds, because they'll know what family to use.
  70.  
  71. See Managing NCS Software for details.
  72.  
  73. Mike Kong
  74. Distributed Object Computing Program
  75. Hewlett-Packard Company
  76.