can someone help me with configuration?
I'm trying to do pre-verification check from r80.10 to r80.40 and don't think i'm doing it properly
when i issued command
i don't know what to put in for -p "SecurityManagementPath"
for current version, R80.10 is not listed as an option
pre_upgrade_verifier -p SecurityManagementPath -c CurrentVersion -t TargetVersion
cd /<Path to Extracted Migration Tool>/
./pre_upgrade_verifier -h
[Expert@lgsfwm00:0]# ./pre_upgrade_verifier -h
This is Check Point Pre-Upgrade Verifier for version R80.40.
Usage: pre_upgrade_verifier -p SecurityManagementPath -c CurrentVersion -t TargetVersion [-u | -a][-f FileName] [-w]
Or: pre_upgrade_verifier -p SecurityManagementPath -c CurrentVersion -i [-f FileName] [-w]
-p Path of the installed Security Management Server (FWDIR).
-c Currently installed version.
-t Target version.
-i Check originality of Inspect files only.
-u Perform plug-in related checks.
-a Skip main train version checks, perform plug-in related checks only.
-f Output in file.
-w Web format file.
where the Currently installed version is one of the following:
R75.40 (aliases: R75.40_R75.40, 6.0.2.5)
R75.40VS (aliases: R75.40VS_R75.40VS, 6.0.3.0)
R76 (aliases: R76_R76, 6.0.3.5)
R77 (aliases: R77_R77, 6.0.4.0)
where the Target version is one of the following:
R75.40 (aliases: R75.40_R75.40, 6.0.2.5)
R75.40VS (aliases: R75.40VS_R75.40VS, 6.0.3.0)
R76 (aliases: R76_R76, 6.0.3.5)
R77 (aliases: R77_R77, 6.0.4.0)
R80 (aliases: R80_R80, 6.0.4.8)
R80.20 (aliases: R80.20_R80.20, 6.0.4.9)
R80.30 (aliases: R80.30_R80.30, 6.0.5.0)
R80.40 (aliases: R80.40_R80.40, 6.0.5.1)
Any help is appreciated.
Thank you