If you want to mess around with SLP and see more about what is happening in your tree, here are some other commands you can use:
DISPLAY SLP SERVICES
- This will list all SLP services that have registered.
DISPLAY SLP SERVICES BINDERY.NOVELL
- This will list all NetWare servers that have registered. You don't necessarily have to understand everything you see, but you're looking for consistency in the listing and you also want all servers to show up in the list.
DISPLAY SLP SERVICES PORTAL.NOVELL
- This will list all servers running the portal, which is also how your servers identify other servers in the list on "Managed Server List" inside the portal.
SLP Parameters I usually configure:
SET SLP SCOPE LIST = MYCOOLSCOPE
(Name it whatever, but make sure your NDS SLP Scope Object is named the same)
SET SLP DA DISCOVERY OPTIONS = 4
(This forces the server to use the ETC\SLP.CFG file to locate the SLPDA and register services. See next note)
\ETC\SLP.CFG (Edit this file, add this line, Make sure to put a carriage return at the end)
DA IPV4, x.x.x.x (IP address of SLP DA server) (Note that you don't need this on your actual SLP DA server.
On your Workstation, from a command prompt:
C:\> SLPINFO /ALL
- This will show what your workstation knows about your network SLP setup. Its hard to explain what you should see here, but it can be very useful in troubleshooting SLP issues.
Marvin Huffaker, MCNE