Oracle 10g RAC Installer failure--oracle Software Installation Unable to discover the cluster

Source: Internet
Author: User
Tags posix

Oracle 10g RAC Installer failure--oracle Software Installation Unable to discover the cluster

System environment:

Operating system: AIX 5300-08

Cluster Software: CRS 10.2.0.1

Database: Oracle 10.2.0.1

First, the phenomenon of fault

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/53/7F/wKioL1RpcUHSbh9YAAHA2NM5OeA678.jpg "title=" Rac3.png "alt=" Wkiol1rpcuhsbh9yaaha2nm5oea678.jpg "/>

After installing CRS, installing Oracle software failed, reinstalled, removed all directories under/u01/app/oracle, causing the cluster environment to not be recognized when Oracle was installed again.

To view the Oracle Software Installation index directory:/u01/app/oracle/orainventory, has not been a CRS cluster environment.

[[email protected]:/u01/app/oracle/orainventory/contentsxml] #vi  inventory.xml  "Inventory.xml"  12 lines, 409 characters <?xml  Version= "1.0"  standalone= "yes"  ?><!-- Copyright  (c)  2005 Oracle  corporation. all rights reserved --><!-- Do not modify the  contents of this file by hand. --><inventory><version_info>    <saved_with>10.2.0.1.0</saved_with>   <minimum_ver>2.1.0.6.0</ Minimum_ver></version_info>


[[Email protected] app] #cd  oracle/[[email protected] oracle] #lsadmin           oraInventory  oradata        product[[email protected] oracle] #cd  oraInventory/[[email protected]  Orainventory] #lsContents                   logs                      orainstRoot.shContentsXML               oraInst.loc               ouiinstall.platform          Orainstaller.properties  sessioncontext.ser[[email protected] orainventory] #cd   Contentsxml/[[email protected] contentsXML] #lscomps. xml      inventory.xml  libs.xml[[email protected]  contentsxml] #more  inventory.xml <?xml version= "1.0"  standalone= "yes"  ?> <!-- Copyright  (c)  2005 oracle corporation. all rights reserved  --><!-- do not modify the contents of this file by  hand. --><INVENTORY><VERSION_INFO>   <SAVED_WITH>10.2.0.1.0< /saved_with>   <minimum_ver>2.1.0.6.0</minimum_ver></version_info>

Second, the solution

On a host where CRS software is installed (aix211), upload the Inventory.xml file of the aix211 host to the aix211 host, replacing the original inventory.xml file

1. Upload via ftp: [[email protected] contentsxml] #pwd                   /u01/app/oracle/orainventory/contentsxml[[email protected ] contentsxml] #lscomps. Xml      inventory.xml  libs.xml[[email  protected] contentsxml] #ftp  192.168.8.227connected to 192.168.8.227.220 aix227  FTP server  (version 4.2 sat sep 8 09:49:58 cdt 2007)   Ready. name  (192.168.8.227:root): ^c[[email protected] contentsxml]#[[email protected]  Contentsxml]#[[email protected] contentsxml] #su  - oracle[you have new mail] [[Email protected] w] $bash [[email protected] ~] $CD  /u01/app/oracle/orainventory/[[ Email protected] orainventory] $lsContents                   logs                      orainstRoot.shContentsXML               oraInst.loc               ouiinstall.platform          orainstaller.properties  sessioncontext.ser[[email protected] orainventory] $CD   Contentsxml/[[email protected] contentsxml] $lscomps .xml       Inventory.xml  libs.xml[[email protected] contentsxml] $pwd/u01/app/oracle/orainventory/ Contentsxml[[email protected] contentsxml] $ftp  192.168.8.227Connected to  192.168.8.227.220 aix227 ftp server  (version 4.2 sat sep 8  09:49:58 cdt 2007)  ready. name (192.168.8.227:root):  oracle331 password required for oracle. password:230-last login: mon nov 17 10:36:38 2014 on /dev/pts/2  From 192.168.8.248230 user oracle logged in.ftp> bin200 type set  to i.ftp> put inventory.xml200 port command successful.150 opening  data connection for inventory.xml.226 Transfer complete.666 bytes  sent in 0.001007 seconds  (645.9&NBSP;KBYTES/S) local: inventory.xml remote:  inventory.xmlftp>  cover previous inventory.xml:[[email protected]:/home/oracle] $ls  -ltotal 8- Rw-r-----    1 oracle   oinstall         666 nov 17 10:45 inventory.xml[[email protected]:/home/oracle] $CP   inventory.xml /u01/app/oracle/orainventory/Contentsxml[[email protected]:/home/oracle] $CD  /u01/app/oracle/oraInventory/ContentsXML[[email  Protected]:/u01/app/oracle/orainventory/contentsxml] $ls  comps.xml       Inventory.xml  libs.xml[[email protected]:/u01/app/oracle/orainventory/contentsxml] $more   Inventory.xml <?xml version= "1.0"  standalone= "yes"  ?><!-- Copyright  (c)  2005 Oracle Corporation. All rights Reserved --><!-- Do  Not modify the contents of this file by hand. --><inventory ><VERSION_INFO>   <SAVED_WITH>10.2.0.1.0</SAVED_WITH>    <minimum_ver>2.1.0.6.0</minimum_ver></version_info>

Update node information in inventory.xml (update aix211,aix212 to aix227,aix228) :

Note The update command executes under the graphical interface

Execute UPDATE command:[[email protected]:/u01/database/disk1]$/u01/crs_1/oui/bin/runinstaller -updatenodelist  cluster_nodes= ' aix227,aix228 '  oracle_home= '/u01/crs_1 ' Starting oracle universal installer ... No pre-requisite checks found in oraparam.ini, no system pre-requisite  checks will be executed. ' Updatenodelist '  was successful. Update successful: [[Email protected]:/u01/app/oracle/orainventory/contentsxml ] $more  inventory.xml <?xml version= "1.0"  standalone= "yes"  ?><!--  copyright  (c)  2005 oracle corporation. all rights reserved --><! -- do not modify the contents of this file by hand. -- ><INVENTORY><VERSION_INFO>   <SAVED_WITH>10.2.0.1.0</SAVED_WITH>    <minimum_ver>2.1.0.6.0</minimum_ver></version_info>

Update error message:

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/53/81/wKiom1Rpc5LAycV6AAZzpUW6sgA267.jpg "title=" Rac1.png "alt=" Wkiom1rpc5laycv6aazzpuw6sga267.jpg "/>


Third, reinstall Oracle software

[[Email protected]:/u01/database/disk1/rootpre] $su  -root ' s password:readline: warning:  turning on opost for terminalreadline: warning: turning on opost  for terminal[[email protected]:/] #cd  /u01/database/disk1/rootpre/[[email protected] :/u01/database/disk1/rootpre]#./rootpre.sh ./rootpre.sh output will be logged in  /tmp/rootpre.out_14-11-17.10:58:29Kernel extension /etc/pw-syscall.64bit_kernel is  Loaded. Unloading the existing extension: /etc/pw-syscall.64bit_kernel.... oracle kernel  Extension Loader for AIX        Copyright  (c )  1998,1999 oracle corporation  unconfigured the kernel extension  successfully Unloaded the kernel extension successfullySaving the  Original files in /etc/ora_save_14-11-17.10:58:29....copying new kernel extension to / Etc ..... loading the kernel extension from /etc oracle kernel extension  loader for aix        copyright  (c)  1998,1999  oracle corporation  successfully loaded /etc/pw-syscall.64bit_kernel with  kmid: 0x41f8b00 Successfully configured /etc/pw-syscall.64bit_kernel with  Kmid: 0x41f8b00the kernel extension was successfuly loaded. CONFIGURING&NBSP;ASYNCHRONOUS&NBSP;I/O .... ASYNCHRONOUS&NBSP;I/O&NBSP;IS&NBSP;ALREADY&NBSP;DEFINEDCONFIGURING&NBSP;POSIX&NBSP;ASYNCHRONOUS&NBSP;I/O .... Posix asynchronous i/o is already definedchecking if group services  should be configured .... please confirm your oracle userid is a member of the group: hagsuserconfiguring hacmp group services  socket for possible use by oracle.cp: /opt/orclcluster/lib/libskgxnr.a:  Text file busycp: /opt/orclcluster/lib/libskgxnr.so: text file busycp: /opt /orclcluster/lib32/libskgxnr.so: text file busy

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/53/7F/wKioL1RpdHXD34HTAAXDi64KwZQ598.jpg "title=" r2.png "alt=" Wkiol1rpdhxd34htaaxdi64kwzq598.jpg "/>

At this point, the cluster environment has been recognized as normal



This article is from the "Tianya blog," Please make sure to keep this source http://tiany.blog.51cto.com/513694/1577353

Oracle 10g RAC Installer failure--oracle Software Installation Unable to discover the cluster

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.