tral Inventory
3> Oracle Home Inventory
1> Central Inventory Pointer File
每一个oracle软件安装都会有它自己的Central Inventory pointer file
Table 2-2 Default Inventory Pointer File Locations
Platform Default Inventory Pointer Location
Linux Linux.PPC64 AIX /etc/oraInst.loc
Solaris.SPARC Solaris.X64 HPUX HPIA HP.TRU64 Linux.IA64 Linux.xSeries /var/opt/oracle/oraInst.loc
Windows Windows.X64 Windows.IA64 HKEY_LOCAL_MACHINE/Software/Oracle/inst.loc
In UNIX, if you do not want to use the Central Inventory located in the directory specified by the inventory pointer file, you can use the -invPtrLoc flag to specify another inventory pointer file. The syntax is as follows:
./runInstaller -silent -invPtrLoc ORACLE_
HOME=""
2> Central Inventory
Central Inventory包含了在一个主机上安装的所有Oracle软件产品的信息。
这个下面包括Inventory File,Logs Directory
Oracle强烈建议不要手工修改这下面的inventory.xml,否则会造成产品安装或者patch的时候出现问题。
3> Oracle Home Inventory
包括Components File,Home Properties File,Other Folders
如何创建Central Inventory?(见官档)
./runInstaller -silent -attachHome ORACLE_HOME=""
"CLUSTER_NODES={}" LOCAL_NODE=""
如何创建Removing the Central Inventory?(见官档)
总结:
这个东西我现在感觉就是在安装或者打补丁的时候,还有clone软件的时候,从别的地方tar过来软件的时候,这三个文件需要注意,
另外意外丢失如何重建也可能会遇到。当然还有一些其他的日志信息可供参考的,没啥难得,看看就好
|