38
Aurorean Installation & Service Guide
Installing New System Software on the ANG-3000/7000
Chapter 3
Installing Software & Setting Networking Configurables
Upgrading Linux Kernel from V3.
x
to V3.5
FTP the New Linux Kernel to the ANG
1
Insert the Aurorean System Software CD ROM in the APS.
2
Browse to the
\3rd Party Support\Linux\Kernel
directory on
the CD ROM and copy the file
Linux-2.2.16-2.i386.rpm
to the
c:\temp
directory of the APS.
3
Bring up a DOS command window.
4
Change directory by typing
cd \temp
and press
ENTER
.
5
Type:
ftp xxx.xxx.xxx.xxx
(where
xxx.xxx.xxx.xxx
is the IP
address of the Trusted interface of the ANG).
6
Log in as
ftp
, using
ftp
as the password.
7
Type
bin
and press
ENTER
.
8
Type
put Linux-2.2.16-2.i386.rpm
and press
ENTER
.
9
When the transfer is complete, type
bye
or
quit
to end the FTP
session.
Install the New Linux Kernel
1
Telnet to the Trusted IP address of the ANG and log in using the
default username
netadmin
with the password
netadmin
.
2
Type
su - root
and press
ENTER
.
3
Type the default password
welcome
.
4
Change directory by typing
cd /home/ftp/pub
and press
ENTER
.
5
Install the kernel by typing
rpm -i --force
Linux-2.2.16-2.i386.rpm
and press
ENTER
.
6
During the install, several warning messages will appear. You can
ignore those.
7
When the Linux prompt (#) returns, type:
reboot
.