Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008

Table 8-1
Storage mapping information in Oracle dynamic performamce views
(continued)
DescriptionView
Contains the hierarchical arrangement of storage
containers for the file. This information is displayed as a
series of rows. Each row represents a level in the
hierarchy.
V$MAP_FILE_IO_STACK
Verifying Oracle file mapping setup
Before you enable Oracle file mapping, verify that $ORACLE_HOME and ORCLfmap
directories are properly set up.
To verify that $ORACLE_HOME is set up for Oracle file mapping (ORAMAP)
1
Enter:
# cd $ORACLE_HOME/rdbms/filemap/bin
# ls -l
-r-xr-x--- 1 root system 900616 Apr 08 19:16 fmputl
-r-sr-xr-x 1 root system 14614 Apr 08 19:16 fmputlhp
2
Verify that:
fmputlhp is owned by root and that the setuid bit is set.
The permissions for fmputlhp are set to -r-sr-xr-x.
The permissions for fmputl are set to -r-xr-x---.
3
If any of these items is not set as specified, make the appropriate corrections.
To verify the ORCLfmap direcotries are set up properly
1
Enter:
# cd /opt/ORCLfmap
# ls -ld prot1_32 prot1_64
2
Verify that both directories are owned by root and are writable only by root
(have -rwxr-xr-x permissions).
3
If needed, change the ownership and permissions for these directories.
Enabling Oracle file mapping
You need to explicitly enable Oracle file mapping. By default it is initially disabled.
Using Storage Mapping
Oracle file mapping (ORAMAP)
146