Title: mail
Nick,
 When I start slpd as follows the directory agent does not show up with slptool

slpd -start -c .\slp.conf -l slp_dafail.txt
C:\Temp\openslp\win32\Win32\Debug>slptool findsrvs service:directory-agent

C:\Temp\openslp\win32\Win32\Debug>

however; if I add the '-d' option to the command line it works.  In other words when starting slpd as follows results in the directory agent showing up and then doing the attribute test works as expected.

slpd -start -c .\slp.conf -d -l slp_daworked.txt
C:\Temp\openslp\win32\Win32\Debug>slptool findsrvs service:directory-agent
service:directory-agent://127.0.0.1,65535
service:directory-agent://192.168.5.101,65535

C:\Temp\openslp\win32\Win32\Debug>
Jim


Nick Wagner wrote:
When you have it on, does slptool find directory agents appropriately?

--Nick

On Thu, Sep 20, 2012 at 9:54 AM, Jim Marshall <jim.marsh...@wbemsolutions.com> wrote:
What specifically do you want in terms of routing table? Below is the IPv4 table output from the 'route print' command.

In terms of it being a SA or DA, I set "net.slp.isDA = true" in slp.conf. I stopped the SLP service and restarted it with the slp.conf and I see the same behavior.

Jim


--
Jim Marshall
Sr. Software Engineer
WS

****************************************
Thu Sep 20 14:04:53 2012
SLPD daemon started
****************************************
Command line = slpd
Using configuration file = .\slp.conf
Using registration file = C:\Windows\slp.reg
Listening on loopback TCP...
Listening on loopback UDP...
Listening on 192.168.5.101 ...
Multicast (IPv4) socket on 192.168.5.101 ready
SLPv1 DA Discovery Multicast socket on 192.168.5.101 ready
Unicast socket on 192.168.5.101 ready
Agent Interfaces = 192.168.5.101
Startup complete entering main run loop ...

Thu Sep 20 14:04:53 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 1
   length = 49
   flags = 8192
   extoffset = 0
   xid = 25499
   langtag = en
Message SRVRQST:
   srvtype = service:directory-agent
   scopelist = <empty>
   predicate = <empty>

Thu Sep 20 14:04:53 2012
MESSAGE - Trace message (OUT)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 8
   length = 77
   flags = 0
   extoffset = 0
   xid = 25499
   langtag = en
Message DAADVERT:
   scope = DEFAULT
   url = service:directory-agent://192.168.5.101
   attributes = <empty>

Thu Sep 20 14:04:53 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 8
   length = 77
   flags = 0
   extoffset = 0
   xid = 25499
   langtag = en
Message DAADVERT:
   scope = DEFAULT
   url = service:directory-agent://192.168.5.101
   attributes = <empty>

Thu Sep 20 14:04:53 2012
KNOWNDA - Addition:
    DA address = 192.168.5.101
    directory-agent-url = service:directory-agent://192.168.5.101
    bootstamp = 505b5ac5
    scope = DEFAULT
    attributes = <empty>

Thu Sep 20 14:04:55 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 8
   length = 77
   flags = 8192
   extoffset = 0
   xid = 0
   langtag = en
Message DAADVERT:
   scope = DEFAULT
   url = service:directory-agent://192.168.5.101
   attributes = <empty>

Thu Sep 20 14:04:55 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 1
   functionid = 8
   length = 64
   flags = 0
   extoffset = 0
   xid = 0
   langtag = en
Message DAADVERT:
   scope = <invalid data!>
   url = <invalid data!>
   attributes = <invalid data!>

Thu Sep 20 14:04:55 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 1
   length = 62
   flags = 8192
   extoffset = 0
   xid = 25500
   langtag = en
Message SRVRQST:
   srvtype = service:directory-agent
   scopelist = <empty>
   predicate = <empty>

Thu Sep 20 14:04:55 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.12
Header:
   version = 2
   functionid = 3
   length = 239
   flags = 16384
   extoffset = 0
   xid = 17729
   langtag = en
Message SRVREG:
   srvtype = service:management-software.IBM:platform-agent
   scope = DEFAULT
   url = service:management-software.IBM:platform-agent://192.168.5.12
   attributes = 
(vendor=IBM),(version=6.1.2),(uid=7F4BC4D3B2086B77),(ip-address=192.168.5.12),(hostname=RE-AIX6)

Thu Sep 20 14:04:55 2012
MESSAGE - Trace message (OUT)
Peer: 
   IP address: 192.168.5.12
Header:
   version = 2
   functionid = 5
   length = 18
   flags = 0
   extoffset = 0
   xid = 17729
   langtag = en
Message SRVACK:
   errorcode = 0

Thu Sep 20 14:05:10 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 1
   length = 62
   flags = 8192
   extoffset = 0
   xid = 25501
   langtag = en
Message SRVRQST:
   srvtype = service:directory-agent
   scopelist = <empty>
   predicate = <empty>

Thu Sep 20 14:05:25 2012
MESSAGE - Trace message (IN)
Peer: 
   IP address: 192.168.5.101
Header:
   version = 2
   functionid = 1
   length = 62
   flags = 8192
   extoffset = 0
   xid = 25502
   langtag = en
Message SRVRQST:
   srvtype = service:directory-agent
   scopelist = <empty>
   predicate = <empty>

****************************************
Thu Sep 20 14:05:50 2012
SLPD daemon shutting down
****************************************
****************************************
Thu Sep 20 14:05:50 2012
SLPD daemon shut down
****************************************
!<arch>
/               1347636218              0       940       `
+â      ü.
®
®ÚÚBB@@¨¨²²
L
Lxxä
ä||vvxxÚÚ´´DDää__IMPORT_DESCRIPTOR_slp__NULL_IMPORT_DESCRIPTORslp_NULL_THUNK_DATA_SLPDelAttrs__imp__SLPDelAttrs_SLPDereg__imp__SLPDereg_SLPFindAttrs__imp__SLPFindAttrs_SLPGetRefreshInterval__imp__SLPGetRefreshInterval_SLPFindScopes__imp__SLPFindScopes_SLPFindSrvs__imp__SLPFindSrvs_SLPFindSrvTypes__imp__SLPFindSrvTypes_SLPOpen__imp__SLPOpen_SLPClose__imp__SLPClose_SLPAssociateIFList__imp__SLPAssociateIFList_SLPAssociateIP__imp__SLPAssociateIP_SLPParseSrvURL__imp__SLPParseSrvURL_SLPEscape__imp__SLPEscape_SLPUnescape__imp__SLPUnescape_SLPFree__imp__SLPFree_SLPParseAttrs__imp__SLPParseAttrs_SLPGetProperty__imp__SLPGetProperty_SLPSetProperty__imp__SLPSetProperty_SLPSetAppPropertyFile__imp__SLPSetAppPropertyFile_SLPReg__imp__SLPReg/
               1347636218              0       950       `
âü       .®
ÚB@¨²L
xä|vxÚ´Dä+

       

       
_SLPAssociateIFList_SLPAssociateIP_SLPClose_SLPDelAttrs_SLPDereg_SLPEscape_SLPFindAttrs_SLPFindScopes_SLPFindSrvTypes_SLPFindSrvs_SLPFree_SLPGetProperty_SLPGetRefreshInterval_SLPOpen_SLPParseAttrs_SLPParseSrvURL_SLPReg_SLPSetAppPropertyFile_SLPSetProperty_SLPUnescape__IMPORT_DESCRIPTOR_slp__NULL_IMPORT_DESCRIPTOR__imp__SLPAssociateIFList__imp__SLPAssociateIP__imp__SLPClose__imp__SLPDelAttrs__imp__SLPDereg__imp__SLPEscape__imp__SLPFindAttrs__imp__SLPFindScopes__imp__SLPFindSrvTypes__imp__SLPFindSrvs__imp__SLPFree__imp__SLPGetProperty__imp__SLPGetRefreshInterval__imp__SLPOpen__imp__SLPParseAttrs__imp__SLPParseSrvURL__imp__SLPReg__imp__SLPSetAppPropertyFile__imp__SLPSetProperty__imp__SLPUnescapeslp_NULL_THUNK_DATAslp.dll/
        1347636218              0       477       `
LúKSP.debug$S=Œ@B.idata$2ÉÝ@0À.idata$6ûÝ@
 À      slp.dll'&ÄMicrosoft (R) 
LINK
slp.dll@comp.id&ÄËÿÿ.idata$2@Àh.idata$6.idata$4@Àh.idata$5@Àh5J__IMPORT_DESCRIPTOR_slp__NULL_IMPORT_DESCRIPTORslp_NULL_THUNK_DATA
slp.dll/        1347636218              0       246       `
LúKSPµ.debug$S=d@B.idata$3¡@0À
      slp.dll'&ÄMicrosoft (R) 
LINK@comp.id&ÄËÿÿ__NULL_IMPORT_DESCRIPTORslp.dll/
        1347636218              0       270       `
LúKSPÑ.debug$S=Œ@B.idata$5É@0À.idata$4Í@0À
      slp.dll'&ÄMicrosoft (R) 
LINK@comp.id&ÄËÿÿslp_NULL_THUNK_DATAslp.dll/
        1347636218              0       48        `
ÿÿLúKSP_SLPAssociateIFListslp.dllslp.dll/        1347636218      
        0       44        `
ÿÿLúKSP_SLPAssociateIPslp.dllslp.dll/        1347636218          
    0       38        `
ÿÿLúKSP_SLPCloseslp.dllslp.dll/        1347636218              0 
      41        `
ÿÿLúKSP_SLPDelAttrsslp.dll
slp.dll/        1347636218              0       38        `
ÿÿLúKSP_SLPDeregslp.dllslp.dll/        1347636218              0 
      39        `
ÿÿLúKSP_SLPEscapeslp.dll
slp.dll/        1347636218              0       42        `
ÿÿLúKSP_SLPFindAttrsslp.dllslp.dll/        1347636218            
  0       43        `
ÿÿLúKSP_SLPFindScopesslp.dll
slp.dll/        1347636218              0       45        `
ÿÿLúKSP_SLPFindSrvTypesslp.dll
slp.dll/        1347636218              0       41        `
ÿÿLúKSP        _SLPFindSrvsslp.dll
slp.dll/        1347636218              0       37        `
ÿÿLúKSP
_SLPFreeslp.dll
slp.dll/        1347636218              0       44        `
ÿÿLúKSP_SLPGetPropertyslp.dllslp.dll/        1347636218          
    0       51        `
ÿÿLúKSP_SLPGetRefreshIntervalslp.dll
slp.dll/        1347636218              0       37        `
ÿÿLúKSP
_SLPOpenslp.dll
slp.dll/        1347636218              0       43        `
ÿÿLúKSP_SLPParseAttrsslp.dll
slp.dll/        1347636218              0       44        `
ÿÿLúKSP_SLPParseSrvURLslp.dllslp.dll/        1347636218          
    0       36        `
ÿÿLúKSP_SLPRegslp.dllslp.dll/        1347636218              0   
    51        `
ÿÿLúKSP_SLPSetAppPropertyFileslp.dll
slp.dll/        1347636218              0       44        `
ÿÿLúKSP_SLPSetPropertyslp.dllslp.dll/        1347636218          
    0       41        `
ÿÿLúKSP_SLPUnescapeslp.dll
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Openslp-devel mailing list
Openslp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-devel

Reply via email to