|
 |
|
|
|
|
|
|
|
| |
| Search Page |
|
|
| |



|
|
Red Hat and the Shadow Man logo are registered trademarks of Red Hat, Inc. in
the United States and other Countries, used with permission.
|
|
|
| |
 |
Repository Quick Setup
The following easy 3 steps are necessary to setup the database connection and agents.
If you need additional help installing, configuring, or using this product,
please contact Technical Support
|
|

|
 |
|
Setup Database
SQL Server
- Create a new database called SiteMaestro.
- Create database login to use (i.e. sm/dba) and make it a DBA (dbo, etc) in the SiteMaestro database.
- Make the SiteMaestro database that user's default database.
- Build the schema by loading "mssql_schema.sql" using QueryAnalyzer as the above user from the installation directory created in step 1.
Oracle
- Create a new database instance.
- Create a user (i.e. sm/dba) and grant DBA role.
- Create two tablespaces: SITEMAESTRO_DATA, SITEMAESTRO_INDEX
(Run "mk_orats.sh" shell script to create the "ora_ts.sql" tablespace creation script or create the tablespaces yourself)"
- Build the schema by loading "ora_schema.sql" using sqlplus as the above user from the installation directory created in step 1.
|

|
 |
|
Setup and Test Database Connection
When the repository is installed, the database connection is not configured and
the service is not started.
- Edit the configuration to include your db connection information
(i.e. "sm/dba@ramius").
Windows: Select "Start/SiteMaestro Repository/Configuration"
Unix: Run "vi repository.conf"
- Test the connection by:
Windows: Select "Start/SiteMaestro Repository/Test DB Connection"
Unix: Run "./collector -t"
|

|
 |
|
Start Collector Service
Windows
Select "Start/SiteMaestro Repository/Start Services"
Unix
Run "/etc/init.d/collector start"
|

|
Congratulations!
The SiteMaestro Repository will now collect data for each agent. Allow about 1-2 minutes for the agent auto-set feature to complete.
You're covered - Thats all there is to it.
|
|
|