InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - Solaris
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Disk agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- Mount agent
- Sample configurations for Mount agent
- Zpool agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- About the IPMultiNICB and MultiNICB agents
- IPMultiNICB agent
- Sample configurations for IPMultiNICB agent
- MultiNICB agent
- Sample configurations for MultiNICB agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- NetBios agent
- Service and application agents
- AlternateIO agent
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- LDom agent
- Dependencies
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- Project agent
- RestServer agent
- Zone agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Agent functions
Online | Starts the LDom. |
Offline | Stops the LDom. |
Monitor | Monitors the status of the LDom. If IMF is enabled for the LDom agent, the resource is monitored asynchronously and any change in the LDom state is immediately sent to the LDom agent for appropriate action. |
Clean | Stops the LDom forcefully. |
Migrate | Migrates logical domains from a node to the target cluster node. |
Action | vmmigrate: Checks whether an LDom resource is able to migrate to another node using the hagrp -migrate command. Command usage: # hares -action ldmres vmmigrate -actionargs target_system_name -sys source_system_name |
Meter | Measures the VCPU and Memory requirement of the LDom based on the keys in the Meters attribute. If the NumCPU and Memory attributes are configured, the function reads the VCPU and Memory from these attributes respectively. If these attributes are not configured, the function reads the VCPU and Memory from the LDom configuration available on the system. If the LDom configuration is not available on the system, the function reads the VCPU and Memory from the LDom configuration file configured in the CfgFile attribute. |
imf_init | Initializes the agent to interface with IMF. The function runs when the agent starts up. |
imf_register | Registers the resource entities, which the agent must monitor using IMF. The function runs for each resource after the resource goes into a steady state, either online or offline. Currently, IMF awareness for LDom is been added for following events:
|
imf_getnotification | Gets notification about resource state changes. This function runs after the agent initializes with the AMF kernel driver. The agent continuously waits for notification and takes action on the resource upon notification. |
attr_changed | When attributes such as Memory, NumCPU, or DomainFailurePolicy is changed, this function dynamically updates the Memory, CPU, or the master domain of the LDom together with the failure policy of the master domain respectively. It also reports an error if the value of the OnlineStableTime attribute is set to more than the value of the LDom MonitorInterval attribute. |