Faire repartir le service HAS.
Nettoyage : /grid/oracle/product/19.0/bin/crsctl stop has -f
Faire repartir : /grid/oracle/product/19.0/bin/crsctl start has
En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services. En savoir plus.
Faire repartir le service HAS.
Nettoyage : /grid/oracle/product/19.0/bin/crsctl stop has -f
Faire repartir : /grid/oracle/product/19.0/bin/crsctl start has
Pour installation d'un RAC One nude avec disque ASM créé avec règles UDEV ou asmlib.
Pour rac one node Oracle 19c.
Après analyse il s'agit d'une fausse alerte pas d'impact réel.
Nous allons désactivé cette metric Global Cache Blocks Lost .si l'alerte persiste
gc block lost and Poor Network Performance in a RAC Environment (Doc ID 563566.1)
WAITEVENT: “gc current/cr block lost” Reference Note (Doc ID 2296681.1)
Tuning Inter-Instance Performance in RAC and OPS (Doc ID 181489.1)
EM 13c: How to disable “Global Cache Blocks Lost Metric” Using EMCLI (Doc ID 2543134.1)
bascule :
Aujourd'hui nous sommes confrontés à un problème de taille !
Nous lançons notre script de sauvegarde mensuel (backup full rman).
Le script plante car il manque des archivelogs.
En effet nous avons un autre outil de gestion des sauvegardes qui au même moment lance tout seul dans son coin de manière périodique des sauvegardes des archivelogs...
Alors comment faire pour réaliser la sauvegarde mensuel via notre script....?
réponse :
rman> crosscheck archivelog all;
and then follwoing to delete expired archivelog.
rman> delete expired archive log;
Also refer to the skip inaccessible clause of the backup command. for example…
RMAN> backup archivelog all skip inaccessible delete input;
RMAN> change archivelog all validate;
because without it “skip inaccessible” will be needed any time You will start backup of archs.
Moreover, it can be done with following way also:
for the missing archive logs… u can do the following
connect target /
connect catalog rman/pwd@rmancatalog
run {
change archivelog from logseq = xxx until logseq =
yyy unavailable;
}
xxx and yyy are the logseg numbers, the one’s you are missing.
OLR (ORACLE LOCAL REGISTRY) :
https://onlinedbalearning.blogspot.com/2018/07/altering-asm-disk-groups.html