For FMON configuration how to find Oracle File Mapping libraries
Hi,
On 10.2.0.3 database we have error (FMON) failed with error 32052
As mentioned in Oracle 9.2 New Feature: IO Topology [ID 177498.1]
A new configuration file has been introduced for gathering the Storage Vendor
libraries called 'filemap.ora'.
Typically this file is stored in $ORACLE_HOME/rdbms/etc directory. This file
would be used by Oracle to startup FMON and fmputl processes.
Example filemap.ora:
oraclelib=/opt/Oraclke/filemap/lib/libmapsym.so # mapping library implemented by Oracle
vendorlib=/opt/VendorX/lib/libX.so
From data provided
only this line is there
lib=Oracle: /u00/app/oracle/product/10.2.0.5/db_1/lib/%s_mapdummy%
so we need to add vendorlib Oracle supplies libraris for EMC,
On 10.2.0.3 database we have error (FMON) failed with error 32052
As mentioned in Oracle 9.2 New Feature: IO Topology [ID 177498.1]
A new configuration file has been introduced for gathering the Storage Vendor
libraries called 'filemap.ora'.
Typically this file is stored in $ORACLE_HOME/rdbms/etc directory. This file
would be used by Oracle to startup FMON and fmputl processes.
Example filemap.ora:
oraclelib=/opt/Oraclke/filemap/lib/libmapsym.so # mapping library implemented by Oracle
vendorlib=/opt/VendorX/lib/libX.so
From data provided
only this line is there
lib=Oracle: /u00/app/oracle/product/10.2.0.5/db_1/lib/%s_mapdummy%
so we need to add vendorlib Oracle supplies libraris for EMC,
0