C Un-Inhibit A and B Level Replication on C-Level Servers
Perform the following procedure to Un-inhibit A and B level replication
on all C Level servers:
Note:
If this procedure fails, contact My Oracle Support (MOS).- Log in to the Active NOAM server through SSH as admusr user.
- Un-Inhibit replication on all C level Servers:
- Run the following
command:
$ for i in $(iqt -p -z -h -fhostName NodeInfo where "nodeId like 'C*' and siteId='<NE name of the site>'"); do iset -finhibitRepPlans='' NodeInfo where "nodeName='$i'"; done
Note:
To find the site's NE name, go to Active NOAM GUI and navigate to Configuration and Server Groups tab.For more information, refer the below screenshot:
Figure C-1 Group-server
- Run the following
command:
- After running above steps to un-inhibit replication on MP(s), no
alarms on GUI would be raised informing that replication on MP is disabled.
Verification of replication un-inhibition on MPs can be done by analyzing NodeInfo output. InhibitRepPlans field for all the MP servers for the selected site example: Site SO_HPC03 shall be set as empty.
Perform the following command:
$ sudo iqt NodeInfo Expected output: nodeId nodeName hostName nodeCapability inhibitRepPlans siteId excludeTables A1386.099 NO1 NO1 Active NO_HPC03 B1754.109 SO1 SO1 Active SO_HPC03 C2254.131 MP2 MP2 Active SO_HPC03 C2254.233 MP1 MP1 Active SO_HPC03