Difference between revisions of "gaia setup via CLI"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "we don't like wizards... == creating a config template == # config_system --create-template <template_name> edit the template and fill out fields per comments test the v...")

Revision as of 17:03, 13 April 2016

we don't like wizards...


creating a config template

  1. config_system --create-template <template_name>

edit the template and fill out fields per comments

test the validity of the template

  1. config_system --config-file <template_name> --dry-run

once validated, run it on a newly installed system without the dry run option

  1. config_system --config-file <template_name>


backing up configs

This is not snapshotting an filesystems, only the configuration.

  1. clish -c "show configuration" > backupfile