SCF Reference Manual for G-Series RVUs (G06.24+)
Using SCF to Configure and Manage NonStop
S-Series Servers
SCF Reference Manual for G-Series RVUs—520413-004
1-4
Making Online Configuration Changes
Making Online Configuration Changes
Because configuration changes are made online using SCF, they take effect as soon
as the affected objects are started (with the SCF START command). For subsystems
that are new for systems running G-series, these changes are permanent; they persist
through processor and system loads (unless you load the system using a different
configuration file, as discussed in the next subsection). For the older subsystems that
on systems running G-series are controlled by the WAN subsystem, configuration
changes are not permanent; you must reimplement them if the system or a processor
goes down.
The general method for performing SCF changes follows:
1. Create a command file containing the SCF commands to implement a
configuration change.
2. For fallback purposes, save the current system configuration database CONFIG
file using the SCF SAVE command (on page 5-103). The following example shows
how to save the current CONFIG file to a file named CONF0102 on the
$SYSTEM.ZSYSCONF subvolume:
-> SAVE CONFIGURATION 1.2
3. Invoke the SCF command file created in Step 1, for example:
-> OBEY SCFCONF
This method has the advantage of recoverability by saving a copy of a known, stable
configuration. In case the most recent change results in a problem, you can restore
the previous configuration by loading the system from the saved system configuration
file.