APNEE-TU DATABASES Instalation Problems Solutions.

Slides:



Advertisements
Similar presentations
By: Lloyd Albin 9/28/2012. We are not talking about a Raspberry Pie.
Advertisements

1 BENT Educational Society  Software is collection of instructions which tells the computer that what to do and how to do.  There.
Visual jMUD Oscar Chen CS491. Important Note The IMAGES used in this presentation and demonstration of Visual jMUD are COPYRIGHT by their respective holders.
APNEE-TU Spain 2nd Field Trials 4th meeting UPM, Madrid, Spain 3-5 December 2003 Air Pollution Network for Early Warning and online information exchange.
1 Rhode Island Transportation Information System. (RITIS) Spring, 2000.
Analysis Console for Intrusion Databases Roy. Description ACID.
CS 491/591 Linux Administration and Security PostgreSQL (database) Installation Installation Configuration Configuration Basic Security Basic Security.
Web-based Gene Network Analysis in five minutes. Alex Williams.
Multiple Tiers in Action
MiG Runtime Manager Secure hosting of runtime environments without root intervention.
27-Jun-15 Rails. What is Rails? Rails is a framework for building web applications This involves: Getting information from the user (client), using HTML.
Information Networking Security and Assurance Lab National Chung Cheng University WebGoat.
Creating a deployment package Importing a package with IIS Manager Exporting from IIS Manager.
Information Networking Security and Assurance Lab National Chung Cheng University Analysis Console for Intrusion Databases.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Conceptual Architecture of PostgreSQL
Setting up the Grouper and Signet Databases Joy Veronneau Cornell University Identity Management November 7, 2006.
NDT Tools Tutorial: How-To setup your own NDT server Rich Carlson Summer 04 Joint Tech July 19, 2004.
Default: Zoom 65% then screenshot. DB XStudio tests Launcher DB XStudio XAgent tests Backup DB tests Launcher.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
PostGres SQL Presented by : Chandan, Markandey Amit, Kiran Harshada, Prachi.
The DSpace Course Module – DSpace Installation. Module objectives  By the end of this module you will:  Understand the platforms DSpace can be hosted.
Linux Operations and Administration
1 Introduction to PostgreSQL. 2 Documents PostgreSQL 8 for Windows (*) Beginning Databases with PostgreSQL From Novice to Professional, Second Edition.
Postgres Bug #8545 pg_dump fails to dump database grants BY: LLOYD ALBIN 11/5/2013.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Chapter 5 – Part II IT Infrastructure and Emerging Technologies.
©Center for Development of Advanced Computing 1 State e-governance Service Delivery Gateway (SSDG) A Messaging Middleware for Integration.
Enterprise Resource Planning. Content ERP SugarCRM System Requirement Installation Client setting.
An Introduction to Designing and Executing Workflows with Taverna Katy Wolstencroft University of Manchester.
baltrad node installation for beginners On Ubuntu Jesper Ellerbæk Nielsen Aalborg University, DK.
Peter Keller Computer Sciences Department University of Wisconsin-Madison Quill Tutorial Condor Week.
An Integrated Web Based 2d-gel database for Streptomyces coelicolor David Goodwin
Technical Workshop CPH 2th June 2014 Minerals4EU WP5 team EURARE WP1team PostGreSQL Install problems with possible solution Frands Schjøth, GEUS.
IBM DB2 DB2 for iSeries. Jiangping Wang IBM DB2 for iSeries IBM DB2 Family z/OS, i5/OS, Linux/Unix/Windows IBM DB2 for LUW V9.7 IBM DB2 for iSeries V5R4.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
An Introduction to Designing and Executing Workflows with Taverna Aleksandra Pawlik materials by: Katy Wolstencroft University of Manchester.
PostgreSQL ORDBMS. Server Hierarchy Managing Databases create database name; createdb name At the time of initialisation of Data Storage area by.
Todd Tannenbaum Computer Sciences Department University of Wisconsin-Madison Quill / Quill++ Tutorial.
System Construction System Construction is the development, installation and testing of system components.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Lab 5: Building PostgreSQL Server from Source Code and Modifying Source Code.
PostgreSQL Installation By: Keerthi Nelaturu Previous version by Ahmed Jeddah & Miguel Garzon.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
Ian Gable University of Victoria 1 Deploying HEP Applications Using Xen and Globus Virtual Workspaces A. Agarwal, A. Charbonneau, R. Desmarais, R. Enge,
DATA BASE ADMINISTRING DATABASE SERVICES IN RED HAT LINUX.
PHP, Databases, and Cookies Dave Pease IDS496 12/2/2003
Greg Thain Computer Sciences Department University of Wisconsin-Madison Configuring Quill Condor Week.
PHP Introduction PHP is a server-side scripting language.
Migrating COBOL and IMAGE/SQL to Linux with Open Source Duane Percox Quintessential School Systems
Maite Barroso - 10/05/01 - n° 1 WP4 PM9 Deliverable Presentation: Interim Installation System Configuration Management Prototype
Packets and Protocols Chapter Three Obtaining and Installing Wireshark.
Introduction TO Network Administration
A Basic Introduction By Scott Phillips 2005/8/7. Agenda What is DSpace and what does it do? The DSpace Information Model Components & Features of DSpace.
Managed by UT-Battelle for the Department of Energy Kay Kasemir ORNL/SNS 2011, October at CEA Saclay, France Control System Studio.
EGEE is a project funded by the European Union under contract IST Installation and configuration of gLite services Robert Harakaly, CERN,
MYSQL AND MYSQL WORKBENCH MIS2502 Data Analytics.
Introduction to MySQL  Working with MySQL and MySQL Workbench.
External Data Access 5/29/08. Current Problems No way to load, process & analyze live Atlas data via critical analysis & programming tools (SAS, R, Perl)
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
EduGeek Logon Tracker Next generation user tracking.
Unit 3 Computer Systems. What is software? unlike hardware it can’t be physically touched it’s the missing link between the computer hardware and the.
Physics validation database
The Data Geekery SQL Masterclass Setup Instructions
mysql and mysql workbench
An example of a pilot project as part of USP course:
ArcGIS Workflow Manager Getting Started with Out-of-the-Box Templates
2016, Fall Pusan National University Taehoon Kim
Jean-Francois LEBLANC Christian SEBASTIAN
Web Application Development Using PHP
Presentation transcript:

APNEE-TU DATABASES Instalation Problems Solutions

INSTALATION I We install Postgresql packages with rpm utility in a Linux OS Red-Hat 7.2 We create a new user to administrate databases( typical name for user postgres) We create the database cluster with the instruction initdb –D /usr/local/pgsql/data

INSTALATION II We start postmaster process postmaster –D /usr/local/pgsql/data –i > logfile & We create a empty databases one for andalucia and one for canarias createdb canarias createdb andalucia We execute the script built by SICE that create the tables with psql postgres client.

Problems New initial data for the databases Database schema doesn’t support for more than one lenguage

Solutions I Problem: new initial data for the database –We modify the script that entries the initial data and execute it with psql postgres client

Solutions II Problem: Database schema doesn’t support more than one lenguage. Solutions: two possible solutions 1.- We can modify the database to let a user to choose spanish or english (this require to change the web pages’s java classes and the database. 2.- We can create a database in english and one in spanish. More easy to do.Don´t need to know torque, turbine and velocity.