Difference between revisions of "Groovix Net Control"

From GroovixWiki
Jump to: navigation, search
Line 15: Line 15:
  
 
== GNC Scripts ==
 
== GNC Scripts ==
 
+
GNC updates are written in bash script in a series of commands. Groovix provides parameters and commands that customize how and when these updates are run and to which workstations run them. Each workstation downloads and executes the script individually after downloading it from Open Sense servers or your local Groovix Server. On each workstation, GNC updates are downloaded to the <font class="code">/var/www/groovix/gnc/updates/[customer]</font> where [customer] is the name of your Groovix site found in <font class="code">/etc/groovix/version</font>.
  
 
=== Script Structure ===
 
=== Script Structure ===
 
+
Each GNC update is kept inside its own directory using the directory structure as if it were / (ex. )
  
 
=== Script Rules & Formatting ===
 
=== Script Rules & Formatting ===

Revision as of 18:19, 13 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

GNC updates are written in bash script in a series of commands. Groovix provides parameters and commands that customize how and when these updates are run and to which workstations run them. Each workstation downloads and executes the script individually after downloading it from Open Sense servers or your local Groovix Server. On each workstation, GNC updates are downloaded to the /var/www/groovix/gnc/updates/[customer] where [customer] is the name of your Groovix site found in /etc/groovix/version.

Script Structure

Each GNC update is kept inside its own directory using the directory structure as if it were / (ex. )

Script Rules & Formatting

GNC Script Parameters

GNC Script Commands

See Also