Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Configuring an ASM instance
The following section helps you to configure an Automatic Storage Management (ASM) instance for monitoring:
To configure an ASM instance
Click to view a short video on how to configure an Oracle ASM instance for monitoring in a PATROL environment.
- Choose the ORACLE_ASM > ASM Instance Configure menu command from the host.
The ASM Instance Configure dialog box appears. - In the ASM Instance name field, enter the ASM instance name with a "+" prefix.
- In the ASM Home field, type the name of the ASM instance home directory.
- In the Username field, type the user name:
- Choose one of the following methods to enter the user name:
- Keep the user name as SYS.
- Enter an existing NON SYS user with SYSASM privileges.
- Keep the user name as NON- SYS and select the Create ASM Monitoring Account check box to create a new user with SYSASM privilege.
- Choose one of the following methods to enter the user name:
In the Password field, type the password for the user.
- Click Apply.
If you selected Create ASM Monitoring Account check box for the SYS user on Oracle database 11 g version, the ASM Instance Configure dialog box appears. For more information about ASM Instance Configure dialog box, see To monitor an ASM Instance for Oracle 11g or later - Click Exit.
To monitor an ASM Instance for Oracle 11g or later
- In the Username field, type the ASM database monitoring user to be created with SYSASM privilege.
In the Password field, type the password.
- Click Apply.
- Click Exit.
Batch Configuration for ASM instance
You can perform the batch configuration by creating a text file outside Oracle KM, or by using Global configuration from CMA.
The following describes how to perform batch configuration:
Batch configuration uses a configuration file that you can create outside of PATROL, after this file has been created, The discovery scans for the configuration file. After it finds the file, it automatically starts the configuration process, using the information in the configuration file.
The configuration file contains the settings for all the instances that you want to configure. When discovery process runs, all the instances defined in the configuration file are configured at one time.
You can create a file as the following:
- create a text file in a text editor, using the ASM_batch_conf_sample.wri file as a template
To create a batch configuration file from OS prompt:
- Open the ASM_batch_conf_sample.wri file, from the $PATROL_HOME/../oracle/conf directory for UNIX and the %PATROL_HOME%\oracle\conf directory for Microsoft Windows.
- Edit the SID and the keyword values to reflect the instances you want to configure.
- Save the file as ASM_batch_conf<port_number>.txt, in a text only format.
The discovery searches for this file, and when found, starts processing the file to configure the instances on that PATROL agent port. The file name is changed to ASM_batch_conf<port_number>.done when processing is completed.
To check if there is an error or success, you can check the following log files that exists on $PATROL_HOME/../oracle/conf directory for UNIX and the %PATROL_HOME%\oracle\conf directory for Microsoft Windows:
ASMBatchConfig<port_number>.log
ASMConfig<port_number>.log
PCM configuration for ASM instance
You have an option to configure instance using PCM.(Patrol Configuration Management)
The product creates the ASMConfig.cfg file at the $PATROL_HOME/../oracle/rulesets directory for UNIX and the %PATROL_HOME%\oracle\rulesets directory for Microsoft Windows.
When you apply the rule set to the configured Agent, the Agent automatically configures all the instances for which the rule sets have been created.
For the details of the configuration, you can see the ASMConfig{Agentport-no}.log file that is created at the $PATROL_HOME/../oracle/conf directory for UNIX and the %PATROL_HOME%\oracle\conf directory for Microsoft Windows.
Related topics