Oracle8i Installation Guide Release 3 (8.1.7) for Sun SPARC Solaris Part Number A85471-01 |
|
This appendix describes how to install, update, and remove Legato Storage Manager. It includes the following:
Legato Storage Manager is a restricted-functionality version of Legato NetWorker, a backup product.
.
Note: If you have Legato NetWorker already installed on your system, you will not have the option of installing Legato Storage Manager. To install the version of Legato Storage Manager included with this release of Oracle8i, you must first de-install any present version of Legato NetWorker. See "Removing an Existing Legato Storage Manager Installation". |
The software requirements in Table B-1 apply to a default installation of Legato Storage Manager, with no relocation of the software components.
The Legato Storage Manager installation script modifies the following system files during installation:
If you want to install Legato Storage Manager from the Oracle8i distribution, but Legato Storage Manager is already on your system, you must first remove the installed version.
root
user and shut down the Legato Storage Manager daemons:
# nsr_shutdown
pkgrm
command to remove individual Legato Storage Manager packages, or all of the Legato Storage Manager packages at the same time.
# pkgrm package_name
where package_name
is one of the following:
Package Name | Description |
ORCLman |
NetWorker Man Pages |
ORCLserv |
NetWorker Server |
ORCLnode |
NetWorker Storage Node |
ORCLclnt |
NetWorker Client |
ORCLdrvr |
NetWorker Device Drivers |
You typically install Legato Storage Manager by using Oracle Universal Installer, selecting the Custom installation of Oracle8i Enterprise Edition, and selecting Legato Storage Manager.
If you do not install Legato Storage Manager using Oracle Universal Installer, you can manually install it using the following steps:
Note:
If you are updating Legato Storage Manager, be sure to perform a partial removal of Legato Storage Manager using the procedure in the section "Removing Legato Storage Manager Version 5.5". Be sure not to remove any existing Legato Storage Manager files in the Be sure no Legato Storage Manager or NetWorker software is installed on your system. If Legato software exists but is not detected by the following installation steps, both the existing Legato software and the Legato Storage Manager might not function properly. |
lsm
directory
$ cd lsm
root
user, install the Legato Storage Manager software using the following lsminst
command:
# ./lsminst
cd_rom_mount_point/stage/Components/lsm
For each prompt asking if you want to continue the installation, enter Yes.
When prompted for a directory to use for client and server information, you can accept the default or enter another directory name. To check that the directory used has sufficient disk space, see the "Legato Storage Manager Software Requirements" table.
When prompted for a device name, you can enter either a carriage return ([ENTER]) or a proper no-rewind, BSD-semantics tape device name. The device is used by Legato Storage Manager for backups after it has been properly configured in the Legato Storage Manager Administrator GUI.
For all other prompts displayed by lsminst
, press [ENTER].
/usr/share/man
, the pathname of the directory where the Legato Storage Manager man pages are installed. PATH must include /usr/bin
and /usr/sbin
, the pathnames of the directories where the Legato Storage Manager binaries are installed.
oracle
user.
stage/Components/lsm/lib/liblsm.so
from the Oracle8i CD-ROM to the file $ORACLE_HOME/lib/liblsm.so
:
$ cp stage/Components/lsm/lib/liblsm.so $ORACLE_HOME/lib/liblsm.so
$ORACLE_HOME/lib/libobk.so
and create a symbolic link from $ORACLE_HOME/lib/libobk.so
to $ORACLE_HOME/lib/liblsm.so
:
$ cd $ORACLE_HOME/lib
$ rm libobk.so
$ ln -s liblsm.so libobk.so
To update to the latest version of Legato Storage Manager, follow these steps:
Do not remove any existing Legato Storage Manager files in the /nsr
directory.
To remove Legato Storage Manager version 5.5, follow these steps:
$ORACLE_HOME/lib/liblsm.so
and create a symbolic link from $ORACLE_HOME/lib/libobk.so
to $ORACLE_HOME/lib/libdsbtsh8.so
:
$ cd $ORACLE_HOME/lib
$ rm libobk.so
$ rm liblsm.so
$ ln -s libdsbtsh8.so libobk.so
root
user, stop the Legato Storage Manager daemons by using the nsr_shutdown
command:
# nsr_shutdown
root
user, remove the Legato Storage Manager software by using the pkgrm
command:
# pkgrm ORCLman ORCLserv ORCLnode ORCLdrvr ORCLclnt
For each prompt displayed by the
pkgrm
command, enter "Yes."
/nsr
directory by running the following command as root
user:
# rm -rf /nsr/* /nsr
If you remove the /nsr
directory containing the index and configuration information, you will not be able to restore from the Legato Storage Manager backups. If you later re-install Legato Storage Manager or install another Legato product, you will need to rebuild the configuration.
You can install Legato Storage Manager by using the Installer and running the root.sh
script as described in "Oracle8i Enterprise Edition Custom Installation". Instructions for manually installing Legato Storage Manager from the Oracle8i CD-ROM are described in "Installing Legato Storage Manager Manually".
# pkginfo | grep -i LSM application ORCLclnt LSM (Backup/Recover) Client system ORCLdrvr LSM (Backup/Recover) Device Drivers application ORCLman LSM (Backup/Recover) Man Pages application ORCLnode LSM (Backup/Recover) Storage Node application ORCLserv LSM (Backup/Recover) Server
To perform archive, backup, and recover operations, Legato Storage Manager provides a means to integrate SAP R/3 and Oracle8i backup and recovery. The backup and recovery is initiated from SAPDBA along with the SAP br-tools
(brbackup
, brarchive
, and brrestore
) with the Legato Storage Manager server.
On the Oracle8i software CD-ROM, the directory containing the Legato Storage Manager software has a subdirectory named SAP
with the following files for SAP R/3 on Oracle:
To set up and configure Legato Storage Manager with SAP R/3 on your system, perform the following tasks:
/usr/sbin
) in the PATH environment variable for the oracle
user.
SAP
in the Legato Storage Manager directory on the Oracle8i CD-ROM, copy the backint
program file into the directory where the SAP br-tools reside.
SAP
in the Legato Storage Manager directory on the Oracle8i CD-ROM, copy the file init.utl
into the directory where you installed Legato Storage Manager, /usr/sbin
.
backint
program by setting the backup_dev_type
parameter in the SAP initialization file, init
sid
.sap
. In init
sid
.sap
, set the parameter as follows:
backup_dev_type = util_file
init
sid
.utl
for backint
-specific parameters by setting the util_par_file
parameter in the SAP initialization file, init
sid
.sap
.
In init
sid
.sap
, set the parameter as follows:
util_par_file = ?/dbs/initsid.utl
The session report, backint
sid
.log
, is created after the first backup session using SAP R/3 integrated with Legato Storage Manager. The report, typically located in the directory /nsr/logs
, is appended to after each backup, recover, or archive
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|