Cluster Server 7.3.1 Bundled Agents Reference Guide - Linux
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- AWS EBSVol agent
- AzureDisk agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA 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
- AWSIP agent
- AWSRoute53 agent
- AzureIP agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- SambaServer agent
- SambaShare agent
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- AzureAuth agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Attributes for NFS agent
Table: Optional attributes for Linux
Optional attributes | Description |
---|---|
GracePeriod | Required when the value of the NFSRestart attribute is 1. GracePeriod specifies the amount of time that lock recovery is allowed by the NFS server after its reboot. Type and dimension: integer-scalar Default: 90 |
LockFileTimeout | The NFS and the NFSRestart agents require a synchronization mechanism when the group to which they belong is in transition, for example going online or coming offline. A file serves as this synchronization mechanism. The LockFileTimeout attribute specifies the maximum time that the synchronization file exists. Type and dimension: integer-scalar Default: 180 |
Nproc |
Specifies the number of concurrent NFS requests that the server can handle. Type and dimension: integer-scalar Default: 8 Example: 16 |
NFSSecurity | Specifies whether to start the NFS security daemon rpc.svcgssd or not. You must configure the type of security that NFS supports, for example: Kerberos. Type and dimension: boolean-scalar Default: 0 |
NFSv4Support | Specifies whether to start the NFSv4 daemon rpc.idmapd or not and whether to monitor nfsd version 4. 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: -d all In the above example, the agent executes the mountd daemon in verbose mode. |
Port | Specifies the list of ports for NFS daemons. Valid values are:
The NFS and NFSRestart agents use this attribute to ensure that the NFS daemons are running using the specified port. For the lockd daemon, you can specify different ports for TCP and UDP protocols. Note: VCS overrides any change to the NFS port outside of VCS control, so you must not change the NFS port outside of VCS control. Type and dimension: string-association Default: NULL Example 1: Port{} = { NFSD = 10000 } Example 2: Port{} = { NFSD = 10000, STATD = 100001, MOUNTD = 100002, LOCKD = 100003,100004 } In example 2, for the lockd daemon, port number 100003 is used for TCP and port number 100004 is used for UDP. |