Create a Config Set Interactively
Provides examples of creating a config set in auto mode and interactive mode.
This procedure has no prerequisites.
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 levelbasic(default) in all services in config setp0:smw# cfgset create p0
To be presented with all settings (any state and any level) in all services in config setp0:smw# cfgset create --state all --level advanced p0
- Interactive mode.To display a menu of services in config set
p0that have configuration settings with stateunset(default) and levelbasic(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