Changement des interfaces et des ip sur un RAC
1 Introduction
Au préalable on fait un stop/start du rac au complet.
Arrêt de la bd
Le but de la manipulation est de passer notre RAC 11gR2 de ces IP :
network identity | IP | defined name | |
adresse host 1 | 10.50.0.68 | RAC1 sur 21 | mtlunt100 |
private1 | 192.168.10.101 | ||
adresse vip1 | 10.50.0.74 | mtlun101-vip | |
adress host 2 | 10.50.0.52 | RAC2 sur 20 | mtlunt101 |
private2 | 192.168.10.101 | ||
adresse vip2 | 10.50.0.53 | mtlun100-vip | |
scan vip1 | 10.50.0.115 | RADCRS | |
scan vip2 | 10.50.0.116 | RADCRS | |
scan vip3 | 10.50.0.117 | RADCRS |
a
network identity | IP | defined name | |
adresse host 1 | 10.81.25.39 | RAC1 sur 21 | mtlunt100 |
private1 | 192.168.10.101 | ||
adresse vip1 | 10.81.25.40 | mtlun101-vip | |
adress host 2 | 10.81.25.38 | RAC2 sur 20 | mtlunt101 |
private2 | 192.168.10.101 | ||
adresse vip2 | 10.81.25.45 | mtlun100-vip | |
scan vip1 | 10.81.25.46 | RADCRS | |
scan vip2 | 10.81.25.47 | RADCRS | |
scan vip3 | 10.81.25.48 | RADCRS |
On remarque que toutes les ip changent à l’exception de la privée .
Par ailleurs on change aussi les interfaces de Bge01 à aggr01.
On a procédé comme suit
1 – stop/start du cluster pour s assurer que tout est ok
2 - L’interface public
3 - Modification au niveau os
4 - poursuivi la modification au niveau de l interface public
5 - La vip
6 - La scan
7 - Stop/start du cluster
2 L’interface public :
En grid
2.1 Verification :
[mtlunt101:grid::/home/grid]#oifcfg getif
bge0 10.50.0.0 global public
bge1 192.168.10.0 global cluster_interconnect
2.2 La modification :
[mtlunt101:grid::/home/grid]#oifcfg setif -global aggr1/10.81.25.0:public
Modification de l interface au niveau systemes + stop/start
[mtlunt101:grid::/home/grid]#oifcfg getif
bge0 10.50.0.0 global public
bge1 192.168.10.0 global cluster_interconnect
aggr1 10.81.25.0 global public
mtlunt101:grid::/home/grid]##oifcfg delif -global bge0
Reference Metalink : 283684.1
3 La vip :
3.1 La verification:
en root
[mtlunt101:root::/root]#
srvctl config nodeapps –a
[mtlunt100:grid::/home/grid]#srvctl config nodeapps –a
Network exists: 1/10.50.0.0/255.255.255.0/bge0, type static
VIP exists: /mtlunt100-vip/10.50.0.74/10.50.0.0/255.255.255.0/bge0, hosting node mtlunt100
VIP exists: /mtlunt101-vip/10.50.0.53/10.50.0.0/255.255.255.0/bge0, hosting node mtlunt101
3.2
Arret :
srvctl stop vip -n mtlunt101 -f
3.3 La modicfation :
En root
srvctl modify nodeapps -n mtlunt100 -A mtlunt100-vip/255.255.255.0/aggr1
srvctl modify nodeapps -n mtlunt101 -A mtlunt101-vip/255.255.255.0/aggr1
3.4 restart :
srvctl start vip -n mtlunt100-vip
srvctl start vip -n mtlunt101-vip
reference Metalink : 276434.1
4 Scan :
En Grid
4.1 Verification :
[mtlunt100:grid::/home/grid]#srvctl config scan
4.2 Arret :
srvctl stop scan_listener
srvctl stop scan
4.3 Modification
en root
srvctl modify scan –n radcrs.transat.noam.local
4.4
Redémarrage
srvctl start scan
srvctl start scan_listener
Reference metalink : 952903.1
5 Conculsion
Avec les admins systemes on a convenu de faire un stop/start des serveurs.
Durée de la manipulation environ 1h00
Aucun commentaire:
Enregistrer un commentaire