ObjectStore Installation and Configuration Utilities Dialog Samples

Sample osinstal Dialog

The following provides an example of the osinstal dialog with annotations of optional responses to the utility prompts. Utility prompts appear in red, and user responses appear in red boldface type. Annotations are interspersed in the dialog sample and indicated by the accompanying Note:

Enter the following to initiate the Object Store installation utility.

# ./osinstal
The paragrpahs that follow provide some guidance for a variety of 
installation conditions. 
  
 Typical root installation

Debug Installation Sample

Non-root installation

Typical root installation

# /osinstal ObjectStore Release 5.1 for Solaris 2.x (SunOS 5.x) Sparc/SunPro Copyright Object Design, Inc. 1989-1998 Object Design Inc. claims copyright in this computer program as an unpublished work, versions of which were created on the date(s) indicated in the foregoing notice. Claim of copyright does not imply waiver of Object Design Inc.'s other rights in the work. This tape or disk and the program recorded on it are the property of Object Design Inc. Use of the programs (including examination, reproduction, modification, translation and disclosure) and transfer of the programs and the right to use the programs are all prohibited except by the express written authorization of Object Design, Inc. "RESTRICTED RIGHTS LEGEND -- Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at 252.227-7013 (48 CFR, Ch. 2). Contractor/manufacturer is Object Design, Inc., 25 Burlington Mall Road, Burlington, MA 01803." Please specify where the ObjectStore software will be loaded. Note that the final component of the path must be `ostore'. The default location is /opt/ODI/ostore. Do you want to use the default path? [yes]

 n
Note: You can select an alternate path to the default location, but make sure you have sufficient space to complete the installation in the location of your choice. You need at least 40 MB of free disk space which can be NFS-mounted.

Please type the pathname where you want the software to be loaded:
Note that the final component of the path must be `ostore'.
-e.g. /home/ODI/ostore
 /h/kellen/2/install.sol2c4.test/ostore

You have entered:
/h/kellen/2/install.sol2c4.test/ostore

This load path does not exist. Do you want to create it? [yes]
Note: Press Return to accept the default [yes].


The ObjectStore components that you can install are:

-- Runtime Environment
-- Development Environment

Note that the Development Environment requires and
will automatically install the Runtime Environment.

Install Runtime Environment? [no]
yes

Install Development Environment? [no] 
yes
The ObjectStore components that you have chosen to install are:
 
Runtime Environment ---------------- Will Be Installed
Development Environment ------------ Will Be Installed
 
Do you want to proceed with the installation? [yes] 

Note: Press Return to accept the default

Beginning installation...
Reading ObjectStore Man-Pages tar file from CD...
x man, 0 bytes, 0 tape blocks
x man/ja, 0 bytes, 0 tape blocks
x man/ja/man1, 0 bytes, 0 tape blocks
x man/ja/man8, 0 bytes, 0 tape blocks
x man/man8, 0 bytes, 0 tape blocks
x man/man8/oscmshtd.8, 545 bytes, 2 tape blocks
x man/man8/oschhost.8, 1830 bytes, 4 tape blocks
x man/man8/ossvrclntkill.8, 2518 bytes, 5 tape blocks
x man/man8/ossvrstat.8, 12302 bytes, 25 tape blocks
x man/man8/osrecovr.8, 6109 bytes, 12 tape blocks
x man/man8/ossvrdebug.8, 748 bytes, 2 tape blocks
x man/man8/ossvrchkpt.8, 880 bytes, 2 tape blocks
x man/man8/osbackup.8, 8226 bytes, 17 tape blocks
x man/man8/osreplic.8, 3865 bytes, 8 tape blocks
[...]
x include/CC/cc symbolic link to /usr/include
x lib, 0 bytes, 0 tape blocks
x lib/cpp, 234 bytes, 1 tape blocks
done.
Setting permissions on directories ...
Reading ObjectStore Single tar file from CD...
x bin, 0 bytes, 0 tape blocks
x bin/osprop, 11004 bytes, 22 tape blocks
x libsngl, 0 bytes, 0 tape blocks
x libsngl/libos.so.sun.4.0, 5753644 bytes, 11238 tape blocks
x libsngl/libosdbu.so.sun.4.0, 186476 bytes, 365 tape blocks
x libsngl/libos.so symbolic link to libos.so.sun.4.0
x libsngl/libosdbu.so symbolic link to libosdbu.so.sun.4.0
done.
Setting permissions on directories ...
Information: creating compiler specific links for sunpro.

You have successfully installed ObjectStore.

Do the following to finish your installation:
-- Set your OS_ROOTDIR environment variable to
   /h/kellen/2/install.sol2c4.test/ostore
-- Set your executable search path to include:
   /h/kellen/2/install.sol2c4.test/ostore/bin
-- Set your library search path to include
   /h/kellen/2/install.sol2c4.test/ostore/lib
-- Run /h/kellen/2/install.sol2c4.test/ostore/bin/osconfig
   to configure the installation.

osinstal done. Exiting.

  
 Debug Installation Sample

The following is a sample of a debug installation that installs debug versions of libraries and executables. This installation is complete. You can also install the product without the -debug option as shown in the Typical root installation, and subsequently can install the debug libraries if a problem occurs and you need a stack trace for Technical Support.


# ./osinstall -debug
As shown in Typical root installation, except for the section:


[...]
The ObjectStore components that you can install are:

-- Runtime Environment
-- Development Environment
-- Debuggable Development Environment

Note that the development environment requires and
will automatically install the runtime environment.

Install Runtime Environment? [no] 

Install Development Environment? [no] 
yes

Install Debuggable Development Environment? [no]
yes

The ObjectStore components that you have chosen to install are:

Runtime Environment ---------------- Will Be Installed
Development Environment ------------ Will Be Installed
Debuggable Development Environment - Will Be Installed

Do you want to proceed with the installation? [yes]
Note: Press Return to accept the default [yes].

Beginning installation...
[...]
You have successfully installed ObjectStore.

Do the following to finish your installation:
-- Set your OS_ROOTDIR environment variable to
   /h/kellen/2/install.sol2c4.test/ostore
-- Set your executable search path to include:
   /h/kellen/2/install.sol2c4.test/ostore/bin
-- Set your library search path to include
   /h/kellen/2/install.sol2c4.test/ostore/lib
-- Run /h/kellen/2/install.sol2c4.test/ostore/bin/osconfig
   to configure the installation.

Since you've just loaded the Debuggable Environment also, you could
instead set your OS_ROOTDIR and paths to use
/h/kellen/2/install.sol2c4.test/ostore/debug.
You would still need to run osconfig.

osinstal done. Exiting.

  
 Non-root installation 

$ ./osinstal -nonroot ObjectStore Release 5.1 for Solaris 2.x (SunOS 5.x) Sparc/SunPro Copyright Object Design, Inc. 1989-1997 Object Design Inc. claims copyright in this computer program as an unpublished work, versions of which were created on the date(s) indicated in the foregoing notice. Claim of copyright does not imply waiver of Object Design Inc.'s other rights in the work. This tape or disk and the program recorded on it are the property of Object Design Inc. Use of the programs (including examination, reproduction, modification, translation and disclosure) and transfer of the programs and the right to use the programs are all prohibited except by the express written authorization of Object Design, Inc. "RESTRICTED RIGHTS LEGEND -- Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at 252.227-7013 (48 CFR, Ch. 2). Contractor/manufacturer is Object Design, Inc., 25 Burlington Mall Road, Burlington, MA 01803." Installing ObjectStore without being (root). Please refer to the Installation Guide for information about this installation option.

Please specify where the ObjectStore software will be loaded.
The default location is /opt/ODI/ostore.
Do you want to use the default path? [yes]
no
 
Please type the pathname where you want the software to be loaded:
Note that the final component of the path must be `ostore'.
- eg. /home/ODI/ostore
 /h/kellen/2/install.sol2c4.test/ostore
You have entered:
/h/kellen/2/install.sol2c4.test/ostore
 
This load path does not exist. Do you want to create it? [yes] 
Note: Press Return to accept the default [yes].


[...]

Reading ObjectStore Single tar file from CD...
x bin, 0 bytes, 0 tape blocks
x bin/osprop, 11004 bytes, 22 tape blocks
x libsngl, 0 bytes, 0 tape blocks
x libsngl/libos.so.sun.4.0, 5753644 bytes, 11238 tape blocks
x libsngl/libosdbu.so.sun.4.0, 186476 bytes, 365 tape blocks
x libsngl/libos.so symbolic link to libos.so.sun.4.0
x libsngl/libosdbu.so symbolic link to libosdbu.so.sun.4.0
done.
Setting permissions on directories for non-root installation ...
Information: creating compiler specific links for sunpro.

Warning, directory permissions for
/h/kellen/2/install.sol2c4.test/ostore/lib cannot be set.
Cache manager auto-launching will not work properly.


You have successfully installed ObjectStore.

Do the following to finish your installation:
-- Set your OS_ROOTDIR environment variable to
   /h/kellen/2/install.sol2c4.test/ostore
-- Set your executable search path to include:
   /h/kellen/2/install.sol2c4.test/ostore/bin
-- Set your library search path to include
   /h/kellen/2/install.sol2c4.test/ostore/lib
-- Run /h/kellen/2/install.sol2c4.test/ostore/bin/osconfig
   to configure the installation.

osinstal done. Exiting.



[previous] [next]

Copyright © 1998 Object Design, Inc. All rights reserved.

Updated: 04/02/98 13:50:06