Difference between revisions of "Groovix Net Control"

From GroovixWiki
Jump to: navigation, search
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 script called Groovix NetCustomization Update. It requests all updates from the [[Groovix Server]] and checks them against ones already installed. If there are new updates, they are downloaded and installed automatically.  
+
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 according 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 by opening the [[Groovix Menu]] and choosing option 4, "open 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>.
+
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>.
  
== Setting up Groovix NetCustomization ==
 
[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]
 
  
 +
== Setting up Groovix Server for GNC ==
 +
 +
 +
==== netcustomization.conf ====
 +
 +
 +
== GNC Scripts ==
 +
 +
 +
=== Script Structure ===
 +
 +
 +
=== Script Rules & Formatting ===
 +
 +
 +
== GNC Script Parameters ==
  
  

Revision as of 21:56, 9 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.


Setting up Groovix Server for GNC

netcustomization.conf

GNC Scripts

Script Structure

Script Rules & Formatting

GNC Script Parameters

See Also