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

Table of Contents

SV+ Installation Quick Reference

SV+ Installation Quick Reference

This appendix is provides checklists to help you through the installation of SV+ on a Solaris workstation. It may be helpful to make copies of this appendix if you might install software on more than one workstation. For more detailed information, refer to the appropriate chapter in this document.

Prerequisites

Before beginning the installation, make sure all configurations and files are backed up. Also, be sure to determine the site's internet protocol (IP) requirements (direct node connection, hub or router IP).

Record the following information before beginning the installation:


Note You might need to gather some of this information as the root user.

Commands to Enter Record Information Here

hostname

more /etc/hosts

cd /usr/users/svplus
more config.sv

ifconfig -a

netstat -r

netstat -rn

more /etc/defaultrouter

If using DNS
more /etc/resolv.conf

If using YP/NIS/NIS+
domainname

Installing Solaris 2.5.1

This section provides an abbreviated quick reference to help you install Solaris 2.5.1 from CD-ROM. For detailed information about how to install the Sun Solaris 2.5.1 Operating System, refer to the Sun documentation.


Note You should log in as user root unless otherwise noted.

Step 1 Halt the workstation.

Tasks Commands to Enter

Halt SunOS 4.1.4

shutdown -h now

Halt Solaris 2.X

/usr/ucb/shutdown -h now

Halt system (last resort)

Stop key and a key (simultaneously)

Step 2 Insert the Solaris 2.5.1 CD into the CD-ROM drive and enter the following at the ok prompt:

ok  boot cdrom

Step 3 After the Solaris Installation Program screen is displayed, press Continue.

Step 4 After the Identify This System screen is displayed, press Continue.

Step 5 When prompted to provide a hostname, type in a hostname and press Continue.

The hostname must begin with an alpha character and contain only alpha and numeric characters. Do not use any punctuation marks, meta characters, or the dash/minus sign (-) in the hostname.

Step 6 After the Network Connectivity screen is displayed, select Networked Yes, and press Continue.

Step 7 After the IP Address screen is displayed, enter the workstation's IP Address and press Continue.

Step 8 After the Confirm Information screen is displayed, review the information, and press Continue.

Step 9 After the Name Service screen is displayed,

Step 10 After the Confirm Information screen is displayed, review the information, and press Continue.

Step 11 After the Subnets screen is displayed,

Step 12 If using subnet masks, after the Netmask screen is displayed, enter the desired subnet mask, such as 255.255.255.0, and press Continue.

Step 13 After the Time Zone screen is displayed, select a Geographic region and press Set.

Step 14 After the Geographic region screen is displayed, highlight a region, select a Time Zone, and press Continue.

Step 15 After the Date and Time screen is displayed, verify the date and time, and press Continue.

Step 16 After the Confirm Information screen is displayed, review the information, and press Continue.

Step 17 After the Install Solaris Software screen is displayed, select Initial, and press Continue.

Step 18 After the Upgrade System? screen is displayed, press Continue.

Step 19 After the System Type screen is displayed, select Standalone, and press Continue.

Step 20 After the Software screen is displayed, select Entire Distribution, and press Continue.

Step 21 After the Disks screen is displayed,

Step 22 After the Preserve Data screen is displayed, press Continue. (Do not preserve data.)

Step 23 After the Automatically Layout File Systems? screen is displayed, select Manual Layout, and press Continue.

Step 24 After the File System and Disk Layout screen is displayed, select Customize, and press Continue.

Step 25 After the Customize Disks screen is displayed, set up disk partitions based on your site's disk configuration. Refer to Disk Configurations Supported, in First Time Automated Installation Procedures.

Step 26 After the File System and Disk Layout screen is displayed, verify the disk partitions, and press Continue.

Step 27 After the Mount Remote File Systems? screen is displayed, press Continue.

Step 28 After the Profile screen is displayed, verify the information, and select Begin Installation.

Step 29 After the Reboot? screen is displayed, press Reboot.

It might take up to two hours for this step to complete and the next screen to display.

Step 30 After the Set Password screen is displayed, the system will prompt you to set a new password for user root.

Step 31 Login as user root.

Setting Up Modems

You use OpenWindow's admintool to configure modems.

Step 1 Launch OpenWindows, enter the following from the root prompt:

# /usr/openwin/bin/openwin

Step 2 Open a command tool by right clicking the mouse with the cursor on the OpenWindows screen.

Step 3 Select Command Tool, then enter the following from the root prompt:

# admintool

Step 4 Using Admintool, click Browse > Serial Ports.

Step 5 Double-click a zsmon ttya and choose expert.

Step 6 Set the following:

Set: Terminal Hard

Set: 9600

Port a: Service Enable

Term Type: VT100

Options: Bidirectional

Login Prompt: login:

Comment: Modem Dial-in Only

Step 7 For zsmon, set the following:

Expert Options: Create utmp Entry

Expert Options: Connect on Carrier

Service: /usr/bin/login

Streams: ldterm, ttcompat

Step 8 Click OK and exit Admintool.

Editing File Systems

This sections describes modifications required in the workstation's file system. To complete these changes, you must open an xterm window by right clicking the mouse with the cursor on the OpenWindows screen.


Note The IP addresses and other values provided in this section are examples. Use valid IP addresses for your site, and avoid using upper-case characters.

Add Host IP Addresses and Mnemonics

Edit the /etc/hosts file using vi or another text editor.

172.34.65.207 <tab> igx2-lan (for node LAN IP address)

10.10.10.1 <tab> igx2 (for IP-Relay address)

Add Routes

Edit the /etc/rc2.d/S72inetsvc file using vi or another text editor. Open a line under the following:

/usr/sbin/route add "224.0.0.0" "uname -n'" 0

and add a line like the following:

/usr/sbin/route add net 10.10.101 172.34.65.207 1

Specify a Default Router

If your site uses a default router, use vi to modify the /etc/defaultrouter file and add the router's IP address.

172.34.65.193

Add Netmasks

Use vi to modify the /etc/netmasks file and add netmasks

172.34.0.0 <tab> 255.255.255.192

10.10.10.0 <tab> 255.255.255.0

Add Semaphores

Use vi to modify the /etc/system file and add semaphores. After the last line in the file, enter the following:


Note Remember to use values that are valid for your site.
forceload: sys/shmsys

forceload: sys/semsys

set semsys:seminfo_semaem=16384

set semsys:seminfo_semmap=66 set semsys:seminfo_semmni=4096

set semsys:seminfo_semmns=4096

set semsys:seminfo_semmnu=4096

set semsys:seminfo_semume=64

set semsys:seminfo_semvmx=32767

set semsys:seminfo_semmsl=30

set shmsys:shminfo_shmmax=268435456

set shmsys:shminfo_shmmin=100

set shmsys:shminfo_shmmni=100

set shmsys:shminfo_shmseg=100

If Using DNS

If your site uses DNS, use vi to modify the /etc/nsswitch.conf file and make sure the hosts line looks the following:

hosts: files dns

Use vi to modify the /etc/resolv.conf file and enter the information you recorded in Prerequisites.

domain somewhere.com

nameserver 123.45.67.80

If Using YP, NIS, or NIS+

If your site uses YP, NIS, or NIS+, use vi to modify the /etc/nsswitch.nis file, if using NIS, or the /etc/nsswitch.nisplus file, if using NIS+ and enter the information you recorded in Prerequisites.

Reboot System

After you have modifications to the file system, reboot the system,

# /usr/ucb/shutdown -r now

After the system reboots, login as user root, and eject the Solaris 2.5.1 CD-ROM.

# eject cdrom

Installing HP OpenView

This section provides an abbreviated quick reference to help you install HP OpenView from CD-ROM. For detailed information about how to install the HP OpenView, refer to the Hewlett Packard documentation.


Note You should log in as user root unless otherwise noted.

Step 1 Insert the HPOV CD into the CD-ROM drive and locate the cdrom information:

# df

The response should be /cdrom/j1170_10804.

Step 2 Change directory to the cdrom0 directory by entering the following:

# cd /cdrom/cdrom0

Step 3 Locate the install file by entering the following:

# ls -al

The response should include install.

Step 4 Execute the install file by entering the following:

# ./install

Step 5 Select 1 to make English the preferred language.

Step 6 Select 1 to install Full Product.

Step 7 Select Yes to install manual pages.

Step 8 Select Yes to Continue with Installation.

Once the installation has begun, do not use the kill command or Control-C to exit the installation. Your workstation could be corrupted if you attempt to exit the installation.

The installation could take up to 45 minutes to complete. When completed, the following message is displayed:

Your installation was successful.

Step 9 After the installation has completed, remove the CD from the CD-ROM drive.

# cd /

# eject

Starting HP OpenView

To start the HPOV application, complete the following steps:

Step 1 Log in as user svplus.

Step 2 Open a console window, and enter the following:

host% ovw &

When the root map is displayed, drill into the StrataCom icon, and minimize the root map.

Installing CiscoView 4.2

You should install CiscoView 4.2 after you have installed Solaris 2.5.1 and HPOV 5.01.

Step 1 If the /cdrom directory does not exist, log in as root and enter the following:

# mkdir /cdrom

Step 2 If necessary, mount the cdrom using the following command:

# mount -F hsfs -r /dev/sr0/cdrom

Step 3 Insert the CiscoView 4.2 CD into the CD-ROM drive and enter the following:

# cd /cdrom/cdrom0

# ./setup.sh

Step 4 Provide responses to the following prompts:

Prompt Response

Agree with terms?

y

Package 1

Package 2

all

Put it? /opt/CSCOcv

y

Create?

y

Interact with HPOV?

y

Confirm /opt/OV

<Return>

Confirm MIBS?

y

user: bin group: bin

y

Use this owner?

y

1 - 44 Select:

all

Display README?

n

Are Settings Correct?

y

The installation begins and should take about 40 minutes to complete. During the installation, warning messages might appear on the screen. If warning messages appear, record them for later reference. The following messages will be displayed:

Running CV test

Attempt to Contact Ignored (This message is normal.)

CV Test Successful (Done)

Step 5 After a successful installation, you are returned to the main menu. Enter q to exit the installation, then enter eject to eject the CD.

Step 6 Set cnfsnmp to public, private, public.


Note Routers and LS-1010s require global snmp-server community public RW and snmp-server community private RW settings.

Step 7 As user root, create the /usr/nms/cv_pkgs directory for the CiscoView device packages.

# cd /usr

# mkdir nms

# cd nms

# mkdir cv_pkgs

Installing Wingz 2.5

To install Wingz 2.5, complete the following steps:

Step 1 Login as user root and insert the CD into the CD-ROM drive.

Step 2 To display the location of iiscunix, enter the following:

# df -k

# cd /cdrom/cdrom0

# ./install.sh

Step 3 In the first menu, enter 2 to select Wingz.

Step 4 In the second menu, select Install All.

Step 5 In response to Install In, enter /usr/users/Wingz.

Step 6 When prompted, provide the following information, all of which is contained in the Wingz packaging.

After a successful installation, a Brand Successful message is displayed.

Installation of StrataView Plus Software

This example describes the manual installation of StrataView Plus for workstations with one 4 GB hard disk. To complete the software installation, log in as user root.

Manual Installation of StrataView Plus

For detailed informatoin about the manual installation process, refer to "First Time Manual Installation Procedures".

Automated Installation of StrataView Plus

This example describes the automated installation of StrataView Plus for workstations with one 2 GB hard disk. To complete the software installation, log in as user root.


Note The automated installation is an easy way to install SV+, however it is restrictive and lacks the flexibility of the manual installation.

Step 1 Enter the following commands:

# df -k

# cd /cdrom/cdrom0

# ls

CSCOconf     CSCOinf     CSCOsv     SUNWmfwm

# pkgadd -d /cdrom/cdrom0 CSCOconf

# ./install_config

Step 2 As the installation continues, provide responses to the following prompts:

Prompt Response

Are you installing from...?

cdrom

Do you want to choose custom...?

no

Is it OK to rebuild secondary...?

yes

Is it OK to partition secondary...?

yes

Choose password for svplus....

svplus

Choose password for informix...?

informix

Please insert Motif (Already in)

<Return>

Please insert StrataView (Already in)

<Return>

WARNING CSCOWingz.......

(Ignore)

Continue with installation CSCOsv...?

yes

Install these conflicting files...?

yes

Install these setuid/setgid files...?

yes

Continue installation of CSCOsv...?

yes

Please insert Informix (Already in)

<Return>

Install these setuid/setgid files...?

yes

Continue with installation CSCOinf?

yes

Kernel has been modified, reboot...

<Return>

The system reboots.

Step 3 Login as user root, and enter the following commands:

# csh

# cd /usr/users/svplus

#./INSTALL

Step 4 When prompted to select a new install or an upgrade, select 1 for New.

Step 5 As the installation continues, provide responses to the following prompts:


Note The system will provide the available partition for s7 based on disk partitioning.

Prompt Response

Disk configuration

1

Enter Raw Partition Name

/dev/rdsk/c0t1d0s7

Database name (default stratacom)

<Return>

Informix data installed in...

<Return>

Bus Error (core dumped)....

Ignore (bug)

Verify Frameviewer installation...?

n

Upon completion, the system displays the following message:

Installation has completed successfully....!

Post Software Installation Tasks

After you have completed the software installation, you must complete the following tasks before launching the SV+ application.

SV+ Workstation Modifications Required

The following tasks must be performed at the SV+ workstation after installing SV+ software.

Modify config.sv File

As user svplus, use vi to modify the one line file, /usr/users/svplus/config.sv. Following is the default value of the config.sv file:

0|Network1|/dev/ttya|9600|0|7|6|0|30|256|9.1|nwip_on|

Change the third field (/dev/ttya) to name of your gateway node. Change the last field to nwip_off if you plan to use in-band management.

Other SV+ Workstation Tasks

As user root at the SV+ workstation, complete the following:

Step 1 Check for all node's IP LAN and IP-Relay addresses and node names:

# more /etc/hosts

Step 2 Check for all subnet entries.

# more /etc/netmasks

Step 3 Check to ensure that the IP relay address is directed towards the gateway node.

# more /etc/rc2.d/S72inetsvc

Step 4 If the SV+ workstation uses a default router, check for the gateway node address.

# more defaultrouter

Changes Required for Wingz

As user svplus, enter the following commands:

% su

# cd /usr/users/svplus

# IntegrateWingz


Note  There is a Wingz error message issue you should be aware of. After you launch the SV+ Reports desktop application, Wingz 2.55 opens a default worksheet titled sheet.wkz. Close this file immediately before continuing.

Changes Required for CiscoView 4.2

As user root, complete the following:

Step 1 Use vi to edit the /etc/default/login file to allow remote login as root.

Place a # in front of CONSOLE=/dev/console, then write and quit vi.

Step 2 Add the device packages for BPX, AXIS and IGX to the /usr/nms/cv_pkgs directory.

# cd /usr /nms/cv_pkgs

Step 3 Obtain the device package files from CCO or a server and ftp them to the /usr/nms/cv_pkgs directory.

Step 4 Uncompress and tar the files in /usr/nms/cv_pkgs directory.

# uncompress <file_name>

# tar -xvf <file_name>

# NMSROOT=/opt/CSCOcv

# export NMSROOT

# su svplus

Step 5 As user svplus, use vi to modify the /usr/users/svplus/.cshrc file to add the following line above the setenv Turbo True line.

source /opt/CSCOcv/etc/CVinstall.cshrc

Step 6 As user root, enter the following commands:

# csh

# cd /opt/CSCOcv/bin

Step 7 Perform the following for each device package, substituting the correct package name for device_name.pkg.

# ./cvinstall /usr/nms/cv_pkgs/device_name.pkg

Changes Required At Nodes

Provide the following configuration parameters at each node in the network managed by SV+.

Configuration Command

Parameters or Function

cnflan

LAN IP Address, subnet mask, default router gateway address

cnfnwip

IP-Relay address, subnet mask (must be different from LAN IP address

cnfstatmast

IP Address of SV+ workstation

cnffwswinit

IP Address of SV+ workstation

cnfsnmp

public, private, public

cnffunc

Enable download from remote SV+

cnfswfunc

Config Save/Restore enabled; password required


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