Difference between revisions of "General:FAQ NewInstance"

From Wiki_dbSQWare
Jump to: navigation, search
m (Generalties)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Work In Progress
 
 
 
==Generalties==
 
==Generalties==
 
<br>
 
<br>
Line 6: Line 4:
  
 
===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==
+
==DBMS==
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 ...<br/>
+
Even if the principle is always the same, some DBMSs may have one or two specific features, which is why we'll cover them one by one...<br/>
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.<br/>
+
If your DBMS doesn't exist in this wiki, see what we do for MySQL and/or PostgreSQL and adapt the "roots"; there's a good chance that will be enough.<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceOracleOn|FAQ : Intégration d'une nouvelle instance Oracle]]<br/>
+
[[FAQ:NewInstanceOracle|FAQ : Integrating a new Oracle instance]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMySQL|FAQ : Intégration d'une nouvelle instance MySQL/MariaDB]]<br/>
+
[[FAQ:NewInstanceMySQL|FAQ : Integrating a new MySQL/MariaDB instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstancePostgreSQL|FAQ : Intégration d'une nouvelle instance PostgreSQL]]<br/>
+
[[FAQ:NewInstancePostgreSQL|FAQ : Integrating a new PostgreSQL instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMsSql| FAQ : Intégration d'une nouvelle instance Sql-Serveur Windows]]<br/>
+
[[FAQ:NewInstanceMsSql_Windows| FAQ : Integrating a new Microsoft SQL instance on Windows]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMsSql_Linux| FAQ : Intégration d'une nouvelle instance Sql-Serveur Linux]]<br/>
+
[[FAQ:NewInstanceMsSql_Linux| FAQ : Integrating a new Microsoft SQL instance on Linux]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceSybase|FAQ : Intégration d'une nouvelle instance Sybase]]<br/>
+
[[FAQ:NewInstanceSybase|FAQ : Integrating a new Sybase instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMongoDB|FAQ : Intégration d'une nouvelle instance MongoDB]]<br/>
+
[[FAQ:NewInstanceMongoDB|FAQ : Integrating a new MongoDB instance ]]<br/>
 
<br/>
 
<br/>

Latest revision as of 14:42, 9 April 2025

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!

DBMS

Even if the principle is always the same, some DBMSs may have one or two specific features, which is why we'll cover them one by one...
If your DBMS doesn't exist in this wiki, see what we do for MySQL and/or PostgreSQL and adapt the "roots"; there's a good chance that will be enough.

FAQ : Integrating a new Oracle instance

FAQ : Integrating a new MySQL/MariaDB instance

FAQ : Integrating a new PostgreSQL instance

FAQ : Integrating a new Microsoft SQL instance on Windows

FAQ : Integrating a new Microsoft SQL instance on Linux

FAQ : Integrating a new Sybase instance

FAQ : Integrating a new MongoDB instance