|
Hardware Requirements for Upgrade ² Outline of Upgrade Procedures ² Procedure 1 ² Procedure 2 ² Procedure 3 ² Procedure 4 ² Procedure 5 ² Procedure 6 ² Procedure 7 ² Procedure 8 ² Procedure 9 ² Procedure 10 ² Distribution Media
This chapter provides information about upgrading the LightStream 2020 enterprise ATM switch to Release 2.0.7 of LightStream software.
For Release 2.0.7 to be installed, the network processor must have 32 Mb of memory.
Follow the upgrade procedures on all systems for the full set of diskettes for base release 2.0.7. These procedures are as follows:
Procedure | ||
---|---|---|
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
**before**The LightStream NP is a special-purpose communications processor. It should not be used as a general-purpose UNIX host. If any files have been copied or placed on the disk (especially in the root partition), they should be removed before upgrading to Release 2.0.7.If the names of any LightStream-provided files have been changed, the original file names should be restored.@@before@@ | Caution **after**The LightStream NP is a special-purpose communications processor. It should not be used as a general-purpose UNIX host. If any files have been copied or placed on the disk (especially in the root partition), they should be removed before upgrading to Release 2.0.7.If the names of any LightStream-provided files have been changed, the original file names should be restored.@@after@@ |
If you are concerned about how carefully your diskettes may be handled and stored, you may wish to back up the software distribution diskettes before proceeding with the upgrade.
In this procedure, we assume you have access to a PC running DOS 5.0 and supporting at least one 1.44 Mb floppy disk drive. We also assume that you have a supply of at least 15 blank, DOS-formatted 1.44 Mb diskettes.
For each LightStream software distribution diskette, do the following:
Step 1 Insert the distribution diskette in the floppy disk drive. In the examples shown here, we assume this is disk drive A.
Step 2 Insert the blank, formatted diskette in the second 1.44 Mb disk drive. In the examples shown here, we assume this is disk drive B.
Step 3 Enter the following command at the DOS prompt:
diskcopy a: b:
/v
Step 4 The program copies the data from the distribution diskette in drive A to the backup diskette in drive B.
For each LightStream software distribution diskette, do the following:
Step 1 Insert the distribution diskette in the floppy disk drive. In the example shown here, we assume this is disk drive A.
Step 2 Enter the following command at the DOS prompt:
diskcopy a: a: /v
Step 3 The program reads a portion of the disk contents into memory. When it prompts you to do so, remove the distribution diskette and insert a blank, formatted diskette into the floppy disk drive.
Step 4 The program copies the data from memory onto the diskette. When it prompts you to do so, remove the backup diskette and insert the distribution diskette into the floppy disk drive.
Step 5 Alternate Step 3 and Step 4 in response to program prompts until the disk copy is complete.
In this procedure we will copy the new software to a local LightStream node from the distribution disk set. This local node will be referred to as the distribution node. Procedure 3 describes how to copy the software over the network from the distribution node, rather than copying files from the distribution disk set at each node site in turn. In Procedure 3, we will use the distribution node as the source from which we will copy the software to other nodes in the network.
The steps for upgrading the distribution node (or any local node) to Release 2.0.7 node software are as follows:
To perform this procedure, use a terminal connected to the console port of the distribution node. The system should be running with no one logged in.
Step 1 Type '. (backquote plus dot).
Step 2 At the TCS HUB prompt, use the connect command to connect to the NP in slot 1, as follows:
connect 1
Step 3 The login: prompt should appear. Log in as root. The bash# prompt appears.
If your system has only one NP, skip Step 4 and go to Step 11 now.
Step 4 On a system with redundant NPs, verify that you are connected to the active NP, as follows:
cli
active_slot
= 1
backup_slot
= 2
active_slot
= 2
backup_slot
= 1
Step 5 If you are connected to the backup NP, disconnect from it and connect to the active NP as follows:
connect
active_slot
Skip Step 6 through Step 10 if there is only one NP on this system.
Step 6 If there is a redundant NP in this chassis, verify that the other NP is functioning as backup, as follows:
ping other-np
If the other NP responds, skip Step 7 through Step 10.
Step 7 If the other NP does not respond, then reset it as follows:
reset
backup_slot
connect
backup_slot
Step 8 Connect to the active NP by typing '. (backquote plus dot) to connect to the TCS hub and entering the following command:
connect
active_slot
Step 9 Verify that the other NP is now functioning as backup, as follows:
ping other-np
Step 10 If the other NP still does not respond, call LightStream Customer Support.
Step 11 Determine the available disk space in the root partition by entering the following command:
df /
Examine the utilization value shown under the% column.
Step 12 In the root directory and its subdirectories, delete unneeded files such as core files and log files. There may be files in directories named lost+found, lost+foundA, etc. If you have trouble identifying files to be deleted, contact LightStream Customer Support.
To copy Release 2.0.7 node software to the node, perform Step 13 and Step 14 below for each of the following diskette sets in turn:
Step 13 Start the software installation utility. To do this, enter the following command at the bash# prompt:
swinstall
If the swinstall program reports that there is not enough disk space for the installation, follow Procedure 7 for deleting obsolete files before proceeding with Step 14, below.
Step 14 Take up the current set of diskettes to be installed. When the program prompts you for a diskette, insert the first diskette into the appropriate drive and press [Return]. Repeat as the program prompts you for more diskettes in the current set.
You have now copied the new software onto the distribution node. The distribution node is not yet running the new software. In Procedure 4, the swchgver program modifies the node's configuration to run the software that you have just installed.
This procedure is to distribute new software from the distribution node to other LightStream nodes.
The following connectivity requirements apply:
Distribution Node | Remote Node |
---|---|
You should be logged in to the distribution node.
No other user should be logged in.
The distribution node should be running the LightStream application software. | You need not be physically located at the remote node site.
However, you must be able to establish a telnet connection and a modem connection to each remote site. The remote node must be running the LightStream application software. |
This procedure must be carried out for each node in your LightStream network. It has the following parts:
Carry out the following steps for each node in your LightStream network in turn:
Step 1 Verify that it is possible to execute commands on the remote node from the distribution node. On distribution-node, execute the following command:
rsh
remotenode
hostname
Type the name of the remote node in place of remotenode.
hostname
: unknown host
hostname
: Connection timed out
Correct the problem as follows:
grep
distribution-node
/etc/hosts
cp /etc/hosts /etc/hosts.bak
echo
"
distribution_node Primary_IP_address
" >> /etc/hosts
cp /etc/hosts.bak /etc/hosts
to recover the original file.
grep
distribution-node
/.rhosts
chmod 644 /.rhosts
cp /.rhosts /.rhosts.bak
echo
"
distribution-node
root" >> /.rhosts
chmod 444 /.rhosts
cp /.rhosts.bak /.rhosts
to recover the original file.
ls -l /.rhosts
chmod 444 /.rhosts
grep
distribution-node
/etc/hosts
cp /etc/hosts /etc/hosts.bak
echo "
name Primary_IP_address
" >> /etc/hosts
cp /etc/hosts.bak /etc/hosts
to recover the original file.
Step 2 Use the telnet command to connect to the remote node and log in as root.
Step 3 On a system with redundant NPs, verify that the other NP is functioning as backup, as follows:
ping other-np
If the other NP does not respond, do the following:
Step 4 On the remote node, determine the available disk space in the root partition by entering the following command:
df /
Examine the value shown under the% column.
Step 5 On the remote node, in the root directory and its subdirectories, delete unneeded files such as core files and log files. If you have trouble identifying files to be deleted, contact LightStream Customer Support.
Step 6 Copy Release 2.0.7 files to remotenode. In a window running a login on distribution-node, execute the following command:
swremoteinstall -h
remotenode
2.0.7
Type the name of the remote node in place of remotenode.
The swremoteinstall process checks disk space and copies Release 2.0.7 to remotenode. It should take 5 to 10 minutes, depending upon bandwidth between the nodes.
If the swremoteinstall program reports that there is not enough disk space for the installation, connect to the remote node through a modem port or telnet connection, follow Procedure 7 for deleting obsolete files on the remote node. Then repeat Step 6, above.
With this procedure you activate the software that has been copied to the node, and the node begins running the new LightStream application software.
For each node in the network, do the following:
Step 1 Connect to the TCS hub on the node. Connect on site with a console terminal or remotely via dial-in modem.
**before**Do not use a network connection such as telnet to connect to the node for purposes of changing the running software version. During the procedure, a card may be reset, breaking your telnet connection and interrupting the change process.@@before@@ | Caution **after**Do not use a network connection such as telnet to connect to the node for purposes of changing the running software version. During the procedure, a card may be reset, breaking your telnet connection and interrupting the change process.@@after@@ |
Step 2 Connect to the active NP and log in as root.
Step 3 Use the swchgver program to modify the node's configuration to run the software that you have just installed, as follows:
swchgver
The swchgver program produces the following results:
(OPER) NPTMM_n at 10/20/94 17:15:39 EDT (10/20/94 21:15:39 GMT)
Card 6 POST Failed; Download Is Not Initiated
The phrase Download Is Not Initiated in this trap message does not refer to the flash image, which is loaded.
**before**Do not interrupt the loading of flash memory, particularly on an NP. A card with partially loaded flash will not be able to complete its boot sequence until flash is reloaded. If you create this situation, call LightStream Customer Support.@@before@@ | Caution **after**Do not interrupt the loading of flash memory, particularly on an NP. A card with partially loaded flash will not be able to complete its boot sequence until flash is reloaded. If you create this situation, call LightStream Customer Support.@@after@@ |
Step 4 On a redundant NP system, the swchgver program automatically copies the new software from the currently active NP to the backup NP. This copy may fail--for example, if the other NP is not currently running application software. If the copy fails, the swchgver program prints a diagnostic message and either returns the bash prompt, or asks you to continue the installation by typing c.
swchgver -f
The following is an example of output seen during this upgrade procedure with the console trap level set to info:
bash# swchgver
Checking and downloading FLASH memory for all function cards
fcload: slot 1: begin load of flash image (/usr/fware/flash_np1.recec)
[WARNING: DO NOT INTERRUPT]
fcload: slot 1: erasing flash (this may take several minutes).....
...
fcload: slot 1: writing flash (this may take several minutes)...
.................................................................................................................................................................
fcload: slot 1: enabling POST.
fcload: slot 4: begin load of flash image (/usr/fware/flash_ls1.rec)
[WARNING: DO NOT INTERRUPT]
fcload: slot 4: erasing flash (this may take several minutes)...
................................................
fcload: slot 4: writing flash (this may take several minutes)...
==> (OPER) NPTMM_8 at 10/20/94 17:59:26 EDT (10/20/94 21:59:26 GMT)
Card 4 POST Failed; Download Is Not Initiated
............................................
.................................................................................................................................................................
fcload: slot 4: enabling POST.
Checking and downloading files for standby network processor.
Rebooting standby network processor.
....
Forcing reset of line cards
==> (OPER) NDD_5 at 10/20/94 18:11:24 EDT (10/20/94 22:11:24 GMT)
Line Card bilr8:3 (LS-EDGE) down (ERMP failure 0x401).
==> (GENERIC) at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Link Down Trap at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Port 3002
==> (GENERIC) at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT
Link Down Trap at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Port 3003
==> (GENERIC) at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Link Down Trap at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Port 3004
==> (GENERIC) at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Link Down Trap at 10/20/94 18:11:28 EDT (10/20/94 22:11:28 GMT)
Port 3005
Rebooting the network processor
NP040 POST Version 0.203 Jan 12 1994
4Meg Bit value = 1
Configuring Main Memory for 32 Megabytes
Clearing memory (32 Megabytes)...
booting: drive:0, partition:0, kernel:"lynx.os", flags:0x4308
Resetting SCSI bus
Kernel linked for 0xea010000
LOAD AT 0x10000
483328+49152+262504[+62736+51815]
TOTAL SIZE: 909536 at 0x1001c
START AT 0x10020
NP memory size: 32 MB
ILACC: EEPROM enet addr:8:0:8:0:14:6f, Silicon Rev:0x5, IB:0xea1dfce0
Old-style NP detected
virtual console: IB: 0xea1dfe68
NCR 53C710: Chip Revision: 0x2, IB: 0xec18e000
LynxOS/68040-MVME167 Version 2.1.0
Copyright 1992 Lynx Real-Time Systems Inc.
All rights reserved.
LynxOS release 2.1.0, level 1: NP-LynxOS #107: compiled Apr 17 1995 14:50:57
LynxOS Startup: ma
fsck /dev/sd0a
(all sizes and block numbers in decimal)
(file system creation time is Mon Apr 11 08:57:19 1994)
checking used files
recovering orphaned files
making free block list
making free inode list
40518 free blocks 3314 free inodes
fsck /dev/sd0b
(all sizes and block numbers in decimal)
(file system creation time is Mon Apr 11 08:57:52 1994)
checking used files
recovering orphaned files
making free block list
making free inode list
17838 free blocks 3426 free inodes
fsck /dev/sd0c
(all sizes and block numbers in decimal)
(file system creation time is Mon Apr 11 08:58:25 1994)
checking used files
recovering orphaned files
making free block list
making free inode list
8645 free blocks 3534 free inodes
fsck /dev/sd0d
(all sizes and block numbers in decimal)
(file system creation time is Mon Apr 11 08:58:58 1994)
checking used files
recovering orphaned files
making free block list
making free inode list
26597 free blocks 3601 free inodes
Mounting all filesystems
Starting VM system... Virtual Memory Engaged!
inetd started
Starting crond...
Initializing the switch hardware interface...
Using switch A, cards are NOT synchronized, fast cutover is supported
PCP version: 0x410, CMP version: 0x12, FSU version 0x109
Starting the switch software
LightStream 2020 Version 2.0.7
Copyright 1993 LightStream Corp. All rights reserved.
Portions copyright 1992 by Lynx Real-Time Systems Inc., 1983 by the Regents
of the University of California, 1988 and 1990 by Paul Vixie, and 1991 by
SNMP Research Inc.
This software contains unpublished proprietary and trade secret information
of LightStream Corp.
LightStream 2020 Software provided to the U.S. Government is subject to the
notices on the software and on the LightStream user documentation copyright
page.
PROGRAM: cbuf: (ls2_0) compiled Apr 26 1995 @ 21:49:18 [pid:48]
user name:root
password:
The flash memory on the switch card may need to be upgraded. There are slight differences if you have a Release 1 switch card rather than a Release 2 switch card. These differences are noted where relevant in the following procedure.
To determine whether you have a Release 1 switch card or a Release 2 switch card, use either of the following two methods:
In Step 2 of this procedure, you will verify whether or not flash has been upgraded.
Step 1 We assume that you have completed Procedure 4 and that you are still logged in as root on the primary NP. If you are not, repeat the steps for logging in on the active NP.
Step 2 Determine the checksum for the switch card flash image. To do this, enter the following LynxOS command (shown here for switch card A):
sysver -s sa -all
sysver -s sb -all
read sa flash 0 word
Step 3 If a new image is to be loaded into flash on a switch card, reboot the node as follows:
reboot -n
This takes the node down.
The following display appears:
Step 4 At the Option> prompt, select option 6, as follows:
The following display appears:
Step 5 At the Boot: prompt, enter the following command (the 0 in sd0b is a zero):
(sd0b)diag/sys_np1.aout
The node reboots using the system monitor (that is, diagnostic) image. The following display appears:
Step 6 Load the switch card flash memory. There are slight differences between the Release 1 switch card and the Release 2 switch card.
To do this for a Release 2 switch card, enter the following command (shown here for switch card A) at the System Monitor prompt (the 0 in sd0b is a zero):
fload sa (sd0b)fware/flash_sc2.rec
If you see the following error message, repeat Step 6:
If you do not see this message, and you do not see the System Monitor-> prompt, go to Step 7.
If you do see the System Monitor-> prompt, the flash load has completed successfully. Go on to Step 8.
To do this for a Release 1 switch card, enter the following command at the System Monitor prompt (shown here for switch card A):
fload sa (sd0b)fware/flash_sc1.rec
This is the same command as for the Release 2 switch card, except that the command argument has the string sc1
in it in place of the string sc2
. The 0 in sd0b is a zero. The program erases and then loads switch card flash. The process takes about two minutes.
Loading flash on a Release 1 switch card causes loss of display output. To recover from this condition, perform the following steps.
connect 1
Step 7 If you do not see the System Monitor-> prompt, the flash load has failed. Do the following:
reset 1
connect 1
Step 8 If there is no redundant switch, skip now to Step 10.
If there is a redundant switch, load the switch card flash memory. There are slight differences between the Release 1 switch card and the Release 2 switch card.
To do this for a Release 2 switch card, enter the following command (shown here for switch card B) at the System Monitor prompt (the 0 in sd0b is a zero):
fload sb (sd0b)fware/flash_sc2.rec
If you see the following error message, repeat Step 8:
If you do not see this message, and you do not see the System Monitor-> prompt, go to Step 7.
If you do see the System Monitor-> prompt, the flash load has completed successfully. Go on to Step 9.
To do this for a Release 1 switch card, enter the following command at the System Monitor prompt (shown here for switch card B):
fload sb (sd0b)fware/flash_sc1.rec
This is the same command as for the Release 2 switch card, except that the command argument has the string sc1
in it in place of the string sc2
. The 0 in sd0b is a zero. The program erases and then loads switch card flash. The process takes about two minutes.
The System Monitor-> prompt should appear as shown. However, on a redundant Release 1 switch card, the following error message may be displayed instead:
fload sb (sd0b)fware/flash_sc1.rec
Despite this error message, the flash image successfully loads.
If you see the System Monitor-> prompt or the above DONE bit error message, the flash load has completed successfully. Go on to Step 9.
If you do not see either the System Monitor-> prompt or the above DONE bit error message, go back to Step 7.
Step 9 If the system has a backup NP, reboot it as follows:
reboot -n
This takes the backup NP down and synchronizes the disks. The following display appears:
Step 10 Power off the chassis, wait 30 seconds, and power on the chassis. This resets all the cards in the chassis.
Step 11 If you wish to watch the progress of the boot process, reconnect to the NP as follows (shown here for NP 1):
connect 1
Step 12 Log in to the NP in slot 1 as root
Step 13 To see the current flash checksums of switch card A, enter the following command:
sysver -s sa -all
To see the current flash checksums of switch card B, enter the following command:
sysver -s sb -all
The correct checksum is as follows for Release 1 switch card:
The correct checksum is as follows for Release 2 switch card:
Step 14 If the switch card has an incorrect flash checksum, load the flash again by executing Procedure 5.
Verify flash again (Step 12 and Step 13 above).
If the card still has an incorrect flash checksum after loading flash a second time, contact LightStream Customer Support.
Beginning with Release 2.0.3, the software constructs a MAC address which is always used for the primary NP, regardless of which NP is primary and which is backup. To continue to be able to connect from the NMS to the primary NP, it may be necessary to delete the NMS ARP record associated with the primary NP. The steps are as follows:
Step 1 On the Sun SPARCstation that hosts the NMS, execute the following command:
ping
node_name
If the ping command is successful, the node is reported to be alive. Skip the remaining steps of this procedure.
Step 2 If the ping command times out, execute the following command:
arp -d
node_name
Step 3 Use the ping command to re-open the connection to the NP, as follows:
ping
node_name
When the ping is successful, HP OpenView changes its topology map to mark the node as UP.
If the node or a link to it is down, the ping command may fail. Refer to the Administration Guide.
Follow this procedure only if the swinstall program (Procedure 2, Step 13) or the swremoteinstall program (Procedure 3, Step 6) reports that there is not enough disk space for the installation.
Step 1 Log in on the target node as root.
Step 2 Identify the software to remove. To do this, enter the command swdelete with no argument, as in the following example:
swdelete
Step 3 If the shell reports that swdelete is not found, go now to Step 7, substituting other-np in place of distribution-node. Then resume this procedure at Step 2.
Step 4 Use the swdelete command to delete obsolete version files, as follows:
swdelete 2.0.5
**before**Do not delete the currently running software versions (2.0.6 and 2.0.3 in the example above).@@before@@ | Caution **after**Do not delete the currently running software versions (2.0.6 and 2.0.3 in the example above).@@after@@ |
Step 5 If the target node has a redundant NP, do the following:
telnet other-np
Step 6 Resume Procedure 2 or Procedure 3 at the point at which you interrupted it because of insufficient disk space:
Step 7 If you see an error message that says the swdelete command was not found, enter the following command:
ls -l /bin/swdelete
Examine the output of this command and take the corresponding action indicated in the following table:
Output of ls -l begins with º | swdelete file is º | then take the following action: |
---|---|---|
/bin/swdelete not found | Missing | Perform the steps below, then resume Step 2. |
Something other than -rwx | Not executable | Execute the following command:
bash# Then resume Step 2. |
-rwx | Executable | The /bin directory may be missing from your search path. See the LightStream 2020 Administration Guide for information about setting up user accounts. Call Customer Support if you need help setting up this account properly. |
In a remote installation, the swdelete utility may missing from remote-node. You can copy it from distribution-node to remote-node as follows:
ftp
distribution-node
remote-node
:root): root
get /bin/swdelete /bin/swdelete
bye
chmod 744 /bin/swdelete
Use this procedure if you wish to revert to the prior version of software. The steps are as follows:
Step 1 Log into the LightStream node as root if you have not already done so.
Step 2 Use Procedure 4 to revert to the prior version, giving the earlier version number as the argument of the swchgver command. For example, if the prior version is 2.0.6, enter the command as follows:
swchgver 2.0.6
Step 3 If, after falling back to a prior version of software, you wish to re-install a new copy of Release 2.0.7, first delete the old copy of the software, as follows:
swdelete 2.0.7
Then follow the instructions in this chapter for upgrading to Release 2.0.7.
swchgver 2.0.7
The procedures in this section tell you how to load Release 2.0.7 network management software onto your workstation from the quarter-inch tape provided with this release.
Two upgrade procedures are given, as follows:
Procedure | ||
---|---|---|
| ||
|
When you complete the appropriate upgrade procedure, you will be able to run the StreamView management software on your Sun workstation.
For information on º | See º |
---|---|
Running the configuration program | LightStream 2020 Configuration Guide |
Running the CLI and the monitor | LightStream 2020 Operations Guide |
CLI commands, the MIB, and LynxOS commands | LightStream 2020 Command and Attribute Reference Guide |
Follow all the procedures in this subsection if you are installing LightStream management software on a Sun SPARCstation running HP OpenView (version 3.3). In these procedures, we assume that HP OpenView is installed and functioning properly.
cat /usr/OV/install/system/OVIC/ovindex
Release 1.4 is indicated by the line cid: ov1.4 in this file.
This portion of the LightStream software is provided in two pieces called LS-Configure and LS-Monitor. HP OpenView documentation refers to software packages of this kind as "products." Note that the CLI and the LightStream enterprise-specific MIB are packaged with both LS-Configure and LS-Monitor.
In this procedure, you use the ovinstall command. The ovinstall programs do the following things:
The steps of the procedure are as follows:
Step 1 Log in to the Sun as root.
Step 2 Ensure that /usr/OV/bin is in your path. The installation procedure uses this directory. To display your path, use the command echo $PATH at the SunOS prompt. To set your path in a Bourne shell or a bash shell, use the following command:
PATH=$PATH:/usr/OV/bin
To set your path in a csh shell, use the following command:
setenv PATH ${PATH}:/usr/OV/bin
Step 3 Stop any running OpenView processes. Enter the following command:
ovstop
Step 4 Insert the tape of LightStream software into the Sun's quarter-inch tape drive.
Step 5 Use the HP OpenView ovinstall command to extract the LS-Configure software from the tape. For example, you might type the following command:
ovinstall -r -p LS-CONFIGURE - - -d
<tape-drive>
Here, <tape-drive> is /dev/rst0, unless your tape drive has been configured to use a different port (for example, /dev/rst1 or /dev/rst2). The command takes 5 to 15 minutes to run. It installs the configuration utilities and associated files. The -r switch allows the program to overwrite an existing installation.
Step 6 Use the HP OpenView ovinstall command to extract the LS-Monitor software from the tape. For example, you might type the following command:
ovinstall -r -p LS-MONITOR - - -d
<tape-drive>
Here, <tape-drive> is, for example, /dev/rst0, /dev/rst1, or /dev/rst2, depending on which port your tape drive uses. The command takes 5 to 15 minutes to run. It installs the monitor utility and associated files. The -r switch allows the program to overwrite an existing installation.
Step 7 To ensure that the LightStream applications have been installed correctly, type
ovw -verify
This program takes less than a minute to run and prints the names of the objects it verifies. (If the verification fails, you'll see a message on the screen. Call your LightStream service representative for assistance.)
Step 8 Start OV daemons. Enter the following command:
ovstart
Step 9 Restart HP OpenView. Enter the following command:
ovw
You may run this command in the background (type & at the end of the command line) if you wish to use the parent window for other purposes while HP OpenView is running. If you need help, refer to the HP OpenView documentation.
The following example shows the sort of output that may be expected when you install HP OpenView:
sun# ovinstall -r -p LS-CONFIGURE -- -d /dev/rst1
Installing product definition for LS-CONFIGURE.
Running command: "ovupdate -d /dev/rst1 -p LS-CONFIGURE"
====================================
====================================
Installing filesets:
LSCFG
LSMIN
Running command: "ovupdate -d /dev/rst1 -l ovi.install"
====================================
====================================
NOTE: Installation completed successfully.
Beginning configuration.
Customize script for fileset LSCFG succeeded.
Customize script for fileset LSMIN succeeded.
Customize script for fileset OVIC succeeded.
Configuration completed successfully. Examine /tmp/update.log for
details.
Restarting ovspmd.
sun# ovinstall -r -p LS-MONITOR -- -d /dev/rst1
Installing product definition for LS-MONITOR.
Running command: "ovupdate -d /dev/rst1 -p LS-MONITOR"
====================================
====================================
Stopping ovspmd.
Installing filesets:
LSMIN
LSMONITOR
Running command: "ovupdate -d /dev/rst1 -l ovi.install"
====================================
====================================
NOTE: Installation completed successfully.
Beginning configuration.
Customize script for fileset LSMIN succeeded.
Customize script for fileset LSMONITOR succeeded.
Customize script for fileset OVIC succeeded.
Configuration completed successfully. Examine /tmp/update.log for
details.
Restarting ovspmd.
sun#
To re-examine this output and other information in the update log, use the following command:
sun# cat /tmp/update.log
To examine the SNMP entries in your Sun system's internet services file, use the following command:
sun# grep snmp /etc/services
snmp 161/udp # Simple Network Management Protocol
snmp-traps 162/udp # SNMP Traps
sun#
Carry out this procedure to install LightStream management software on a Sun workstation that is not running HP OpenView.
Step 1 Log in to the Sun as root.
Step 2 Use the following command to change to the root directory:
cd /
Step 3 Insert the tape of LightStream software into the Sun's quarter-inch tape drive.
Step 4 Type the following commands in the order shown to extract the files from the tape:
mt -f
<tape-drive> rew
mt -f
<tape-drive> fsf 4
tar xvf
<tape-drive>
Here, <tape-drive> is almost always /dev/nrst0, unless your tape drive has been configured to use a different port (for example, /dev/nrst1 or /dev/nrst2).
The process of extracting files from the tape takes 10 to 20 minutes to complete. This procedure creates the following directory structure:
Step 5 While logged in as root, remove the directory ovsnmp.conf_db
that is created when the LightStream applications run. Enter the following command:
rm -r /usr/LightStream-2.0/templates ovsnmp.conf_db
After you modify your environment, the LightStream applications create this directory with new information.
Secure single-user operation prevents unauthorized super-user access to the NP. The steps to enable or disable this feature are as follows:
Step 1 Log in to the active NP as root.
Step 2 Back up the /etc/starttab file as follows:
cp /etc/starttab /etc/starttab.bak
Step 3 Using the vi editor, search for the following comment line:
This feature is disabled by default, in conformity with earlier releases and with other UNIX-based systems, such as Sun workstations. Whenever the System diskette set is installed, the default /etc/starttab file is written to disk. Consequently, if this feature is desired, it must be re-enabled with each new software release. The feature may be enabled with any release.
If this feature is enabled, and the root password is lost, boot the NP from the Boot diskette. Keep the boot diskette in a secure place.
To restore multi-user operation after running in single-user mode, log out (for example, by typing [^D]). The NP comes up in multi-user mode after the following sequence of events:
Step 1 The fsck program runs a check on all file systems.
Step 2 The following prompt appears:
Step 3 Type y. The NP comes up and runs the LS2020 application software.
Below is a list of the LightStream 2020 Release 2.0.7 node software distribution diskettes and workstation software distribution tape.
LightStream Release 2.0.7 Distribution Media |
---|
Boot Disk |
System Disk 1 |
System Disk 2 |
System Disk 3 |
Application Disk 1 |
Application Disk 2 |
Application Disk 3 |
Application Disk 4 |
Application Disk 5 |
Application Disk 6 |
Diagnostic Disk 1 |
Diagnostic Disk 2 |
Firmware Disk 1 |
Firmware Disk 2 |
Software for Release 2.0.7 Workstation Tape |
|