Difference between revisions of "General:FAQ NewInstance"

From Wiki_dbSQWare
Jump to: navigation, search
m (Generalties)
m (Generalties)
Line 6: Line 6:
  
 
===Limits of this section===
 
===Limits of this section===
Cette section n’a pas la prétention de traiter tous les cas possibles de paramétrage de dbSQWare.<br>
+
This section doesn't claim to cover every possible scenario for configuring dbSQWare.<br>
Avant de dire « ça ne fonctionne pas », lisez bien le message d’erreur et réfléchissez à ce dont vous avez besoin au niveau du socle pour que les scripts fonctionnent. Par exemple, si vous n’arrivez pas à faire un sqlplus en ligne de commande pour vous connecter à votre instance Oracle, il n’y a pas de raison pour que les scripts arrivent à le faire (il n’y a rien de magique) !<br>
+
Before saying "it doesn't work," read the error message carefully and consider what you need at the core level for the scripts to work. For example, if you can't run SQLPlus from the command line to connect to your Oracle instance, there's no reason scripts should be able to do it (there's no magic involved)!<br>
 
<br>
 
<br>
Ce chapitre ne traite que de l'ajout d'une nouvelle instance sur un socle fonctionnel (pour l’installation du socle central, pour les autres paramétrages, reportez-vous aux sections adéquates).<br>
+
This chapter only covers adding a new instance to a working base (for installing the central base, and for other settings, refer to the appropriate sections).<br>
  
===MODOP général d'intégration d'une nouvelle instance===
+
===General MODOP for integrating a new instance===
Le principe est toujours plus ou moins le même ...
+
The principle is always more or less the same...
*Vérification des prérequis
+
*Verification of prerequisites
*Mise en place de l'environnement
+
*Setting up the environment
*Tests "manuels"
+
*Manual testing
*Mise en exploitation de l'instance
+
*Starting the instance
Vous verrez que ces étapes peuvent être traitée une par une ou par paquet !
+
You'll see that these steps can be handled one by one or in batches!
  
 
==Les SGBD==
 
==Les SGBD==

Revision as of 14:23, 9 April 2025

Work In Progress

Generalties


Nuvola apps important.png
Warning:
Before anything, don't go further if you don't have read the first section "dbSQWare Concepts " !.

Limits of this section

This section doesn't claim to cover every possible scenario for configuring dbSQWare.
Before saying "it doesn't work," read the error message carefully and consider what you need at the core level for the scripts to work. For example, if you can't run SQLPlus from the command line to connect to your Oracle instance, there's no reason scripts should be able to do it (there's no magic involved)!

This chapter only covers adding a new instance to a working base (for installing the central base, and for other settings, refer to the appropriate sections).

General MODOP for integrating a new instance

The principle is always more or less the same...

  • Verification of prerequisites
  • Setting up the environment
  • Manual testing
  • Starting the instance

You'll see that these steps can be handled one by one or in batches!

Les SGBD

Même si le principe est toujours le même, certains SGBD peuvent avoir une ou deux spécificités, c'est pour cela que nous les traiterons un par un ...
Si votre SGBD n'existe pas dans ce wiki, regardez ce que l'on fait pour MySQL et/ou PostgreSQL et adaptez les "racines", il y a de grandes chances que cela suffise.

FAQ : Intégration d'une nouvelle instance Oracle

FAQ : Intégration d'une nouvelle instance MySQL/MariaDB

FAQ : Intégration d'une nouvelle instance PostgreSQL

FAQ : Intégration d'une nouvelle instance Sql-Serveur Windows

FAQ : Intégration d'une nouvelle instance Sql-Serveur Linux

FAQ : Intégration d'une nouvelle instance Sybase

FAQ : Intégration d'une nouvelle instance MongoDB