![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 2046446.1 : ODA X5-2 Failure In Redeployment at Step 16 After Replacing IB with 10GBe Cards and Cabling
Created from <SR 3-11078253571> Applies to:Oracle Database Appliance X5-2 - Version All Versions and laterInformation in this document applies to any platform. SymptomsX5-2 problem unable to complete deployment after swapping out the IB cards for 10GBe cards. ChangesThe X5-2 by default uses IB / Infiniband connectivity between the two ODA Nodes. For X5-2 12.1.2.2 and 12.1.2.3 requires a redeployment* of the ODA after replacing the IB with 10GBe cards
CauseThe problem was due to attempting to create an object that already existed. Reviewing the log files confirmed that there had been more than one attempt to run the deployment after removing the IB cards and replacing with the 10Gbe cards.
SolutionThere are methods which can be used to manually complete a sequence of deployment steps by range or by step. This Note is regarding a problem during the change from IB to 10GBe requiring a redeployment: IB currently is unique to the X5-2 (and newer) Hardware platforms. oakcli show env_hw
The resolution to this problem is generic and only requires confirming which steps need to be executed to complete the deployment. Meaning: The actual Hardware platform used has no impact on the syntax used to run manual deployment steps. There is an extra flag required due to the using Virtualized Platform (ODAVP) which is fairly consistent for all oakcli commands and also the GridInst.pl command used in this example.
As root cd to the following directory cd /opt/oracle/oak/onecmd/
execute ./GridInst.pl -l or ./GridInst.pl -o -l (if using ODAVP) to determine the names and steps for your version: NOTE: For more examples of using GridInst.pl see Note 2027830.1 ODA Deployment Steps By Version
-- An Outline of the Order and Number of Steps for Each ODA Version Then, once you have determine the proper step or range of steps to complete the deployment Examples For ODA Bare Metal ./GridInst.pl -r 17-23
For ODAVP ( Virtualized Platform) ./GridInst.pl -o -r 17-23
After running the range of steps manually from 17-23 the deployment was completed successfully. References<NOTE:464666.1> - How to Send a File to Oracle Support Using FTPS<NOTE:1600317.1> - ODA How to alter the DNS Names after the original configuration using GridInst.pl and the onecommand.params file ( Bare Metal ) <NOTE:952903.1> - How to update the IP address of the SCAN VIP resources (ora.scan{n}.vip) <NOTE:2027830.1> - ODA Deployment Steps By Version -- An Outline of the Order and Number of Steps for Each ODA Version Attachments This solution has no attachment |
||||||||||||
|