Installing Postgresql - Cisco AJ732A - MDS 9134 Fabric Switch Configuration Manual

Cisco mds 9000 family fabric manager quick configuration guide (ol-7765-06, november 2007)
Hide thumbs Also See for AJ732A - Cisco MDS 9134 Fabric Switch:
Table of Contents

Advertisement

Chapter 3
Installing Fabric Manager
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m

Installing PostgreSQL

If you choose to install PostgreSQL, you must disable any security software you are running, as
Note
PostgreSQL may not install certain folders or users.
To install the PostgreSQL database on Windows, follow the instructions in the
Manager" section on page
Before installing PostgreSQL on Solaris 8, you might have to complete the following steps in order for
PostgreSQL to install correctly:
Set the load library path.
Step 1
crle -c /var/ld/ld.config -l
/lib:/usr/lib/:/usr/local/lib:/{pg_install_dir}/usr/local/pgsql/lib:/{pg_install_dir}/usr/
local/lib
Step 2
Set the following two properties in /etc/system.
set semsys:seminfo_semmni=512
set semsys:seminfo_semmns=512
Step 3
Once you complete Step 2, reboot your Solaris workstation after you sync.
Launch the installer script.
Step 4
./install.sh {pg_install_dir}
If you monitor a large fabric on the solaris, then manually copy
Note
$INSTALLDIR/conf/postgresql_sol_big.conf to $INSTALLDIR/db/data/postgresql.conf, and restart the
Postgres server with the new configuration.
Before starting the installation, ensure that you have logged in as a Superuser.
Note
To install the PostgreSQL database on Solaris, follow these steps:
To install PostgreSQL, run the following commands:
Step 1
cd /tmp/pginstall
./install.sh
When you install PostgreSQL, all the libraries in /usr/local/lib and pgsql are stored in /usr/local/bin.
Step 2
There might be conflicting libraries or dependencies that can cause an incorrect or incomplete
PostgreSQL installation. For more information, go to http://www.postgresql.org.
When the installation is finished, you must create a database user to login to the database. To create a
Step 3
database user, run the following command:
createuser -s -d -r -l -P -U postgres admin
Enter the database User in the DB User field.
Step 4
Enter database password for new role in the DB Password field.
Step 5
Repeat the password in the Confirm DB Password field.
Step 6
OL-7765-06
3-4.
Cisco MDS 9000 Family Fabric Manager Quick Configuration Guide
Installing the Database
"Installing Fabric
3-3

Advertisement

Table of Contents
loading

Table of Contents