Siebel System Administration Guide > Migrating Parameters Between Environments >

About Parameter Migration Scripts


A parameter migration script results after an execution of the cfgmerge utility, which compares parameter differences between environments. Migration scripts have the extension CMD and are named as part of the command to run the cfgmerge utility. For information about this task, see Running an Environment Comparison.

The resulting parameter migration script is composed of the following information:

  • List of the source and target parameter values, if they are different.
  • Messages and recommend actions.
  • Server Manager command-line interface (srvrmgr) commands to change the target environment's parameter values to match the source environment's value.
  • Commented-out srvrmgr commands (that is, lines with a preceding semicolon) if the utility recommends not to synchronize the values with the source environment.

You must open, review, and edit the migration script prior to running the script. For information about this task, see Reviewing and Editing a Parameter Migration Script.

Parameter migration scripts can act as a documentation record for an environment's configurations. The migration script files can be reused or reviewed for historical comparisons at a later date.

An example portion of a parameter migration script follows, for Call Center Object Manager (ENU), alias SCCObjMgr_enu:

; Component definition SCCObjMgr_enu

;

; Parameter DB Multiplex - Min Number of Shared DB Connections (MinSharedDbConns)

; Value on source system: 10

; No value set on target system:

; Recommended action: apply value from source

; To keep the target configuration unchanged, comment out the next line

change param MinSharedDbConns=10 for compdef SCCObjMgr_enu

;

Siebel System Administration Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.