Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_components:platform:dpi_admin:admin_chgconf:start [2023/08/29 07:21] – edrudichgmailcom | en:dpi:dpi_components:platform:dpi_admin:admin_chgconf:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Modifying the configuration and it's integrity check ====== | ||
- | {{indexmenu_n> | ||
- | In the process of creating and changing the dpi configuration (in the / | ||
- | |||
- | **Example** of recommended actions: | ||
- | |||
- | <code bash> | ||
- | #create backup file | ||
- | cp / | ||
- | #edit backup file | ||
- | vi / | ||
- | #integrity test | ||
- | fastdpi -p -c / | ||
- | #Result check configuration : SUCCESS means that configuration is valid | ||
- | #replase the original configuration file with a newly created one | ||
- | cp / | ||
- | #restart dpi | ||
- | service fastdpi restart | ||
- | </ |