SIPPBX 6200S/GS/N V3.1 Upgrade
Procedure
Prior to start the upgrade procedure, please make sure the latest 3.0 firmware is
installed correctly. Please do the upgrade in local area network and make sure the
SIPPBX 6200S/GS/N will not be restarted during the upgrade. Otherwise, SIPPBX 6200S
GS/N might not boot correctly after upgrade.
Setp1. Backup old configuration for unexpected upgrade result or
downgrade
Crate backup directory:
cd C:\
mkdir 6200bak
cd 6200bak
mkdir dbfile
mkdir binfile
mkdir cdr
FTP Backup Command:
ftp xxx.xxx.xxx.xxx
prompt off
binary
cd d:\
lcd c:\6200bak
cd d:\ap\binfile
lcd c:\6200bak\binfile
mget *
cd d:\ap\dbfile
lcd d:\6200bak\dbfile
mget *
cd d:\ap\cdr
lcd c:\6200bak\cdr
mget *
(Backup Example)