
1. Create a backup of the Version 8.6 system. Refer to the
Equalizer Administration Guide
for version 8.6 for
instructions.
2. Upgrade your version 8.6 system to version 10. Refer to "Version 8.6 Upgrade Procedure" on page 58 for
instructions.
3. Upload the EQ/OS 8 backup file onto the system:
eqcli > files download [URL or Path to *.bkp file]
For example:
eqcli > files download ftp://10.0.0.10/os8backup.bkp
4. Convert the backup file into a EQ/OS 10 CLI script:
eqcli> cfg_convert file [backup filename] outfile [output filename]
For example:
eqcli> cfg_convert file os8backup.bkp outfile os8cfg.script
This will create a CLI script file, also in the version 10 data store. It will also create files for any
“sorry” responders in the datastore. The script will be a list of eqcli commands to create converted
configuration objects and comments describing parameters which could not be converted. For
example:
cluster myclust proto "tcp" ip 10.0.0.10 port 1 range 4999 stickyto 3500
idleto 36000
# Unsupported user touch option: desc = touch (unable to migrate this
option, it must be hand converted)
Note - When viewing the translated file, look for lines that begin with "#" (comments). These are lines which could not
be converted with the reason displayed. Make a note of these lines and determine whether the parameters described by
them are important to them. If they are, they will need to be manually configured later. If not, they can be ignored.
5. Enter the following:
eqcli> run_script [output filename]
For example:
eqcli> run_script os8cfg.script
This will process the script, one line at a time, and stop if any errors are encountered. Here is an
example of a successful run:
eqcli > run_script myscript
eqcli: 12020315: Processing line 1: server newserver ip 3.4.5.6 port 80
proto tcp
eqcli: 12000287: Operation successful
Copyright © 2013 Coyote Point Systems. A subsidiary of Fortinet, Inc.
All Rights Reserved.
563
Equalizer Administration Guide
Kommentare zu diesen Handbüchern