User Manual

Page 92 FlexWave microBTS Installation and Commissioning Guide
© 2009, ADC Telecommunications, Inc.
ADCP-77-086 • Issue 2 • 04/2009 • Appendix A - Software Upgrade Procedure
mkdir cgi-bin
29 Open the cgi-bin directory by entering:
cd cgi-bin
30 Copy the contents by entering:
cp /usr/local/sbin/tmp/* .
31 Change directories by entering:
cd /var/www
32 Create a cgi-bin subdirectory in the /var/www directory and place the three files from the
Html sub-project “
microBTS”, “updatePod”, and “adc.GIF” into the cgi-bin directory.
33 At the
:/etc/thttpd# prompt enter:
cd /var/www
34 Display the contents of the directory by entering:
ls -l
35 The screen will now show:
total 2
drwxr-xr-x 2 root root 1024 2009-04-08 01:26 cgi-bin
lrwxrwxrwx 1 root root 16 2009-04-08 01:26 index.html ->
cgi-bin/microBTS
drwxr-xr-x 2 root root 1024 2006-10-31 11:50 users
36 At the :/var/www# prompt enter:
cd cgi-bin/
37 At the :/var/www/cgi-bin# prompt enter:
ls -l
The screen will now show:
total 44
-rwxr--r-- 1 root root 1690 2009-03-10 18:36 adc.GIF
-rwxr-xr-x 1 root root 18517 2009-03-10 18:36 microBTS
-rwxr-xr-x 1 root root 21191 2009-03-10 18:36 updatePod
38 Change the privledges on the ADC gif file by entering:
chmod 744 adc.GIF
39 Change the privledges on the microBTS file by entering:
chmod 775 microBTS