The information you are about to copy is INTERNAL!
DO NOT share it with anyone outside Check Point.
When running a saved configuration file, configuration does not complete as expected (or completes with errors)
|
Technical Level
|
Solution ID |
sk107286 |
Technical Level |
|
Product |
Quantum Security Gateways, Quantum Security Management, Multi-Domain Security Management |
Version |
R75.40 (EOL), R75.40VS (EOL), R75.45 (EOL), R75.46 (EOL), R75.47 (EOL), R76 (EOL), R77 (EOL), R77.10 (EOL), R77.20, R77.30 (EOL) |
OS |
Gaia |
Platform / Model |
All |
Date Created |
13-Aug-2015
|
Last Modified |
31-Oct-2017
|
Symptoms
- When running a saved configuration file, configuration does not complete as expected (or completes with errors).
add snmp interface eth2
command produces "Interface eth2 does not exist" error.
Gaia configuration commands are not saved sorted in a way that guarantees continuation when loading them from the file.
Example from "/config/db/initial" file - user "myuser" is added to group "mygroup" before it is created with "add user":
... ... ...
add group mygroup gid 3561
add group mygroup member myuser
add user myuser uid 1002 homedir /home/myuser
set user myuser gid 100 shell /bin/bash
set user myuser password-hash XXX/
set user monitor shell /etc/cli.sh
set user monitor password-hash *
... ... ...
Solution
|
Note: To view this solution you need to
Sign In
.
|