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
Table: Optional attributes for Solaris
Optional attribute | Description |
---|---|
Pool | This is the resource pool name that is associated with the zone. Type and dimension: string-scalar |
BootState | The value for the milestone service. Acceptable values follow:
Note: Arctera recommends that you use the multi-user-server value for the BootState attribute. Type and dimension: string-scalar Default: multi-user |
ShutdownGracePeriod | Specifies the interval in seconds from the Offline action to the execution of the shutdown within the zone. Type and dimension: integer-scalar Default: 0 Example: "10" |
RunFsck | If the value of this attribute is 1, the Zone agent checks file system consistency for VxFS file systems. It uses the fsck -y command on all VxFS file systems that are defined in the zone's xml file. This file is located in /etc/zones. Adjust the Zone agent default OnlineTimeout value so that the Zone agent has sufficient time to run the fsck command before it brings the zone online. Type and dimension: boolean-scalar Default: 0 Example: 1 |
DetachZonePath | If disabled, the Zone agent skips detaching the Zone root during zone resource offline and clean. DetachZonePath is enabled (1) by default. Type and dimension: boolean-scalar Default: 1 Example: 0 |
ForceAttach | If disabled, the Zone agent attaches the ZonePath without the -F option during zone resource online. ForceAttach is enabled (1) by default. On Solaris 11, the ForceAttach attribute must be set to 0 for zones created on shared storage. Type and dimension: boolean-scalar Default: 1 Example: 0 |
DeleteVCSZoneUser | If enabled on a non-secure cluster Zone agent deletes the VCS Zone user created for password-less communication between local-zone and global zone, during offline and clean entry points. DeleteVCSZoneUser is disabled by default. Type and dimension: boolean-scalar Default: 0 |
AttachOptions | Specifies the option that the agent uses while attaching the zone. In Solaris 11, if a zone is migrated from one global zone to another,
the active Boot Environment (BE) in the zone is different from the one that was active before the zone failed over.
Therefore, for a zone failover to work seamlessly, use Type and dimension: string-scalar Example : Note: If you use the command line, add the % sign to escape '-'. Example: hares -modify Zoneres AttachOptions "%-x attach-last-booted-zbe -x deny-zbe-clone" |