Hi @Rajput_Arvind,
As far as I know, administrators cannot be exported under R70.30 and imported under R80.20 manually.
The users are included in the database in R80.x.
Just an idea!
With this method all admin users will be added to R80.x MDS server:
- Run mds_setup to export all MDS and CMA databases on R77.30
# ./mds_setup
- Enter 4 when this menu shows:
(4) Export current Multi-Domain Server
- Import all CMA's and MDS on R80.x LAB server under VMWare
$MDSDIR/scripts/mds_import.sh
<path_exported_database>/exported_mds.
DDMMYYY-
HHMMSS.tgz
- Now export all admin users via management CLI on the LAB server
-> Here you have to create a script with the following commands:-)
# mgmt_cli show administrators
# mgmt_cli show administrator...
- Import all admin user on your real server via mangement CLI
# mgmt_cli add administrator...
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips