Running Voyager in Multi-Server Mode

Size: px
Start display at page:

Download "Running Voyager in Multi-Server Mode"

Transcription

1 Running Voyager in Multi-Server Mode by Stephen G. A. Thomas University of Adelaide Library 26 April 2006

2

3 Introduction The University of Adelaide Library has been running Voyager since The original implementation used a single server, a Sun E3500 with 3GB ram and five 400Mhz processors. (Full configuration in Appendix D. With the upgrades to Unicode and Voyager 5.0, this configuration proved to be inadequate, with continuous problems with load causing swap space errors and generally dismal performance. Late in 2005, we found the funds for a server upgrade. However, since Voyager has a multi-tier architecture (Appendix E, providing load splitting capabilities, as well as the extra security of running the public web server outside of the University firewall (in the DMZ, we elected to go with a split server configuration, with four servers to be deployed as follows: Web server Database server Firewall Web server Applications server There will be four servers: 2 x V440 and 2 x V210. The V440s will be used for the database server and apps server. The database server (voyager-db will utilise space on the SAN for the /m1 and /oracle file systems, and duplicate all the functions of the existing single server. The applications server (voyager-app will run the various *srvr Voyager applications supporting the client programs. The apps server will also be configured to serve as backup for the database server in case of failure, by mounting the SAN disks on the apps server instead Running Voyager in Multi-Server mode Page3 of 12 27/04/2006 5:13 pm

4 of the database server. The apps server will also have a local copy of /m1 and /oracle, so as to provide a backup service during upgrades and other scheduled downtime of voyager-db. The V210s will be used for public access to our catalogue they will act as webserver to Voyager. Public web access will be through the URL which will be redirected by a hardware content switch to one or other web server depending on load. The public servers will also be used for authentication via cgi scripts, for which we need SSL. These authentication scripts previously ran off the Virtual host in unsecure mode. These will now be accessed through the secure which allows us to use the University certificate and avoid the cost of a separate certificate for the library. Requirements All servers (other than voyager-db will need an Oracle client installed. (Not a problem because we have a site licence for Oracle. This is because we run our authentication scripts from the web servers, and these make use of SQL access to the Voyager database. All servers will need Perl and a few additional Perl modules: DBI, DBD::Oracle, Net::LDAP and Convert::ASN1 (required by Net. All servers will need two user accounts: voyager and oracle. All servers should have /m1 and /oracle. On the database server, /m1 and /oracle will be on the SAN disks. On other servers, these will be local. The existing server, voyager, has rsync server configured, so we can use rsync to suck across /m1 and /oracle to the new servers. A number of other files are also required, or need modification, for which I have created a tar ball: tar tvf /export/home/voyager/config-files.tar -rw-r / Jan 11 04: export/home/voyager/.profile -rw-r / Jan 11 04: export/home/oracle/.profile -rw-r--r-- 100/ Jan 11 04: var/opt/oracle/oratab -rwxr-xr-- 0/ Jul 15 08: etc/init.d/voyager -rwxr--r-- 100/ Sep 22 03: etc/init.d/dbora -r--r--r-- 0/ Oct 22 05: etc/inet/services -r--r--r-- 0/ Oct 22 05: etc/inet/inetd.conf -rwxr-xr-x 100/ Jun 4 05: usr/local/bin/oraenv -rwxr-xr-x 100/ Jun 4 05: usr/local/bin/dbhome -rw-r--r-- 0/ Nov 29 18: usr/local/apache/conf/httpd.conf Some system configuration files need additional parameters. These are described below and detailed in the Appendices. Voyager-app also requires a number of binaries, in /export/home/oracle/bin

5 The Gory Details Configuration all servers 1. Add required users and groups. All servers should have two users, oracle (uid=100 and voyager (uid=102, in groups dba (101 and endeavor (103 respectively. 2. Copy.profile for voyager and oracle to new accounts. 3. Copy scripts dbhome and oraenv to /usr/local/bin 4. Copy /var/opt/oracle/oratab 5. Edit Apache httpd.conf adding appropriate entries. Configuration voyager-db and voyager-app 1. Copy ~oracle/bin to new oracle home dir. 2. Add Endeavor ports to /etc/inet/services (Appendix A 3. Add Endeavor services to /etc/inet/inetd.conf (Appendix B 4. Add Oracle memory settings to /etc/system (these may need adjustment since we now have 16GB (Appendix C 5. Copy startup scripts voyager and dbora to /etc/init.d, 6. Edit the file /oracle/app/oracle/product/9.2.0/network/admin/listener.ora and set the hostname to voyager-db (On voyager-app, this file does not exist; instead make the same change to tnsnames.ora

6 Migration 1. Copy file systems /m1 and /oracle * For web servers and Apps server, we don t require: /m1/voyager/*/data /m1/voyager/wilsondb /oracle/oradata 2. In /oracle/app/oracle/product/9.2.0/network/admin/listener.ora, change the host name: (ADDRESS = (PROTOCOL = TCP(HOST = voyager-db(port = Edit the file /m1/voyager/adelaidedb/etc/webvoyage/voyager.ini replacing the host address with the IP of the database server.

7 Appendix A : Endeavor s description of the architecture ( Multi-Tiered Client/Server Architecture Voyager is a true client/server application with a clear separation between the client functions, server functions, and database functions. With each component assigned a specific purpose, libraries realize significant improvements in performance and functionality over less-optimal designs or architectures. Multi-tiered client/server architecture is essential for the needs of forward-thinking libraries because it provides client/server independence allowing: Rapid enhancements to the system An increase in the number of choices for distributing and growing the system Quicker integration of emerging technologies Clear separation between system objects means a flexible, expandable architecture. Flexibility is Key in Configuration Flexibility is provided through Voyager by layering the server side and isolating the client from the database structure through the use of intermediate application layers. It's easy to add new technology quickly since only one layer needs to be changed. The client doesn't need to know the database structure, and the application logic is abstracted from the database. This is truly a great advantage to any library that employs advanced technology as a means to manage information. Scalability of Voyager Meets the Needs of All Libraries The multi-tiered approach, while keeping the client/server distinctions between storage and access intact, also allows the server architecture to be divided into application server and database server elements. This is particularly important in scaling the application. The Voyager server is sized by the number of simultaneous users (which determines processor resource requirements and the size of the collection (which determines the database size and I/O requirements. Because the server is segmented into application and database elements, each part can be scaled independently.

8 Appendix B : Additions to /etc/inet/services Endeavor Entries Begin olisten 1521/tcp Oracle listener port Pwavirtualhost 7008/tcp vhost port Pwebadmind 7009/tcp Webadmin port Preview 7091/tcp Preview server port Piasock 7500/tcp Symtrix listener Voyager Server entries for production database adelaidedb - Version /14/2001 Popacsvr 7000/tcp OPAC Server Pcatsvr 7010/tcp Cataloging Server Pacqsvr 7020/tcp Acquisitions Server Pcircsvr 7030/tcp Circulation Server Pselfchk 7031/tcp Self Check Prptsvr 7040/tcp Reporting Server Psysadminsvr 7050/tcp System Administration Server Pkeysvr 7060/tcp Keyword Server Pmfhdkeysvr 7061/tcp MFHD Keyword Server Pfilesvr 7070/tcp File/Abstracts Server Pcallslipsvr 7080/tcp Request Server Pscansvr 7081/tcp Scandoc Server Pmediasvr 7085/tcp Media Booking Pz3950svr 7090/tcp Z39.50 Server Voyager Server Entries for Training Database traindb - Version /14/2001 Topacsvr 8000/tcp OPAC Server Tcatsvr 8010/tcp Cataloging Server Tacqsvr 8020/tcp Acquisitions Server Tcircsvr 8030/tcp Circulation Server Tselfchk 8031/tcp Self Check Trptsvr 8040/tcp Reporting Server Tsysadminsvr 8050/tcp System Administration Server Tkeysvr 8060/tcp Keyword Server Tmfhdkeysvr 8061/tcp MFHD Keyword Server Tfilesvr 8070/tcp File/Abstracts Server Tcallslipsvr 8080/tcp Request Server Tscansvr 8081/tcp Scandoc Server Tmediasvr 8085/tcp Media Booking Tz3950svr 8090/tcp Z39.50 Server Voyager Server Entries for Sample Citation Database wilsondb - Version Copacsvr 9000/tcp OPAC Server Ccatsvr 9010/tcp Cataloging Server Crptsvr 9040/tcp Reporting Server Csysadminsvr 9050/tcp System Administration Server Ckeysvr 9060/tcp Keyword Server Cfilesvr 9070/tcp File/Abstracts Server Cz3950svr 9090/tcp Z39.50 Server End of Endeavor System Entries

9 AppendixC : Additions to /etc/inet/inetd.conf Endeavor System Entries Here Voyager Entries for Production Database adelaidedb - Version Popacsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/popacsvr Pcatsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pcatsvr Pacqsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pacqsvr Pcircsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pcircsvr Pselfchk stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pselfchk Prptsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/prptsvr Psysadminsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/psysadminsvr Pkeysvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pkeysvr Pmfhdkeysvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pmfhdkeysvr Pfilesvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pfilesvr Pcallslipsvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pcallslipsvr Pscansvr stream tcp nowait voyager /m1/voyager/imagedb/sbin/pscansvr Pmediasvr stream tcp nowait voyager /m1/voyager/adelaidedb/sbin/pmediasvr Voyager Entries for Training Database traindb - Version Topacsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/topacsvr Tcatsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tcatsvr Tacqsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tacqsvr Tcircsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tcircsvr Trptsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/trptsvr Tsysadminsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tsysadminsvr Tkeysvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tkeysvr Tmfhdkeysvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tmfhdkeysvr Tfilesvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tfilesvr Tcallslipsvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tcallslipsvr Tscansvr stream tcp nowait voyager /m1/voyager/imagedb/sbin/pscansvr Tmediasvr stream tcp nowait voyager /m1/voyager/traindb/sbin/tmediasvr Voyager Entries for Sample Citation Database wilsondb - Version Copacsvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/copacsvr Ccatsvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/ccatsvr Crptsvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/crptsvr Csysadminsvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/csysadminsvr Ckeysvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/ckeysvr Cfilesvr stream tcp nowait voyager /m1/voyager/wilsondb/sbin/cfilesvr End Endeavor System Entries

10 Appendix D : Additions to /etc/system * * Endeavor Information System Entries * * Suitable for * 60 OPAC licenses * 150 Staff licenses * 1 Training databases * 1 Production databases * * set semsys:seminfo_semmap=40 set semsys:seminfo_semmni=150 set semsys:seminfo_semmns=2850 set semsys:seminfo_semmnu=2850 set semsys:seminfo_semmsl=2720 set shmsys:shminfo_shmmax= set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=20 * set semsys:seminfo_semume=10 set semsys:seminfo_semopm=100 * set semsys:seminfo_semusz=96 * set semsys:seminfo_semvmx=32767 * set semsys:seminfo_semaem=16384 * set shmsys:shminfo_shmseg=10 forceload: forceload: sys/semsys sys/shmsys set slowscan=500 set noexec_user_stack=1 set noexec_user_stack_log=1 set nfssrv:nfs_portmon=1 set ufs:ufs_hw= set ufs:ufs_lw= set maxphys= * Following added by Endeavor 18 Mar 2003 set tcp:tcp_conn_hash_size=8192 * * Endeavor Information Systems Inc. * End of entries

11 Appendix E : Oracle configuration On voyager-db, we need the file /oracle/app/oracle/product/9.2.0/network/admin/listener.ora to be configured thus: LISTENER.ORA Network Configuration File: /oracle/app/oracle/product/9.2.0/network/admin/listener.ora Generated by Oracle configuration tools. LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP(HOST = voyager-db(port = 1521 SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = VGER (ORACLE_HOME = /oracle/app/oracle/product/9.2.0 (SID_NAME = VGER And on the other servers we need tnsnames.ora to be configured thus: TNSNAMES.ORA Network Configuration File: /oracle/app/oracle/product/9.2.0/network/admin/tnsnames.ora Generated by Oracle configuration tools. VGER = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP(HOST = voyager-db(port = 1521 (CONNECT_DATA = (SERVICE_NAME = VGER

12 Appendix F : Existing server configuration > /usr/platform/sun4u/sbin/prtdiag -v System Configuration: Sun Microsystems sun4u 5-slot Sun Enterprise E3500 System clock frequency: 100 MHz Memory size: 3072Mb ========================= CPUs ========================= Run Ecache CPU CPU Brd CPU Module MHz MB Impl. Mask US-II US-II US-II US-II US-II 10.0 ========================= Memory ========================= Intrlv. Intrlv. Brd Bank MB Status Condition Speed Factor With Active OK 60ns 2-way A Active OK 60ns 2-way A Active OK 60ns 1-way ========================= IO Cards ========================= Bus Freq Brd Type MHz Slot Name Model SBus 25 3 SUNW,hme 1 SBus 25 3 SUNW,fas/sd (block 1 SBus SUNW,socal/sf (scsi

Database Instance Setup and Configuration. Oracle Database 10g

Database Instance Setup and Configuration. Oracle Database 10g Database Instance Setup and Configuration Oracle Database 10g Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. DATABASE CONFIGURATION...

More information

How connect Oracle Database with Ms SQL Server Database By shoaib

How connect Oracle Database with Ms SQL Server Database By shoaib How connect Oracle Database with Ms SQL Server Database By shoaib Here I have Install MS SQL Server 2005 (32- Bit) On Windows server 2003 R2 (64 Bit) So we install DG4ODBC driver (64 Bit) on Server where

More information

PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.1

PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.1 Configuration and Administration Guide PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.1 for Solaris Operating Environment Edition April 2003 Preface Purpose The purpose of the

More information

System Parameter Diagnosis 1.0. User s Guide

System Parameter Diagnosis 1.0. User s Guide System Parameter Diagnosis 1.0 User s Guide Purpose Preface This manual explains the System Parameter Diagnosis which detects abnormality of system configuration in Solaris (TM) 8 Operating Environment

More information

The Data Guard Broker: Why it is recommended

The Data Guard Broker: Why it is recommended The Data Guard Broker: Why it is recommended presented by Uwe Hesse Senior Principal Instructor at Oracle University Blogging on uhesse.com Twitter Handle Safe Harbor "THE FOLLOWING IS INTENDED TO OUTLINE

More information

TransNav Xpert Installation Guide

TransNav Xpert Installation Guide TransNav Xpert Installation Guide R05.03.00 May 2011 R Copyright 2011 Force10 Networks, Inc. All rights reserved. Force10 Networks reserves the right to change, modify, revise this publication without

More information

WHITE PAPER. VERITAS Database Edition 1.0 for DB2 PERFORMANCE BRIEF OLTP COMPARISON. Solaris 8. August

WHITE PAPER. VERITAS Database Edition 1.0 for DB2 PERFORMANCE BRIEF OLTP COMPARISON. Solaris 8. August WHITE PAPER VERITAS Database Edition 1.0 for DB2 PERFORMANCE BRIEF OLTP COMPARISON Solaris 8 August 2001 1 TABLE OF CONTENTS Introduction...3 Test Configuration...3 Results and Analysis...4 Summary...5

More information

Micro Focus. Modernization Workbench. Installing MW Desktop Edition

Micro Focus. Modernization Workbench. Installing MW Desktop Edition Micro Focus Modernization Workbench Installing MW Desktop Edition Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct

More information

AlphaXD Installation Instructions Effective: August 2017

AlphaXD Installation Instructions Effective: August 2017 AlphaXD Installation Instructions Effective: August 2017 Safety Notes Alpha considers customer safety and satisfaction its most important priority. To reduce the risk of injury or death and to ensure continual

More information

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva (suranga@ceylonlinux.com 1 Install Redhat Advanced Server 2.1 with X and GNOME and KDE 2 Choose Advanced

More information

IBM. Updating the Oracle database for V5.2.2

IBM. Updating the Oracle database for V5.2.2 IBM Updating the Oracle database for V5.2.2 ii Updating the Oracle database for V5.2.2 Contents Updating the Oracle database for V5.2.2 1 iii iv Updating the Oracle database for V5.2.2 Updating the Oracle

More information

Connecting to Oracle 11g Using FDO in AutoCAD Map

Connecting to Oracle 11g Using FDO in AutoCAD Map 1 Connecting to Oracle 11g Using FDO in AutoCAD Map 3D 2013 AutoCAD Map 3D can connect to a number of external data sources through FDO (Feature Data Objects. This paper describes how to connect to an

More information

Author A.Kishore Installation Guide for Oracle on Sun Solaris 8

Author A.Kishore   Installation Guide for Oracle on Sun Solaris 8 Installation Guide for Oracle 9.2.0.5 on Sun Solaris 8 HISTORY Rev Author Description 1.0 A.Kishore Draft 2.0 A.Kishore Included the screen shots and the upgrade screen shot from 9.2.0.1 to 9.2.0.5 on

More information

Report Exec Dispatch System Specifications

Report Exec Dispatch System Specifications Report Exec Dispatch System Specifications Contents Overview... 2 Technical Support... 2 At a Glance... 2 Report Exec Systems Diagram... 3 Server Specifications... 4 Server OS... 4 Microsoft SQL Server...

More information

Updating the Oracle server for V5.2.1 manually IBM

Updating the Oracle server for V5.2.1 manually IBM Updating the Oracle server for V5.2.1 manually IBM ii Updating the Oracle server for V5.2.1 manually Contents Updating the Oracle server for V5.2.1 manually.............. 1 iii iv Updating the Oracle server

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Oracle Agile Database Installation Guide v9.2.2.1 Part No. E11021-01 October 2007 Oracle Agile Database Installation Guide Copyright and Trademarks Copyright 1995, 2007,

More information

ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS

ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS ch03.qxd 10/30/2000 2:49 PM Page 57 C H A P T E R 3 ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS CHAPTER OBJECTIVES In this chapter, you will learn about: Setting Up Networking Configuration

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Database Installation Guide v9.3 Part No. E12930-01 June 2009 Database Installation Guide Copyright and Trademarks Copyright 1995, 2009, Oracle and/or its affiliates.

More information

CA Identity Manager. Installation Guide (WebLogic) r12.5 SP7

CA Identity Manager. Installation Guide (WebLogic) r12.5 SP7 CA Identity Manager Installation Guide (WebLogic) r12.5 SP7 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Requirements for ALEPH 500 Installation

Requirements for ALEPH 500 Installation PROJECT DOCUMENTATION Requirements for ALEPH 500 Installation Ltd., 2002, 2003 Last Update: July 31, 2003 Table of Contents 1. SERVER HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.1 Server...3 1.2 Filesystem

More information

ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY;

ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY; Using Physical Standby with transient Logical Standby (SQL Apply for near zero downtime upgrade of two node Oracle RAC database from 11.2.0.2 to 11.2.0.3 In the article you will have a look at an example

More information

High Availability Overview Paper

High Availability Overview Paper High Availability Overview Paper March 2001 Please note: The information contained in this document is intended as a guide to implementing high availability systems. Please keep in mind, however, that

More information

root.smart Power NET Bandwidth Usage CPU Usage

root.smart Power NET Bandwidth Usage CPU Usage root.smart Power NET Bandwidth Usage CPU Usage Free Space on Disks Patch Status RAM Usage Pagefile Usage Backup Status Script Time eventtime Script Name Status smartmelb_smart-dc01 4/15/2010 7:03:32

More information

Using Connection Manager to manage seamless seamless HA (RAC & DG) DB connectivity. Mark Abell Oracle DBA / Developer since 1985 (V4)

Using Connection Manager to manage seamless seamless HA (RAC & DG) DB connectivity. Mark Abell Oracle DBA / Developer since 1985 (V4) Using Connection Manager to manage seamless seamless HA (RAC & DG DB connectivity Mark Abell Oracle DBA / Developer since 1985 (V4 What is Connection Manager? (the official answer Oracle Connection Manager

More information

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06 HP-UX11i v2 11.23 + Oracle9i DB APPENDIX F. G. for Oracle9i 2 2004/06 F.... 2 orcl.sh... 3 init.ora... 4 CreateDB.sql... 5 CreateDBFiles.sql... 6 CreateDBCatalog.sql... 6 JServer.sql... 7 ordinst.sql...

More information

SIOS Protection Suite for Linux Oracle Recovery Kit v Administration Guide

SIOS Protection Suite for Linux Oracle Recovery Kit v Administration Guide SIOS Protection Suite for Linux Oracle Recovery Kit v9.0.2 Administration Guide Mar 2016 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

Voyager Server Administration. Jesse Jensen Voyager Technical Team Lead

Voyager Server Administration. Jesse Jensen Voyager Technical Team Lead Voyager Server Administration Jesse Jensen Voyager Technical Team Lead jesse.jensen@exlibrisgroup.com 1 Copyright Statement All of the information and material inclusive of text, images, logos, product

More information

CenTran 5 Getting Started Guide KABA MAS. Table Of Contents

CenTran 5 Getting Started Guide KABA MAS. Table Of Contents CenTran 5 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe locks. Its complete

More information

Secure Your Database in Just One Day. Arup Nanda Priceline A Booking Holding Company

Secure Your Database in Just One Day. Arup Nanda Priceline A Booking Holding Company Secure Your Database in Just One Day Arup Nanda Priceline A Booking Holding Company Oracle Patch Set Updates (PSU) 2 SQL> alter database secure 2 > 60 percent; Database altered. Elapsed: 1 day 3 What You

More information

Preface. DirXmetahub Document Set. Notation Conventions

Preface. DirXmetahub Document Set. Notation Conventions Preface DirXmetahub Document Set Preface This manual describes how to install DirXmetahub on Sun Microsystems Solaris platforms. It consists of the following chapters: Chapter 1 provides a summary of the

More information

TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS GETTING STARTED - DEPLOYING IN A GLOBAL ZONE OR SOLARIS SERVER

TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS GETTING STARTED - DEPLOYING IN A GLOBAL ZONE OR SOLARIS SERVER Page 1 of 40 Quick Start - Solaris File System idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS GETTING STARTED - DEPLOYING IN A GLOBAL

More information

Oracle Critical Patch Updates: Insight and Understanding. Stephen Kost Integrigy Corporation

Oracle Critical Patch Updates: Insight and Understanding. Stephen Kost Integrigy Corporation Oracle Critical Patch Updates: Insight and Understanding Stephen Kost Integrigy Corporation Introduction Stephen Kost Chief Technology Officer of Integrigy Corporation 11 years experience with Oracle Applications

More information

Configuration and Administration Guide

Configuration and Administration Guide FUJITSU Software PRIMECLUSTER Wizard for Oracle 4.3 Configuration and Administration Guide Linux J2UL-1679-02ENZ0(00) October 2014 Preface Purpose The purpose of the document is to outline functions of

More information

Oracle MES/MOC Connector Help 2009 Kepware Technologies

Oracle MES/MOC Connector Help 2009 Kepware Technologies Oracle MES/MOC Connector Help 2009 Kepware Technologies 1 Table of Contents 1 Getting Started... 2 Help Contents... 2 Overview... 2 2 Initial Setup Considerations... 2 Initial Setup Considerations... 2

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc Server Virtualization and Optimization at HSBC John Gibson Chief Technical Specialist HSBC Bank plc Background Over 5,500 Windows servers in the last 6 years. Historically, Windows technology dictated

More information

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

More information

Oracle Restart and FSFO in Cloud

Oracle Restart and FSFO in Cloud Oracle and FSFO in Cloud 0 I. Background II. Core Technology HA Oracle Oracle ADG Oracle FSFO III. and FSFO in Cloud IV. Issues V. Non Stop Cloud Active Data Center Agenda 1 How to build Oracle in the

More information

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc.

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc. Data Guard: Setup and Administration By Ashok Kapur. Agenda Introduction New Features Logical and Physical Standby Databases Setup Physical and Logical Standby Databases Administration including Switchover

More information

Installation Guide for Oracle Self- Service E-Billing. Version 6.0.4, Rev. A October 2011

Installation Guide for Oracle Self- Service E-Billing. Version 6.0.4, Rev. A October 2011 Installation Guide for Oracle Self- Service E-Billing Version 6.0.4, Rev. A October 2011 Copyright 2005, 2011 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Hosting with Eduphoria

Hosting with Eduphoria Hosting with Eduphoria Hosted Migration Process What does my district need to do? How will this migration effect my district? Eduphoria's Hosted Environment Hosted vs Self hosted features User Account

More information

Partnering for Success Maginus. High-Availability. Implementation Plan

Partnering for Success Maginus. High-Availability. Implementation Plan RSF- Partnering for Success High-Availability Implementation Plan Introduction This document is intended for use during the implementation phase. It is also possible that components will be useful during

More information

for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG

for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG Oracle Data Guard for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG Outline Problem description Possible approaches Oracle Data Guard Migration

More information

Going Without CPU Patches on Oracle E-Business Suite 11i?

Going Without CPU Patches on Oracle E-Business Suite 11i? Going Without CPU Patches on E-Business Suite 11i? September 17, 2013 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation About

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

HOW TO GUIDE. Pcounter for Windows Upgrade to version 3.02 with SQL Express. For Support Click here

HOW TO GUIDE. Pcounter for Windows Upgrade to version 3.02 with SQL Express. For Support Click here INTRODUCTION This document details how to upgrade Pcounter for Windows. Upgrading Pcounter for Windows is a quick and easy job, requiring almost no down time. A restart of the Pcounter services is the

More information

SonicWALL Global Management System Installation Guide Standard Edition

SonicWALL Global Management System Installation Guide Standard Edition SonicWALL Global Management System Installation Guide Standard Edition Version 2.3 Copyright Information 2002 SonicWALL, Inc. All rights reserved. Under the copyright laws, this manual or the software

More information

METALIB VERSION 4 How to Remove MetaLib Version 3

METALIB VERSION 4 How to Remove MetaLib Version 3 METALIB VERSION 4 How to Remove MetaLib Version 3 Last Update: July 29, 2007 Document Version 1.0 Code:M-ver3.0-HTRM CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or

More information

Requirements for Aleph Installation. Version 23

Requirements for Aleph Installation. Version 23 Requirements for Aleph Installation Version 23 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

CA Identity Manager. Installation Guide (JBoss) r12.5 SP17

CA Identity Manager. Installation Guide (JBoss) r12.5 SP17 CA Identity Manager Installation Guide (JBoss) r12.5 SP17 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Installing Cisco Prime Network Unit

Installing Cisco Prime Network Unit CHAPTER 7 This chapter covers the typical installation of a Cisco Prime Network unit. This chapter includes: Before You Begin, page 7-1 Installing the Unit, page 7-2 Verifying the Unit Installation, page

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

How to Install Oracle Database 10g

How to Install Oracle Database 10g How to Install Oracle Database 10g CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY

More information

Sysadmin Training. Virtual Unix Lab

Sysadmin Training. Virtual Unix Lab Sysadmin Training in the Virtual Unix Lab Sysadmin Training in the Virtual Unix Lab p.1/15 Background Context: system admin training Problem: root access for users No Root - no practicing of many things

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

More information

TransNav XPert System Documentation. Installation Guide

TransNav XPert System Documentation. Installation Guide Turin Networks Inc. TransNav XPert System Documentation Installation Guide Software Release R05.02.00 Publication Date: February 2009 Document Number: 800-0033-520 Rev. A Copyright 2009 Turin Networks,

More information

Oracle FLEXCUBE Core Banking

Oracle FLEXCUBE Core Banking Oracle FLEXCUBE Core Banking Oracle FLEXCUBE-CORE Branch Installation Guide (Windows Server) Part No. E71602-01 February 2016 Oracle FLEXCUBE-CORE Branch Installation Guide (Windows Server) February 2016

More information

Migrate Databases to Exadata Using RMAN Duplicate

Migrate Databases to Exadata Using RMAN Duplicate Migrate Databases to Exadata Using RMAN Duplicate BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Companion CD Quick Installation Guide 10g Release 2 (10.2) for Linux Itanium B15679-01 November 2005 This guide describes how to quickly install products available on the Oracle Database

More information

Cloud Services. Introduction

Cloud Services. Introduction Introduction adi Digital have developed a resilient, secure, flexible, high availability Software as a Service (SaaS) cloud platform. This Platform provides a simple to use, cost effective and convenient

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Installing a Gateway With an Embedded Database in a Veritas High Availability Configuration

Installing a Gateway With an Embedded Database in a Veritas High Availability Configuration CHAPTER 10 Installing a Gateway With an Embedded Database in a Veritas High Availability Configuration This chapter explains how to install, upgrade, or roll back a Cisco Prime Network 3.9 gateway in a

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Companion CD Quick Installation Guide 10g Release 2 (10.2) for Solaris Operating System (x86-64) B15709-01 February 2006 This guide describes how to quickly install products available on

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System Release Notes Polycom RealPresence Access Director System 4.0 June 2014 3725-78700-001D Polycom announces the release of the Polycom RealPresence Access Director system, version 4.0. This document provides

More information

Author A.Kishore

Author A.Kishore Introduction Oracle Data Guard (known as Oracle Standby Database prior to Oracle9i), forms an extension to the Oracle RDBMS and provides organizations with high availability, data protection, and disaster

More information

Hostname System Configuration Documentation

Hostname System Configuration Documentation Hostname System Configuration Documentation Version 0.0 25-Jan-18 Delivered January 25, 2018 Version 0.0 By: Gary Neshanian (consultant) Nish Consulting 2336 Elden Ave., Suite G Costa Mesa, CA 92627 Phone

More information

Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b)

Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b) Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b) Release Date: June 1, 2009 Part Number: This document describes the new features, limitations, and caveats for Cisco MDS 9000 Family

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Configuring Web Server Devices

Configuring Web Server Devices CHAPTER 13 To use web logging with MARS, you need to configure the host, the webserver, and MARS. MARS can process up to 100 MB of web log data per receive from your host. Web logging is only supported

More information

Best Practices for designing Farms and Clusters

Best Practices for designing Farms and Clusters Best Practices for designing Farms and Clusters Daniel McLean Systems Engineer Strategic Accounts Thank you to: Nathan Wheat, Andy Meakin and Michael Francis Objectives Speak and be understood! What is

More information

Content Based Messaging Model for Library Information System

Content Based Messaging Model for Library Information System Content Based Messaging Model for Library Information System Surbhi Agarwal, Chandrika Chanda, Senthil Murugan B. School of Information Technology and Engineering, Vellore Institute of Technology Vellore,

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

Personality Next Generation Operating Environment. Last updated: Mar-2015

Personality Next Generation Operating Environment. Last updated: Mar-2015 Personality Next Generation Operating Environment Last updated: Mar-2015 Table of Contents INTRODUCTION... 3 OPERATING ENVIRONMENT... 3 Technology... 3 Supported Hardware Platforms... 4 Virtual Environments...

More information

Steps how to duplicate a database to a new machine. Version 10gR2

Steps how to duplicate a database to a new machine. Version 10gR2 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

ZENworks for Servers. Novell. Before Installing ZENworks for Servers NEW INSTALLATION OR UPGRADE? QUICK START

ZENworks for Servers. Novell. Before Installing ZENworks for Servers NEW INSTALLATION OR UPGRADE?   QUICK START vell ZENworks for Servers 3.0. April 15, 003 QUICK START www.novell.com Before Installing ZENworks for Servers This document provides a high-level overview of the information you need to install vell ZENworks

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Grid Control Quick Installation Guide for Solaris (SPARC) 10g Release 2 (10.2) B25949-01 January 2006 Oracle Enterprise Manager Grid Control Quick Installation Guide for Solaris

More information

" Qué me estás container?" Docker for dummies

 Qué me estás container? Docker for dummies " Qué me estás container?" Docker for dummies Sara Arjona @sara_arjona Pau Ferrer @crazyserver Developer at Moodle HQ Moodle Mobile developer at Moodle HQ #MootES18 Who uses Docker for development? Who

More information

XEmacs Project Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

XEmacs Project Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.ie.xemacs.org Description XEmacs Project Archive Country Ireland Scan Date 31/Oct/2014 Total Dirs 677 Total Files 4,166 Total Data 4.40 GB Top 20 Directories Sorted by Disk

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

PDF # ORACLE NET OPERATION MANUAL DOCUMENT

PDF # ORACLE NET OPERATION MANUAL DOCUMENT 07 January, 2018 PDF # ORACLE NET OPERATION MANUAL DOCUMENT Document Filetype: PDF 480.78 KB 0 PDF # ORACLE NET OPERATION MANUAL DOCUMENT Oracle AP/AR Netting Setups and Process Manual. SQL*Net is the

More information

How to be a Great Production DBA

How to be a Great Production DBA How to be a Great Production DBA Because Performance Matters Presented by: Jeff Garbus CEO Soaring Eagle Consulting, Inc. About Soaring Eagle Since 1997, Soaring Eagle Consulting has been helping enterprise

More information

Oracle Secure Enterprise Search

Oracle Secure Enterprise Search Oracle Secure Enterprise Search Installation and Upgrade Guide 10g Release 1 (10.1.8) for Solaris Operating System (SPARC 64-Bit) B32380-01 December 2006 This document describes how to install Oracle Secure

More information

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Last Updated: January, 2007 Inmagic, Inc. All rights reserved. Inmagic Content Server Today s organizations are depending more and

More information

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

Cloning Methods for E-Business Suite 12.1 and 12.2

Cloning Methods for E-Business Suite 12.1 and 12.2 Cloning Methods for E-Business Suite 12.1 and 12.2 Cox Enterprises, Inc. Cox Enterprises is a leading communications, media and automotive services company. We are a top 10 national player, based on revenues,

More information

Service Manager. Installation and Deployment Guide

Service Manager. Installation and Deployment Guide Service Manager powered by HEAT Installation and Deployment Guide 2017.2 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Eli Robillard, SharePoint MVP. Consultant Solution Architect Author Speaker Phone:

Eli Robillard, SharePoint MVP. Consultant Solution Architect Author Speaker   Phone: Eli Robillard, SharePoint MVP Consultant Solution Architect Author Speaker E-mail: Eli@ERobillard.com Phone: 416.317.6729 Twitter: @erobillard Upcoming Appearances With The Secondments: Friday, November

More information

Enterprise Connect Data Access Option for Oracle

Enterprise Connect Data Access Option for Oracle Server Administration and Users Guide Enterprise Connect Data Access Option for Oracle 15.0 [ Microsoft Windows, Linux, and UNIX ] DOCUMENT ID: DC34201-01-1500-01 LAST REVISED: August 2007 Copyright 1991-2007

More information

Oracle Net Services 12c Best Practices for Database Performance and Scalability

Oracle Net Services 12c Best Practices for Database Performance and Scalability Oracle Net Services 12c Best Practices for Database Performance and Scalability Kant C Patel Director Oracle Net Program Agenda Overview of Oracle Net Why Optimize Oracle Net? Best Practices Database Client

More information

Improving Perforce Performance At Research In Motion (RIM)

Improving Perforce Performance At Research In Motion (RIM) Improving Perforce Performance At Research In Motion (RIM) Perforce User Conference il 2008 Tim Barrett 1 Agenda RIM s Environment RIM s Perforce performance problems Project approach and major initiatives

More information

Proficy Plant Applications 7.0 Quick Install Guide (And Best Practices)

Proficy Plant Applications 7.0 Quick Install Guide (And Best Practices) Proficy Plant Applications 7.0 Quick Install Guide (And Best Practices) Installation Instructions Based on: Windows Server 2016 x64 Operating System SQL Server 2016 Standard (where applicable) Microsoft

More information