Adding a node for Cassandra isn't as simple as it sounds. There are many factors that should be evaluated before we proceed in this scenario. At Telenet, we encountered some interesting issues. We added 15 nodes for CASSANDRA_CLUST1 and 14 nodes for CASSANDRA_CLUST2 respectively Let's get started and try to understand these issues one by one. Issue - Cassandra_clust1 1st node could not be added, system.log error as follows. java.nio.file.FileSystemException: <PATH>/bb-3116-bti-Data.db:Too many open files. Root Cause- Hard and soft limits for Cassandra_clust1 nodes were not set as per the Datastax recommendations. Solution- We modified number of open files for CASSANDRA_CLUST1 new nodes first. It was first tested on one node and then re-running ansible job to add new nodes was done successfully for CASSANDRA_CLUST1 nodes. Values from the file /etc/security/limits.conf were - <cassandra-user> hard nofile 100000 <cassandra-user> soft nofile 100000 were modifi
1. Metalink note does not provide explicit step to source patch fs before running below adop command. Please source it before running adop apply so that right hrglobal.drv is picked up from PATCH_BASE and not RUN_BASE 2. Please run the patch with parallel worker process by appending - workers=8, again this is not mentioned in the hrglobal.drv and will speed up the patch apply. 3. There are some pre-requisite patches before applying hrglobal.drv. make sure they are applied. They are actually listed on the lower end of the metalink document but must be applied before running hrglobal.drv patch. 4. I tried running DataInstall with hostname of the db server, but it failed to execute, while the same went through when used IP java oracle.apps.per.DataInstall apps appspwd thin 10.3.x.xxx:<PORT DB>:<DB_SID> 5. Tagging few important metalink notes that you must review before applying hrglobal.drv Doc ID 1469456.1 Datainstall and Hrglobal Application: 12.2 specifics Doc ID 2006776.