Editing a flat file

Last Updated : Jul 06, 2022 |

About this task

To configure CMS using a flat file, you must edit a copy of the cms.inst.skl installation file and start the setup option of the cmssvc command.

Important:

This procedure is not necessary if you already configured CMS interactively.

Procedure

  1. Use the following command to change to the CMS installation directory:

    cd /cms/install/cms_install

  2. Use the following command to make a copy of the CMS installation file:

    cp cms.inst.skl cms.install

  3. Use the following command to change permissions on the copied CMS installation file:

    chmod 644 cms.install

  4. Use the following command to edit the copied CMS installation file:

    vi cms.install

    The file contains a series of questions and value ranges for each possible ACD (Automatic Call Distribution system) in your configuration. Enter the appropriate values for your configuration. The entries must be added on the blank lines after each question.

    Caution:

    Use the CMS server host name for the Linux system name. The computer’s host name was assigned during network setup.

  5. Press Esc.
  6. Enter:

    :wq!

    The system saves and closes the file.

Example

For an example of a flat file that you will edit to set up CMS, see Example of a flat file.

Next Steps

Continue with Setting up CMS using the flat file.