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
Attributes for Zpool agent
Table: Required attributes
Required attribute | Description |
---|---|
PoolName | The name of the ZFS storage pool name. Type and dimension: string-scalar Default: n/a Example: tank |
AltRootPath | Provides the alternate root path that is necessary to prevent the etc/zfs/zpool.cache file from being populated. Supplying this value keeps a node from importing the ZFS storage pool automatically when it restarts after a crash. Not importing the ZFS storage prevents concurrency violations and file system corruption. If you do not provide a value for the AltRootPath attribute, VCS sets the $AltRootPath to "/" as a workaround. This workaround makes sure that the ZFS command zpool import -R $AltRootPath $PoolName does not populate the zpool.cache file. Type and dimension: string-scalar Default: / Example: /mnt |
ChkZFSMounts | The ChkZFSMounts attribute enables the check to determine whether all the file systems are properly mounted for that ZFS storage pool when the mountpoint property is not set to legacy. The default value is enabled (set to 1). Type and dimension: boolean-scalar Default: 1 |
Table: Optional Attributes
Optional Attribute | Description |
---|---|
FailMode | The FailMode attribute controls the system behavior in the event of a catastrophic pool failure. The value of this attribute is used as the failmode option while importing the ZFS storage pool. The possible values are wait, continue, or panic.
For more information about this attribute, refer to the zpool manual pages. Type and dimension: string-scalar Default: continue Example: panic Note: Arctera recommends to set FailMode to panic to effectively detect storage connectivity loss to the underlying disks of the pool. |
ForceOpt | If this attribute is enabled (the value is set to 1), and if the following commands fail, then the commands are re-invoked with the -f option
For more information about this attribute, refer to the zpool manual pages. Type and dimension: boolean-scalar Default: 1 Example: 1 |
ForceRecoverOpt | If this attribute is enabled (the value is set to 1), and if the zpool import command fails, then the zpool import command is reinvoked with the -F option. For more information about this attribute, refer to the zpool manual pages. Type and dimension: boolean-scalar Default: 0 Example: 1 |
DeviceDir | Specifies the directories or block device files that the zpool import command searches for devices or files. Each directory or block device file is passed to the zpool import command with the -d option. The directory or block device file path must exist and be absolute. For more information, refer to the zpool manual pages. To reduce the time taken for zpool imports, provide the block device file path or create links to the devices constituting the zpool in a directory and provide that directory path in the DeviceDir attribute. Type and dimension: string-vector Default: n/a Example 1: "/dev/vx/dmp" Example 2: "/dev/vx/dmp/disk_1s2" |
ZoneResName | Use the ZoneResName attribute when a non-global zone needs the Zpool resource. In this case, supply the ZoneResName attribute with the name of the Zone resource. Type and dimension: string-scalar Default: n/a Example: zone1 |