Sun Secure Application Switch – Release Notes for v3.2.1
7
Migrating From Software Version 2.0 to
Version 3.2.1
This section is relevant only if you are upgrading an N2000 Series from version 2.0
software to version 3.2.1 software.
Note –
The
software version
command allows you to specify the version of
software used on the switch. In software version 2.x, this command automatically
loaded the latest patch for the version of software specified. In version 3.2.1, the
software version
command explicitly loads the software version specified; it
does not automatically include the latest patch.
Archiving a Version 2.0 Configuration
You can copy your configuration file for backup or archive purposes. You have two
options:
■
Make a copy of the
cdb.dat
file. Note that this file is machine-specific and can
only be restored to the original machine on which it was used.
1. Telnet to the Sun Secure Application Switch.
2. Access the directory containing the cdb.dat file
sun(config)# cd/ftl0/config
3. Copy the cdb.dat file to a local destination.
sun(config)#
cp cdb.dat
<cdbFileName.dat>
4. Make a “portable” configuration file using the show runningConfig command.
Be sure to enable the nameValuePairs option, similar to the following:
sun(config)#
show runningConfig saveToFile
<myConfig.txt>
password
<myPassword>
nameValuePairs true
Note –
The cdb.dat file is copied into the
/config
directory but the text files is
saved in the
/ftl0/user/home
directory.