Hello Friend's ,
Welcome to a new post
I this post we will discuss About the error faces during a node add on version 19.16 Grid.
So let's get started
Error Codes : CLSRSC-594 CLSRSC-180 CLSRSC-571
Actual Error :
2022/10/22 01:42:46 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
oracle.ops.mgmt.cluster.ClusterException: /Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params: Permission denied
2022/10/22 01:42:47 CLSRSC-180: An error occurred while executing the command '/Grid/app/gridwork/gr_19.16/bin/cluutil -copy -sourcefile /Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params -fromnodesfile /tmp/7EXOT3movi -destfile /Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params -nodelist dm01db03'
2022/10/22 01:42:47 CLSRSC-571: failed to copy file '/Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params' from node 'dm01db01' to file '/Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params' on local node
Died at /Grid/app/gridwork/gr_19.16/crs/install/crsutils.pm line 15908.
Solution :
Create a file : crsgenconfig_params on new node and check for this file on old node as well if not found create one
contents of file will be in crsconfig_params
chown -R grid:oinstall /Grid/app/gridwork/gr_19.16/crs/install/crsgenconfig_params
entries to be checked in crsconfig_params :
EXTENDED_CLUSTER_SITES=dm01clust
EXTENDED_CLUSTER_SITE_GUIDS=6215febd22346f99bfa10932432a8344
entries to be added in crsgenconfig_params :
EXTENDED_CLUSTER_SITE_GUIDS=dm01clust:6215febd22346f99bfa10932432a8344
same on new node :
entries to be checked in crsconfig_params :
EXTENDED_CLUSTER_SITES=dm01clust
EXTENDED_CLUSTER_SITE_GUIDS=6215febd22346f99bfa10932432a8344
entries to be added in crsgenconfig_params :
EXTENDED_CLUSTER_SITE_GUIDS=dm01clust:6215febd22346f99bfa10932432a8344
Hope this Helps .
ConversionConversion EmoticonEmoticon