Groovix Net Control: Difference between revisions
imported>Chris No edit summary |
imported>Chris No edit summary |
||
| Line 1: | Line 1: | ||
!!UnderConstruction!! |
!!UnderConstruction!! |
||
The Groovix system provides all networked workstations with unified profiles and software updates as part of the Groovix update process. This process is done through a |
The Groovix system provides all networked workstations with unified profiles and software updates as part of the Groovix update process. This process is done through a system called Groovix NetCustomization or GNC. It queries updates, fixes and system changes from the [[Groovix Server]] and runs them automatically. If the system has not applied these updates, they are downloaded and installed automatically. |
||
Normally, this process is performed on boot up or |
Normally, this process is performed on boot up or customized to your specific update schedule; however, this process can be run manually at any time by typing <font class="code">/etc/init.d/groovix-netcustomization start</font> in an [[xterm]] window. Every time Groovix NetCustomization is run, the results of that process are dumped into a log file that can be accessed for reference or troubleshooting located at <font class="code">/var/log/groovixnetcustomization.log</font>. |
||
| ⚫ | |||
[steps on how to create a GNC server] |
|||
[notes: /var/groovix/gnc/install.txt, apt-get localhost, install apache or lighttpd (explain why apache is preferred), install php] |
|||
| ⚫ | |||
==== netcustomization.conf ==== |
|||
== GNC Scripts == |
|||
=== Script Structure === |
|||
=== Script Rules & Formatting === |
|||
== GNC Script Parameters == |
|||
Revision as of 02:56, 10 November 2011
!!UnderConstruction!!
The Groovix system provides all networked workstations with unified profiles and software updates as part of the Groovix update process. This process is done through a system called Groovix NetCustomization or GNC. It queries updates, fixes and system changes from the Groovix Server and runs them automatically. If the system has not applied these updates, they are downloaded and installed automatically.
Normally, this process is performed on boot up or customized to your specific update schedule; however, this process can be run manually at any time by typing /etc/init.d/groovix-netcustomization start in an xterm window. Every time Groovix NetCustomization is run, the results of that process are dumped into a log file that can be accessed for reference or troubleshooting located at /var/log/groovixnetcustomization.log.