HP-UX Reference (11i v2 07/12) - 5 Miscellaneous (vol 9)
a
ARIES(5) ARIES(5)
(HP Integrity Systems Only)
ARIES RESOURCE CONFIGURATION (RC) FILE: PASSING OPTIONS TO ARIES
Options to ARIES are passed through a resource configuration (RC) file.
• For 32-bit ARIES, resource configuration file name is
.ariesrc.
• For 64-bit ARIES, resource configuration file name is
.aries64rc .
Refer to the ARIES RC File Search Path section in this manpage for details on location and search order
for ARIES resource configuration file.
ARIES Resource Configuration File Format
The ARIES resource configuration file may contain multiple lines each with the following format:
<full-path-of-PA-RISC-application1> <aries-options>
<full-path-of-PA-RISC-application2> <aries-options>
# Below line specifies system wide ARIES options
/
<aries-options>
# ARIES wild card character is ’*’
<PA-RISC-application3-path-with-wild-cards> <aries-options>
...
...
Refer to the Example: ARIES Resource Configuration File section in this manpage for examples on ARIES
resource configuration file.
ARIES Resource Configuration File Processing Rules
1. Application path name and ARIES options must be separated by one or more white spaces.
2. Each non empty line must begin from first column.
3. ARIES options may be specified for multiple applications, each beginning on a separate line.
4. Relative paths and shell variables are not allowed.
5. An invalid ARIES option will result in process termination with error.
6. # in first column is treated as comment and rest of the line is ignored.
7. * is treated as wild card character and can be used in application path name.
8. ARIES wild card matching is based on simple text pattern match with no expansion of directory or file
name.
9. When using wild cards it is possible for multiple lines to match the current application. If this behavior
is not expected, then change your ARIES resource configuration file accordingly.
10. Application path name field must be one of following:
• Full absolute path of PA-RISC application executable.
• Root directory (/), ARIES options on this line will be applied to all PA-RISC processes on the sys-
tem.
• PA-RISC application path with wild cards (*).
• There can be only one wild card in directory path and executable name each.
• More than one wild card in either part of the pathname will result in process termination with
error.
• Valid examples are of such patterns as:
*/*, */foo*, */*foo, */f*o, and
/opt/app/*/foo*.
• Patterns of type /opt/all/*foo* and */*/foo which have more than one wild card in
directory part or application name part are not allowed.
NOTE: In above points foo is only an example and not an actual pattern.
ARIES RC File Search Path
ARIES searches for the resource configuration (RC) file in the following locations in the following order:
• Root directory (/): system wide ARIES RC file
• Application directory: all directories in the full absolute path of the PA-RISC application
62 Hewlett-Packard Company − 3 − HP-UX 11i Version 2: December 2007 Update