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
Zpool agent
The Zpool agent brings online, takes offline, and monitors ZFS storage pools. It exports ZFS storage pools (which reside on shared storage) from one node. It then imports the pool onto another node as required.
The automount feature of ZFS mounts all its file systems by setting the mountpoint property to something other than legacy. To find the value of the mountpoint property, use the zfs get command. For example, from the command line for the tank mountpoint, enter:
# zfs get mountpoint tank NAME PROPERTY VALUE SOURCE tank mountpoint /tank default
As another example, to find the value of the mountpoint property for the legacypool storage pool, enter:
# zfs get mountpoint legacypool NAME PROPERTY VALUE SOURCE tank mountpoint legacy default
The Zpool agent checks the mountpoint and canmount properties and the ChkZFSMounts attribute to decide whether the mounted file system should be checked in the Zpool agent or not.
If the value of the mountpoint property is legacy, it does not check the file system mount status. The agent assumes that you plan to use Mount resources to manage and monitor the ZFS file systems.
If the value of the mountpoint property is not legacy or none and if the canmount property is not set to off, the agent checks the mount status of the ZFS file systems. If the value of the mountpoint property is none or if the canmount property is set to off, the agent assumes that you do not want the file system to be mounted.
More Information