|
Before you install, configure, and validate CiscoWorks Blue SNA View, make sure you have the following:
The user named root can perform functions restricted from normal users. To install and configure CiscoWorks Blue SNA View, you must know the root user's password and log in to your system as the root user or become the root user by use of the su command.
Caution If you are a relatively inexperienced AIX user, limit your activities as the root user to the tasks described in this publication. As the root user, you can adversely affect your operating environment if you are unaware of the effects of the commands you use. |
If you are not logged in, enter the following commands to log in as the root user:
login: root
Password: rootpassword
hostname#
The prompt changes to a pound sign (#), indicating that you are logged in as the root user.
If you are already logged in, but not as the root user, enter the following to change your login to root:
hostname% su
Password:
rootpassword
The AIX prompt changes to a pound sign (#), indicating that you are logged in as the root user:
hostname#
This section list the requirements for CiscoWorks Blue SNA View, including the following:
CiscoWorks Blue SNA View can run on the following platforms:
All platforms require:
To be manageable by CiscoWorks Blue SNA View, all routers must be running:
The following is s a checklist of requirements for the CiscoWorks SNA View mainframe application.
Tape Drive--a cartridge tape reader capable of reading a 3480 cartridge with a density of 6250 BPI.
Disk Space--six cylinders of 3380 DASD
Operating System--MVS/ESA 4.1 or later, plus SMP/E Release 7 or later
Access Method--VTAM 3.2 or later
Protocol Stack--TCP/IP (Optional) for communication with workstation, or LU6.2. If you are using LU6.2, you must have the SNA stack, which is provided by products such as IBM AIX SNA Server/6000 Version 2.1.1.
Network Management--NetView 1.3 or later, or SOLVE:Netmaster 2.2
For more information about the system software changes, see the CiscoWorks Blue SNA View Mainframe Installation Guide.
This section describes how to verify hardware and software requirements on an AIX system.
To ascertain the operating system level, log in as the root user and enter
hostname% oslevel
Output similar to the following appears:
Processing.....Please Wait.
<>4140
This output indicates Version 4, Release 1.4.
To ascertain the version of NetView for AIX, log in as the root user and enter:
hostname% lslpp -m nv6000.base.obj
Output similar to the following appears:
Processing.....Please Wait.
nv6000.base.obj 3.1.0.0
No Maintenance Level Applied.
This output indicates Version 3.1
To find out how much disk space is available on your system, enter the following at the command prompt:
hostname% df -I
Output similar to the following appears:
Filesystem Total KB used free %used Mounted on
/dev/hd4 16384 10008 6376 61% /
/dev/hd9var 32768 3756 29012 11% /var
/dev/hd2 1003520 871324 132196 86% /usr
/dev/hd3 16384 732 15652 4% /tmp
/dev/hd1 4096 240 3856 5% /home
/dev/hd10 16384 544 15840 3% /usr/sys
/dev/lv00 2002944 586868 1416076 29% /disk
The amount of disk space available in each file system is displayed. Note that 1,000 KB equal 1 MB. If you do not have sufficient space in the file system mounted on the /usr directory, you must create a file system mounted on the /usr/cw-blue directory.
Caution CiscoWorks Blue SNA View can be installed only in the /usr/cw-blue directory (where the CiscoWorks Blue Maps product was installed). |
The following overview summarizes the steps you follow to create a file system:
Step 1 Create an empty file system.
Step 2 Verify the integrity of the empty file system.
Step 3 Create a mount point directory.
Step 4 Configure the file system table and edit the /etc/filesystems file.
Step 5 Mount the new file system.
For more information, refer to your IBM documentation or the manual (man) pages for the mkfs, fsck, mkdir, and mount commands. If you are unfamiliar with repartitioning disks or creating file systems, contact a knowledgeable system administrator.
To find out how much RAM is available on your system, make sure you are logged in as the root user. (Refer to the section "Becoming the Root User" in this chapter.) Enter the following command at the AIX prompt:
hostname# lscfg | grep mem
Output similar to the following appears:
+ mem0 00-0B 32 MB Memory Card
+ mem1 00-0C 32 MB Memory Card
If your workstation does not have at least 128 MB of RAM, upgrade its memory.
Swap space requirements of CiscoWorks Blue SNA View depend on such factors as the applications you run, the number of applications you run concurrently, and the number of network devices you manage with CiscoWorks Blue SNA View. As a result, you might have to increase the swap space beyond the general minimum requirement.
To find out how much swap space is available on your system, make sure you are logged in as the root user. (Refer to the section "Becoming the Root User" in this chapter.) Enter the following command at the prompt:
hostname# lsps -a
Output similar to the following appears:
Page Space Physical Volume Volume Group Size %Used Active Auto Type
paging00 hdisk1 external 160MB 17 yes no lv
hd6 hdisk0 rootvg 80MB 41 yes yes lv
Add the numbers in the Size column to determine your system's total swap space. In the previous example, the system's swap space is 240 MB.
If the swap space on your system is less than 256 MB, expand the swap space by following the instructions in your IBM documentation.
Before installing software from a CD-ROM drive on a remote host:
If the /etc/hosts and .rhosts files in your network are maintained and distributed by a system administrator, ask the administrator to make necessary changes in the master files.
|