Cisco Cisco Clean Access 3.5

Seite von 196
 
13-12
Cisco Clean Access Server Installation and Administration Guide
OL-7045-01
Chapter 13      Upgrading to a New Software Release
Upgrading via Web Console (from 3.5.3 and Above Only)
Upgrading via SSH 
If running release 3.5(2) or below, you must use SSH to perform upgrade. 
Note
Starting from release 3.5(3) and above, the upgrade script allows you to upgrade directly to the latest 
version of 3.5(x) from release 3.2(6), 3.3(x). 3.4(x), and any previous 3.5(x) release. You cannot upgrade 
directly to 3.5(x) from 3.1. 
For release 3.5 upgrades, a single file, cca_upgrade_3.5.x.tar.gz, is downloaded to each installation 
machine. The upgrade script automatically determines whether the machine is a Clean Access Manager 
(CAM) or Clean Access Server (CAS), and executes if the current system is running release 3.2(6) and 
above. 
Download the Upgrade File and Copy to CAM/CAS
Step 1
.
Step 2
Copy the file (with the .x in the filename corresponding to the proper version) to the Clean Access 
Manager and Clean Access Server(s) respectively using 
described below. 
If using WinSCP or SSH File Transfer (replace .x with minor upgrade version number): 
a.
Copy cca_upgrade_3.5.x.tar.gz to the /store directory on the Clean Access Manager.
b.
Copy cca_upgrade_3.5.x.tar.gz to the /store directory on each Clean Access Server. 
If using PSCP (replace .x with minor upgrade version number):
a.
Open a command prompt on your Windows computer.
b.
Cd to the path where your PSCP resides (e.g, C:\Documents and Settings\desktop). 
c.
Enter the following command to copy the file (replace .x with minor upgrade version number) to the 
CAM:
> pscp cca_upgrade_3.5.x.tar.gz root@ipaddress_manager:/store
d.
Enter the following command to copy the file (replace .x with minor upgrade version number) to the 
CAS (copy to each CAS):
> pscp cca_upgrade_3.5.x.tar.gz root@ipaddress_server:/store
Perform the Upgrade on the CAM
Step 3
Connect to the Clean Access Manager to upgrade using 
a.
SSH to the Clean Access Manager.
b.
Login as the 
root
 user with root password (default password is 
cisco123
)
c.
Change directory to /store:
> cd /store
d.
Uncompress the downloaded file (replace .x with minor upgrade version number):
> tar xzvf cca_upgrade_3.5.x.tar.gz