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 NFS agent
Table: Optional attributes for Solaris
Optional attributes | Description |
---|---|
CleanRmtab | To clear the /etc/rmtab file before staring the mount daemon, set the value of CleanRmtab to 1. Type and dimension: boolean-scalar Default: 0 |
LockFileTimeout | Specifies the time period in seconds after which the agent deletes the lock files. The agent maintains the files internally to synchronize the starting and stopping of NFS daemons between multiple service groups. Set this value to the total time needed for a service group to go offline or come online on a node. In situations where you have multiple service groups, set this value for the service group that takes the longest time. Type and dimension: integer-scalar Default: 180 Example: 240 |
Nservers | Specifies the number of concurrent NFS requests the server can handle. Type and dimension: integer-scalar Default: 16 Example: 24 |
UseSMF |
On Solaris 11, UseSMF must be set to 1. Note: On Solaris 11, when you use a SMF service to enable the NFS server, ensure that there is at least one shared directory present on each node to configure the agent. Use the following command to share a directory across reboots: #share /xyz On Solaris 11, to keep NFS daemons always running, do one of the following:
Or
Type and dimension: boolean-scalar Default: 0 |
Protocol | Specify the protocol to run the nfsd daemon. The following are the valid values:
The agent uses this attribute to ensure that the NFS daemon is running using the specified protocol. Note: VCS overrides any change to the NFS protocol outside of VCS control, so you must not change the NFS protocol outside of VCS control. Type and dimension: string-scalar Default: all Example: tcp |
MountdOptions | Options for the mountd daemon. For more information, see the mountd manual page . For example: -v In the above example, the agent executes the mountd daemon in verbose mode. |