Você está na página 1de 7

WOW for GeoFrame R2003.3.1.

5
Release Notes and Administration Manual

Contents
Introduction .................................................................................................................2
Enhancements and Fixes in this Version (R2003.3.1.5)..........................................2
Pre-Installation Planning ............................................................................................3
Minimum Requirements......................................................................................3
Licensing..............................................................................................................3
Installation...................................................................................................................4
Extracting Media..................................................................................................4
Running the GeoFrame Installation Script.........................................................4
Adding GeoFrame to the WOW Side Menu......................................................5
Appendix 1: Typical geoframe.env File.....................................................................6

GeoFrame is a registered trademark of Schlumberger.

July 2004

Introduction
WOW for GeoFrame is a WebApps1 module that provides WOW-style data browsing
capabilities on the Schlumberger GeoFrame application. Functionality includes:

display project list, project headers and data counts

drill down to view borehole headers

drill down to borehole details: markers, deviations, checkshots and logs

display deviation, checkshot and log graphs

download deviation, checkshot and log values to Excel

drill down from project header to 2D/3D surveys; display survey basemaps

drill down to list IESX seismic; view seismic traces and images

drill down from project header to binsets and binset details

view horizons, grids, patches and layers

display grid images

generate and display archive stubs, i.e. grid thumbnails (requires CDA).

Enhancements and Fixes in this Version (R2003.3.1.5)


Note: WOW for GeoFrame is included in the WebApps version R2003.3.1.5 patch. It
requires WebApps version R2003.3.1 to be installed first. It is not necessary to first apply
the WebApps R2003.3.1.x patches.
1. Ported to GeoFrame version 4.0.4.1 (fixes gf_runtime checkout error)

WebApps is the shared architecture and software directory name for the following products: WOW (including GeoProbe
and VIP modules), Corporate Data Archiver (CDA), WOW for Geolog and WOW for GeoFrame.

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 2 of 7

July 2004

Pre-Installation Planning
Minimum Requirements
1. The WOW for GeoFrame software requires a fully configured WOW version
R2003.3.1.5 instance. Click on About on the WOW top bar menu to see your current
WOW version. If not currently on WOW version R2003.3.1.5, please install WOW
and/or upgrade to this version before proceeding. The latest WOW software can be
obtained from the Landmark ftp server isite.lgc.com. Contact your customer
support representative for login details and WOW installation instructions.
2. WOW for GeoFrame runs under Solaris only, i.e. the WOW server must be installed
on a Solaris system.
3. The WOW server must be configured as a standard GeoFrame 4.0.4 Solaris client,
i.e. it should be possible to launch GeoFrame applications, browse data etc.
4. GeoFrame version must be 4.0.4 or 4.0.4.1. WOW for GeoFrame is not guaranteed to
work against earlier versions, e.g. 4.0.3.
5. The WOW Apache user must be granted read access to those GeoFrame projects
which are required to be viewed through WOW. Read-only access is sufficient, since
WOW for GeoFrame performs no write operations.
Licensing
Regular FlexLM licensing is used with a feature name of WOWGF. The product
simulates a typical user session using the FlexLM linger function. Whenever a user clicks
on a link in WOW for GeoFrame, the license is refreshed for a further 20 minutes. The
license is checked back in after 20 minutes of inactivity.
See your R2003 installation instructions and Release Notes for how to install licenses,
and/or email license@lgc.com to obtain a valid license key.

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 3 of 7

July 2004

Installation
Extracting Media
WOW for GeoFrame is included in the WebApps R2003.3.1.5 patch. The simplest
installation is to upgrade WOW for R2003.3.1.5, then run the WOW for GeoFrame
installation script as described below. Although not recommended, WOW for Geolog
media in the R2003.3.1.4 environment are available from isite.lgc.com or from CD.
The notes below describe the installation steps required:

Login to the WOW server as the WOW/Apache user.

Source the Landmark environment if not done by default:


source $OWHOME/templates/.lgclogin

Extract the media, if not already running WOW R2003.3.1.5:


cd $OWHOME/WebApps
gzip dc /path/WebApps_2003.3.1.5_patch_SUNSV.tar.gz | tar xvf

Run the installation script as described below:


cd WebApps/install
./GeoFrameInstall o $OWHOME

Running the GeoFrame Installation Script


You will be prompted for a number of GeoFrame variables. You should be able to get
these from a GeoFrame xterm (launched off the Geonet menu)

GeoFrame GF_PATH directory: This is the root directory of the GeoFrame software
$GF_PATH, e.g. /apps/geoframe/geoframe_404_sun.

GeoFrame TNS_ADMIN directory: This is directory containing the Oracle


tnsnames.ora file, containing an entry pointing to the GeoFrame Oracle instance.

GeoFrame TWO_TASK: This is the GeoFrame Oracle instance name.

GeoFrame default project name: This is the name of any GeoFrame project.

GeoFrame license file: This is the name of the GeoFrame license file. The value
provided is appended to the LM_LICENSE_FILE environmental variable.

During this stage the $OWHOME/WebApps/conf/geoframe.env file is created


containing all the variables required by WOW for GeoFrame. This is the only configuration
file for WOW for GeoFrame; see Appendix 1 for an example. Check this file, as there may
be other GeoFrame parameters that require modification.
To test the installation, attach 'bin/gf.cgi' to your standard WOW URL, e.g.
http://wow.oilco.com/bin/gf.cgi. Once the license is installed, WOW for GeoFrame should
be fully functional.
There is no need to restart Apache as part of the installation.

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 4 of 7

July 2004

Adding GeoFrame to the WOW Side Menu


The WOW left side menu is partly customizable. This allows administrators to add extra
links, by modifying a configuration file. See $OWHOME/WebApps/conf/wow_menu.dat
for details.
cd $OWHOME/WebApps/conf
cp wow_menu.dat.default wow_menu.dat
vi wow_menu.dat
add your URL, e.g.: GeoFrame http://wow.oilco.com/bin/gf.cgi
Alternatively, the WOW Apache owner can configure this file through the browser by
clicking on Admin on the WOW top menu bar.

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 5 of 7

July 2004

Appendix 1: Typical geoframe.env File


#============================================================================
# Name:
#
geoframe.env - required additional environment for WOW/GeoFrame
#
# Usage:
#
sourced by gfdksh cgi scripts
#
# Description:
#
sets up GeoFrame environment
#
#---------------------------------------------------------------------------#============================================================================
# Check and change value of variables here if required
#---------------------------------------------------------------------------# GF_PATH
GF_PATH=/home/geoframe/geoframe_404_sun; export GF_PATH
# PATH
PATH=${PATH}:${GF_PATH}/bin; export PATH
# LD_LIBRARY_PATH
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GF_PATH}/lib; export LD_LIBRARY_PATH
# LM_LICENSE_FILE
LM_LICENSE_FILE=${LM_LICENSE_FILE}:/home/geoframe/GFLicensing/gn5c02_00/irix\
/flexlm/licenses/license.dat; export LM_LICENSE_FILE
# ORACLE
#ORACLE_HOME=/home/geoframe/geoframe_404_sun; export ORACLE_HOME
TNS_ADMIN=/home/ora817/gforacle/network/admin; export TNS_ADMIN
TWO_TASK=gf403ora; export TWO_TASK
ORACLE_USERID=CLDSPN404_NEW/CLDSPN404_NEW; export ORACLE_USERID
# OMNIWORKS_PATH
OMNIWORKS_PATH=/home/geoframe/geoframe_404_sun; export OMNIWORKS_PATH
#============================================================================
# End of script
#============================================================================

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 6 of 7

July 2004

Landmark/Asia Pacific

Landmark/EAME

Landmark/The Americas

11th Floor Menara Tan & Tan

Hill Park South

Building 1, Suite 200, 2101 CityWest

207 Jalan Tun Razak

Springfield Drive

Houston, TX 77042

50400 Kuala Lumpur

Leatherhead, Surrey KT22 7NL

P.O. Box 42806, Houston, TX77242

Malaysia

England

U.S.A.

Tel: 60-3-2164-1121

Tel: 44-1372-868-600

Tel: 1-713-839-2000

Fax: 60-3-2164-1135

Fax: 44-1372-868-601

Fax: 1-713-839-2168

Help Desk: 61-8-9481-4488

Help Desk: 44-1372-868-686

Help Desk: 1-713-839-2200

Email: apsupport@lgc.com

Email: eame_helpdesk@lgc.com

Email: support@lgc.com

Trademarks
Landmark, the Landmark logo, 3D Drill View, 3D Drill View KM, 3DVIEW, Active Field Surveillance, Active
Reservoir Surveillance, ARIES, Automate, BLITZ, BLITZPAK, CasingSeat, COMPASS, Contouring Assistant,
DataStar, DBPlot, Decision Suite, Decisionarium, DecisionDesktop, DecisionSpace, DepthTeam, DepthTeam
Explorer, DepthTeam Express, DepthTeam Extreme, DepthTeam Interpreter, DESKTOP-PVT, DESKTOP-VIP,
DEX, DFW, DIMS, Discovery, Drillability Suite, DrillModel, DrillVision, DSS, Dynamic Surveillance System,
EarthCube, EdgeCa$h, eLandmark, EPM, e-workspace, FastTrack, FZAP!, GeoDataLoad, GeoGraphix,
GeoGraphix Exploration System, GeoLink, GES, GESXplorer, GMAplus, GrandBasin, GRIDGENR, I2 Enterprise,
iDims, IsoMap, LandScape, LeaseMap, LMK Resources, LogEdit, LogM, LogPrep, Make Great Decisions,
MathPack, Model Builder, MyLandmark, MyWorkspace, OpenBooks, OpenExplorer, OpenJournal, OpenSGM,
OpenTutor, OpenVision, OpenWorks, OpenWorks Well File, PAL, Parallel-VIP, PetroBank, PetroWorks, PlotView,
Point Gridding Plus, Pointing Dispatcher, PostStack, PostStack ESP, PRIZM, PROFILE, ProMAX, ProMAX 2D,
ProMAX 3D, ProMAX 3DPSDM, ProMAX MVA, ProMAX VSP, pStaX, QUICKDIF, RAVE, Real Freedom,
Reservoir Framework Builder, RESev, ResMap, RMS, SafeStart, SCAN, SeisCube, SeisMap, SeisModel,
SeisSpace, SeisVision, SeisWell, SeisWorks, SeisXchange, SigmaView, SpecDecomp, StrataMap, Stratamodel,
StratAmp, StrataSim, StratWorks, StressCheck, STRUCT, SynTool, SystemStart, T2B, TDQ, TERAS, Total
Drilling Performance, TOW/cs, TOW/cs The Oilfield Workstation, Trend Form Gridding, Turbo Synthetics, VIP,
VIP-COMP, VIP-CORE, VIP-DUAL, VIP-ENCORE, VIP-EXECUTIVE, VIP-Local Grid Refinement, VIPPOLYMER, VIP-THERM, WavX, Web OpenWorks, Well Editor, Wellbase, Wellbore Planner, WELLCAT,
WELLPLAN, WellXchange, WOW, Xsection, ZAP!, Z-MAP Plus are trademarks, registered trademarks or service
marks of Landmark Graphics Corporation.
All other trademarks are the property of their respective owners.

WOW for GeoFrame R2003.3.1.5 Release Notes

Page 7 of 7

July 2004

Você também pode gostar