For OES 2 services to work, the OES 2 server must have one of the following:
An eDirectory replica installed on the server. This is not automatic after the third server installed in a tree because it is not recommended to have more than three to five replicas in the tree.
This means that in a large network with many servers, most of the servers won’t have replicas, which leaves only the OpenSLP option.
OpenSLP running on the server with eDirectory as a registered service. This requires that you configure a network server (for example, the first server in the tree) as an SLP Directory Agent (DA), and then configure the other network servers that don’t have an eDirectory replica to point to the DA server.
For the getting-started lab setup, you don’t actually need SLP services set up because each of the two getting-started lab servers (this server and the NetWare VM) has an eDirectory replica. However, it’s important to understand the basics of setting up SLP on OES 2. For more information, see SLP
in the OES 2 SP3: Planning and Implementation Guide.
Log in to the server as root.
Configure the server as an SLP DA server:
Click
> .In the left panel, double-click etc directory.
, then double-click theScroll down to the slp.conf file, right-click the file, and select .
In slp.conf, find the following line:
;net.slp.useScopes = myScope1, myScope2, myScope3
Remove the semicolon (;) and change the line as follows:
net.slp.useScopes = Directory
Find:
;net.slp.isDA = true
Remove the semicolon (;) so that it reads:
net.slp.isDA = true
Save and close the file and the file browser.
Configure the firewall on the DA server to allow SLP daemon traffic:
Click
> , then click > .In the left navigation frame, click
.Click the
drop-down list and select .Click
> .Click
.Restart OpenSLP and eDirectory:
Click
> .At the command prompt, enter the following command to restart the SLP daemon with the changed configuration:
rcslpd restart
Restart eDirectory by entering the following command:
rcndsd restart
This registers eDirectory as an SLP service.
Verify that OpenSLP is running as expected.
After eDirectory restarts, enter the following command:
slptool findsrvs service:ndap.novell
After a moment or two, the system should respond with a line that indicates EXAMPLE_TREE is being advertised as a service in SLP.
Close the terminal by entering the following command:
exit
Continue with Accessing iManager.