cc/td/doc/product/wanbu/9_1/nms
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

First Time Automated Installation Procedures

First Time Automated Installation Procedures

This chapter guides you through a first time automated installation (the recommended method) of Cisco StrataView Plus (SV+) 9.1 and its associated software programs. When you install
Cisco SV+ 9.1 as an upgrade from an earlier version of Cisco SV+, see
"Upgrade Installation Procedures" in Chapter 4.

When you prefer to perform a manual installation of Cisco SV+ 9.1, see "First Time Manual Installation Procedures" in Chapter 3.


Note Prior to installing Cisco SV+ 9.1, you must have Sun's Solaris 2.5.1 and optionally, though strongly recommended, Hewlett Packard's OpenView 5.01, installed on your workstation. You may also need to customize the set up of the raw partition size for Informix OnLine. For limited instructions on installing the Solaris 2.5.1 and partitioning your disk for Informix OnLine, see Appendix C, as well as the Sun Installation Guide. For instructions on installing HP OpenView, refer to the HP OpenView Installation Guide.

When Solaris 2.5.1 and HP OpenView 5.01 are already installed on your machine and your disk is partitioned to your satisfaction, you are ready to proceed to "Installing the Cisco StrataView Plus 9.1 Software". For information about the six disk configurations supported by the Cisco SV+ 9.1 automated installation program, see Section, "Disk Configurations Supported".

When you plan to use the HP OpenView 5.01 and/or Wingz 2.5.5 applications in conjunction with the Cisco SV+ 9.1 product, you must install these applications prior to installing Cisco SV+ 9.1.

When you plan to use the CiscoView 4.2 application in conjunction with the Cisco SV+ 9.1 product, you do not have to install CiscoView 4.2 prior to installing Cisco SV+ 9.1.

Disk Configurations Supported

Six disk configurations are supported by the Cisco SV+ 9.1 automated installation program, as shown in Table 2-1.


Table 2-1: Cisco SV+ Automated Installation Supported Disk Configurations
Configuration Number Boot Drive Second Disk Third Disk

1

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M
s6 (/usr/users): 765M

2G

None

2

1G boot drive with partitions:
s0 (/): 745M
s1 (swap): 256M

1G

4G

3

1G boot drive with partitions:
s0 (/): 745M
s1 (swap): 256M

1G

2G

4

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M
s6 (/usr/users): 765M

4G

None

5

4G boot drive with partitions:
s0 (/): 780M
s1 (swap): 550M
s6 (/usr/users): 780M
s7 (raw partition): 1.98G

None

None

6

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M

1G

1G

The total disk space required for Cisco SV+ 9.1 is 4G (Gigabytes).

Prior to Cisco SV+ installation, we recommend you identify your specific disk configuration from Table 2-1 above. To take advantage of the Cisco SV+ automated installation program, the boot drive must be partitioned exactly as shown in this table, for your chosen disk configuration. The second and/or third disks need not be partitioned, as they are partitioned by the Cisco SV+ automated installation program.


Note All data previously stored on the second or third disk is lost after the Cisco SV+ automated installation program is invoked. Therefore, we recommend you backup your data prior to invoking the Cisco SV+ automated installation program.

Installing the Cisco StrataView Plus 9.1 Software

You can install the Cisco SV+ 9.1 software from either a locally attached or remote CD-ROM drive. When you invoke the installation script from a remote drive, the remote and local platforms do not have to be running the same operating system. Following is a list of the tasks you must perform to load and mount the CD-ROM, install the Cisco SV+ 9.1 and associated software via the automated installation script, configure the various product components, and start the Cisco SV+ 9.1 software.


Note All processes referring to /usr/users are killed as part of the installation process. Therefore, do not login as user root when you are already logged in as user svplus. Instead, logout first, then login as user root.

    1. Load the CD into the CD-ROM drive. See "Loading the CD-ROM".

    2. Mount the CD-ROM drive. See "Mounting the Locally Attached CD-ROM Drive".

    3. Export the CD-ROM drive to make it available to other machines when you are installing the software on a remote machine. See "Mounting a Remotely Attached CD-ROM Drive".

    4. Install the Cisco SV+ 9.1 software packages. See "Using the Automated Installation Feature".

    5. Configure the Cisco SV+ Statistics Collection Manager. See "Configuring Statistics Collection Manager" in Chapter 5.

    6. Start the Cisco SV+ 9.1 software. See "Initial Start-Up of Cisco StrataView Plus" in Chapter 5.

    7. How to configure a modem for dial-in support. See "Customer Service Dial-In to Cisco StrataView Plus Via Modem" in Chapter 5.

    8. How to remotely start the Cisco SV+ Desktop Graphical User Interface (GUI). See "Starting the Cisco StrataView Plus Desktop from Another Workstation" in Chapter 5.

Loading the CD-ROM

The Cisco SV+ 9.1 software can be loaded from either a locally attached or remote CD-ROM drive.

Step 1 Remove the Cisco SV+ 9.1 CD from the case and insert it into the CD-ROM drive.

Step 2 Log in as the super user root:
host% su
host% <su root password>
host#

Mounting the Locally Attached CD-ROM Drive

The mount instructions for a locally attached CD-ROM drive for the Solaris operating system are provided in this section.

Step 1 When a CD-ROM drive mount point does not exist, create one as follows:
host# mkdir /cdrom
host# mkdir /cdrom/cdrom0


Note When the CD-ROM drive is already mounted or you are running the volume manager with Solaris on a Sun SPARC system, the following mount step is not necessary.

Step 2 Mount the CD-ROM drive on the mount point (when not running Volume Management):
host# /usr/sbin/mount -rF hsfs <device> /cdrom/cdrom0

where <device> is the name of the locally attached CD-ROM drive. For example, to mount the CD-ROM from the local drive named /dev/dsk/c0t6d0s0, specify:

host# /usr/sbin/mount -rF hsfs /dev/dsk/c0t6d0s0 /cdrom/cdrom0

Mounting a Remotely Attached CD-ROM Drive

The mount instructions for a remotely attached CD-ROM drive are provided in this section. The CD-ROM drive must be mounted on the remote system (following the steps provided in the previous section), the mount point must then be exported, and it must be mounted on the machine where the Cisco SV+ 9.1 software is to be installed.

Exporting the CD-ROM Drive from a Remote SunOS Host

Prior to mounting the CD-ROM drive from the remote host, the device must be made accessible. The following procedures are performed on the remote system (unless otherwise noted) where the CD-ROM drive is attached:

Step 1 When the following entry does not exist in the /etc/exports file, append it to the file. This allows the remote system to export the /cdrom mount point.
/cdrom -ro

Step 2 Export the /cdrom directory from the remote host:
host# /usr/etc/exportfs /cdrom

Step 3 When they are not already running, start the following NFS mount daemons:
host# /usr/etc/nfsd 8
host# /usr/etc/rpc.mountd

Step 4 Verify the mount point is being exported by the remote host. The listing produced by this command should include the /cdrom mount point.
host# /usr/etc/exportfs

Step 5 On the client machine, verify the mount point on the remote host:
host# /usr/sbin/showmount -e <remote_server> | grep cdrom

where <remote_server> is the name of the remote host where the CD-ROM drive is mounted.

Step 6 On the client machine, mount the remotely installed CD-ROM device:
host# /usr/sbin/mount <remote_server>: /cdrom /cdrom/cdrom0

Step 7 Proceed to "Using the Automated Installation Feature".

To Export the CD-ROM Drive From a Remote Solaris Host

Prior to mounting the CD-ROM drive from the remote host, the device must be made accessible. The following procedures are performed on the remote system (unless otherwise noted) where the CD-ROM drive is attached:

Step 1 When they are not already running, start the following NFS mount daemons:
host# /usr/lib/nfs/nfsd 8
host# /usr/lib/nfs/mountd

Step 2 Share the mount point from the remote system:
host# /usr/sbin/share -F nfs -o ro /cdrom/cdrom0

Step 3 Verify the remote host is exporting the mount point. The listing produced by this command should include the /cdrom mount point.
host# /usr/sbin/share

Step 4 On the client machine, verify the mount point on the remote host:
host# /usr/sbin/showmount -e <remote_server> | grep cdrom

where <remote_server> is the name of the remote host where the CD-ROM drive is mounted.

Step 5 On the client machine, mount the remotely installed CD-ROM device:
host# /usr/sbin/mount <remote_server>: /cdrom/cdrom0 /cdrom/cdrom0

Step 6 Proceed to "Using the Automated Installation Feature".

Using the Automated Installation Feature

Cisco SV+ 9.1 offers an easy-to-follow automated installation procedure. The following packages are included on the Cisco SV+ 9.1 CD:

The Cisco SV+ automated installation procedure is demonstrated in this section for the disk configuration case number one shown in Table 2-1. A CD with the above four software packages is used for our example.

Cisco StrataView Plus 9.1 Disk Partitions

The Cisco SV+ automated installation program assumes your boot drive has been partitioned as recommended in Table 2-1, for the chosen disk configuration, during Solaris 2.5.1 installation. The Cisco SV+ automated installation program then automatically partitions your second and/or third disks according to Table 2-2.

The raw partition shown in Table 2-2 is used for the Informix OnLine database.


Table 2-2: Cisco SV+ Disk Partitions
Number Before Automated Installation After Automated Installation

1

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M
s6 (/usr/users): 765M

Second 2G disk not partitioned.

Unchanged.



Partitioned as:
s1 (swap): 68M
s7 (raw partition): 1.91G

2

1G boot drive with partitions:
s0 (/): 745M
s1 (swap): 256M

Second 1G disk not partitioned.


Third 4G disk not partitioned.

Unchanged.


Partitioned as:
s1 (swap): 256M
s6 (/usr/users): 745M

Partitioned as:
s1 (swap): 256M
s7 (raw partition): 1.98G

3

1G boot drive with partitions:
s0 (/): 745M
s1 (swap): 256M

Second 1G disk not partitioned.


Third 2G disk not partitioned.

Unchanged.


Partitioned as:
s1 (swap): 256M
s6 (/usr/users): 745M

Partitioned as:
s1 (swap): 68M
s7 (raw partition): 1.91G

4

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M
s6 (/usr/users): 765M

Second 4G disk not partitioned.

Unchanged.



Partitioned as:
s1 (swap): 256M
s7 (raw partition): 1.98G

5

4G boot drive with partitions:
s0 (/): 780M
s1 (swap): 550M
s6 (/usr/users): 780M
s7 (raw partition): 1.98G

Unchanged.

6

2G boot drive with partitions:
s0 (/): 750M
s1 (swap): 512M

Second 1G disk not partitioned.

Third 1G disk not partitioned.

Unchanged.


Partitioned as:
s1 (swap): 256M
s6 (/usr/users): 745M

Partitioned as:
s1 (swap): 200M
s7 (raw partition): 800M

Before You Begin

To ensure a smooth Cisco SV+ 9.1 installation, be aware of the following:

    1. You must have the Solaris 2.5.1 operating system installed on your workstation and you must have user root access to the workstation. See Appendix A, "Installing Solaris and Disk Partitioning", for information on how to install the Solaris 2.5.1 operating system, using disk configuration number one.

    2. When you plan on using HP OpenView to display network topologies and log traps, you must have HP OpenView 5.01 installed on your workstation prior to installing Cisco SV+ 9.1. To fully benefit from the Cisco SV+ 9.1 feature set, we strongly recommend you install HP OpenView 5.01.

    3. The boot drive is partitioned exactly as recommended in Table 2-1 for the desired configuration during Solaris 2.5.1 installation.

    4. Your disk configuration matches the desired configuration recommended in Table 2-1.

    5. You understand which raw partition is set aside for the Informix OnLine database, when more than one such raw partition exists.

    6. When you plan on using Wingz for generating reports, you must have Wingz 2.5.5 installed on your workstation. This application is available on a separate CD included in your Cisco SV+ 9.1 product package. Follow the installation instructions provided in the Wingz Installation Guide.

    7. When you plan on using the Cisco SV+ Equipment Management functionality for BPX/IGX release 9.1 or for AXIS 4.0/4.1, you must have CiscoView 4.2 installed on your workstation. This application is available on a separate CD included in your Cisco SV+ 9.1 product package. Follow the installation instructions provided in the CiscoView Installation Guide.

    8. CSCOconf expects you to know which disk is set aside for /usr/users, when more than two disks exist on your workstation.

    9. For a dual/tertiary disk arrangement:


Note Refer to the specific product documentation for information pertaining to the non-Cisco software packages such as Informix OnLine, Wingz, and Sun's Motif Window Manager.

Installing CSCOconf

Following is an excerpt from the CSCOconf installation script. Respond to the prompts as appropriate. The default response is shown in boldface type. You must be logged in as root.

Step 1 Insert the Cisco SV+ 9.1 CD into the CD-ROM drive.

Step 2 If you are not logged in as user root, do so now.

Step 3 When the CD-ROM drive is not already mounted, or you are not running the Volume Manager with Solaris on a Sun SPARC system, at the command line prompt, type:
host# volcheck

Step 4 At the command line prompt, type:
host# pkgadd -d /cdrom/cdrom0 CSCOconf

The CSCOconf package installation process is initiated:

Processing package instance <CSCOconf> from </cdrom/sv9104sol>
 
StrataView Plus 9.1.05 Configuration
(sparc) 9.1.05
 
                     StrataView Plus 9.1.05
 
    Copyright (c) 1996, 1997, 1998 Cisco Systems, Inc. All rights reserved.
                                                                       
This software product is copyrighted and all rights are reserved by
Cisco Systems, Inc. Cisco Systems, Inc. reserves the right to make periodic
modifications to this product without obligation to notify any person
or entity of such revision. Copying, duplicating, selling, or otherwise
distributing any part of this product without the prior written consent
of an authorized representative of Cisco Systems, Inc. is prohibited.
 
IPX, IGX, BPX, AXIS, IGX8450, and FastPacket are registered trademarks and
StrataView Plus is a trademark of Cisco Systems, Inc.
 
The selected base directory </var/SVconfig> must exist before
installation is attempted.
 
Do you want this directory created now [y,n,?,q] y <Return>
Using </var/SVconfig> as the package base directory.
## Processing package information.
## Processing system information.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
 
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
 
Do you want to continue with the installation of <CSCOconf> [y,n,?] y <Return>
 
Installing StrataView Plus 9.1.05 Configuration as <CSCOconf>.
 
## Installing part 1 of 1.
/var/SVconfig/Accounts.pack/Install.sh
/var/SVconfig/Accounts.pack/PostInstall.sh
/var/SVconfig/Accounts.pack/PreInstall.sh
.
.
.
/var/SVconfig/install_config
/var/SVconfig/pkgask.list
 
[verifying class <none>]
## Executing postinstall script.
 
Installation of <CSCOconf> was successful.

Running install_config

Next, you must invoke the install_config program to perform disk partitions and extract other software packages.


Note Disk partitioning differs from one disk configuration to another, as shown in Table 2-2. This section covers the install_config procedure for disk configuration number one only. For the other disk configurations (two through six), refer to the appropriate "Installing Cisco StrataView Plus with Disk Configuration <N>" sections, where <N> ranges from 2 through 6.

Step 1 At the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the installer script, type:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
 
*** Starting main driver script at Wed Oct 14 16:59:05 PST 1998. ***
*******************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved. *
*                                                                             *
*******************************************************************************
 
Checking basic setup.
StrataView Plus is not currently installed.
 
****** Installing disk partitions. ******
Boot drive is /dev/dsk/c0t3d0s2 of size is 2028 MB.
Checking for secondary disk(s).
List of External Drives: /dev/dsk/c0t2d0s2
Determining disk geometries.
Secondary disk size is 2028 MB.
Scanning disk partitions and mount points.
 
Do you want to install the software without partitioning the secondary disk? [yes|no|<CTRL-C>] no <Return>
 
The installer will now rebuild the secondary disk, destroying any data
you have put there. You have one more chance to change your mind.
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t2d0 for /usr/users and database.
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
/usr/users /usr/users/svplus /dev/dsk/c0t2d0s1
Informix database will reside in partition /dev/dsk/c0t2d0s7 of size 800 MB.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
Creating new entry for user svplus.
Creating new entry for user informix.
Creating new entry for group users.
Creating new entry for group informix.
Setting password for user svplus.
You must choose a password for user svplus. This password
is needed whenever you log in to run StrataView Plus.
Please choose carefully.
Enter login(NIS) password:
Enter your svplus account password: <xxx> <Return>
 
Setting password for user informix.
You must choose a password for user informix. This password
controls the security of the statistics database.
Please choose carefully.
Enter login(NIS) password:
Enter your informix account password: <xxx> <Return> Adding extra configuration commands to /usr/users/informix72/.cshrc. *** Finished installing user accounts. ***

Installing SUNWmfwm (Motif Window Manager)

****** Installing Motif for Solaris. ******
linking /opt/SUNWmfwm to /usr/users/motif
*** Finished installing Motif for Solaris. ***

Installing CSCOinf

****** Installing INFORMIX software package. ******
Extracting the Informix files from CD. This will take a while.
Installing CSCOinf from /cdrom/cdrom0.
 
Processing package instance <CSCOinf> from </cdrom/sv9104sol>.
 
INFORMIX 7.23 UC4 for StrataView Plus 9.1.05
(sparc) 7.23.UC4
               ==============================================
                   INFORMIX-OnLine Dynamic Server 7.23.UC4
               ==============================================
 
Using </usr/users/informix72> as the package base directory.
Processing package information.
Processing system information.
Installing INFORMIX 7.23.UC4 for StrataView Plus 9.1.05 as <CSCOinf>.
 
## Installing part 1 of 1.
/usr/users/informix72/README.TXT
/usr/users/informix72/README.UNX
/usr/users/informix72/aaodir/adtcfg
.
.
.
/usr/users/informix72/snmp/snmpr/view.pty
[verifying class <none>]
## Executing postinstall script.
 
Installation of <CSCOinf> was successful.

Installing CSCOsv (Cisco StrataView Plus Software Package)

Extracting the StrataView Plus files from CD. This will take a while.
Preparing /var/tmp on the secondary disk for svplus pkgadd.
This will temporarily allocate space from /usr/users/svplus/tmp and
link it to /var/tmp.
Removing /var/tmp and linking it to /usr/users/svplus/tmp.
Installing CSCOsv from /cdrom/cdrom0.
This will take approximately 40 minutes.
 
Processing package instance <CSCOsv> from </cdrom/sv9104sol>.
 
StrataView Plus 9.1.05 for HPOV
(sparc) 9.1.05
                     StrataView Plus 9.1.05
 
    Copyright (c) 1996, 1997, 1998 Cisco Systems, Inc. All rights reserved.
                                                                       
This software product is copyrighted and all rights are reserved by
Cisco Systems, Inc. Cisco Systems, Inc. reserves the right to make periodic
modifications to this product without obligation to notify any person
or entity of such revision. Copying, duplicating, selling, or otherwise
distributing any part of this product without the prior written consent
of an authorized representative of Cisco Systems, Inc. is prohibited.
 
IPX, IGX, BPX, AXIS, and FastPacket are registered trademarks and
StrataView Plus is a trademark of Cisco Systems, Inc.
 
Using </usr/users/svplus> as the package base directory.
Processing package information.
Processing system information.
 
Installing StrataView Plus 9.1.05 for HPOV as <CSCOsv>.
 
Installing part 1 of 1.
/usr/users/svplus/.Xdefaults
/usr/users/svplus/.cshrc
/usr/users/svplus/.cshrc.contrib
.
.
.
/usr/users/svplus/xnmevents_ibm.contrib
[verifying class <none>]
## Executing postinstall script.
Installation of <CSCOsv> was successful.

Installing the Installation Script

Welcome to the INSTALLATION of StrataView Plus Release 9.1.05.SOL Wed Oct 14 17:10:51 PDT 1998
 
Raw device name: /dev/rdsk/c0t2d0s7
Checking existence of the sqlhosts file       .... Successful
Checking existence of the informix_istar entry.... Successful
Checking existence of the Motif window manager.... Successful
 
Checking for the existence of Informix............ Successful
Checking for the existence of Wingz............... Failed
 
Wingz is not installed properly under /usr/users/Wingz.
 
After Cisco StrataView Plus installation, install Wingz under
/usr/users/Wingz and then run IntegrateWingz.
 
Truncating the Informix root database size to maximum allowed 2 GB.

Note Refer to Table 2-2 for the raw partition in each supported disk configuration. Ensure the correct raw partition is specified here.
Enter new database name that starts with a letter and contains fewer than
10 characters (default is stratacom): <Return>
 
Informix data will be installed in rootdbs: /dev/rdsk/c0t4d0s7 (1960MB) (Default is Y)
OK to continue (Y/N): y <Return>
 
Initializing the Informix database. This will take a few minutes...
 
Shutting down Informix (if necessary)............. Successful
Initializing the Informix database root file...... Successful
 
Initializing the Informix database mode........... Successful
Preparing the database for StrataView Plus........ Successful
Checking for existence of INS....
INS is not installed in /usr/users/svplus
Installing StrataView SNMP Agent................. Successful
Searching for CiscoView in default directory...
 
Did not find CiscoView in default location.
 
CiscoView 4.2 (or later) will be used for Equipment Management.
 
Have you already installed CiscoView? [Y,N] N <Return>
 
If you are planning to perform Equipment Management, you must:
 
        a) Install CiscoView 4.2
        b) Run IntegrateCV script
 
Continuing...
Checking for existence of HP OpenView...
Found HP OpenView installed in /opt/OV.
Installing HP OpenView related files. This will take a few minutes...
Installing Openview patches... Please wait.
Stopping Openview daemons...
Installing Patch: PSOV_02091.
Updating HPOV DB Schema with SV+ extensions....... Successful
Start unloading and loading MIBs. Please see /usr/users/svplus/hpov_install.log
for details.
Loading StrataCom MIB(s) into HPOV......Successful
 
Installation has completed successfully.
 

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Cisco StrataView Plus with Disk Configuration Number 2

This section describes the Cisco SV+ 9.1 installation procedure with disk configuration number two.

First of all, follow the appropriate Solaris 2.5.1 installation procedure to perform boot drive partition as recommended in Table 2-1 for disk configuration number two.


Figure 2-1: Disk Partition for a 1GB Boot Drive


The Cisco SV+ automated installation program detects your specific disk configuration and performs disk partition accordingly. The install_config installation procedure differs from one disk configuration to another. Other parts of the Cisco SV+ installation procedure remain the same for all disk configurations. Refer to section "Using the Automated Installation Feature", for a complete description of the other Cisco SV+ installation steps.

In our example, your disk information is as follows:

Running install_config

Step 1 At the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the installer script, type:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
 
*** Starting main driver script at Wed Oct 14 13:41:11 PDT 1998. ***
*****************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved.*
*                                                                             *
*****************************************************************************
 
****** Running pre-checks for main driver. ******
StrataView Plus is not currently installed.
 
****** Installing disk partitions. ******
Boot drive is /dev/dsk/c0t1d0s2 of size is 1002 MB.
Checking for secondary disk(s).
More than one secondary disk is connected to this system. You must choose
the secondary disk on which you want to install StrataView Plus.
You have the following choices:
/dev/dsk/c0t2d0s2 [4092 MB]
/dev/dsk/c0t3d0s2 [1002 MB]
/dev/dsk/c0t4d0s2 [2028 MB]
 
Please choose a drive or <Control-C> to abort: /dev/dsk/c0t3d0s2 <Return>
Secondary drive for SV+ Installation is /dev/dsk/c0t3d0s2.
Determining disk geometries...
Secondary disk size is 1002 MB.
More than one secondary disk is connected to this system. You must choose
the secondary disk on which you want to install StrataView Plus.
You have the following choices:
/dev/dsk/c0t2d0s2 [4092 MB]
/dev/dsk/c0t4d0s2 [2028 MB]
 
Choose a drive or <Control-C> to abort: /dev/dsk/c0t2d0s2 <Return>
Tertiary drive for SV+ Installation is /dev/dsk/c0t2d0s2.
Determining disk geometries.
Scanning disk partitions and mount points.
 
Do you want to partition the secondary disk? [yes|no|<CTRL-C>] yes <Return>
External swap space is available for configuration.
 
Checking current configured swap space....
Total current swap space is 256 MB.
 
Select size [in MB] for external swap space.
Selected value must be between 256 to 512.
 
Choose a value or <Control-C> to abort: 256 <Return>
Your secondary disk will need to be rebuilt.
Checking /usr/users partition.
The installer will now rebuild the secondary disk, destroying all data
you have there. You have one more chance to change your mind.
 
Is it OK to rebuild the secondary disk? [yes|no|<CTRL-C>] yes <Return>
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t3d0 for /usr/users and database...
Searching for disks...done
Selecting c0t3d0.
 
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
Creating new /usr/users filesystem. This will take a while.
Designated product directory: /usr/users.
Removing /usr/users and recreating the skeletal directory.
Mounting product directory: /dev/dsk/c0t3d0s6.
Successfully mounted product directory: /usr/users/svplus.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t2d0 for /usr/users and database...
Searching for disks...done
selecting c0t2d0.
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
You must reboot to make your new secondary swap effective.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
Creating new entry for user svplus.
Creating new entry for user informix.
Creating new entry for group users.
Creating new entry for group informix.
Setting password for user svplus.
You must choose a password for user svplus. This password
is needed whenever you log in to run StrataView Plus.
Please choose carefully.
 
Enter login(NIS) password:
Enter your svplus account password: <xxx> <Return> Setting password for user informix. You must choose a password for user informix. This password controls the security of the statistics database. Please choose carefully. Enter login(NIS) password:
Enter your Informix account password: <xxx> <Return> Adding extra configuration commands to /usr/users/informix/.cshrc. *** Finished installing user accounts. ***

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Cisco StrataView Plus with Disk Configuration Number 3

This section describes the Cisco SV+ 9.1 installation procedure with disk configuration number three.

First of all, follow the appropriate Solaris 2.5.1 installation procedures to perform boot drive partition as recommended in Table 2-1 for disk configuration number three.


Figure 2-2: Disk Partition for a 1GB Boot Drive


The Cisco SV+ 9.1 automated installation program detects your specific disk configuration and performs disk partition accordingly. The install_config installation procedure differs from one disk configuration to another. Other parts of the Cisco SV+ installation procedure remain the same for all disk configurations. Refer to section "Using the Automated Installation Feature" for a complete description of the other Cisco SV+ 9.1 installation steps.

In the following example, the disk information is as follows:

Running install_config

Step 1 At the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the installer script, type:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
 
*** Starting main driver script at Wed Oct 14 13:41:11 PDT 1998. ***
*****************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved. *
*                                                                             *
*****************************************************************************
 
*** Checking basic setup. ***
StrataView Plus is not currently installed.
 
****** Installing disk partitions. ******
Boot drive is /dev/dsk/c0t3d0s2 of size is 1002 MB.
Checking for secondary disk(s).
List of external drives: /dev/dsk/c0t1d0s2 /dev/dsk/c0t2d0s2
More than one secondary disk is connected to this system. You must choose
the secondary disk on which you want to install StrataView Plus.
You have the following choices:
/dev/dsk/c0t1d0s2 [1002 MB]
/dev/dsk/c0t2d0s2 [2028 MB]
Please choose a drive or <Control-C> to abort:/dev/dsk/c0t1d0s2 <Return>
 
Secondary drive for SV+ installation is /dev/dsk/c0t1d0s2.
Determining disk geometries...
Secondary disk size is 1002 MB.
List of External Drives: /dev/dsk/c0t2d0s2
Tertiary drive for SV+ Installation is /dev/dsk/c0t2d0s2.
Determining disk geometries.
Scanning disk partitions and mount points.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t1d0 for /usr/users and database...
Updating filesystem table, external swap partition: /dev/dsk/c0t1d0s1.
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
/usr/users /usr/users/svplus /dev/dsk/c0t1d0s1 /dev/dsk/c0t2d0s1
Creating new /usr/users filesystem. This will take a while.
Designated product directory: /usr/users.
Removing /usr/users and recreating the skeletal directory.
Mounting product directory: /dev/dsk/c0t1d0s6.
Successfully mounted product directory: /usr/users/svplus.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t2d0 for /usr/users and database...
Updating filesystem table, external swap partition: /dev/dsk/c0t1d0s1.
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
/usr/users /usr/users/svplus /dev/dsk/c0t1d0s1 /dev/dsk/c0t2d0s1
Informix database will reside in partition /dev/dsk/c0t2d0s7 of size 1920 MB
You need to reboot to make your new secondary swap effective.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
Creating new entry for user svplus.
Creating new entry for user informix.
Creating new entry for group users.
Creating new entry for group informix.
Setting password for user svplus.
You must choose a password for user svplus. This password
is needed whenever you log in to run StrataView Plus.
Please choose carefully.
 
Enter login(NIS) password:
Enter your svplus account password: <xxx> <Return> Setting password for user informix. You must choose a password for user informix. This password controls the security of the statistics database. Please choose carefully. Enter login(NIS) password: Enter your informix account password: <xxx> <Return> Adding extra configuration commands to /usr/users/informix/.cshrc. *** Finished installing user accounts. ***

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Cisco StrataView Plus with Disk Configuration Number 4

This section describes the Cisco SV+ 9.1 installation procedure with disk configuration number four.

First of all, follow the appropriate Solaris 2.5.1 installation procedure to perform boot drive partition as recommended in Table 2-1 for disk configuration number four.


Figure 2-3: Disk Partition for a 2GB Boot Drive


The Cisco SV+ automated installation program detects your specific disk configuration and performs disk partition accordingly. The install_config installation program differs from one disk configuration to another. Other parts of the Cisco SV+ installation procedure remain the same for all disk configurations. Refer to section "Using the Automated Installation Feature" for a complete description of the other Cisco SV+ 9.1 installation steps.

In the following example, the disk information is as follows:

Running install_config

Step 1 From the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the installer script, type:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
 
*** Starting main driver script at Wed Oct 14 13:41:11 PDT 1998. ***
*****************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved.*
*                                                                             *
*****************************************************************************
 
Checking basic setup.
StrataView Plus is not currently installed.
 
****** Installing disk partitions. ******
Boot drive is /dev/dsk/c0t3d0s2 of disk size is 2028 MB.
Checking for secondary disk(s).
List of external drives: /dev/dsk/c0t2d0s2
Secondary drive for SV+ Installation is /dev/dsk/c0t2d0s2.
Determining disk geometries...
Secondary disk size is 4092 MB.
Scanning disk partitions and mount points.
External swap space is available for configuration.
 
Checking current configured swap space....
Total current swap space is 512 MB.
Please select size [in MB] for external swap space.
Selected value must be between 256 to 512.
 
Please choose a value or <Control-C> to abort: 512 <Return>
 
You already have a /usr/users partition mounted on
/dev/dsk/c0t3d0s6. Skip creation of /usr/users partition.
Unmounting filesystems on secondary disk.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t2d0 for /usr/users and database...
Updating filesystem table, external swap partition: /dev/dsk/c0t2d0s1.
/usr/users /usr/users/svplus /dev/dsk/c0t2d0s1
Informix database will reside in partition /dev/dsk/c0t2d0s7 of size 1920 MB
You need to reboot to make your new secondary swap effective.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
Creating new entry for user svplus.
Creating new entry for user informix.
Creating new entry for group users.
Creating new entry for group informix.
Setting password for user svplus.
You must choose a password for user svplus. This password
is needed whenever you log in to run StrataView Plus.
Please choose carefully.
 
Enter login(NIS) password:
Enter your svplus account password: <xxx> <Return> Setting password for user informix. You must choose a password for user informix. This password controls the security of the statistics database. Please choose carefully. Enter login(NIS) password:
Enter your informix account password: <xxx> <Return> Adding extra configuration commands to /usr/users/informix/.cshrc. *** Finished installing user accounts. ***

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Cisco StrataView Plus with Disk Configuration Number 5

This section describes the Cisco SV+ 9.1 installation procedure with disk configuration number five.

First of all, follow the appropriate Solaris 2.5.1 installation procedure to perform boot drive partition as recommended in Table 2-1 for disk configuration number five.


Figure 2-4: Disk Partition for a 4GB Boot Drive


The Cisco SV+ 9.1 automated installation program detects your specific disk configuration and performs disk partition accordingly. The install_config installation procedure differs from one disk configuration to another. Other parts of the Cisco SV+ installation procedure remain the same for all disk configurations. Refer to section "Using the Automated Installation Feature" for a complete description of the other Cisco SV+ installation steps.

In the following example, the disk information is as follows:

Running install_config

Step 1 From the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the install_config program:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
*** Starting main driver script at Wed Oct 14 13:41:11 PDT 1998. ***
*****************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved.*
*                                                                             *
*****************************************************************************
 
Checking basic setup.
StrataView Plus is not currently installed.
****** Installing disk partitions. ******
 
Boot drive is /dev/dsk/c0t2d0s2 of disk size is 4092 MB.
SV+ will be installed in partition /dev/dsk/c0t2d0s6 of size 780 MB.
Informix database will reside in partition /dev/dsk/c0t2d0s7 of size 1980 MB.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
Creating new entry for user svplus.
Creating new entry for user informix.
Creating new entry for group users.
Creating new entry for group informix.
Setting password for user svplus.
You must choose a password for user svplus. This password
is needed whenever you log in to run StrataView Plus.
Please choose carefully.
 
Enter login(NIS) password:
Enter your svplus account password: <xxx> <Return> Setting password for user informix. You must choose a password for user informix. This password controls the security of the statistics database. Please choose carefully. Enter login(NIS) password:
Enter your informix account password: <xxx> <Return> Adding extra configuration commands to /usr/users/informix/.cshrc. *** Finished installing user accounts. ***

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Cisco StrataView Plus with Disk Configuration Number 6

This section describes the Cisco SV+ 9.1 installation procedure with disk configuration number six.

First of all, follow the appropriate Solaris 2.5.1 installation procedure to perform boot drive partition as recommended in Table 2-1 for disk configuration number six.


Figure 2-5: Disk Partition for a 4GB Boot Drive


The Cisco SV+ 9.1 automated installation program detects your specific disk configuration and performs disk partition accordingly. The install_config installation procedure differs from one disk configuration to another. Other parts of the Cisco SV+ installation procedure remain the same for all disk configurations. Refer to section "Using the Automated Installation Feature" for a complete description of the other Cisco SV+ installation steps.

In the following example, the disk information is as follows:

Running install_config

Step 1 From the command line prompt, type:
host# cd /var/SVconfig

Step 2 Invoke the install_config program:
host# ./install_config

The system prompts you as follows:

Do you want to do an Auto Install or a Manual Install? [a|m)(default(auto):a <Return>
 

Note, you must specify either "a" or press Return to invoke an Auto Install.

Are you installing from a <spool> directory or <cdrom>? cdrom <Return>
 

The system only prompts you with the following message when Auto Install is performed for the first time on this workstation. When this is not the case, the script continues with the: "Using /cdrom/cdrom0 as device name." message below, therefore, you can skip steps 3 and 4. When it is a first time auto installation, the following prompt is displayed:

Reboot the workstation and then run install_config from /var/SVconfig again.
Press <Return> to reboot the machine or Ctrl-c to quit: <Return>
 

After rebooting your workstation, perform the following steps to re-start the Cisco SV+ installation.

Step 3 Login as user root.

Step 4 Change directory to the Cisco SV+ 9.1 installation directory, then invoke the installation script:

host# cd /var/SVconfig
host# ./install_config

Using /cdrom/cdrom0 as device name.
Running the StrataView Plus Installer driver.
*** Starting main driver script at Wed Oct 14 13:41:11 PDT 1998. ***
*****************************************************************************
*                                                                             *
*                  Welcome to the StrataView Plus Installer!                  *
*                                                                             *
*           This program will install the StrataView Plus software            *
*                             on your workstation.                            *
*                                                                             *
*          Copyright (c) 1997, 1998 Cisco Systems, Inc. All rights reserved.*
*                                                                             *
*****************************************************************************
 
Checking basic setup.
StrataView Plus is not currently installed.
****** Installing disk partitions. ******
 
Boot drive is /dev/dsk/c0t2d0s2 of disk size is 2028 MB.
Checking for secondary disk(s).
List of external drives: /dev/dsk/c0t1d0s2 /dev/dsk/c0t3d0s2
More than one secondary disk is connected to this system. You must choose
the secondary disk on which you want to install StrataView Plus.
You have the following choices:
/dev/dsk/c0t1d0s2 [1002 MB]
/dev/dsk/c0t3d0s2 [1002 MB]
 
Please choose a drive or <Control-C> to abort: /dev/dsk/c0t1d0s2 <Return>
 
Secondary drive for SV+ Installation is /dev/dsk/c0t1d0s2
Determining disk geometries...
Secondary disk size is 1002 MB
List of external drives: /dev/dsk/c0t3d0s2
Tertiary drive for SV+ Installation is /dev/dsk/c0t3d0s2.
Determining disk geometries.
Scanning disk partitions and mount points.
 
Do you only want to install software without partitioning the secondary disk? [yes|no|<CTRL-C>] n <Return>
 
Your secondary disk will need to be rebuilt.
Checking /usr/users partition.
You currently have the /usr/users partition on the secondary drive.
This installer will rebuild the secondary drive, which will destroy any data that you have put there.
Hit <CTRL-C> to quit or no to skip.
 
Is it OK to rebuild /usr/users? [yes|no|<CTRL-C>] yes <Return>
 
The installer will now rebuild the secondary disk, destroying any data that you have put there. You have one more chance to change your mind.
 
Is it OK to rebuild the secondary disk? [yes|no|<CTRL-C>] yes <Return>
 
Unmounting filesystems on secondary disk.
/usr/users
Killing processes that are accessing /usr/users
/usr/users not mounted.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
 
Partitioning disk: c0t1d0 for /usr/users and database...
Updating filesystem table, external swap partition: /dev/dsk/c0t3d0s1.
Creating new /usr/users filesystem. This will take a while.
Designated product directory: /usr/users
Removing /usr/users and recreating the skeletal directory.
Mounting product directory: /dev/dsk/c0t1d0s6
Successfully mounted product directory: /usr/users/svplus.
Rebuilding secondary disk.
Warning: everything in the secondary disk will be lost!
 
About to partition the secondary disk. Continue? [yes|no|<CTRL-C>] yes <Return>
Partitioning disk: c0t3d0 for /usr/users and database...
Updating filesystem table, external swap partition: /dev/dsk/c0t3d0s1.
Informix database will reside in partition /dev/dsk/c0t3d0s7 of size 700 MB
You need to reboot to make your new secondary swap effective.
*** Finished installing disk partitions. ***
 
****** Installing user accounts. ******
INSTALLER ERROR: Group ID number 21 is already in use!
 
Do you want to overwrite the account entry? [yes|no|<CTRL-C>] yes <Return>
 
Creating new entry for group users.
Adding extra configuration commands to /usr/users/informix/.cshrc.
*** Finished installing user accounts. ***
 

Step 5 This completes the automated installation and configuring of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product.

Installing Wingz 2.5.5

You install the Wingz 2.5.5 application from the Wingz 2.5.5 CD. Follow the instructions provided in the Wingz Installation Guide. Note, you must install Wingz files in the /usr/users/Wingz directory. Refer to Installing Wingz 2.5, Appendix C, "SV+ Installation Quick Reference" for a quick reference for installing Wingz.

Installing CiscoView 4.2

You install the CiscoView 4.2 application from the CiscoView 4.2 CD. Follow the instructions provided in the CiscoView Installation Guide.

This completes the manual installation of the Cisco SV+ 9.1 product and its associated components. Go to Chapter 5 for detailed information on how to configure and invoke the Cisco SV+ 9.1 product. Refer to Installing CiscoView 4.2, Appendix C, "SV+ Installation Quick Reference" for a quick reference for installing CiscoView 4.2.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Oct 4 19:44:36 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.