Novell PLATESPIN ORCHESTRATE 2.0.2 - INSTALLATION AND CONFIGURATION GUIDE 10-09-2009 Installation And Configuration Manual page 41

Hide thumbs Also See for PLATESPIN ORCHESTRATE 2.0.2 - INSTALLATION AND CONFIGURATION GUIDE 10-09-2009:
Table of Contents

Advertisement

yast2 -i postgresql-server
When PostgreSQL is installed, you need to create the default database and start it. Use the following
commands:
su - postgres
initdb
pg_ctl start
These commands create or update the PostgreSQL privilege database and installs the prepared
tables. For more detail about what you will see when you run these commands, see
page
37.
NOTE: You cannot run the
PostgreSQL (
su - postgres
messages:
# pg_ctl start
pg_ctl: cannot be run as root
Please log in (using, e.g., "su") as the (unprivileged) user that will
own the server process.
Logging in Locally to the PostgreSQL Database
When you have installed the database, the next step is to check that you can connect to the database
on the database host. The default admin username is
up a password for the postgres user on the database host machine:
psql
NOTE: Remember the password. You need it to log in to the database later.
Running this command results in a screen like this:
Welcome to psql 8.1.11, the PostgreSQL interactive terminal.
Type:
\copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
postgres=# alter user postgres password 'pass';
ALTER ROLE
postgres=#
Installing and Configuring the Local PlateSpin Orchestrate Audit Database
When you enable and configure PlateSpin Orchestrate auditing, you create a small custom database
and a simple schema that persists all of the PlateSpin Orchestrate jobs that have been run, along with
their parameters.The database also maintains the login or logout activity of the PlateSpin
Orchestrate users and resources.
command as
pg_ctl
root
). Failure to issue this command first results in the following
postgres
. You must first change to the superuser for
. Use the following commands to set
Installation and Configuration
"Detail" on
41

Advertisement

Table of Contents
loading

This manual is also suitable for:

Platespin orchestrate 2.0.2

Table of Contents