1838458 Members
3101 Online
110126 Solutions
New Discussion

Re: Relink Question

 
Filosofo
Regular Advisor

Relink Question

Hello guys,
I find two different command to make a relink.
I have oracle rac with Hyper Fabric adapter and now I work with HMP protocol, We want change this, from HMP to UDP.
I find two commands.
make -f ins_rdbms.mk ipc_udps ioracle
make -f ins_rdbms.mk rac_on ipc_hms ioracle

The difference is rac_on ...
what is correct.

Thanks for YOUR helps...

Filo
Sistem engeneer expert
1 REPLY 1
Indira Aramandla
Honored Contributor

Re: Relink Question

Hi Filo,

Relinking the RAC Option

For RAC ON
1. Login as the Oracle software owner and shutdown all database instances on all nodes in the cluster.
2. cd $ORACLE_HOME/rdbms/lib
3. make -f ins_rdbms.mk rac_on
If this step did not fail with fatal errors then proceed to step 4.
4. make -f ins_rdbms.mk ioracle

I Hope this helps.
Never give up, Keep Trying