Create a Config Set Interactively

Provides examples of creating a config set in auto mode and interactive mode.

This procedure has no prerequisites.
This procedure shows examples of creating config set p0 of type cle interactively. For additional examples, use cfgset create -h.

Note that the cfgset command is run as root.

Invoke the configurator in auto mode (default) or interactive mode.
  • Auto mode.
    To be presented with all settings with state unset (default) and level basic (default) in all services in config set p0:
    smw# cfgset create p0
    To be presented with all settings (any state and any level) in all services in config set p0:
    smw# cfgset create --state all --level advanced p0
  • Interactive mode.
    To display a menu of services in config set p0 that have configuration settings with state unset (default) and level basic (default):
    smw# cfgset create --mode interactive p0
    To display a menu of all services (with settings of any state and any level):
    smw# cfgset create --mode interactive --state all --level advanced p0