Cisco Cisco Active Network Abstraction 3.7 Installation Guide

Page of 34
11
 
Install the Gateway
Installation of the gateway consists of two parts:
Installation, which involves running the install.pl command to install the gateway software on the designated server. This 
part should take between 10 and 20 minutes.
Configuration, which involves running the ana-conf script to configure the gateway. This part might take up to an hour.
To install and configure the Cisco ANA gateway:
Step 1
Insert “Disk 1: New Install” in the DVD drive of the server on which you will be installing the gateway. 
Step 2
Open a Telnet or SSH session to the server on which the gateway will be installed and log in as the user root.
Step 3
Go to the DVD directory:
cd /cdrom/cdrom0/Server
Note
If you decide not to run the installation directly from the DVD, you must copy ivne-drivers.tar into the same 
directory as install.pl.
Step 4
Run the following command to start the installation and install the gateway in the default directory 
/export/home/name
:
perl ./install.pl -user 
ana-user
For example, if the name of the user is ana372, enter:
perl ./install.pl -user ana372
To install the gateway in a different directory, specify the directory at the end of the install command. For example:
perl install.pl -user ana372 -dir /opt/ana372
The installation is initiated.
Step 5
When prompted, it is recommended that you change the default password. 
To change the default user password, enter: 
passwd 
ana-user
where ana-user is the UNIX user account for the Cisco ANA application.
Step 6
Log in as the new user:
su - ana-user
Step 7
Before configuring Cisco ANA on the gateway, copy the Oracle installation .zip files from the installation DVD (Disk 
3: Database Binaries for Solaris or Disk 4: Database Binaries for Linux) to 
$ANAHOME/local/scripts/embedded_oracle. 
For Solaris, copy solaris.sparc64_11gR2_database_1of2.zip and solaris.sparc64_11gR2_database_2of2.zip. 
For Linux, copy linux.x64_11gR2_database_1of2.zip and linux.x64_11gR2_database_2of2.zip. 
Step 8
Start the gateway configuration by entering the following command:
ana-conf
Note
Do not rerun the ana-conf script after AVMs or units are added. Rerunning the ana-conf script could cause 
problems with the Cisco ANA registry.
Step 9
Select Set machine as ANA gateway, then press Enter.
The Cisco ANA configuration utility configures the system by running a number of procedures, including generation 
of SSH keys.