LVMVolumeGroup Agent
Activates, deactivates, and monitors LVM volume groups.
Entry Points
- Online---Activates a volume group.While each system in the cluster must import the volume group, each system does not need to activate it.
This agent does not import volume groups because of the way LVM stores configuration information. Use the HP-UX SAM tool to import a volume group.
- Offline---Deactivates a volume group with the vgchange command.
- Monitor---Determines whether the volume group is available.
State Definitions
- ONLINE---Indicates that the Volume Group is active.
- OFFLINE---Indicates that the Volume Group is not active.
- UNKNOWN---Indicates that a problem exists either with the configuration or the ability to determine the status of the resource.
Type Definition
type LVMVolumeGroup (
static str ArgList[] = { VolumeGroup }
str VolumeGroup
)
Required Attribute
Required Attribute
|
Description, Type and Dimension, Default, and Example
|
VolumeGroup
|
Name of the volume group configured with LVM.
|
|