Manually changing the configuration file

You can manually change the configuration file when the configuring instance is not running:

  1. Extract the configuration file. For example:

    qrmutil --quorum/dev/raw/raw101 --ase-config-extract=mycluster.cfg
    
  2. Edit the configuration file:

    vi mycluster.cfg
    
  3. Restart the instance.

When you restart the instance, Adaptive Server automatically increments the version number, updates the sysconfigures table with the new version number, writes the new configuration file to the local directory and to the quorum device, and instructs all instances to dump a new copy of the configuration file from the quorum device.

NoteWhen the configuring instance is not running but the coordinator is running, you can change instance-specific parameters but not cluster-wide parameters.