2.5
Table Of Contents
- VMware vFabric Data Director Administrator and User Guide
- Contents
- About VMware vFabric Data Director Administrator and User Guide
- VMware vFabric Data Director Overview
- Managing Data Director Resources
- Resource Management Overview
- Resource Bundles and Resource Pools
- System Resource Bundle
- Resource Assignment
- vSphere Resource Pools and Data Director
- Viewing Resource Information
- Create the System Resource Pool
- Create the System Resource Bundle
- Monitor Resource Usage
- Create a Resource Pool
- Create a Resource Bundle
- Assign a Resource Bundle to an Organization
- Perform Advanced Cluster Configuration
- Managing Users and Roles
- Building DBVMs and Base DB Templates
- Database Virtual Machine OVA Files
- Deploy a DBVM OVA File
- Build a SLES and Oracle Base Database Virtual Machine
- Build a Custom RHEL and Oracle Database Template
- Deploy the base database VM into the System Resource Pool
- Repackage the Linux ISO Image
- Install Linux on a Blank Virtual Machine
- Initialize the Virtual Machine to Make It Oracle and Data Director Compliant
- Install Oracle 11g R2 Software
- Convert a Base DBVM into a Base DB Template
- Validate a Base DB Template
- Assign a Base DB Template to a Resource Bundle
- Install the Operating System and Database Software in a Blank DBVM
- Requirements for the Kickstart File
- Database Update Configuration
- Configure a vFabric Postgres Update Chain
- Update an Oracle Database
- Identify Existing Target DBVM
- Create a Base Database VM from an Existing Template
- Apply a Patch to the Base Database Virtual Machine
- Convert a Base DBVM into a Base DB Template
- Validate a Base DB Template
- Assign a Base DB Template to a Resource Bundle
- Enable a Base DB Template
- Configure an Oracle Update Chain
- Update a Database
- Managing Organizations
- IP Whitelists
- Managing Database Groups
- Managing Database Templates
- Managing Databases
- Database Lifecycle
- Requirements for Creating Databases
- Database Creation
- Using Tags
- Managing the Organization Catalog
- Batch Operations and Scheduled Tasks
- Updating Databases
- Database Administration
- Cloning Databases
- Managing Database Entities
- Safeguarding Data
- Backup Strategies
- Backup Types
- Backup Template Settings
- Preconfigured Backup Templates
- Select a Database Backup Template
- Schedule Regular Database Backups
- Recover a Database
- Import Backups
- Use VMware Data Recovery to Back Up Data Director
- Database End of Life and Backups
- Perform Point-in-time Recovery of Management Server Database
- Add Pre-Action and Post-Action Scripts to the DBVM for Selected Agents
- Monitoring the Data Director Environment
- Managing Licenses
- IP Pool Management
- VMware vCloud Director Integration
- Reconfiguring Data Director Networks
- Change the vCenter IP Address
- Reconfigure the Web Console Network Mapping or Network Adapter
- Reconfigure the vCenter Network Mapping
- Reconfigure the vCenter Network Adapter Settings
- Reconfigure the DB Name Service Network or DB Name Service Network Adapter
- Reconfigure the Internal Network or Internal Network Adapter Mapping
- Verify Network Settings in Data Director
- Reconfigure the Database Access Network Used by a Database Group
- Modify IP Pool Settings
- Managing SSL Keys and Certificates
- Regenerate Management Server Key and Certificate
- Import Management Server Key and Certificate
- Edit Management Server Certificate
- Regenerate DB Name Server Key and Certificate
- Import DB Name Server Key and Certificate
- Edit DB Name Server Certificate
- Regenerate DBVM Key and Certificate
- Import DBVM Key and Certificate
- Edit DBVM Certificate
- Data Director Troubleshooting
- Index
At the highest level, you configure parameters to enable aurora_mon to start, stop, and monitor applications.
You specify the start, stop, and monitor commands as shell scripts or operating system executable files that
aurora_mon can invoke. Application developers can implement these commands according to the needs of
their environment. Other parameters enable you to specify how often to monitor an application and what
action to take. See “aurora_mon Configuration Parameters,” on page 154 for a description of aurora_mon
configuration parameters.
aurora_mon Configuration Parameters
You use aurora_mon parameters to configure aurora_mon to start, stop, and monitor applications, and to
specify how often to monitor an application and what action to take. You specify configuration parameters as
key-value pairs.
Configuration Guidelines
Use caution when modifying parameters. Do not modify the name and desc parameters, and do not modify the
app_priority parameter as it represents start order dependencies between various applications. Take a
snapshot backup of the virtual machine before modifying parameters, in case you need to revert.
Parameters you might find it useful to modify include the following.
n
heartbeat_period
n
heartbeat_fail_action
n
heartbeat_ignore_fail_count
n
app_restart_retry_count
After you modify a parameter, you must stop and restart aurora_mon for your changes to take effect.
Table 13-2. Aurora_mon Parameters
Parameter Description
name (required) Name of the application. A short representative name that can contain the
following characters: a-z, A-Z 0-9, _(underscore),–(dash), and no whitespaces.
You use this name to invoke commands on aurora_mon for this application.
descr (required) A longer but concise description of the application. The description is displayed
in the CMS UI.
app_priority (optional, defaults to 0) A number from 0 to 99 that represents the global start/stop priority of the
application in relation to other applications being monitored by aurora_mon.
Applications are started and stopped in priority order (0 being the highest
priority, 99 being the lowest). An application with a lower priority is started
only after all applications with a higher priority have been started. Applications
are stopped in the reverse order. All lower priority applications are stopped
before an applications with a higher priority is stopped. If a priority is not
specified, it defaults to 0 (highest priority).
app_start_cmd (required) Command you use, such as any program, script, or executable file, to start the
application. The start command is successful if the command exits with a zero
exit code. If the command does not complete in 300 seconds it is forcibly
terminated.
Stdout/stderr can be captured by the aurora_mon daemon if required
(through –o and -e options of the aurora_mon daemon), otherwise it is
redirected to /dev/null). To run the command as a specified user, you must
have an su –c wrapper or have set the setuid bit of the application.
If you do not require a start command, you can use a command that exits with
a zero exit code, for example /bin/true. An example of this is where the
application is monitoring the amount of disk space on a mount point. There is
no application to start.
VMware vFabric Data Director Administrator and User Guide
154 VMware, Inc.