Educational ICT Virtualisation Specialist

Twitter LinkedIn E-mail
Precedence Technologies Ltd
Technology House, 36a Union Lane
Cambridge, CB4 1QB, United Kingdom
T: +44 (0)8456 446 800 / +44 (0)1223 359900
E: enquiries@precedence.co.uk
Config-Scripts

Jump To: Support > KB > NetManager > Config > Scripts

Build scripts

Build scripts take settings from the central Configuration File and build up specific configuration settings for each program and service. Examples include setting a default domain name in email will require reconfiguring the mail service.

In general, you should not need to touch the build scripts at all as they are run automatically. Each build script specifies which configuration options it is interested in and it will only be run if one of those options changes. So, for example, altering the default email domain name will not do any reconfiguration of the web proxy. Also, the build scripts will always be run in the correct order.

To make all unactioned changes live (e.g. if you have hand-edited the configuration file), run the build_server command at the Command Line. To force all build scripts to be run and thus all services to be cleanly configured, specify the -f flag, i.e. build_server -f. N.B. This will cause all relevant databases to be rebuilt so you may, for instance, lose any dynamically registered machine names in DNS.

Manual running

You can manually run build scripts yourself if you suspect that a configuration has not been made live for some reason, but this will generally be unnecessary. The scripts live in /usr/libexec/build and are named after the service they configure. So to run the Apache build scripts you would run /usr/libexec/build/apache from the Command Line.

List of scripts

The following list includes scripts provides by optional modules, so may not be present on your server:

© Copyright Precedence Technologies 1999-2024
Page last modified on June 21, 2011, at 02:15 PM by sborrill