Re: [Openslp-users] DA deployment
Brought to you by:
jcalcote
From: HIRD M. <Mat...@uk...> - 2012-10-24 15:36:31
|
sent again but trimmed to fit within the mailing list size limits. Ren, reply or it will be held for approval on the mailing list. Ren when you search, are you using slptool? if so, after step 3 run slptool but with the (I think) -u option to do a unicast search against a particular daemon. I think you might find that your app is using the same slp.conf as the daemon and so registers directly with the DA. ie. the SA is never involved and so has nothing to sync to the DA when it comes back up. Make sense? cheers Matt From: Wang, Ren [mailto:Ren...@nu...] Sent: 23 October 2012 14:36 To: HIRD Matthew; Nick Wagner Cc: ope...@li... Subject: RE: [Openslp-users] DA deployment Hi Matt, In my test case, there are two slpd daemons, one is a DA (net.slp.isDA=true), and one is SA which statically configured to communicate with DA (set the net.slp.DAAddresses to the DA IP address). I conducted more tests today with net.slp.DASyncReg = true. Here is the test result: 1) Start slpd on the DA machine 2) Start slpad on the SA machine 3) Run the SA application with SLPReg call 4) Run slptool findsrvs command, the registered service is found no problem 5) Shutdown slpd on the DA machine 6) Run slptool findsrvs command again, the registered service can't found. I think this is OK since there is no DA and my SA is pointing to an invalid DA. 7) Start slpd on the DA machine again 8) Run slptool findsrvs command again, the registered service still can't found - I think this is a problem. Regards, Ren From: HIRD Matthew [mailto:Mat...@uk...] Sent: Tuesday, October 23, 2012 5:45 AM To: Wang, Ren; Nick Wagner Cc: ope...@li... Subject: RE: [Openslp-users] DA deployment Ren How many SLP daemons are running in your system? Do you actually have an SA running? cheers Matt From: Wang, Ren [mailto:Ren...@nu...]<mailto:[mailto:Ren...@nu...]> Sent: 22 October 2012 11:53 To: HIRD Matthew; Nick Wagner Cc: ope...@li...<mailto:ope...@li...> Subject: RE: [Openslp-users] DA deployment Hi Matt, Please see my answers bellow: when your app runs, does it register and then exit or does it stay running? It stays running. do you have the watchPID functionality switched on? No, it is off Is the app registering with an SA or with a DA directly? I have a DA IP address specified, e.g: net.slp.DAAddresses = 10.16.19.20 But, net.slp.DASyncReg is set to false, not sure if it is the issue Are the SA and the DA using the same scope? Are they just using DEFAULT? I didn't provide any scope in the conf file, I believe they using the default scope. Regards, Ren From: HIRD Matthew [mailto:Mat...@uk...]<mailto:[mailto:Mat...@uk...]> Sent: Monday, October 22, 2012 6:46 AM To: Wang, Ren; Nick Wagner Cc: ope...@li...<mailto:ope...@li...> Subject: RE: [Openslp-users] DA deployment Ren when your app runs, does it register and then exit or does it stay running? do you have the watchPID functionality switched on? Is the app registering with an SA or with a DA directly? Are the SA and the DA using the same scope? Are they just using DEFAULT? cheers Matt |