X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/66c7ebe69a70988a5af3284c488d8fc2759e75f2..3882048f60f47ce7edb89cc3816978cff32551f9:/blog/data/2012-01-25-skolelinux.txt?ds=sidebyside diff --git a/blog/data/2012-01-25-skolelinux.txt b/blog/data/2012-01-25-skolelinux.txt index 56e875aa89..c7a27f7e19 100644 --- a/blog/data/2012-01-25-skolelinux.txt +++ b/blog/data/2012-01-25-skolelinux.txt @@ -11,14 +11,14 @@ summary on how to use it to set up a new school.
First, install a combined Main Server and Thin Client Server as the central server in the network. Next, PXE boot all the client machines as thin clients and wait 5 minutes after the last client booted to -allow the clients report their existence to the central server. When +allow the clients to report their existence to the central server. When this is done, log on to the central server and run -sitesummary2ldapdhcp in the konsole to use the +sitesummary2ldapdhcp -a in the konsole to use the collected information to generate system objects in LDAP. The output will look similar to this:
-% sitesummary2ldapdhcp +% sitesummary2ldapdhcp -a info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05. info: Create GOsa machine for auto-mac-00-01-02-03-04-06 [10.0.16.20] id ether-00:01:02:03:04:06. @@ -44,3 +44,7 @@ automatically.We plan to release beta3 with the updated version of this feature enabled this weekend. You might want to give it a try.
+ +Update 2012-01-28: When calling sitesummary2ldapdhcp to add new +hosts, one need to add the option -a. I forgot to mention this in my +original text, and have added it to the text now.