antoniogutierre

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-09
19:51
878 views
Setting up SLP properties on all of our novell clients
Hi there,
We would like to set up slp settings for our Novell clients. We have a lot of multicast traffic in our
network and we have a DA server, we would like to point
this DA server on all the clients. Im wondering if there is any way different than introducing this server
in the client for each pc, this could be a nightmare, we have about 300 computers.
Is there any way to distribute this change via reg key or something like that? We are using Windows 7
without Zenworks ZCM (we have one server but in testing right now)
Any suggestion would be welcome!
thank you so much
We would like to set up slp settings for our Novell clients. We have a lot of multicast traffic in our
network and we have a DA server, we would like to point
this DA server on all the clients. Im wondering if there is any way different than introducing this server
in the client for each pc, this could be a nightmare, we have about 300 computers.
Is there any way to distribute this change via reg key or something like that? We are using Windows 7
without Zenworks ZCM (we have one server but in testing right now)
Any suggestion would be welcome!
thank you so much
5 Replies
laurabuckley

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-10
17:54
Hi
DHCP??? Just a thought/suggestion.
Cheers,
DHCP??? Just a thought/suggestion.
Cheers,
Laura Buckley
Views/comments expressed here are entirely my own.
If you find this post helpful, please show your appreciation and click on "Like" below...
Views/comments expressed here are entirely my own.
If you find this post helpful, please show your appreciation and click on "Like" below...
antoniogutierre

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-11
10:07
laurabuckley;2293222 wrote:
Hi
DHCP??? Just a thought/suggestion.
Cheers,
Umm DHCP? Im afraid I dont understand you. Iam using static ip addresses on all my network. How
can it helps, using dhcp to adjust this setting?
Thank you so much.
Antonio.
laurabuckley

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-11
10:15
Hi Antonio,
If you are not running DHCP on your network, then my suggestion will not help you - sorry!
Cheers,
If you are not running DHCP on your network, then my suggestion will not help you - sorry!
Cheers,
Laura Buckley
Views/comments expressed here are entirely my own.
If you find this post helpful, please show your appreciation and click on "Like" below...
Views/comments expressed here are entirely my own.
If you find this post helpful, please show your appreciation and click on "Like" below...


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-11
12:53
antoniogutierrez;2293251 wrote:
Umm DHCP? Im afraid I dont understand you. Iam using static ip addresses on all my network. How
can it helps, using dhcp to adjust this setting?
Thank you so much.
Antonio.
well, that actually depends on the client OS. XP and older can (when configured properly) retrieve SLP configurations via DHCP even with an otherwise static offset. for the dilly-dally systems (vista and higher) there are no corresponding kernellevel drivers in the client, so as Laura mentioned DHCP won't be an option here. in this case thanks to Earle all the reg-settings along with a link to a corresponding adm file can be found here...
https://www.novell.com/communities/coolsolutions/novell-client-2-sp3-windows-registry-settings/
If you like it: like it.
pwolfe

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-13
17:36
Run a registry import from the Login Script.
All depends on the setup as you are not running zenworks.
you will most likely need to disable UAC or find a way to elevate permisions....If users are standard users no rights to the registry this will be a bit more difficult....
Regini
or
regedit
Regedit /s \\ip_path\SLP_Update.reg
If you want to run a delete on the keys prior then importing them fresh...should be able to do it from the same .reg file....just put the deletes at the top of the order...
####################
Windows 7
####################
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Client\Policies\Network\IP\Address Resolution Providers\OpenSLP\Parameters\Directory Agent]
"0"="IP_ADDRESS_HERE"
"1"=-
"2"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Client\Policies\Network\IP\Address Resolution Providers\OpenSLP\Parameters\Scope]
"0"="SLP-DA-Scope"
All depends on the setup as you are not running zenworks.
you will most likely need to disable UAC or find a way to elevate permisions....If users are standard users no rights to the registry this will be a bit more difficult....
Regini
or
regedit
Regedit /s \\ip_path\SLP_Update.reg
If you want to run a delete on the keys prior then importing them fresh...should be able to do it from the same .reg file....just put the deletes at the top of the order...
####################
Windows 7
####################
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Client\Policies\Network\IP\Address Resolution Providers\OpenSLP\Parameters\Directory Agent]
"0"="IP_ADDRESS_HERE"
"1"=-
"2"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Client\Policies\Network\IP\Address Resolution Providers\OpenSLP\Parameters\Scope]
"0"="SLP-DA-Scope"