WG5250 Upgrade from release 5.0 to 5.1
Preparation:
Make sure you have downloaded V50251.zip file from Welltech web server. Unzip it into a temporality directory and you will see the following files in the directory.
C:\Upgrade>dir/a
Volume in drive C has no label.
Volume Serial Number is 5493-98E0
Directory of C:\Upgrade
09/17/2004 01:21 PM <DIR> .
09/17/2004 01:21 PM <DIR> ..
09/06/2004 01:35 PM 67,932 casfile.bin
09/01/2004 06:32 PM 2,428,699 hexfile.bin
09/14/2004 01:23 PM 34,569 initsys.bin
09/08/2004 04:28 PM 1,294,828 osadmin.bin
09/13/2004 02:57 PM 1,856,852 tgbin.bin
09/02/2004 05:31 PM 765 v50251.asp
09/14/2004 01:50 PM 267 v50251.bat
09/15/2004 01:54 PM 148,082,278 v50251.zip
09/01/2004 06:32 PM 1,507,361 voxfile.bin
09/14/2004 10:10 AM 164,509,696 wgos.sdi
09/14/2004 12:23 PM 1,857,639 wwwroot.bin
11 File(s) 321,640,886 bytes
2 Dir(s) 11,088,621,568 bytes free
Caution:
¨ Please do the upgrade in LAN, not remotely. And make sure to finish all steps at once.
¨ All configurations saved in WG5250 will be restored as default after upgrade. It is not backward compatible with previous release.
Step1: Upload upgrade image:
Open a command line in the unzip directory.
C:\>ftp xxx.xxx.xxx.xxx
ftp>cd c:\welltech\wwwroot\
ftp>bin
ftp>put V50251.asp
ftp>put V50251.bat
ftp>cd d:\
ftp>del wgos.sdi
ftp>put wgos.sdi
ftp>cd d:\welltech\binfile\
ftp>prompt off
ftp>mput *.bin
ftp>bye
Open IE browser and ¡§http://xxx.xxx.xxx.xxx:10087/v50251.asp¡¨
You should see the following message for execution success.

Login system by web http://xxx.xxx.xxx.xxx:10087.
click ¡§Control¡÷System¡÷ Restart¡¨ to reboot the system.
Example of step result:
C:\Upgrade>ftp 192.168.111.111
Connected to 192.168.111.111
220 Server ready
User (192.168.111.111:(none)): root
331 Password required for root.
Password:
230 User root logged in.
ftp> cd c:\welltech\wwwroot\
250 CWD command successful. "c:/welltech/wwwroot/" is current directory.
ftp> bin
200 Type set to I.
ftp> put v50251.asp
200 Port command successful.
150 Opening data connection for v50251.asp.
226 File received ok
ftp: 765 bytes sent in 0.02Seconds 38.25Kbytes/sec.
ftp> put v50251.bat
200 Port command successful.
150 Opening data connection for v50251.bat.
226 File received ok
ftp: 267 bytes sent in 0.00Seconds 267000.00Kbytes/sec.
ftp> cd d:\
250 CWD command successful. "d:/" is current directory.
ftp> del wgos.sdi
250 File 'd:\wgos.sdi' deleted.
ftp> put wgos.sdi
200 Port command successful.
150 Opening data connection for wgos.sdi.
226 File received ok
ftp: 164509696 bytes sent in 191.63Seconds 858.45Kbytes/sec.
ftp> cd d:\welltech\binfile\
250 CWD command successful. "d:/welltech/binfile/" is current directory.
ftp> prompt off
Interactive mode Off .
ftp> mput *.bin
200 Port command successful.
150 Opening data connection for casfile.bin.
226 File received ok
ftp: 67932 bytes sent in 0.07Seconds 970.46Kbytes/sec.
200 Port command successful.
150 Opening data connection for hexfile.bin.
226 File received ok
ftp: 2428699 bytes sent in 0.94Seconds 2580.98Kbytes/sec.
200 Port command successful.
150 Opening data connection for initsys.bin.
226 File received ok
ftp: 34569 bytes sent in 0.02Seconds 1728.45Kbytes/sec.
200 Port command successful.
150 Opening data connection for osadmin.bin.
226 File received ok
ftp: 1294828 bytes sent in 0.79Seconds 1636.95Kbytes/sec.
200 Port command successful.
150 Opening data connection for tgbin.bin.
226 File received ok
ftp: 1856852 bytes sent in 0.60Seconds 3089.60Kbytes/sec.
200 Port command successful.
150 Opening data connection for voxfile.bin.
226 File received ok
ftp: 1507361 bytes sent in 0.49Seconds 3069.98Kbytes/sec.
200 Port command successful.
150 Opening data connection for wwwroot.bin.
226 File received ok
ftp: 1857639 bytes sent in 1.12Seconds 1657.13Kbytes/sec.
ftp> bye