-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
938aeb3
commit 1d5d983
Showing
7 changed files
with
58 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
* [Création d'une base de donnée](https://github.com/PhilippeLeroux/plescripts/wiki/Cr%C3%A9ation-d'une-base-de-donn%C3%A9e) | ||
#### PDB | ||
|
||
* [Création d'un PDB](https://github.com/PhilippeLeroux/plescripts/wiki/Cr%C3%A9ation-d'un-PDB) | ||
|
||
* [Cloner un PDB à travers le réseau](https://github.com/PhilippeLeroux/plescripts/wiki/Clonage-d'un-PDB) | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
#### Dataguard | ||
|
||
* [Création d'un dataguard](https://github.com/PhilippeLeroux/plescripts/wiki/Create-dataguard) | ||
|
||
* [Effectuer un faileover](https://github.com/PhilippeLeroux/plescripts/wiki/faileover) | ||
|
||
* [Ajout d'une pluggable database](https://github.com/PhilippeLeroux/plescripts/wiki/Création-d'un-PDB) | ||
|
||
* [Synchroniser une Physical Standby Database via le réseau en 12c](https://github.com/PhilippeLeroux/plescripts/wiki/Synchroniser-une-Physical-standby-database) | ||
|
||
* [Convertir une Physical standby en Primary](https://github.com/PhilippeLeroux/plescripts/wiki/convert_stby) | ||
|
||
* [Mémo création Dataguard base sur FS](https://github.com/PhilippeLeroux/plescripts/wiki/M%C3%A9mo-cr%C3%A9ation-stby-sur-FS) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
### Scripts permettant d'agir sur les DGs. | ||
#### Scripts permettant de gérer les `DG` Oracle | ||
|
||
* create_new_dg.sh : création d'un nouveau DG. | ||
* [Ajouter des disques à un DG](https://github.com/PhilippeLeroux/plescripts/wiki/Disk-Group-ajout-disque) | ||
|
||
Création d'un DG nommé ACFS avec 4 disques : `./create_new_dg.sh -name=ACFS -disks=4` | ||
|
||
[Procédure complète d'ajout de disques du SAN à la base.](https://github.com/PhilippeLeroux/plescripts/wiki/01-Ajout-de-disques-sur-des-DGs-Oracle) | ||
|
||
* add_disk_to.sh : ajouter des disques à un DG existant. | ||
|
||
Ajout de 2 disques au DG ACFS : `./add_disk_to.sh -name=ACFS -disks=2` | ||
|
||
* drop_oracleasm_disks.sh : supprime des disques d'oracleasm puis sur le SAN | ||
|
||
`./drop_oracleasm_disks.sh -db=albator -nr_disk=12 -count=4` | ||
|
||
Les disques de 12 à 15 seront supprimés sur l'ensemble des noeuds. | ||
|
||
Les LUNs correspondantes sur le SAN sont supprimées ainsi que les LVs. | ||
|
||
[Script créé suite à l'écriture de cette page de wiki](https://github.com/PhilippeLeroux/plescripts/wiki/02-Suppression-de-disques-sur-des-DGs-Oracle) | ||
* [Supprimer des disques d'un DG.](https://github.com/PhilippeLeroux/plescripts/wiki/Disk-Group-suppression-disque) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
[Ces scripts servent à créer les 2 VMs K2 et orclmaster.](https://github.com/PhilippeLeroux/plescripts/wiki/Cr%C3%A9ation-des-VMs-orclmaster-et-K2) | ||
**Scripts servant à créer les 2 VMs K2 et orclmaster** | ||
* orclmaster : VM clonée pour créer un nouveau serveur de BDD. | ||
* K2 : VM d'infrastructure. | ||
* [Documentation](https://github.com/PhilippeLeroux/plescripts/wiki/Cr%C3%A9ation-des-VMs-orclmaster-et-K2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters