User`s guide

Setting Up the DCE Manager
1-7
7800-A2-GB26-80
May 1999
Installing the DCE Manager
The DCE Manager software is available on the World Wide Web (WWW) and on
CD-ROM for HP-UX, Solaris, and AIX platforms. The following sections describe
how to access and install the DCE Manager software.
Installing the DCE Manager on HP-UX or Solaris
This section describes how to download and install the DCE Manager software
on HP-UX or Solaris operating platforms.
" Procedure
To install the DCE Manager on a HP-UX or Solaris system:
1. Log into the targeted system as root.
2. Enter the following command lines:
PATH=/usr/bin:$PATH:/opt/OV/bin
export PATH
3. Stop the Volume Manager (vold), if it is running (Solaris systems only).
To see if the Volume Manager is active on your system, type the following:
ps -ef | grep vold
If the Volume Manager is running, note the process number for vold
returned by the ps command, then enter the following to stop the process:
kill -9 <
process number
>
4. Access the install program.
If you are downloading the software from the World Wide Web, go to the
web site, which provides access to the DCE Manager:
http://www.paradyne.com/products/ovr_management.html
Download the file SOLARIS_tar.Z (for Sun systems) or HPUX_tar.Z
(for HP systems) to your local system and uncompress the file as follows:
uncompress
<tarfile>
In the previous example,
<tarfile>
is the name of the compressed tar file
you downloaded.
If you are loading from CD-ROM for HP systems, mount the CD-ROM as
follows:
mkdir /tmp/cdrom
/etc/mount -r /dev/dsk/<
cdrom
> /tmp/cdrom
In this example, <
cdrom
> is the name of the CD-ROM device.
If you are loading from CD-ROM for Sun systems, mount the CD-ROM as
follows:
mkdir /tmp/cdrom
/etc/mount -F hsfs -o ro,nomaplcase /dev/sr0
/tmp/cdrom