Installing The Database; Installing Oracle; Chapter 3 Installing Fabric Manager - 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

Installing the Database

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 the Database
Before you install Fabric Manager, you must install a database. As of Cisco SAN-OS Release 3.1(2b),
you can use Oracle Database 10g Express. Your other choice is PostgreSQL.

Installing Oracle

Note
If you want to use Oracle Database 10g Express, you must install the database and create a user name
and password before continuing with the Fabric Manager installation.
We recommend the Oracle Database 10g Express option for all users who are running Performance
Note
Manager on large fabrics (1000 or more end devices).
To install the Oracle database, follow these steps:
Step 1
Click the following link to install Oracle Database 10g Express.
http://www.oracle.com/technology/software/products/database/xe/index.html
Note
Run OracleXE.exe to install the Oracle database. Set the password for the system user. The database
Step 2
administrator uses the password to manage and administer Oracle Database 10g Express server, which
is installed by the Oracle installer.
Finish the installation and verify that both services (OracleServiceXE and OracleXETNSListener) are
Step 3
running from the Services window.
Run the following script to change the default Oracle admin port and to create a database account.
Step 4
C:\> cd c:\oraclexe\app\oracle\product\10.2.0\server\bin
C:\oraclexe\app\oracle\product\10.2.0\server\bin>sqlplus / as sysdba
SQL> exec dbms_xdb.sethttpport(8082);
SQL> GRANT CONNECT,RESOURCE,UNLIMITED TABLESPACE TO SCOTT IDENTIFIED BY
TIGER;
SQL> EXIT;
Note
Cisco MDS 9000 Family Fabric Manager Quick Configuration Guide
3-2
If you have another instance of Oracle already installed on a PC, we recommend that you do not
install the Oracle database on the same PC. In such cases, Fabric Manager can only use the
PostgreSQL database.
The Oracle Database 10g Express option is only supported on Microsoft Windows. It is not
supported on UNIX systems.
Chapter 3
Installing Fabric Manager
OL-7765-06

Advertisement

Table of Contents
loading

Table of Contents